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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  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);
}

.col {
  flex: 1 0 0;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
:root {
  --body-bg: var(--mcan-bg-light);
  --light-gray: #f8f9fa;
  --mcan-blue: #263e9e;
  --mcan-blue-2: #94A7F4;
  --mcan-coral: #fc7070;
  --mcan-light-blue: #e5edf8;
  --mcan-medium-blue: #D0DEF0;
  --mcan-blue-3: #7889CC;
  --mcan-blue-4: #5E6EB0;
  --mcan-text-dark: #484643;
  --mcan-bg-light: #f8f9ff;
  --mcan-green: #80CCBB;
  --mcan-light-green: #E1F1ED;
  --mcan-yellow: #F3C300;
  --mcan-orange: #F58220;
  --container-width: 1200px;
  --nav-color: var(--mcan-blue);
  --divider-line: 1px solid var(--mcan-text-dark, #333);
}

#toolbar-administration {
  position: relative;
  z-index: 999999;
}

body {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  color: var(--mcan-text-dark);
  background-color: var(--body-bg);
}

a {
  color: var(--mcan-blue);
}

a:visited {
  color: var(--mcan-blue);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Schibsted Grotesk", sans-serif;
  color: var(--mcan-text-dark);
  margin-bottom: 4px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

h1.large-h1 {
  font-size: 2.5rem;
}

.search-input::-moz-placeholder {
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.kicker, .card-grid .card-grid-item-header, .subscribe, #block-mcan-breadcrumbs, .search-input::placeholder {
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.emphasis {
  font-size: 1.2rem;
}

.larger-body-copy {
  font-size: 1.2rem;
}

.content-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.layout-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}

.user-logged-in .node-preview-container,
.user-logged-in .layout-container {
  margin-top: 100px;
}
.user-logged-in .node-preview-container {
  max-width: var(--container-width);
  margin: 100px auto;
}
.user-logged-in .hero-video-wrapper .hero-nav {
  top: 100px;
}

.region-admin {
  margin-top: 50px;
}

.breadcrumbs a,
.breadcrumbs {
  text-transform: uppercase;
  color: var(--mcan-blue);
  font-weight: 600;
  font-size: 0.75rem;
  text-decoration: none;
  margin-bottom: 1rem;
}

.box-page-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.node--type-event .box-page-wrapper {
  padding: 0;
}

@media (max-width: 767.98px) {
  .box-page {
    margin-top: 100px;
  }
}
.path-frontpage .node-title {
  display: none;
}
.path-frontpage .site-footer {
  margin-top: 0;
}

.page-node-1804 .site-footer {
  margin-top: 0;
}

.box-page {
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
.box-page .layout-container {
  background-color: #fff;
  padding: 30px;
  margin: 50px auto;
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 59.6px);
}
@media (min-width: 768px) {
  .box-page .layout-container {
    padding: 50px;
  }
}

blockquote {
  font-style: italic;
  font-weight: 700;
  color: var(--mcan-blue);
}

.center-content {
  text-align: center;
  margin: 0 auto;
}

.top-left-clip img, .top-section .top-left img,
.top-left-clip,
.event-home-grid .item-1 img,
.top-section .top-left {
  clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 59.6px);
}

.bottom-right-clip, .clipped-shape-actual, .clipped-shape-with-shadow::before, .mission-grid .item, .event-home-grid .item-text, .top-section .top-right img, .green-highlighted-box, .contact-card-wrapper .contact-card-inner, .card-grid .card-grid-item {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 59.6px), calc(100% - 50px) 100%, 0 100%);
}

.both-clips, #block-mcan-impactmaphome img {
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 59.6px), calc(100% - 50px) 100%, 0 100%, 0 59.6px);
}

.both-clips-big {
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 59.6px), calc(100% - 50px) 100%, 0 100%, 0 59.6px);
}

.top-left-clip-image {
  clip-path: polygon(70px 0, 100% 0, 100% 100%, 0 100%, 0 79.6px);
}

.bottom-right-clip-image {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 79.6px), calc(100% - 70px) 100%, 0 100%);
}

.both-clips-image, .sixty-by-thirty, .mixed-content-2 .item-right img, .mixed-content-2 .item-left img {
  clip-path: polygon(70px 0, 100% 0, 100% calc(100% - 79.6px), calc(100% - 70px) 100%, 0 100%, 0 79.6px);
}

.pager {
  margin-top: 20px;
}

.pager__items {
  clear: both;
  text-align: center;
}

.pager__item {
  display: inline;
  padding: 0.5em;
}

.pager__item.is-active {
  font-weight: bold;
}

.breakout, #block-mcan-logoscroller, #block-mcan-rfblogos, #block-mcan-rfbquoteslider, .rfb-page section.rfb-energize, .mission-grid-container, #block-mcan-impactmaphome, .block-full-width-background {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

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

ul li {
  margin-bottom: 4px;
}

.btn-wrapper {
  margin-top: 30px;
}

a.btn, a.hero-button, .field--name-field-call-to-action a {
  display: inline-block;
  padding: 8px 12px;
  background-color: var(--mcan-coral);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: background-color 0.3s ease;
  position: relative;
  /* Reserve space for the arrow to prevent size changes */
  padding-right: 45px;
}

/* Arrow styling */
a.btn::after, a.hero-button::after, .field--name-field-call-to-action a::after {
  content: "\f061"; /* Font Awesome arrow-right icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.6rem;
  margin-left: 8px;
  display: inline-block;
  transition: transform 0.3s ease;
  position: absolute;
  right: 24px;
}

/* Hover effect */
a.btn:hover, a.hero-button:hover, .field--name-field-call-to-action a:hover {
  background-color: var(--mcan-coral);
}

a.btn:hover::after, a.hero-button:hover::after, .field--name-field-call-to-action a:hover::after {
  transform: translateX(5px);
}

/*
.btn{
	background-color: var(--mcan-coral);
	padding: 8px 12px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 600;
	letter-spacing: 1px;
	vertical-align: top;
}
.btn:visited{
	color: #fff;
}
.btn::after{
  content: "\f061";
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  font-size: .6rem;
  font-weight: 900;
  margin-left: 0.5em;
  vertical-align: top;
}
.btn:hover::after{
	  margin-left: 0.5em;
  animation: arrowMoveQ 0.3s ease-in-out;
}
@keyframes arrowMove {
  0% {
	margin-left: 0.5em;
  }
  50% {
	margin-left: 0.7em;
  }
  100% {
	margin-left: 0.5em;
  }
}
  */
.top-wrapper {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.search-container {
  width: 100%;
  max-width: 156px;
}

@media screen and (min-width: 360px) {
  .search-container {
    max-width: 195px;
  }
}
@media (min-width: 768px) {
  .search-container {
    max-width: 250px;
  }
}
.search-form {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid rgba(38, 62, 158, 0.8);
  padding: 4px 0;
  transition: border-color 0.3s ease;
}

.search-form:focus-within {
  border-bottom-color: rgb(38, 62, 158);
}

.search-icon {
  color: rgba(38, 62, 158, 0.7);
  font-size: 20px;
  margin-right: 12px;
  transition: color 0.3s ease;
}

.search-form:focus-within .search-icon {
  color: rgb(38, 62, 158);
}

.search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--mcan-blue);
  padding: 0;
}

.search-input::-moz-placeholder {
  color: rgba(38, 62, 158, 0.7);
}

.search-input::placeholder {
  color: rgba(38, 62, 158, 0.7);
}

.search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#block-mcan-breadcrumbs {
  margin-bottom: 20px;
}
#block-mcan-breadcrumbs ol {
  display: flex;
  list-style-type: none;
  margin-left: 0;
}
#block-mcan-breadcrumbs li {
  flex-shrink: 0;
}
#block-mcan-breadcrumbs li:last-child {
  flex-shrink: 1;
}
#block-mcan-breadcrumbs li::after {
  content: "/";
  margin-left: 4px;
  margin-right: 4px;
}
#block-mcan-breadcrumbs li:last-child::after {
  content: "";
  margin: 0;
}

.field--name-field-initiative {
  display: none;
}

.subscribe {
  align-content: end;
  padding-bottom: 4px;
}
.subscribe a {
  text-decoration: none;
}
.subscribe a:hover {
  text-decoration: underline;
}

.subscribe i {
  margin-right: 4px;
}

footer .subscribe a {
  color: white;
}

#block-mcan-page-title {
  margin-bottom: 40px;
}
#block-mcan-page-title h1 {
  margin: 0;
}

.layout-content-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 2rem 0;
}

@media (min-width: 768px) {
  .layout-content-sidebar {
    grid-template-columns: 250px 1fr;
  }
  .sidebar-first ~ .content-main ~ .sidebar-second {
    grid-column: 3;
  }
  .sidebar-first ~ .content-main {
    grid-column: 2;
  }
}
#block-mcan-fundingpartners {
  margin-block: 70px;
}
#block-mcan-fundingpartners h2 {
  text-align: center;
  margin-bottom: 30px;
}
#block-mcan-fundingpartners .funding-partners {
  max-width: 800px;
  margin: 0 auto;
}

.all-resources-button {
  text-align: center;
  margin-top: 40px;
}

#block-mcan-views-block-press-release-list-block-1,
#block-mcan-views-block-blogs-list-block-1,
#block-mcan-views-block-news-article-list-block-1,
#block-mcan-views-block-resources-block-1 {
  border-top: var(--divider-line);
  padding-top: 50px;
}

/*[id^="block-mcan-views-block-"]{
	border-top: var(--divider-line);
	padding-top: 15px;
}*/
#block-mcan-views-block-resources-primary-block-1,
#block-mcan-views-block-resources-by-initiative-block-1,
#block-mcan-views-block-blogs-news-page-block-1,
#block-mcan-views-block-press-releases-news-page-block-1,
#block-mcan-views-block-news-article-news-page-block-1,
#block-mcan-views-block-webinars-archived-block-1,
#block-mcan-views-block-webinars-recorded-block-1,
#block-mcan-views-block-webinars-live-block-1,
#block-mcan-views-block-course-list-block-1,
[id*=-area-of-work-] {
  border-top: var(--divider-line);
  padding-top: 12px;
}
#block-mcan-views-block-resources-primary-block-1 h2,
#block-mcan-views-block-resources-by-initiative-block-1 h2,
#block-mcan-views-block-blogs-news-page-block-1 h2,
#block-mcan-views-block-press-releases-news-page-block-1 h2,
#block-mcan-views-block-news-article-news-page-block-1 h2,
#block-mcan-views-block-webinars-archived-block-1 h2,
#block-mcan-views-block-webinars-recorded-block-1 h2,
#block-mcan-views-block-webinars-live-block-1 h2,
#block-mcan-views-block-course-list-block-1 h2,
[id*=-area-of-work-] h2 {
  margin-bottom: 20px;
}

#block-mcan-views-block-course-list-block-1 {
  margin-top: 50px;
}

.card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.card-grid .card-grid-item-wrapper {
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  transform: translateY(0);
  opacity: 0;
}
.card-grid .card-grid-item-wrapper.visible {
  opacity: 1;
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}
.card-grid .card-grid-item {
  background-color: var(--card-bg, #fff);
  height: 100%;
  /*animation: fadeIn 1s ease;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;*/
}
.card-grid .card-grid-item-wrapper:hover {
  transform: translateY(-5px);
}
.card-grid .card-grid-item-header {
  background-color: var(--mcan-light-blue);
  padding: 12px 30px 10px 30px;
  /*text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: 1px;*/
  min-height: 40.8px;
}
.card-grid .card-grid-item-body {
  padding: 30px;
}
.card-grid .card-grid-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}
.card-grid .card-grid-item-link:hover {
  text-decoration: underline;
}
.card-grid .webinar .card-grid-item-body {
  padding-top: 0;
}
.card-grid h2 {
  font-size: 1.25rem !important;
  border-bottom: 1px solid var(--mcan-text-dark);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.card-grid .webinar h2 {
  border: none;
}
.card-grid h2 a,
.card-grid a.card-link {
  text-decoration: none;
  color: var(--mcan-text-dark);
}
.card-grid h2 a:hover,
.card-grid a.card-link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .card-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.contact-card-wrapper {
  margin-block: 50px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
.contact-card-wrapper .contact-card-grid {
  background-color: var(--card-bg, #fff);
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-card-wrapper .contact-card-grid {
    grid-template-columns: 1fr 2fr;
  }
}
.contact-card-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
.contact-card-wrapper .contact-card-header {
  background-color: var(--mcan-light-blue);
  padding: 10px 20px;
  font-weight: bold;
  min-height: 40.8px;
}
.contact-card-wrapper .contact-card-info,
.contact-card-wrapper .contact-card-image {
  padding: 20px;
  align-items: center;
}
.contact-card-wrapper .contact-card-name {
  font-size: 1.5rem;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}

.webinar-border {
  border-bottom: 1px solid black;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .webinar-border {
    border-bottom: none;
    border-right: 1px solid black;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.webinar-sidebar h3 {
  font-size: 1rem;
  margin-bottom: 0;
}

.webinar-start-date time::after {
  content: " -";
}

/*.webinar-sessions > div > div{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: var(--divider-line);
}
.webinar-sessions > div > div:last-child{
	border: none;
}*/
.webinar-sessions > div > div {
  margin-top: 50px;
  padding-top: 50px;
  border-top: var(--divider-line);
}

.social-sharing-buttons {
  justify-content: left;
}

.social-sharing-buttons a:first-child {
  margin-left: 0;
}

#block-mcan-views-block-departments-block-1 h3 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--mcan-blue);
}
#block-mcan-views-block-departments-block-1 .views-view-responsive-grid {
  margin-bottom: 80px;
}
#block-mcan-views-block-departments-block-1 .views-field-title-1 {
  display: none;
}

.circle, .mint-circle {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--mcan-blue);
  margin-right: 0.5em;
  margin-bottom: 2px;
  vertical-align: middle;
}

.mint-circle {
  background-color: var(--mcan-green);
}

.two-columns {
  -moz-columns: 1;
       columns: 1; /* Shorthand for column-count and column-width */
  /* or specifically: */
  -moz-column-count: 1;
       column-count: 1;
}

@media (min-width: 768px) {
  .two-columns {
    -moz-columns: 2;
         columns: 2; /* Shorthand for column-count and column-width */
    /* or specifically: */
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px; /* Optional: adds space between columns */
  }
}
.partner-campuses {
  margin-block: 50px;
}

.green-highlighted-box {
  background-color: var(--mcan-light-green);
  padding: 30px;
  margin-block: 50px;
}

.person-name-view {
  font-size: 1.25rem;
  font-weight: bold;
}
.person-name-view a {
  color: var(--mcan-text-dark);
  text-decoration: none;
}
.person-name-view a:hover {
  text-decoration: underline;
}

fieldset {
  border: none;
}

fieldset > div {
  display: inline-block;
}

.views-field-field-honorific-prefix-has-content {
  margin-right: 4px;
}

.staff-member h1 {
  margin-bottom: 0;
}

.staff-education-wrapper {
  margin-top: 50px;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.staff-education {
  padding: 20px;
  background-color: var(--mcan-blue-3);
  border-top: 15px solid var(--mcan-blue);
  color: white;
  font-size: 90%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 59.6px), calc(100% - 50px) 100%, 0 100%);
}
.staff-education h3 {
  color: white;
  margin-bottom: 0;
}
.staff-education .row {
  margin-bottom: 20px;
}
.staff-education .row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .staff-education {
    padding: 50px;
    font-size: unset;
  }
}

.fellow-title,
.board-name {
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Schibsted Grotesk", sans-serif;
}

.views-field-field-board-title {
  font-weight: 600;
  margin-bottom: 8px;
}

#block-mcan-views-block-board-members-block-1 h2,
#block-mcan-views-block-board-members-at-large-block-1 h2 {
  border-top: var(--divider-line);
  padding-top: 15px;
}

.views-field-field-profile-link {
  font-weight: 600;
  margin-top: 10px;
}
.views-field-field-profile-link a {
  color: var(--mcan-text-dark);
  text-decoration: underline;
}
.views-field-field-profile-link a:hover {
  text-decoration: none;
}
.views-field-field-profile-link {
  /*a::after{
  	content: "\f061";
  	font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
  	font-size: .6rem;
  	font-weight: 900;
  	margin-left: 0.5em;
  	vertical-align: top;
  }*/
}

.top-section {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}
.top-section .top-left {
  background-color: white;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 60px 40px 30px 30px;
  align-content: center;
}
.top-section h1 {
  font-size: 1rem;
}
.top-section p {
  margin: 0;
}
.top-section .top-left-text {
  font-family: "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 0.8rem;
}
.top-section .top-right {
  margin: 0;
}
.top-section .top-right img {
  width: 100%;
  height: 100%;
  aspect-ratio: 75/59;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .top-section {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
  }
  .top-section .top-left {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
    padding: 50px 40px 20px 30px;
  }
  .top-section h1 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .top-section .top-left-text {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .top-section .top-left {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
    padding: 60px 40px 30px 30px;
  }
  .top-section h1 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  .top-section .top-left-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .top-section .top-left {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
    padding: 60px 40px 30px 30px;
  }
  .top-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .top-section .top-left-text {
    font-size: 1.35rem;
  }
}
.content-main #block-mcan-page-title {
  display: none;
}

.divider-line {
  padding-bottom: 80px;
  margin-bottom: 60px;
  border-bottom: 5px solid var(--mcan-blue);
}

.field--name-field-margin-bottom,
.field--name-field-include-divider-line-below {
  display: none;
}

.mixed-content-2 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  margin-top: 3rem;
}
.mixed-content-2 img {
  aspect-ratio: 1.3/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.mixed-content-2 .item-left {
  align-content: center;
  grid-column: 1;
  grid-row: 1;
}
.mixed-content-2 .item-right {
  align-content: center;
  grid-column: 1;
  grid-row: 2;
}
@media (min-width: 768px) {
  .mixed-content-2 {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .mixed-content-2 .item-left {
    grid-column: 1;
    grid-row: 1;
  }
  .mixed-content-2 .item-right {
    grid-column: 2;
    grid-row: 1;
  }
}

.views-element-container {
  margin-bottom: 100px;
}

.scech_statement {
  display: block;
  border-bottom: 1px solid var(--mcan-text-dark);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.no-scech {
  width: 1em;
  height: auto;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 2px;
}

.see-all {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.see-all-articles {
  text-align: center;
  margin-top: 50px;
}

.accordion-container {
  width: 100%;
  max-width: calc(var(--container-width) * 0.75);
  margin: 12px 0;
  box-shadow: 0 2px 30px 0 rgba(21, 26, 34, 0.05);
  padding-left: 0;
  padding-right: 0;
}
.accordion-container .field__item {
  border-top: 1px solid var(--msu-bright-green2);
}
.accordion-container .field__item:first-child {
  border: none;
}

.accordion {
  position: relative;
  background-color: white;
  color: #444;
  padding: 16px 48px 16px 16px;
  width: 100%;
  text-align: left;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: var(--divider-line);
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .accordion {
    padding: 20px 40px 20px 20px;
  }
}

/*.accordion-title{
    padding-right: 50px;
}*/
.accordion {
  font-size: 1.1rem;
  font-weight: 700;
}

.panel {
  padding: 0 18px 0 16px;
  background-color: white;
  display: none;
  overflow: hidden;
  border: none;
}
.panel p {
  opacity: 1;
}
.panel p:first-of-type {
  margin-top: 0;
}
@media (min-width: 768px) {
  .panel {
    padding: 0 18px 0 50px;
  }
}
.panel .field__item {
  border: none;
}

.award-wrapper {
  max-width: 800px;
  border-top: 1px solid var(--mcan-text-dark);
  margin-top: 50px;
}
.award-wrapper h2 {
  padding-top: 12px;
}
.award-wrapper .award-subtitle {
  margin-bottom: 12px;
}
.award-wrapper .award-winner-current {
  font-size: 1.2rem;
  margin-top: 12px;
}
.award-wrapper .accordion-container {
  max-width: 600px;
  box-shadow: none;
}
.award-wrapper .accordion {
  border-top: none;
  background: var(--mcan-light-blue);
  padding: 4px 8px;
}
.award-wrapper .accordion-title {
  font-size: 1.1rem;
  font-weight: 600;
}
.award-wrapper .panel {
  padding: 8px 16px;
  border: 2px solid var(--mcan-light-blue);
}
.award-wrapper .icon {
  top: 5px;
}
.award-wrapper .award-winner__year {
  font-weight: 700;
}

.icon {
  transition: transform 0.3s ease;
  position: absolute;
  right: 25px;
  font-family: Font Awesome\ 5 Free;
  font-weight: 800;
  position: absolute;
  top: 18px;
  color: var(--mcan-blue);
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .icon {
    top: 21px;
  }
}
.icon.open::after {
  content: "\f068";
}

.icon.closed::after {
  content: "\f067";
}

.reveal-paragraph {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.reveal-paragraph.visible {
  opacity: 1;
}

.sixty-by-thirty {
  color: white;
  background-color: var(--mcan-blue);
  background-image: url("/sites/default/files/images/home-60by30.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 7%;
  text-align: center;
  margin-block: 100px;
}
.sixty-by-thirty img {
  border-radius: 0;
  max-width: 150px;
}

.sixty-by-thirty-inner {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.2;
}

.sixty-by-thirty-title {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Schibsted Grotesk", sans-serif;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .sixty-by-thirty-title {
    font-size: 3rem;
  }
}
#block-mcan-views-block-press-releases-home-page-block-1 {
  padding-top: 10px;
  border-top: var(--divider-line);
}
#block-mcan-views-block-press-releases-home-page-block-1 h2 {
  color: var(--mcan-text-dark);
  font-size: 1.15rem;
  margin-bottom: 40px;
}

.block-full-width-background {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 40vh;
  min-height: 300px;
  margin-bottom: -100px;
  display: flex;
  align-items: center;
}
.block-full-width-background .content {
  width: 100%;
  max-width: var(--container-width);
  color: white;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: auto;
  padding-inline: 20px;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
.block-full-width-background .content-inner {
  max-width: 600px;
}
@media (min-width: 768px) {
  .block-full-width-background {
    min-height: 400px;
  }
  .block-full-width-background .content {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .block-full-width-background {
    min-height: 600px;
  }
  .block-full-width-background .content {
    font-size: 3.5rem;
  }
}

#block-mcan-impactmap {
  position: relative;
}

/*#block-mcan-impactmap::after {
  	content: ""; 
  	position: absolute; 
	bottom: 42%;
	left: -22px;
	width: 100px;
	height: 100px;
	background-image: url('/sites/default/files/images/impact-map-icons.png');
	background-size: cover;
	z-index: 1;
}*/
@media (min-width: 768px) {
  #block-mcan-impactmap::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    background-image: url("/sites/default/files/images/impact-map-icons.png");
    background-size: cover;
    z-index: 1;
  }
}
#block-mcan-impactmaphome {
  background-color: var(--mcan-light-blue);
  padding-block: 100px;
  margin-bottom: 100px;
}
#block-mcan-impactmaphome .mixed-content-2 {
  margin: 0 auto;
  max-width: var(--container-width);
  padding-inline: 20px;
}
#block-mcan-impactmaphome .item-left {
  position: relative;
}
#block-mcan-impactmaphome .impact-map-image-overlay {
  display: none;
  position: absolute;
  bottom: -50px;
  left: -50px;
}
#block-mcan-impactmaphome .impact-map-image-overlay img {
  aspect-ratio: unset;
  clip-path: none;
  max-width: 200px;
}
@media (min-width: 768px) {
  #block-mcan-impactmaphome .impact-map-image-overlay {
    display: block;
    position: absolute;
    bottom: -50px;
    left: -50px;
  }
  #block-mcan-impactmaphome .impact-map-image-overlay img {
    aspect-ratio: unset;
    clip-path: none;
    max-width: 200px;
  }
}

.narrow-centered-text {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .narrow-centered-text {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .narrow-centered-text {
    max-width: 630px;
  }
}
#block-mcan-views-block-event-home-page-block-1 {
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

.event-home-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: 100%;
}
.event-home-grid .item-text {
  align-content: center;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
.event-home-grid .item-text h2 {
  font-size: 1.5rem;
  margin-top: 0;
}
.event-home-grid .item-text p {
  margin-bottom: 20px;
}
.event-home-grid .item-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.3/1;
}

.date-published,
.event-date {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .event-home-grid {
    grid-template-columns: 1fr 1fr;
  }
  .event-home-grid .item-1 {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    padding-right: 1rem;
  }
}
.funder-logos {
  filter: grayscale(100%);
}

.mission-grid-container {
  background-image: url("/sites/default/files/images/ourstory-background.jpg");
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  width: 100%;
  max-width: var(--container-width);
  padding-block: 100px;
  padding-inline: 20px;
  margin: 0 auto;
}
.mission-grid .item {
  text-align: center;
  background-color: #fff;
  padding: 50px;
  height: 100%;
  border-top: 15px solid pink;
}
.mission-grid .item h2 {
  font-size: 1.5rem;
  margin-top: 0;
}
.mission-grid .item p {
  margin-bottom: 0;
}
.mission-grid .item.visible {
  opacity: 1;
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}
.mission-grid .item:first-child {
  border-top-color: var(--mcan-green);
}
.mission-grid .item:nth-child(2) {
  border-top-color: var(--mcan-yellow);
}
.mission-grid .item:nth-child(3) {
  border-top-color: var(--mcan-orange);
}
@media (min-width: 768px) {
  .mission-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.tabbed-block-container {
  display: flex;
  max-width: 800px;
  margin: 20px auto;
  border: 1px solid #ddd;
  overflow: hidden;
  background: #fff;
}

.tab-navigation {
  flex: 0 0 250px;
  background: var(--mcan-light-blue);
}

.tab-button {
  width: 100%;
  padding: 16px 20px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
  position: relative;
}

.tab-button:hover {
  background: #e8e8e8;
}

.tab-button.active {
  background: var(--mcan-medium-blue);
  color: var(--mcan-text-dark);
  font-weight: 600;
}

.tab-button:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.tab-content-area {
  flex: 1;
  padding: 30px;
  overflow-y: auto;
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-content h2 {
  margin-bottom: 16px;
  color: #333;
  font-size: 28px;
}

.tab-content p {
  line-height: 1.6;
  color: #666;
  margin-bottom: 12px;
}

.tab-content ul {
  margin-left: 20px;
  margin-top: 12px;
}

.tab-content li {
  margin-bottom: 8px;
  color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
  .tabbed-block-container {
    flex-direction: column;
  }
  .tab-navigation {
    flex: 0 0 auto;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .tab-button {
    border-left: none;
    border-top: 4px solid transparent;
  }
  .tab-button.active {
    border-left: none;
    border-top-color: #0073e6;
  }
}
.about-tab-container {
  margin: 100px auto;
}

.financials {
  background-color: white;
  padding: 50px;
}
.financials .year {
  padding-bottom: 2em;
}
.financials h2 {
  margin-bottom: 1em;
}
.financials h3 {
  font-size: 1.5em;
}
.financials ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.image-gallery-container {
  width: 100%;
  margin-bottom: 2rem;
}

.gallery-main-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background: #000;
  overflow: hidden;
  margin-bottom: 1rem;
}

.main-image-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}

.main-image-item.active {
  opacity: 1;
  pointer-events: auto;
}

.main-image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.gallery-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 100%;
}

.gallery-slider {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.gallery-slider-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.3s ease-out;
}

.gallery-thumbnail {
  flex: 0 0 150px;
  height: 100px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 3px solid transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: #f0f0f0;
}

.gallery-thumbnail:hover {
  border-color: #666;
  transform: scale(1.05);
}

.gallery-thumbnail.active {
  border-color: #0073e6;
  box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.2);
}

.gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.slider-nav {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #333;
}

.slider-nav:hover {
  background: #0073e6;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 115, 230, 0.3);
}

.slider-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: #f0f0f0;
  color: #999;
}

.slider-nav:disabled:hover {
  background: #f0f0f0;
  color: #999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.node-content {
  margin-top: 2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-thumbnail {
    flex: 0 0 100px;
    height: 75px;
  }
  .slider-nav {
    width: 32px;
    height: 32px;
  }
  .slider-nav svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  .gallery-slider-wrapper {
    gap: 0.5rem;
  }
  .gallery-slider-track {
    gap: 0.5rem;
  }
  .gallery-thumbnail {
    flex: 0 0 80px;
    height: 60px;
  }
}
.additional-content #block-mcan-page-title,
.additional-content .field--name-field-intro-text {
  display: none;
}
.additional-content [id^=block-mcan-views-block-] {
  border-top: none;
  padding-top: 0;
}

.news-sidebar .views-row,
.initiative-sidebar .views-row {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .news-sidebar,
  .initiative-sidebar {
    border-left: var(--divider-line);
  }
}

.field--name-field-short-description,
.field--name-field-area-of-work,
.field--name-field-slug,
.field--name-field-weight {
  display: none;
}

.node--type-event .field--name-field-short-description {
  display: block;
}

.statistic-grid-wrapper {
  width: 100%;
  margin: 2rem 0;
  color: white;
}

.statistic-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Grid layout for even rows (side by side items) */
.statistic-grid--even-row {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

/* Full width layout for odd last item */
.statistic-grid--full-row {
  grid-template-columns: 1fr;
}

/* Individual paragraph item */
.paragraph--type--statistic-grid {
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  transition: transform 0.3s ease;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*.paragraph--type--statistic-grid:hover {
  transform: translateY(-5px);
}*/
/* Default background if none specified */
.paragraph--type--statistic-grid:not([style*=background-color]) {
  background-color: #f5f5f5;
}

/* Full width wrapper styling */
.statistic-grid__item-wrapper--full .paragraph--type--statistic-grid {
  min-height: 120px;
}

/* Content wrapper */
.statistic-grid__content {
  width: 100%;
}

/* Top line (large number/statistic) */
.statistic-grid__top-line {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.statistic-grid__top-line .field__item {
  display: block;
}

/* Bottom line (description/label) */
.statistic-grid__bottom-line {
  font-size: 1rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.statistic-grid__bottom-line .field__item {
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .statistic-grid--even-row {
    grid-template-columns: 1fr;
  }
  .statistic-grid__top-line {
    font-size: 2rem;
  }
  .paragraph--type--statistic-grid {
    min-height: 120px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .statistic-grid--even-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shadow-container {
  position: relative;
  width: 200px;
  height: 200px;
}

.clipped-shape-with-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Shadow color */
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
  filter: blur(150px); /* Apply blur to the shadow element */
  transform: scale(1.01);
  z-index: -1;
}

.clipped-shape-actual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* Actual shape color */
}

.typewriter {
  min-height: 40px;
  display: inline-block;
  padding-right: 5px;
  line-height: 1.5;
}

.typewriter.typing {
  animation: blink 0.3s step-end infinite;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.field--name-field-grant-name {
  font-weight: bold;
  font-size: 1.3rem;
  /*margin-top: 30px;
  margin-bottom: 5px;
  padding-top: 8px;
  border-top: var(--divider-line);*/
}

#block-mcan-views-block-internal-jobs-block-1 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: var(--divider-line);
}

.job-post {
  padding-block: 30px;
  border-bottom: var(--divider-line);
}
.job-post .view-more {
  margin-top: 25px;
}
.job-post .views-field-title {
  font-family: "Schibsted Grotesk", sans-serif;
  color: var(--mcan-text-dark);
  margin-bottom: 4px;
  font-size: 1.3rem;
  font-weight: 600;
}

.job-post:last-child {
  border-bottom: none;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}
.color-grid .item-1 {
  border-radius: 50px;
  corner-shape: bevel square squircle notch;
  background-color: oklch(50% 0.5 20deg);
}
.color-grid .item-2 {
  background-color: oklch(50% 0.5 70deg);
}
.color-grid .item-3 {
  background-color: oklch(50% 0.5 120deg);
}
.color-grid .item-4 {
  background-color: oklch(50% 0.5 170deg);
}
.color-grid .item-5 {
  background-color: oklch(50% 0.5 220deg);
}
.color-grid .item-6 {
  background-color: oklch(50% 0.5 270deg);
}
.color-grid .item-7 {
  background-color: oklch(50% 0.5 320deg);
}
.color-grid .item-8 {
  background-image: linear-gradient(to right, oklab(70% 0.5 -0.3), oklab(90% 0.5 0.3));
}

.color-grid > div {
  padding: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}

.brand-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
@media (min-width: 768px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ncan-logo {
  max-width: 250px;
  margin-bottom: 50px;
}

#block-mcan-views-block-external-jobs-block-1 {
  margin-bottom: 20px !important;
}

#block-mcan-views-block-external-jobs-block-1 h2,
#block-mcan-views-block-internal-jobs-block-1 h2 {
  font-size: 2.5rem;
}

.job-board-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .job-board-grid {
    grid-template-columns: 3fr 1fr;
  }
}

.controls {
  position: absolute;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}

.controls button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.controls button:hover {
  color: var(--bright-blue);
}

#block-mcan-views-block-annual-reports-block-1 {
  background-color: white;
  padding: 50px;
}
#block-mcan-views-block-annual-reports-block-1 h2 {
  margin-bottom: 20px;
}
#block-mcan-views-block-annual-reports-block-1 h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#block-mcan-views-block-annual-reports-block-1 ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.grants-individual {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.grants-individual__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background: white;
  border: 0;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.grants-individual__header:hover {
  background: #efefef;
}

.grants-individual__icon {
  position: relative;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
}

.grants-individual__icon::before,
.grants-individual__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Horizontal bar (always visible) */
.grants-individual__icon::before {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

/* Vertical bar (hidden when expanded, turning + into -) */
.grants-individual__icon::after {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.grants-individual__header[aria-expanded=true] .grants-individual__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.grants-individual__content {
  padding: 1rem;
}

.rfb-page section.rfb-intro,
.rfb-page section.rfb-about,
.rfb-page section.rfb-keynotes,
.rfb-page section.rfb-why-book {
  margin-block: 100px;
}
.rfb-page section.rfb-energize {
  background-color: var(--mcan-light-blue);
  padding-block: 100px;
  margin-top: 100px;
  margin-bottom: -70px;
}
.rfb-page .rfb-container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 20px;
}
.rfb-page .hero-content-video-rfb {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 3;
  color: white;
  padding: 2rem;
}
.rfb-page .hero-content-video-inner-rfb {
  max-width: var(--container-width);
  width: 100%;
  margin: 0 auto;
}
.rfb-page .hero-subtitle {
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: clamp(1rem, 2vw, 1.5rem) !important;
}
.rfb-page .field--name-field-hero-button {
  display: none !important;
}
.rfb-page .benefits {
  width: 100%;
  background: white;
  border-radius: 24px;
  padding: 20px;
}
.rfb-page .benefit {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 4px 0;
  border-bottom: 1px solid var(--mcan-blue);
  /* initial hidden state: shifted up + left, transparent */
  opacity: 0;
  transform: translate(-22px, -22px);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.rfb-page .benefit:first-child {
  padding-top: 6px;
}
.rfb-page .benefit:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rfb-page {
  /* revealed state */
}
.rfb-page .benefits.is-visible .benefit {
  opacity: 1;
  transform: translate(0, 0);
}
.rfb-page {
  /* stagger each line via transition-delay */
}
.rfb-page .benefits.is-visible .benefit:nth-child(1) {
  transition-delay: 0s;
}
.rfb-page .benefits.is-visible .benefit:nth-child(2) {
  transition-delay: 0.3s;
}
.rfb-page .benefits.is-visible .benefit:nth-child(3) {
  transition-delay: 0.6s;
}
.rfb-page .benefits.is-visible .benefit:nth-child(4) {
  transition-delay: 0.9s;
}
.rfb-page .benefits.is-visible .benefit:nth-child(5) {
  transition-delay: 1.2s;
}
.rfb-page .benefits.is-visible .benefit:nth-child(6) {
  transition-delay: 1.5s;
}
.rfb-page .benefit__icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  color: var(--mcan-blue);
}
.rfb-page .benefit__icon svg {
  width: 100%;
  height: 100%;
}
.rfb-page .benefit__text {
  font-size: 22px;
  line-height: 1.32;
  font-weight: 400;
}
@media (max-width: 560px) {
  .rfb-page .benefits {
    padding: 28px 24px 34px;
  }
  .rfb-page .benefit {
    gap: 18px;
  }
  .rfb-page .benefit__icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }
  .rfb-page .benefit__text {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rfb-page .benefit, .rfb-page .cta-wrap {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.rfb-page .rfb-energize .rfb-container {
  border-top: var(--divider-line);
  padding-top: 20px;
}
.rfb-page .energizers {
  width: 100%;
}
.rfb-page .energizers p {
  margin-block: 8px;
}
.rfb-page .energizer {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 4px 0;
  /* initial hidden state: shifted up + left, transparent */
  opacity: 0;
  transform: translate(-22px, -22px);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.rfb-page .energizer:first-child {
  padding-top: 6px;
}
.rfb-page .energizer:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.rfb-page {
  /* revealed state */
}
.rfb-page .energizers.is-visible .energizer {
  opacity: 1;
  transform: translate(0, 0);
}
.rfb-page {
  /* stagger each line via transition-delay */
}
.rfb-page .energizers.is-visible .energizer:nth-child(1) {
  transition-delay: 0s;
}
.rfb-page .energizers.is-visible .energizer:nth-child(2) {
  transition-delay: 0.3s;
}
.rfb-page .energizers.is-visible .energizer:nth-child(3) {
  transition-delay: 0.6s;
}
.rfb-page .energizers.is-visible .energizer:nth-child(4) {
  transition-delay: 0.9s;
}
.rfb-page .energizers.is-visible .energizer:nth-child(5) {
  transition-delay: 1.2s;
}
.rfb-page .energizers.is-visible .energizer:nth-child(6) {
  transition-delay: 1.5s;
}
.rfb-page .energizer__icon {
  color: var(--mcan-blue);
}
.rfb-page .energizer__text {
  font-size: 22px;
  line-height: 1.32;
  font-weight: 400;
}
@media (max-width: 560px) {
  .rfb-page .energizers {
    padding: 28px 24px 34px;
  }
  .rfb-page .energizer {
    gap: 18px;
  }
  .rfb-page .energizer__text {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rfb-page .energizer, .rfb-page .cta-wrap {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-button {
  border-radius: 50px !important;
  background-color: var(--mcan-blue) !important;
  box-shadow: 0 0 0 0 var(--mcan-blue-2);
  margin-top: 20px;
}

.hero-button:hover {
  box-shadow: 0 0 0 0 var(--mcan-blue-2);
  transform: translate(-4px, 4px);
}

.rfb-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .rfb-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.highlighted-paragraph {
  color: var(--mcan-blue);
  font-size: 1.5rem;
  font-weight: 600;
}

.rfb-circles .spacer {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa3ad;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
.rfb-circles .diagram-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rfb-circles .diagram {
  position: relative;
  width: min(90vw, 542px);
  aspect-ratio: 1/1;
  background: #f7f9fc;
  border-radius: 24px;
}
.rfb-circles .circle, .rfb-circles .mint-circle {
  position: absolute;
  width: 48%;
  height: 48%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem;
  font-weight: 700;
  font-size: clamp(0.95rem, 2vw, 1.25rem);
  color: #3a3a3a;
  mix-blend-mode: multiply;
  /* Initial animation state */
  opacity: 0;
  transform: scale(0.3);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.rfb-circles .circle span, .rfb-circles .mint-circle span {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.5s;
}
.rfb-circles {
  /* Position each circle */
}
.rfb-circles .circle-1 {
  top: 5%;
  left: 0;
  background: #fadadd;
}
.rfb-circles .circle-2 {
  top: 5%;
  right: 10%;
  background: #d6eaf0;
}
.rfb-circles .circle-3 {
  bottom: 5%;
  left: 0;
  background: #fadcc8;
}
.rfb-circles .circle-4 {
  bottom: 5%;
  right: 10%;
  background: #fbecbf;
}
.rfb-circles {
  /* Animated state — triggered when diagram is visible */
}
.rfb-circles .diagram.in-view .circle, .rfb-circles .diagram.in-view .mint-circle {
  opacity: 1;
  transform: scale(1);
}
.rfb-circles .diagram.in-view .circle span, .rfb-circles .diagram.in-view .mint-circle span {
  opacity: 1;
  transform: translateY(0);
}
.rfb-circles {
  /* Staggered entrance */
}
.rfb-circles .diagram.in-view .circle-1 {
  transition-delay: 0s;
}
.rfb-circles .diagram.in-view .circle-2 {
  transition-delay: 0.15s;
}
.rfb-circles .diagram.in-view .circle-3 {
  transition-delay: 0.3s;
}
.rfb-circles .diagram.in-view .circle-4 {
  transition-delay: 0.45s;
}
.rfb-circles .diagram.in-view .circle-1 span {
  transition-delay: 0.6s;
}
.rfb-circles .diagram.in-view .circle-2 span {
  transition-delay: 0.75s;
}
.rfb-circles .diagram.in-view .circle-3 span {
  transition-delay: 0.9s;
}
.rfb-circles .diagram.in-view .circle-4 span {
  transition-delay: 1.05s;
}
@media (prefers-reduced-motion: reduce) {
  .rfb-circles .circle, .rfb-circles .mint-circle, .rfb-circles .circle span, .rfb-circles .mint-circle span {
    transition: none;
  }
  .rfb-circles .circle, .rfb-circles .mint-circle {
    opacity: 1;
    transform: scale(1);
  }
  .rfb-circles .circle span, .rfb-circles .mint-circle span {
    opacity: 1;
    transform: none;
  }
}

.shift-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: white;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

a.shift-btn {
  color: white;
}

.shift-btn .layer-back,
.shift-btn .layer-front {
  display: block;
  padding: 4px 12px;
  border-radius: 50px;
}

/* Bottom layer — sits exactly behind, fully covered at rest */
.shift-btn .layer-back {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: var(--mcan-blue-2);
  color: transparent;
}

/* Top layer — identical footprint, covers the back completely */
.shift-btn .layer-front {
  position: relative;
  z-index: 2;
  background: var(--mcan-blue);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

/* Arrow — nudges right on hover */
.shift-btn .arrow {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.shift-btn:hover .layer-front,
.shift-btn:focus-visible .layer-front {
  transform: translate(6px, -6px);
}

.shift-btn:hover .arrow,
.shift-btn:focus-visible .arrow {
  transform: translateX(5px);
}

.shift-btn:focus-visible {
  outline: 2px solid #8b7bff;
  outline-offset: 4px;
  border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .shift-btn .layer-front,
  .shift-btn .arrow {
    transition: none;
  }
}
.rfb-keynotes .keynotes {
  max-width: var(--container-width);
  margin: 0 auto;
}
.rfb-keynotes .keynotes__heading {
  border-top: 2px solid #3f3f3f;
  padding-top: 22px;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}
.rfb-keynotes .carousel {
  position: relative;
  background: var(--mcan-blue-4);
  border-radius: 4px;
  overflow: hidden;
}
.rfb-keynotes .carousel__viewport {
  overflow: hidden;
}
.rfb-keynotes .carousel__track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.rfb-keynotes .slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 45% 55%;
}
.rfb-keynotes .slide__image {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 560px;
}
.rfb-keynotes .slide__content {
  padding: 70px 80px 60px;
  color: #fff;
}
.rfb-keynotes .badge {
  display: inline-block;
  background: var(--mcan-orange);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 7px 14px;
  border-radius: 3px;
  margin-bottom: 28px;
}
.rfb-keynotes .slide__title {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 26px;
  color: #fff;
}
.rfb-keynotes .slide__content p {
  font-size: 1.18rem;
  line-height: 1.55;
  margin-bottom: 22px;
  color: #f0f1f7;
}
.rfb-keynotes .ideal-for {
  margin-bottom: 6px;
  font-size: 1.18rem;
}
.rfb-keynotes .slide__content ul {
  list-style: none;
  padding-left: 4px;
}
.rfb-keynotes .slide__content li {
  position: relative;
  padding-left: 22px;
  font-size: 1.12rem;
  line-height: 1.9;
  color: #f0f1f7;
}
.rfb-keynotes .slide__content li::before {
  content: "•";
  position: absolute;
  left: 4px;
  color: #fff;
}
.rfb-keynotes {
  /* Arrows */
}
.rfb-keynotes .arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: #dfe2ef;
  color: var(--mcan-blue-4);
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
  transition: background 0.2s, transform 0.2s;
  z-index: 3;
}
.rfb-keynotes .arrow:hover {
  background: #fff;
}
.rfb-keynotes .arrow:active {
  transform: translateY(-50%) scale(0.94);
}
.rfb-keynotes .arrow--prev {
  left: 30px;
}
.rfb-keynotes .arrow--next {
  right: 30px;
}
.rfb-keynotes {
  /* Progress bar / dots */
}
.rfb-keynotes .progress {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 14px;
  background: var(--mcan-blue-4);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 36px 0;
  z-index: 3;
}
.rfb-keynotes .progress__bar {
  width: 78px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  cursor: pointer;
  transition: background 0.25s;
  padding: 0;
}
.rfb-keynotes .progress__bar.is-active {
  background: var(--mcan-green);
}
@media (max-width: 900px) {
  .rfb-keynotes body {
    padding: 16px;
  }
  .rfb-keynotes .slide {
    grid-template-columns: 1fr;
  }
  .rfb-keynotes .slide__image {
    min-height: 320px;
  }
  .rfb-keynotes .slide__content {
    padding: 36px 28px;
  }
  .rfb-keynotes .slide__title {
    font-size: 1.8rem;
  }
  .rfb-keynotes .progress {
    padding: 28px 0;
  }
  .rfb-keynotes .arrow {
    top: 160px;
  }
}

.rfb-logo-wrapper {
  padding-block: 50px;
  text-align: center;
  background: var(--mcan-blue-4);
}

.rfb-logo-grid {
  /*display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.rfb-logo {
  width: 100px;
  height: 20px;
  background: #ccc;
}

.linkedin-button {
  border: 1px solid var(--mcan-blue);
  border-radius: 50px;
  padding: 8px 16px;
  color: var(--mcan-text-dark);
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.8s ease;
}
.linkedin-button svg {
  fill: var(--mcan-blue);
  width: 1rem;
  height: 1rem;
  transition: fill 0.8s ease;
}
.linkedin-button .the-text {
  margin-top: 2px;
}
.linkedin-button .the-icon {
  margin-top: 4px;
}

.linkedin-button:hover {
  background: var(--mcan-blue);
  color: white;
}
.linkedin-button:hover svg {
  fill: white;
}

#block-mcan-rfbquoteslider {
  background-color: var(--mcan-light-blue);
}

#block-mcan-rfblogos {
  background-color: var(--mcan-blue-4);
}

.rfb-why-book .rfb-grid {
  border-top: var(--divider-line);
  padding-top: 20px;
}

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

#block-mcan-logoscroller {
  background-color: var(--mcan-blue-4);
}/*# sourceMappingURL=style.css.map */