@charset "UTF-8";

/* node_modules/@eui/styles/dist/styles/eui-ecl-ec.css */
@media screen {
  .ecl-icon {
    fill: currentcolor;
    margin: 0;
    transition: transform .3s ease-in-out;
  }
  .ecl-icon--2xs {
    height: .75rem;
    width: .75rem;
  }
  .ecl-icon--xs {
    height: 1rem;
    width: 1rem;
  }
  .ecl-icon--s {
    height: 1.25rem;
    width: 1.25rem;
  }
  .ecl-icon--m {
    height: 1.5rem;
    width: 1.5rem;
  }
  .ecl-icon--l {
    height: 2rem;
    width: 2rem;
  }
  .ecl-icon--xl {
    height: 2.5rem;
    width: 2.5rem;
  }
  .ecl-icon--2xl {
    height: 3rem;
    width: 3rem;
  }
  .ecl-icon--fluid {
    height: 1em;
    width: 1em;
  }
  .ecl-icon--primary {
    fill: #004494;
  }
  .ecl-icon--inverted {
    fill: #fff;
  }
  .ecl-icon--rotate-90 {
    transform: rotate(90deg);
  }
  .ecl-icon--rotate-180 {
    transform: rotate(180deg);
  }
  .ecl-icon--rotate-270 {
    transform: rotate(270deg);
  }
  .ecl-icon--flip-horizontal {
    transform: scaleX(-1);
  }
  .ecl-icon--flip-vertical {
    transform: scaleY(-1);
  }
  .ecl-container {
    box-sizing: border-box;
    margin-inline-end: auto;
    margin-inline-start: auto;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width:480px) {
  .ecl-container {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
@media screen and (min-width:768px) {
  .ecl-container {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-container {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
@media screen and (min-width:1140px) {
  .ecl-container {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
@media screen and (min-width:480px) {
  .ecl-container {
    max-width: 100%;
    width: 480px;
  }
}
@media screen and (min-width:768px) {
  .ecl-container {
    max-width: 100%;
    width: 768px;
  }
}
@media screen and (min-width:996px) {
  .ecl-container {
    max-width: 100%;
    width: 996px;
  }
}
@media screen and (min-width:1140px) {
  .ecl-container {
    max-width: 100%;
    width: 1140px;
  }
}
@media screen {
  .ecl-row {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-inline-end: -1rem;
    margin-inline-start: -1rem;
  }
}
@media screen and (min-width:480px) {
  .ecl-row {
    margin-inline-end: -1rem;
    margin-inline-start: -1rem;
  }
}
@media screen and (min-width:768px) {
  .ecl-row {
    margin-inline-end: -1rem;
    margin-inline-start: -1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-row {
    margin-inline-end: -1rem;
    margin-inline-start: -1rem;
  }
}
@media screen and (min-width:1140px) {
  .ecl-row {
    margin-inline-end: -1rem;
    margin-inline-start: -1rem;
  }
}
@media screen {
  .ecl-no-gutters {
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
  .ecl-no-gutters > .ecl-col,
  .ecl-no-gutters > [class*=ecl-col-] {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .ecl-col-1,
  .ecl-col-10,
  .ecl-col-11,
  .ecl-col-12,
  .ecl-col-2,
  .ecl-col-3,
  .ecl-col-4,
  .ecl-col-5,
  .ecl-col-6,
  .ecl-col-7,
  .ecl-col-8,
  .ecl-col-9,
  .ecl-col-l-1,
  .ecl-col-l-10,
  .ecl-col-l-11,
  .ecl-col-l-12,
  .ecl-col-l-2,
  .ecl-col-l-3,
  .ecl-col-l-4,
  .ecl-col-l-5,
  .ecl-col-l-6,
  .ecl-col-l-7,
  .ecl-col-l-8,
  .ecl-col-l-9,
  .ecl-col-m-1,
  .ecl-col-m-10,
  .ecl-col-m-11,
  .ecl-col-m-12,
  .ecl-col-m-2,
  .ecl-col-m-3,
  .ecl-col-m-4,
  .ecl-col-m-5,
  .ecl-col-m-6,
  .ecl-col-m-7,
  .ecl-col-m-8,
  .ecl-col-m-9,
  .ecl-col-s-1,
  .ecl-col-s-10,
  .ecl-col-s-11,
  .ecl-col-s-12,
  .ecl-col-s-2,
  .ecl-col-s-3,
  .ecl-col-s-4,
  .ecl-col-s-5,
  .ecl-col-s-6,
  .ecl-col-s-7,
  .ecl-col-s-8,
  .ecl-col-s-9,
  .ecl-col-xl-1,
  .ecl-col-xl-10,
  .ecl-col-xl-11,
  .ecl-col-xl-12,
  .ecl-col-xl-2,
  .ecl-col-xl-3,
  .ecl-col-xl-4,
  .ecl-col-xl-5,
  .ecl-col-xl-6,
  .ecl-col-xl-7,
  .ecl-col-xl-8,
  .ecl-col-xl-9 {
    -webkit-padding-end: 1rem;
    box-sizing: border-box;
    min-height: 1px;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width:480px) {
  .ecl-col-1,
  .ecl-col-10,
  .ecl-col-11,
  .ecl-col-12,
  .ecl-col-2,
  .ecl-col-3,
  .ecl-col-4,
  .ecl-col-5,
  .ecl-col-6,
  .ecl-col-7,
  .ecl-col-8,
  .ecl-col-9,
  .ecl-col-l-1,
  .ecl-col-l-10,
  .ecl-col-l-11,
  .ecl-col-l-12,
  .ecl-col-l-2,
  .ecl-col-l-3,
  .ecl-col-l-4,
  .ecl-col-l-5,
  .ecl-col-l-6,
  .ecl-col-l-7,
  .ecl-col-l-8,
  .ecl-col-l-9,
  .ecl-col-m-1,
  .ecl-col-m-10,
  .ecl-col-m-11,
  .ecl-col-m-12,
  .ecl-col-m-2,
  .ecl-col-m-3,
  .ecl-col-m-4,
  .ecl-col-m-5,
  .ecl-col-m-6,
  .ecl-col-m-7,
  .ecl-col-m-8,
  .ecl-col-m-9,
  .ecl-col-s-1,
  .ecl-col-s-10,
  .ecl-col-s-11,
  .ecl-col-s-12,
  .ecl-col-s-2,
  .ecl-col-s-3,
  .ecl-col-s-4,
  .ecl-col-s-5,
  .ecl-col-s-6,
  .ecl-col-s-7,
  .ecl-col-s-8,
  .ecl-col-s-9,
  .ecl-col-xl-1,
  .ecl-col-xl-10,
  .ecl-col-xl-11,
  .ecl-col-xl-12,
  .ecl-col-xl-2,
  .ecl-col-xl-3,
  .ecl-col-xl-4,
  .ecl-col-xl-5,
  .ecl-col-xl-6,
  .ecl-col-xl-7,
  .ecl-col-xl-8,
  .ecl-col-xl-9 {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
@media screen and (min-width:768px) {
  .ecl-col-1,
  .ecl-col-10,
  .ecl-col-11,
  .ecl-col-12,
  .ecl-col-2,
  .ecl-col-3,
  .ecl-col-4,
  .ecl-col-5,
  .ecl-col-6,
  .ecl-col-7,
  .ecl-col-8,
  .ecl-col-9,
  .ecl-col-l-1,
  .ecl-col-l-10,
  .ecl-col-l-11,
  .ecl-col-l-12,
  .ecl-col-l-2,
  .ecl-col-l-3,
  .ecl-col-l-4,
  .ecl-col-l-5,
  .ecl-col-l-6,
  .ecl-col-l-7,
  .ecl-col-l-8,
  .ecl-col-l-9,
  .ecl-col-m-1,
  .ecl-col-m-10,
  .ecl-col-m-11,
  .ecl-col-m-12,
  .ecl-col-m-2,
  .ecl-col-m-3,
  .ecl-col-m-4,
  .ecl-col-m-5,
  .ecl-col-m-6,
  .ecl-col-m-7,
  .ecl-col-m-8,
  .ecl-col-m-9,
  .ecl-col-s-1,
  .ecl-col-s-10,
  .ecl-col-s-11,
  .ecl-col-s-12,
  .ecl-col-s-2,
  .ecl-col-s-3,
  .ecl-col-s-4,
  .ecl-col-s-5,
  .ecl-col-s-6,
  .ecl-col-s-7,
  .ecl-col-s-8,
  .ecl-col-s-9,
  .ecl-col-xl-1,
  .ecl-col-xl-10,
  .ecl-col-xl-11,
  .ecl-col-xl-12,
  .ecl-col-xl-2,
  .ecl-col-xl-3,
  .ecl-col-xl-4,
  .ecl-col-xl-5,
  .ecl-col-xl-6,
  .ecl-col-xl-7,
  .ecl-col-xl-8,
  .ecl-col-xl-9 {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-col-1,
  .ecl-col-10,
  .ecl-col-11,
  .ecl-col-12,
  .ecl-col-2,
  .ecl-col-3,
  .ecl-col-4,
  .ecl-col-5,
  .ecl-col-6,
  .ecl-col-7,
  .ecl-col-8,
  .ecl-col-9,
  .ecl-col-l-1,
  .ecl-col-l-10,
  .ecl-col-l-11,
  .ecl-col-l-12,
  .ecl-col-l-2,
  .ecl-col-l-3,
  .ecl-col-l-4,
  .ecl-col-l-5,
  .ecl-col-l-6,
  .ecl-col-l-7,
  .ecl-col-l-8,
  .ecl-col-l-9,
  .ecl-col-m-1,
  .ecl-col-m-10,
  .ecl-col-m-11,
  .ecl-col-m-12,
  .ecl-col-m-2,
  .ecl-col-m-3,
  .ecl-col-m-4,
  .ecl-col-m-5,
  .ecl-col-m-6,
  .ecl-col-m-7,
  .ecl-col-m-8,
  .ecl-col-m-9,
  .ecl-col-s-1,
  .ecl-col-s-10,
  .ecl-col-s-11,
  .ecl-col-s-12,
  .ecl-col-s-2,
  .ecl-col-s-3,
  .ecl-col-s-4,
  .ecl-col-s-5,
  .ecl-col-s-6,
  .ecl-col-s-7,
  .ecl-col-s-8,
  .ecl-col-s-9,
  .ecl-col-xl-1,
  .ecl-col-xl-10,
  .ecl-col-xl-11,
  .ecl-col-xl-12,
  .ecl-col-xl-2,
  .ecl-col-xl-3,
  .ecl-col-xl-4,
  .ecl-col-xl-5,
  .ecl-col-xl-6,
  .ecl-col-xl-7,
  .ecl-col-xl-8,
  .ecl-col-xl-9 {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
@media screen and (min-width:1140px) {
  .ecl-col-1,
  .ecl-col-10,
  .ecl-col-11,
  .ecl-col-12,
  .ecl-col-2,
  .ecl-col-3,
  .ecl-col-4,
  .ecl-col-5,
  .ecl-col-6,
  .ecl-col-7,
  .ecl-col-8,
  .ecl-col-9,
  .ecl-col-l-1,
  .ecl-col-l-10,
  .ecl-col-l-11,
  .ecl-col-l-12,
  .ecl-col-l-2,
  .ecl-col-l-3,
  .ecl-col-l-4,
  .ecl-col-l-5,
  .ecl-col-l-6,
  .ecl-col-l-7,
  .ecl-col-l-8,
  .ecl-col-l-9,
  .ecl-col-m-1,
  .ecl-col-m-10,
  .ecl-col-m-11,
  .ecl-col-m-12,
  .ecl-col-m-2,
  .ecl-col-m-3,
  .ecl-col-m-4,
  .ecl-col-m-5,
  .ecl-col-m-6,
  .ecl-col-m-7,
  .ecl-col-m-8,
  .ecl-col-m-9,
  .ecl-col-s-1,
  .ecl-col-s-10,
  .ecl-col-s-11,
  .ecl-col-s-12,
  .ecl-col-s-2,
  .ecl-col-s-3,
  .ecl-col-s-4,
  .ecl-col-s-5,
  .ecl-col-s-6,
  .ecl-col-s-7,
  .ecl-col-s-8,
  .ecl-col-s-9,
  .ecl-col-xl-1,
  .ecl-col-xl-10,
  .ecl-col-xl-11,
  .ecl-col-xl-12,
  .ecl-col-xl-2,
  .ecl-col-xl-3,
  .ecl-col-xl-4,
  .ecl-col-xl-5,
  .ecl-col-xl-6,
  .ecl-col-xl-7,
  .ecl-col-xl-8,
  .ecl-col-xl-9 {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
@media screen {
  .ecl-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ecl-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ecl-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ecl-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ecl-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ecl-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ecl-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ecl-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ecl-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ecl-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ecl-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ecl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ecl-pull-0 {
    right: auto;
  }
  .ecl-pull-1 {
    right: 8.3333333333%;
  }
  .ecl-pull-2 {
    right: 16.6666666667%;
  }
  .ecl-pull-3 {
    right: 25%;
  }
  .ecl-pull-4 {
    right: 33.3333333333%;
  }
  .ecl-pull-5 {
    right: 41.6666666667%;
  }
  .ecl-pull-6 {
    right: 50%;
  }
  .ecl-pull-7 {
    right: 58.3333333333%;
  }
  .ecl-pull-8 {
    right: 66.6666666667%;
  }
  .ecl-pull-9 {
    right: 75%;
  }
  .ecl-pull-10 {
    right: 83.3333333333%;
  }
  .ecl-pull-11 {
    right: 91.6666666667%;
  }
  .ecl-pull-12 {
    right: 100%;
  }
  .ecl-push-0 {
    left: auto;
  }
  .ecl-push-1 {
    left: 8.3333333333%;
  }
  .ecl-push-2 {
    left: 16.6666666667%;
  }
  .ecl-push-3 {
    left: 25%;
  }
  .ecl-push-4 {
    left: 33.3333333333%;
  }
  .ecl-push-5 {
    left: 41.6666666667%;
  }
  .ecl-push-6 {
    left: 50%;
  }
  .ecl-push-7 {
    left: 58.3333333333%;
  }
  .ecl-push-8 {
    left: 66.6666666667%;
  }
  .ecl-push-9 {
    left: 75%;
  }
  .ecl-push-10 {
    left: 83.3333333333%;
  }
  .ecl-push-11 {
    left: 91.6666666667%;
  }
  .ecl-push-12 {
    left: 100%;
  }
  .ecl-offset-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ecl-offset-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ecl-offset-3 {
    margin-inline-start: 25%;
  }
  .ecl-offset-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ecl-offset-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ecl-offset-6 {
    margin-inline-start: 50%;
  }
  .ecl-offset-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ecl-offset-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ecl-offset-9 {
    margin-inline-start: 75%;
  }
  .ecl-offset-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ecl-offset-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media screen and (min-width:480px) {
  .ecl-col-s-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ecl-col-s-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ecl-col-s-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ecl-col-s-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ecl-col-s-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ecl-col-s-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ecl-col-s-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ecl-col-s-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ecl-col-s-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ecl-col-s-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ecl-col-s-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ecl-col-s-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ecl-pull-s-0 {
    right: auto;
  }
  .ecl-pull-s-1 {
    right: 8.3333333333%;
  }
  .ecl-pull-s-2 {
    right: 16.6666666667%;
  }
  .ecl-pull-s-3 {
    right: 25%;
  }
  .ecl-pull-s-4 {
    right: 33.3333333333%;
  }
  .ecl-pull-s-5 {
    right: 41.6666666667%;
  }
  .ecl-pull-s-6 {
    right: 50%;
  }
  .ecl-pull-s-7 {
    right: 58.3333333333%;
  }
  .ecl-pull-s-8 {
    right: 66.6666666667%;
  }
  .ecl-pull-s-9 {
    right: 75%;
  }
  .ecl-pull-s-10 {
    right: 83.3333333333%;
  }
  .ecl-pull-s-11 {
    right: 91.6666666667%;
  }
  .ecl-pull-s-12 {
    right: 100%;
  }
  .ecl-push-s-0 {
    left: auto;
  }
  .ecl-push-s-1 {
    left: 8.3333333333%;
  }
  .ecl-push-s-2 {
    left: 16.6666666667%;
  }
  .ecl-push-s-3 {
    left: 25%;
  }
  .ecl-push-s-4 {
    left: 33.3333333333%;
  }
  .ecl-push-s-5 {
    left: 41.6666666667%;
  }
  .ecl-push-s-6 {
    left: 50%;
  }
  .ecl-push-s-7 {
    left: 58.3333333333%;
  }
  .ecl-push-s-8 {
    left: 66.6666666667%;
  }
  .ecl-push-s-9 {
    left: 75%;
  }
  .ecl-push-s-10 {
    left: 83.3333333333%;
  }
  .ecl-push-s-11 {
    left: 91.6666666667%;
  }
  .ecl-push-s-12 {
    left: 100%;
  }
  .ecl-offset-s-0 {
    margin-inline-start: 0;
  }
  .ecl-offset-s-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ecl-offset-s-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ecl-offset-s-3 {
    margin-inline-start: 25%;
  }
  .ecl-offset-s-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ecl-offset-s-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ecl-offset-s-6 {
    margin-inline-start: 50%;
  }
  .ecl-offset-s-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ecl-offset-s-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ecl-offset-s-9 {
    margin-inline-start: 75%;
  }
  .ecl-offset-s-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ecl-offset-s-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media screen and (min-width:768px) {
  .ecl-col-m-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ecl-col-m-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ecl-col-m-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ecl-col-m-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ecl-col-m-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ecl-col-m-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ecl-col-m-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ecl-col-m-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ecl-col-m-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ecl-col-m-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ecl-col-m-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ecl-col-m-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ecl-pull-m-0 {
    right: auto;
  }
  .ecl-pull-m-1 {
    right: 8.3333333333%;
  }
  .ecl-pull-m-2 {
    right: 16.6666666667%;
  }
  .ecl-pull-m-3 {
    right: 25%;
  }
  .ecl-pull-m-4 {
    right: 33.3333333333%;
  }
  .ecl-pull-m-5 {
    right: 41.6666666667%;
  }
  .ecl-pull-m-6 {
    right: 50%;
  }
  .ecl-pull-m-7 {
    right: 58.3333333333%;
  }
  .ecl-pull-m-8 {
    right: 66.6666666667%;
  }
  .ecl-pull-m-9 {
    right: 75%;
  }
  .ecl-pull-m-10 {
    right: 83.3333333333%;
  }
  .ecl-pull-m-11 {
    right: 91.6666666667%;
  }
  .ecl-pull-m-12 {
    right: 100%;
  }
  .ecl-push-m-0 {
    left: auto;
  }
  .ecl-push-m-1 {
    left: 8.3333333333%;
  }
  .ecl-push-m-2 {
    left: 16.6666666667%;
  }
  .ecl-push-m-3 {
    left: 25%;
  }
  .ecl-push-m-4 {
    left: 33.3333333333%;
  }
  .ecl-push-m-5 {
    left: 41.6666666667%;
  }
  .ecl-push-m-6 {
    left: 50%;
  }
  .ecl-push-m-7 {
    left: 58.3333333333%;
  }
  .ecl-push-m-8 {
    left: 66.6666666667%;
  }
  .ecl-push-m-9 {
    left: 75%;
  }
  .ecl-push-m-10 {
    left: 83.3333333333%;
  }
  .ecl-push-m-11 {
    left: 91.6666666667%;
  }
  .ecl-push-m-12 {
    left: 100%;
  }
  .ecl-offset-m-0 {
    margin-inline-start: 0;
  }
  .ecl-offset-m-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ecl-offset-m-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ecl-offset-m-3 {
    margin-inline-start: 25%;
  }
  .ecl-offset-m-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ecl-offset-m-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ecl-offset-m-6 {
    margin-inline-start: 50%;
  }
  .ecl-offset-m-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ecl-offset-m-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ecl-offset-m-9 {
    margin-inline-start: 75%;
  }
  .ecl-offset-m-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ecl-offset-m-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media screen and (min-width:996px) {
  .ecl-col-l-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ecl-col-l-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ecl-col-l-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ecl-col-l-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ecl-col-l-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ecl-col-l-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ecl-col-l-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ecl-col-l-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ecl-col-l-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ecl-col-l-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ecl-col-l-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ecl-col-l-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ecl-pull-l-0 {
    right: auto;
  }
  .ecl-pull-l-1 {
    right: 8.3333333333%;
  }
  .ecl-pull-l-2 {
    right: 16.6666666667%;
  }
  .ecl-pull-l-3 {
    right: 25%;
  }
  .ecl-pull-l-4 {
    right: 33.3333333333%;
  }
  .ecl-pull-l-5 {
    right: 41.6666666667%;
  }
  .ecl-pull-l-6 {
    right: 50%;
  }
  .ecl-pull-l-7 {
    right: 58.3333333333%;
  }
  .ecl-pull-l-8 {
    right: 66.6666666667%;
  }
  .ecl-pull-l-9 {
    right: 75%;
  }
  .ecl-pull-l-10 {
    right: 83.3333333333%;
  }
  .ecl-pull-l-11 {
    right: 91.6666666667%;
  }
  .ecl-pull-l-12 {
    right: 100%;
  }
  .ecl-push-l-0 {
    left: auto;
  }
  .ecl-push-l-1 {
    left: 8.3333333333%;
  }
  .ecl-push-l-2 {
    left: 16.6666666667%;
  }
  .ecl-push-l-3 {
    left: 25%;
  }
  .ecl-push-l-4 {
    left: 33.3333333333%;
  }
  .ecl-push-l-5 {
    left: 41.6666666667%;
  }
  .ecl-push-l-6 {
    left: 50%;
  }
  .ecl-push-l-7 {
    left: 58.3333333333%;
  }
  .ecl-push-l-8 {
    left: 66.6666666667%;
  }
  .ecl-push-l-9 {
    left: 75%;
  }
  .ecl-push-l-10 {
    left: 83.3333333333%;
  }
  .ecl-push-l-11 {
    left: 91.6666666667%;
  }
  .ecl-push-l-12 {
    left: 100%;
  }
  .ecl-offset-l-0 {
    margin-inline-start: 0;
  }
  .ecl-offset-l-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ecl-offset-l-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ecl-offset-l-3 {
    margin-inline-start: 25%;
  }
  .ecl-offset-l-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ecl-offset-l-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ecl-offset-l-6 {
    margin-inline-start: 50%;
  }
  .ecl-offset-l-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ecl-offset-l-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ecl-offset-l-9 {
    margin-inline-start: 75%;
  }
  .ecl-offset-l-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ecl-offset-l-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media screen and (min-width:1140px) {
  .ecl-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .ecl-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ecl-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ecl-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ecl-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ecl-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ecl-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ecl-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ecl-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ecl-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ecl-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ecl-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ecl-pull-xl-0 {
    right: auto;
  }
  .ecl-pull-xl-1 {
    right: 8.3333333333%;
  }
  .ecl-pull-xl-2 {
    right: 16.6666666667%;
  }
  .ecl-pull-xl-3 {
    right: 25%;
  }
  .ecl-pull-xl-4 {
    right: 33.3333333333%;
  }
  .ecl-pull-xl-5 {
    right: 41.6666666667%;
  }
  .ecl-pull-xl-6 {
    right: 50%;
  }
  .ecl-pull-xl-7 {
    right: 58.3333333333%;
  }
  .ecl-pull-xl-8 {
    right: 66.6666666667%;
  }
  .ecl-pull-xl-9 {
    right: 75%;
  }
  .ecl-pull-xl-10 {
    right: 83.3333333333%;
  }
  .ecl-pull-xl-11 {
    right: 91.6666666667%;
  }
  .ecl-pull-xl-12 {
    right: 100%;
  }
  .ecl-push-xl-0 {
    left: auto;
  }
  .ecl-push-xl-1 {
    left: 8.3333333333%;
  }
  .ecl-push-xl-2 {
    left: 16.6666666667%;
  }
  .ecl-push-xl-3 {
    left: 25%;
  }
  .ecl-push-xl-4 {
    left: 33.3333333333%;
  }
  .ecl-push-xl-5 {
    left: 41.6666666667%;
  }
  .ecl-push-xl-6 {
    left: 50%;
  }
  .ecl-push-xl-7 {
    left: 58.3333333333%;
  }
  .ecl-push-xl-8 {
    left: 66.6666666667%;
  }
  .ecl-push-xl-9 {
    left: 75%;
  }
  .ecl-push-xl-10 {
    left: 83.3333333333%;
  }
  .ecl-push-xl-11 {
    left: 91.6666666667%;
  }
  .ecl-push-xl-12 {
    left: 100%;
  }
  .ecl-offset-xl-0 {
    margin-inline-start: 0;
  }
  .ecl-offset-xl-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ecl-offset-xl-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ecl-offset-xl-3 {
    margin-inline-start: 25%;
  }
  .ecl-offset-xl-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ecl-offset-xl-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ecl-offset-xl-6 {
    margin-inline-start: 50%;
  }
  .ecl-offset-xl-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ecl-offset-xl-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ecl-offset-xl-9 {
    margin-inline-start: 75%;
  }
  .ecl-offset-xl-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ecl-offset-xl-11 {
    margin-inline-start: 91.6666666667%;
  }
}
@media screen {
  .ecl-form-group {
    align-items: flex-start;
    border-width: 0;
    box-sizing: border-box;
    display: block;
    margin: 0;
    padding: 0;
  }
  .ecl-form-group > :not(.ecl-u-sr-only) + * {
    margin-top: .75rem;
  }
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-feedback-message,
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-help-block {
    margin-top: .5rem;
  }
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-checkbox,
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-radio {
    margin-top: .75rem;
  }
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-checkbox ~ .ecl-checkbox,
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-checkbox ~ .ecl-radio,
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-radio ~ .ecl-checkbox,
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-radio ~ .ecl-radio {
    margin-top: 1.5rem;
  }
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-radio--binary,
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-radio--binary ~ .ecl-radio--binary {
    margin-top: 1rem;
  }
  .ecl-form-group > .ecl-checkbox:first-child + .ecl-checkbox,
  .ecl-form-group > .ecl-radio:first-child + .ecl-radio:not(.ecl-radio--binary) {
    margin-top: 1.5rem;
  }
  .ecl-form-group > .ecl-radio--binary:first-child + .ecl-radio--binary {
    margin-top: 0;
  }
  .ecl-form-group > :not(.ecl-u-sr-only) + .ecl-file-upload__list {
    margin-top: 1rem;
  }
  .ecl-form-group > .ecl-feedback-message + .ecl-help-block {
    margin-top: 0;
  }
  .ecl-feedback-message {
    align-items: center;
    box-sizing: border-box;
    color: #da2131;
    display: flex;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  .ecl-feedback-message__icon {
    margin-inline-end: .5rem;
  }
  .ecl-help-block {
    display: block;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
  .ecl-form-label,
  .ecl-help-block {
    box-sizing: border-box;
    color: #404040;
    margin: 0;
    padding: 0;
  }
  .ecl-form-label {
    display: inline-flex;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    white-space: pre-wrap;
  }
  .ecl-form-label__required {
    color: #da2131;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin-inline-start: .25rem;
  }
  .ecl-form-label__optional {
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-style: italic;
    font-weight: 400;
  }
  .ecl-checkbox {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
  }
  .ecl-checkbox__input {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .ecl-checkbox__label {
    color: #404040;
    display: inline-flex;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    white-space: pre-wrap;
  }
  .ecl-checkbox--disabled .ecl-checkbox__label {
    cursor: not-allowed;
  }
  .ecl-checkbox__box {
    align-items: center;
    border: 2px solid #707070;
    border-radius: 0;
    box-sizing: border-box;
    display: inline-flex;
    flex-shrink: 0;
    height: 1.25rem;
    justify-content: center;
    margin-inline-end: .5rem;
    margin-top: .125rem;
    -webkit-user-select: none;
    user-select: none;
    width: 1.25rem;
  }
  .ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    cursor: pointer;
  }
  .ecl-checkbox__help {
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    margin-bottom: -.75rem;
    margin-top: .5rem;
  }
  .ecl-checkbox--single .ecl-checkbox__help,
  .ecl-checkbox:last-child .ecl-checkbox__help {
    margin-bottom: 0;
  }
  .ecl-checkbox__icon {
    fill: #fff;
    visibility: hidden;
  }
  .ecl-checkbox--disabled {
    opacity: .5;
  }
  .ecl-checkbox__required {
    color: #da2131;
    font: normal normal 400 1.25rem/1.5rem arial, sans-serif;
    font-weight: 700;
    padding-inline-start: .25rem;
  }
  .ecl-checkbox__input:checked ~ .ecl-checkbox__label .ecl-checkbox__box {
    background: #004494;
    border-color: #004494;
  }
  .ecl-checkbox__input:checked ~ .ecl-checkbox__label:hover .ecl-checkbox__box {
    background: #002f67;
    border-color: #002f67;
  }
  .ecl-checkbox__input:checked ~ .ecl-checkbox__label .ecl-checkbox__box--invalid {
    background: #da2131;
    border-color: #da2131;
  }
  .ecl-checkbox__input:checked ~ .ecl-checkbox__label .ecl-checkbox__icon {
    visibility: visible;
  }
  .ecl-form-group .ecl-checkbox--invalid ~ .ecl-feedback-message {
    margin-top: .5rem;
  }
  .ecl-checkbox--invalid .ecl-checkbox__box {
    border-color: #da2131;
  }
  .ecl-checkbox--invalid .ecl-checkbox__invalid {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    margin-top: .5rem;
  }
  .ecl-checkbox--invalid .ecl-checkbox__label:hover .ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    border-color: #981722;
  }
  .ecl-checkbox--invalid input:checked ~ .ecl-checkbox__label:hover .ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    background: #981722;
  }
  .ecl-checkbox__label:hover .ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    border-color: #004494;
  }
  .ecl-checkbox__input:focus-visible ~ .ecl-checkbox__label .ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .ecl-checkbox__input:focus-visible:checked ~ .ecl-checkbox__label .ecl-checkbox__box:not(.ecl-checkbox__box--disabled) {
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .pika-single {
    background: #fff;
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    color: #333;
    display: block;
    font-family:
      Helvetica Neue,
      Helvetica,
      Arial,
      sans-serif;
    position: relative;
    z-index: 9999;
  }
  .pika-single.is-hidden {
    display: none;
  }
  .pika-single.is-bound {
    box-shadow: 0 5px 15px -5px #00000080;
    position: absolute;
  }
  .pika-single:after,
  .pika-single:before {
    content: " ";
    display: table;
  }
  .pika-single:after {
    clear: both;
  }
  .pika-lendar {
    float: left;
    margin: 8px;
    width: 240px;
  }
  .pika-title {
    position: relative;
    text-align: center;
  }
  .pika-title select {
    cursor: pointer;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 9998;
  }
  .pika-label {
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 5px 3px;
    position: relative;
    z-index: 9999;
  }
  .pika-next,
  .pika-prev {
    background-color: initial;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 20px;
    white-space: nowrap;
    width: 20px;
  }
  .pika-next:hover,
  .pika-prev:hover {
    opacity: 1;
  }
  .pika-next.is-disabled,
  .pika-prev.is-disabled {
    cursor: default;
    opacity: .2;
  }
  .is-rtl .pika-next,
  .pika-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
    float: left;
  }
  .is-rtl .pika-prev,
  .pika-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
    float: right;
  }
  .pika-select {
    display: inline-block;
  }
  .pika-table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  .pika-table td,
  .pika-table th {
    padding: 0;
    width: 14.2857142857%;
  }
  .pika-table th {
    color: #999;
    font-size: 12px;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
  }
  .pika-table abbr {
    border-bottom: none;
    cursor: help;
  }
  .pika-button {
    background: #f5f5f5;
    border: 0;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: auto;
    line-height: 15px;
    margin: 0;
    outline: none;
    padding: 5px;
    text-align: right;
    width: 100%;
  }
  .has-event .pika-button {
    background: #3af;
    color: #fff;
  }
  .is-today .pika-button {
    color: #3af;
    font-weight: 700;
  }
  .is-selected .pika-button {
    background: #3af;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px #178fe5;
    color: #fff;
    font-weight: 700;
  }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
  }
  .is-disabled .pika-button {
    cursor: default;
    pointer-events: none;
  }
  .pika-button:hover {
    background: #ff8000;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
  }
  .pika-button .is-selection-disabled {
    cursor: default;
    pointer-events: none;
  }
  .pika-week {
    color: #999;
    font-size: 11px;
  }
  .is-inrange .pika-button {
    background: #d5e9f7;
    color: #666;
  }
  .is-startrange .pika-button {
    background: #6cb31d;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
  }
  .is-endrange .pika-button {
    background: #3af;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
  }
  .ecl-datepicker {
    margin: 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width:480px) {
  .ecl-datepicker {
    width: 158px;
  }
}
@media screen {
  .ecl-datepicker__field.ecl-text-input {
    padding-inline-end: 2rem;
    width: 100%;
  }
  .ecl-datepicker__icon {
    color: #707070;
    margin-inline-end: calc(.75rem - 1px);
    margin-top: calc(.75rem - 1px);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
  }
  .ecl-datepicker__field.ecl-text-input[disabled],
  .ecl-datepicker__field.ecl-text-input[disabled]::placeholder {
    color: #9e9e9e80;
  }
  .ecl-datepicker:hover .ecl-datepicker__icon {
    color: #004494;
  }
  .ecl-datepicker__field:active + .ecl-datepicker__icon,
  .ecl-datepicker__field:focus-visible + .ecl-datepicker__icon {
    color: #004494;
  }
  .ecl-datepicker--invalid .ecl-datepicker__icon {
    color: #da2131;
  }
  .ecl-datepicker--invalid .ecl-datepicker__field:focus-visible + .ecl-datepicker__icon,
  .ecl-datepicker--invalid .ecl-datepicker__field:hover + .ecl-datepicker__icon {
    color: #981722;
  }
  .ecl-datepicker__field:disabled + .ecl-datepicker__icon,
  .ecl-datepicker__field:disabled:hover + .ecl-datepicker__icon {
    color: #70707080;
  }
  .ecl-datepicker-theme.pika-single {
    border-radius: 0;
    border-width: 0;
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin-top: .75rem;
    overflow: hidden;
    width: auto;
  }
  .ecl-datepicker-theme.pika-single.is-bound {
    box-shadow: none;
  }
  .ecl-datepicker-theme.pika-single .pika-lendar {
    background-color: #ebebeb;
    margin: 0;
    width: 100%;
  }
  .ecl-datepicker-theme.pika-single .pika-title {
    background-color: #fff;
    display: flex;
    padding-bottom: .5rem;
  }
  .ecl-datepicker-theme.pika-single .pika-label {
    align-items: center;
    background-color: #ebebeb;
    color: #404040;
    display: flex;
    flex-grow: 1;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    justify-content: space-between;
    margin-inline-end: .25rem;
    padding: .75rem 1rem;
    width: 50%;
  }
  .ecl-datepicker-theme.pika-single .pika-label:last-of-type {
    margin-inline-end: 0;
  }
  .ecl-datepicker-theme.pika-single .pika-label:after {
    border: solid #404040;
    border-width: 0 2px 2px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
  }
  .ecl-datepicker-theme.pika-single .pika-select {
    border-width: 0;
    height: 100%;
    top: 0;
    width: 100%;
  }
  .ecl-datepicker-theme.pika-single .pika-next,
  .ecl-datepicker-theme.pika-single .pika-prev {
    display: none;
  }
  .ecl-datepicker-theme.pika-single .pika-table {
    background-color: #f5f5f5;
    border-collapse: initial;
    border-spacing: .25rem;
  }
  .ecl-datepicker-theme.pika-single .pika-table thead {
    background-color: initial;
    display: table-header-group;
  }
  .ecl-datepicker-theme.pika-single .pika-table th {
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    padding: .5rem 0;
    text-align: center;
  }
  .ecl-datepicker-theme.pika-single .pika-table td {
    border-width: 0;
    display: table-cell;
    padding: 0;
  }
  .ecl-datepicker-theme.pika-single .pika-table td:before {
    content: normal;
  }
  .ecl-datepicker-theme.pika-single .pika-table abbr {
    text-decoration: none;
  }
  .ecl-datepicker-theme.pika-single .pika-button {
    background-color: #fff;
    border-radius: 0;
    border-width: 0;
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    padding: .75rem;
    text-align: center;
  }
  .ecl-datepicker-theme.pika-single .pika-button:hover {
    border-radius: 0;
    box-shadow: inset 0 0 0 3px #bfd0e4;
    color: #404040;
  }
  .ecl-datepicker-theme.pika-single .is-today .pika-button {
    box-shadow: inset 0 0 0 3px #bfd0e4;
  }
  .ecl-datepicker-theme.pika-single .is-selected .pika-button {
    background-color: #004494;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
  }
  .ecl-datepicker-theme.pika-single .is-outside-current-month .pika-button {
    background-color: #ebebeb;
    color: #404040;
    opacity: 1;
  }
}
@media screen and (min-width:768px) {
  .ecl-datepicker-theme.pika-single .pika-lendar {
    width: 20rem;
  }
  .ecl-datepicker-theme.pika-single .pika-button {
    padding: .5rem;
  }
}
@media screen {
  .ecl-file-upload {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .no-js .ecl-file-upload {
    clip: auto;
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    height: auto;
    margin: 0;
    overflow: initial;
    position: static;
    width: auto;
  }
  .ecl-file-upload:active + .ecl-file-upload__button-container .ecl-file-upload__button,
  .ecl-file-upload:focus-visible + .ecl-file-upload__button-container .ecl-file-upload__button {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .ecl-file-upload__button-container {
    display: block;
  }
  .no-js .ecl-file-upload__button-container {
    display: none;
  }
  .ecl-file-upload__list {
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    list-style: none;
    margin-top: 1rem;
    max-width: 538px;
    padding-inline-start: 0;
    width: 100%;
  }
  .no-js .ecl-file-upload__list {
    display: none;
  }
  .ecl-file-upload__item {
    border-top: 1px solid #9f9f9f;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .ecl-file-upload__item .ecl-file-upload__item-name {
    font-weight: 700;
  }
  .ecl-file-upload__item .ecl-file-upload__item-meta {
    display: block;
    padding-top: .25rem;
  }
  .ecl-file-upload::-webkit-file-upload-button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    border-width: 0;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: .75rem 1rem;
    text-decoration: none;
  }
  .ecl-file-upload::-webkit-file-upload-button:active,
  .ecl-file-upload::-webkit-file-upload-button:hover {
    box-shadow: none;
    text-decoration: none;
  }
  .ecl-file-upload::-webkit-file-upload-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .ecl-file-upload::-ms-browse {
    appearance: none;
    background: none;
    border-radius: 0;
    border-width: 0;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: .75rem 1rem;
    text-decoration: none;
  }
  .ecl-file-upload::-ms-browse:active,
  .ecl-file-upload::-ms-browse:hover {
    box-shadow: none;
    text-decoration: none;
  }
  .ecl-file-upload::-ms-browse:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .ecl-file-upload[disabled] {
    color: #9f9f9f;
  }
  .ecl-file-upload[disabled]::-webkit-file-upload-button,
  .ecl-file-upload[disabled]::-webkit-file-upload-button:hover {
    background-color: #bfd0e4;
    color: #fff;
    cursor: not-allowed;
    text-decoration: none;
  }
  .ecl-file-upload[disabled]::-ms-browse,
  .ecl-file-upload[disabled]::-ms-browse:hover {
    background-color: #bfd0e4;
    color: #fff;
    cursor: not-allowed;
    text-decoration: none;
  }
  .ecl-file-upload::-ms-value {
    background-color: #f5f5f5;
    border-width: 0;
  }
  .ecl-radio {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .ecl-radio--disabled {
    opacity: .5;
  }
  .ecl-radio__input {
    clip: rect(0, 0, 0, 0);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .ecl-radio__label {
    color: #404040;
    display: inline-flex;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    white-space: pre-wrap;
  }
  .ecl-radio--disabled .ecl-radio__label {
    cursor: not-allowed;
  }
  .ecl-radio__box {
    background-color: #fff;
    border: 2px solid #707070;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    flex-shrink: 0;
    height: 1.25rem;
    margin-inline-end: .5rem;
    margin-top: .125rem;
    position: relative;
    width: 1.25rem;
  }
  .ecl-radio__box:not(.ecl-radio__box--disabled) {
    cursor: pointer;
  }
  .ecl-radio__label:hover .ecl-radio__box {
    border-color: #004494;
  }
  .ecl-radio__help {
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    margin-bottom: -.75rem;
    margin-top: .5rem;
  }
  .ecl-radio__input:active ~ .ecl-radio__label .ecl-radio__box,
  .ecl-radio__input:focus-visible ~ .ecl-radio__label .ecl-radio__box {
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .ecl-radio__input:checked ~ .ecl-radio__label .ecl-radio__box {
    border-color: #004494;
    border-width: 7px;
  }
  .ecl-radio__input:checked ~ .ecl-radio__label .ecl-radio__box-inner {
    background: #004494;
    border-radius: 50%;
    box-sizing: border-box;
    display: none;
    height: .75rem;
    margin: 7px;
    width: .75rem;
  }
  .ecl-radio__input:checked ~ .ecl-radio__label .ecl-radio__box:hover {
    border-color: #002f67;
  }
  .ecl-radio__input:checked ~ .ecl-radio__label .ecl-radio__box:hover .ecl-radio__box-inner {
    background: #002f67;
  }
  .ecl-radio__box--invalid,
  .ecl-radio__input:checked ~ .ecl-radio__label .ecl-radio__box--invalid {
    border-color: #da2131;
  }
  .ecl-radio__input:checked ~ .ecl-radio__label .ecl-radio__box--invalid .ecl-radio__box-inner {
    background-color: #da2131;
  }
  .ecl-radio__input:checked ~ .ecl-radio__label:hover .ecl-radio__box--invalid,
  .ecl-radio__label:hover .ecl-radio__box--invalid {
    border-color: #981722;
  }
  .ecl-radio__input:checked ~ .ecl-radio__label:hover .ecl-radio__box--invalid .ecl-radio__box-inner,
  .ecl-radio__label:hover .ecl-radio__box--invalid .ecl-radio__box-inner {
    background-color: #981722;
  }
  .ecl-radio--binary {
    display: inline-flex;
    margin-inline-end: 1rem;
    vertical-align: top;
  }
  .ecl-radio--binary:last-child {
    margin-inline-end: 0;
  }
  .ecl-range {
    -webkit-appearance: none;
    appearance: none;
    background-color: #cfcfcf;
    border-radius: 2px;
    display: block;
    height: .25rem;
    outline: none;
  }
  .ecl-form-group .ecl-range {
    margin-top: 1.125rem;
  }
  .ecl-range__value {
    box-sizing: border-box;
    color: #404040;
    display: block;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
  .ecl-form-group .ecl-range__value {
    margin-top: .625rem;
  }
  .ecl-range__value-current {
    font-weight: 700;
  }
  .ecl-range::-moz-range-thumb {
    appearance: none;
    background-color: #004494;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    height: 1rem;
    outline: 0 solid #0000;
    outline-offset: -1px;
    -moz-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 1rem;
  }
  .ecl-range::-ms-thumb {
    appearance: none;
    background-color: #004494;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    height: 1rem;
    outline: 0 solid #0000;
    outline-offset: -1px;
    -ms-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 1rem;
  }
  .ecl-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #004494;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    height: 1rem;
    outline: 0 solid #0000;
    outline-offset: -1px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    width: 1rem;
  }
  .ecl-range::-moz-range-thumb:hover {
    outline: 5px solid #004494;
  }
  .ecl-range::-ms-thumb:hover {
    outline: 5px solid #004494;
  }
  .ecl-range::-webkit-slider-thumb:hover {
    outline: 5px solid #004494;
  }
  .ecl-range::-moz-range-thumb:active {
    background-color: #003776;
    outline-color: #003776;
  }
  .ecl-range::-ms-thumb:active {
    background-color: #003776;
    outline-color: #003776;
  }
  .ecl-range::-webkit-slider-thumb:active {
    background-color: #003776;
    outline-color: #003776;
  }
  .ecl-range:focus-visible::-moz-range-thumb {
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .ecl-range:focus-visible::-ms-thumb {
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .ecl-range:focus-visible::-webkit-slider-thumb {
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .ecl-range--s {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-range--s {
    width: 158px;
  }
}
@media screen {
  .ecl-range--m {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-range--m {
    width: 253px;
  }
}
@media screen {
  .ecl-range--l {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-range--l {
    width: 443px;
  }
}
@media screen {
  .ecl-range--disabled,
  .ecl-range--readonly,
  .ecl-range[disabled],
  .ecl-range[readonly] {
    background-color: #cfcfcf;
  }
  .ecl-range[disabled]::-moz-range-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range[disabled]::-ms-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range[disabled]::-webkit-slider-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range--disabled::-moz-range-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range--disabled::-ms-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range--disabled::-webkit-slider-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range[readonly]::-moz-range-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range[readonly]::-ms-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range[readonly]::-webkit-slider-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range--readonly::-moz-range-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range--readonly::-ms-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range--readonly::-webkit-slider-thumb {
    background-color: #cfcfcf;
    cursor: not-allowed;
  }
  .ecl-range[disabled]::-moz-range-thumb:hover {
    outline: none;
  }
  .ecl-range[disabled]::-ms-thumb:hover {
    outline: none;
  }
  .ecl-range[disabled]::-webkit-slider-thumb:hover {
    outline: none;
  }
  .ecl-range--disabled::-moz-range-thumb:hover {
    outline: none;
  }
  .ecl-range--disabled::-ms-thumb:hover {
    outline: none;
  }
  .ecl-range--disabled::-webkit-slider-thumb:hover {
    outline: none;
  }
  .ecl-range[readonly]::-moz-range-thumb:hover {
    outline: none;
  }
  .ecl-range[readonly]::-ms-thumb:hover {
    outline: none;
  }
  .ecl-range[readonly]::-webkit-slider-thumb:hover {
    outline: none;
  }
  .ecl-range--readonly::-moz-range-thumb:hover {
    outline: none;
  }
  .ecl-range--readonly::-ms-thumb:hover {
    outline: none;
  }
  .ecl-range--readonly::-webkit-slider-thumb:hover {
    outline: none;
  }
  .ecl-range--invalid::-moz-range-thumb {
    background-color: #da2131;
  }
  .ecl-range--invalid::-ms-thumb {
    background-color: #da2131;
  }
  .ecl-range--invalid::-webkit-slider-thumb {
    background-color: #da2131;
  }
  .ecl-range--invalid::-moz-range-thumb:hover {
    background-color: #981722;
    outline-color: #981722;
  }
  .ecl-range--invalid::-ms-thumb:hover {
    background-color: #981722;
    outline-color: #981722;
  }
  .ecl-range--invalid::-webkit-slider-thumb:hover {
    background-color: #981722;
    outline-color: #981722;
  }
  .ecl-range--invalid::-moz-range-thumb:active {
    background-color: #981722;
    outline-color: #981722;
  }
  .ecl-range--invalid::-ms-thumb:active {
    background-color: #981722;
    outline-color: #981722;
  }
  .ecl-range--invalid::-webkit-slider-thumb:active {
    background-color: #981722;
    outline-color: #981722;
  }
  .ecl-select {
    -webkit-appearance: none;
    appearance: none;
    background-color: initial;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #404040;
    cursor: pointer;
    display: block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin: 0;
    overflow: hidden;
    padding-bottom: calc(.75rem - 1px);
    padding-inline-end: calc(3.5rem - 1px);
    padding-inline-start: calc(.75rem - 1px);
    padding-top: calc(.75rem - 1px);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
  }
  .ecl-select::placeholder {
    color: #9f9f9f;
    opacity: 1;
  }
  .ecl-select::-ms-expand {
    display: none;
  }
  .ecl-select:hover {
    border-color: #004494;
    box-shadow: none;
  }
  .ecl-select:focus-visible {
    border-color: #004494;
    border-width: 3px;
    box-shadow: none;
    outline: none;
    padding-bottom: calc(.75rem - 3px);
    padding-inline-end: calc(3.5rem - 3px);
    padding-inline-start: calc(.75rem - 3px);
    padding-top: calc(.75rem - 3px);
  }
  .ecl-select__container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    position: relative;
  }
  .ecl-select__container--s {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-select__container--s {
    width: 158px;
  }
}
@media screen {
  .ecl-select__container--m {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-select__container--m {
    width: 253px;
  }
}
@media screen {
  .ecl-select__container--l {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-select__container--l {
    width: 443px;
  }
}
@media screen {
  .ecl-select__container--hidden {
    margin-top: 0 !important;
  }
  .ecl-select__container--hidden .ecl-select {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  .ecl-select__icon {
    align-items: center;
    background-color: #404040;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.75rem;
    z-index: 0;
  }
  .ecl-select:hover ~ .ecl-select__icon {
    background-color: #004494;
  }
  .ecl-select__icon-shape {
    fill: #fff;
  }
  .ecl-select__container--disabled {
    background-color: #fff;
  }
  .ecl-select__container--disabled .ecl-select:focus ~ .ecl-select__icon,
  .ecl-select__container--disabled .ecl-select:hover ~ .ecl-select__icon,
  .ecl-select__container--disabled .ecl-select__icon {
    background-color: #40404080;
  }
  .ecl-select__container--disabled .ecl-select__icon-shape {
    fill: #fff;
  }
  .ecl-select__container--disabled .ecl-select {
    border-color: #707070;
    color: #9f9f9f;
    cursor: not-allowed;
  }
  .ecl-select__container--disabled .ecl-select::placeholder {
    color: #9e9e9e80;
  }
  .ecl-select__container--disabled .ecl-select:hover {
    border-color: #707070;
    box-shadow: none;
  }
  .ecl-select__container--invalid .ecl-select__icon {
    background-color: #da2131;
  }
  .ecl-select__container--invalid .ecl-select:hover ~ .ecl-select__icon {
    background-color: #981722;
  }
  .ecl-select__container--invalid .ecl-select:not(:focus-visible) {
    border-color: #da2131;
  }
  .ecl-select__container--invalid .ecl-select:hover {
    border-color: #981722;
  }
  .ecl-select__container--invalid .ecl-select:focus {
    border-color: #004494;
  }
  .ecl-select[multiple] ~ .ecl-select__icon {
    display: none;
  }
  .ecl-select__multiple {
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  .ecl-select__multiple .ecl-select__multiple-dropdown {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    cursor: default;
    min-width: 253px;
    position: absolute;
    z-index: 15;
  }
  .ecl-select__multiple .ecl-text-input {
    margin: 0;
    width: 100%;
  }
  .ecl-select__multiple .ecl-select__multiple-all {
    border-bottom: 1px solid #cfcfcf;
  }
  .ecl-select__multiple .ecl-select__multiple-options {
    box-sizing: border-box;
    max-height: 252px;
    overflow-y: auto;
    padding: .75rem 0;
  }
  .ecl-select__multiple .ecl-checkbox {
    clear: left;
  }
  .ecl-select__multiple .ecl-checkbox__label {
    padding-bottom: .75rem;
    padding-inline-end: .75rem;
    padding-inline-start: .75rem;
    padding-top: .75rem;
    width: calc(100% - 1.5rem);
  }
  .ecl-select__multiple .ecl-checkbox__label:focus,
  .ecl-select__multiple .ecl-checkbox__label:hover {
    background-color: #e3e3e3;
  }
  .ecl-select__multiple .ecl-select__multiple-group {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    margin: 0 .75rem;
    padding: .75rem 0;
  }
  .ecl-select__multiple .ecl-select__multiple-group:first-child {
    padding-top: 0;
  }
  .ecl-select__multiple .ecl-select__multiple-group .ecl-checkbox__label {
    margin-inline-end: -.75rem;
    margin-inline-start: -.75rem;
    width: 100%;
  }
  .ecl-select__multiple .ecl-select__multiple-group + .ecl-checkbox {
    margin-top: .75rem;
  }
  .ecl-select__multiple .ecl-select__multiple-group__title {
    color: #707070;
    float: left;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    margin: .5rem 0;
  }
  .ecl-select__multiple .ecl-select__multiple-no-results {
    align-items: center;
    color: #404040;
    display: flex;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    height: 100%;
    justify-content: center;
    min-height: 100px;
    width: 100%;
  }
  .ecl-select__multiple .ecl-select-multiple-toolbar {
    border-top: 1px solid #cfcfcf;
    display: flex;
  }
  .ecl-select__multiple .ecl-select-multiple-toolbar * {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .ecl-select__multiple .ecl-select-multiple-toolbar .ecl-button + .ecl-button {
    border-radius: 0 0 4px;
  }
  .ecl-select__multiple .ecl-select-multiple-selections-counter {
    display: none;
    left: .75rem;
    position: absolute;
    top: 12%;
  }
  .ecl-select__multiple .ecl-select-multiple-selections-counter * {
    align-items: center;
    background-color: #707070;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    height: auto;
    justify-content: center;
    min-width: 1rem;
    padding: .25rem;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .ecl-select__multiple .ecl-select-multiple-selections-counter :after {
    content: "";
    display: table;
    padding-top: 100%;
  }
  .ecl-select__multiple .ecl-select-multiple-selections-counter.ecl-select-multiple-selections-counter--xxl * {
    width: 85%;
  }
  .ecl-select__multiple .ecl-select-multiple-selections-counter--visible {
    display: block;
  }
  .ecl-select__multiple .ecl-select-multiple-selections-counter--visible + .ecl-select {
    padding-inline-start: 3rem;
  }
  .ecl-select__multiple .ecl-select-multiple-selections-counter--visible + .ecl-select:focus-visible {
    padding-inline-start: calc(3rem - 2px);
  }
  .ecl-text-area {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #404040;
    display: block;
    margin: 0;
    max-width: 100%;
    padding: calc(.75rem - 1px);
  }
  .ecl-text-area,
  .ecl-text-area::placeholder {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-text-area::placeholder {
    color: #9f9f9f;
    opacity: 1;
  }
  .ecl-text-area:hover {
    border-color: #004494;
    box-shadow: none;
  }
  .ecl-text-area:active,
  .ecl-text-area:focus-visible {
    border-color: #004494;
    border-width: 3px;
    box-shadow: none;
    outline: none;
    padding: calc(.75rem - 3px);
  }
  .ecl-text-area--s {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-text-area--s {
    width: 158px;
  }
}
@media screen {
  .ecl-text-area--m {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-text-area--m {
    width: 253px;
  }
}
@media screen {
  .ecl-text-area--l {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-text-area--l {
    width: 443px;
  }
}
@media screen {
  .ecl-text-area--disabled,
  .ecl-text-area--readonly,
  .ecl-text-area[disabled],
  .ecl-text-area[readonly] {
    background-color: #fff;
    border-color: #70707080;
    box-shadow: none;
    cursor: not-allowed;
  }
  .ecl-text-area--disabled::placeholder,
  .ecl-text-area--readonly::placeholder,
  .ecl-text-area[disabled]::placeholder,
  .ecl-text-area[readonly]::placeholder {
    color: #9e9e9e80;
  }
  .ecl-text-area--disabled:hover,
  .ecl-text-area--readonly:hover,
  .ecl-text-area[disabled]:hover,
  .ecl-text-area[readonly]:hover {
    border-color: #70707080;
    box-shadow: none;
  }
  .ecl-text-area--disabled:active,
  .ecl-text-area--disabled:focus,
  .ecl-text-area--readonly:active,
  .ecl-text-area--readonly:focus,
  .ecl-text-area[disabled]:active,
  .ecl-text-area[disabled]:focus,
  .ecl-text-area[readonly]:active,
  .ecl-text-area[readonly]:focus {
    border-color: #70707080;
    border-width: 1px;
    padding: calc(.75rem - 1px);
  }
  .ecl-text-area--invalid {
    border-color: #da2131;
  }
  .ecl-text-area--invalid:hover {
    border-color: #981722;
  }
  .ecl-text-area--invalid:active,
  .ecl-text-area--invalid:focus-visible {
    border-color: #004494;
  }
  .ecl-text-input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #404040;
    display: block;
    margin: 0;
    max-width: 100%;
    padding: calc(.75rem - 1px);
  }
  .ecl-text-input,
  .ecl-text-input::placeholder {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-text-input::placeholder {
    color: #9f9f9f;
    opacity: 1;
  }
  .ecl-text-input:hover {
    border-color: #004494;
    box-shadow: none;
  }
  .ecl-text-input:active,
  .ecl-text-input:focus-visible {
    border-color: #004494;
    border-width: 2px;
    box-shadow: none;
    outline: none;
    padding: calc(.75rem - 2px);
  }
  .ecl-text-input--s {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-text-input--s {
    width: 158px;
  }
}
@media screen {
  .ecl-text-input--m {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-text-input--m {
    width: 253px;
  }
}
@media screen {
  .ecl-text-input--l {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-text-input--l {
    width: 443px;
  }
}
@media screen {
  .ecl-text-input--disabled,
  .ecl-text-input--readonly,
  .ecl-text-input[disabled],
  .ecl-text-input[readonly] {
    background-color: #fff;
    border-color: #70707080;
    cursor: not-allowed;
  }
  .ecl-text-input--disabled::placeholder,
  .ecl-text-input--readonly::placeholder,
  .ecl-text-input[disabled]::placeholder,
  .ecl-text-input[readonly]::placeholder {
    color: #9e9e9e80;
  }
  .ecl-text-input--disabled:hover,
  .ecl-text-input--readonly:hover,
  .ecl-text-input[disabled]:hover,
  .ecl-text-input[readonly]:hover {
    border-color: #70707080;
    box-shadow: none;
  }
  .ecl-text-input--disabled:active,
  .ecl-text-input--disabled:focus-visible,
  .ecl-text-input--readonly:active,
  .ecl-text-input--readonly:focus-visible,
  .ecl-text-input[disabled]:active,
  .ecl-text-input[disabled]:focus-visible,
  .ecl-text-input[readonly]:active,
  .ecl-text-input[readonly]:focus-visible {
    border-color: #70707080;
    border-width: 1px;
    padding: calc(.75rem - 1px);
  }
  .ecl-text-input--invalid {
    border-color: #da2131;
  }
  .ecl-text-input--invalid:hover {
    border-color: #981722;
  }
  .ecl-text-input--invalid:active,
  .ecl-text-input--invalid:focus {
    border-color: #004494;
  }
  .ecl-blockquote {
    -webkit-border-start: 10px solid #ffd617;
    border-end-start-radius: 0;
    border-inline-start: 10px solid #ffd617;
    border-start-start-radius: 0;
    margin: 0;
    padding-bottom: .75rem;
    padding-inline-start: 1.5rem;
    padding-top: .75rem;
  }
  .ecl-blockquote__citation {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-style: italic;
    margin: 0;
    max-width: 65ch;
    quotes: "\2018" "\2019";
  }
  .ecl-blockquote__citation:before {
    content: open-quote;
  }
  .ecl-blockquote__citation:after {
    content: close-quote;
  }
  .ecl-blockquote__citation[lang=bg],
  .ecl-blockquote__citation[lang=cs],
  .ecl-blockquote__citation[lang=de],
  .ecl-blockquote__citation[lang=et],
  .ecl-blockquote__citation[lang=lt],
  .ecl-blockquote__citation[lang=sk],
  .ecl-blockquote__citation[lang=sl] {
    quotes: "\201e" "\201c";
  }
  .ecl-blockquote__citation[lang=hr],
  .ecl-blockquote__citation[lang=hu],
  .ecl-blockquote__citation[lang=pl],
  .ecl-blockquote__citation[lang=ro] {
    quotes: "\201e" "\201d";
  }
  .ecl-blockquote__citation[lang=da] {
    quotes: "\bb" "\ab";
  }
  .ecl-blockquote__citation[lang=el],
  .ecl-blockquote__citation[lang=es],
  .ecl-blockquote__citation[lang=fr],
  .ecl-blockquote__citation[lang=it],
  .ecl-blockquote__citation[lang=pt] {
    quotes: "\ab" "\bb";
  }
  .ecl-blockquote__citation[lang=fi],
  .ecl-blockquote__citation[lang=sv] {
    quotes: "\201d" "\201d";
  }
  .ecl-blockquote__citation[lang=lv],
  .ecl-blockquote__citation[lang=mt],
  .ecl-blockquote__citation[lang=nl] {
    quotes: "\201c" "\201d";
  }
  .ecl-blockquote__quote {
    margin: 0;
  }
  .ecl-blockquote__attribution {
    margin-top: 1rem;
    max-width: 65ch;
  }
  .ecl-blockquote__author {
    color: #000;
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-blockquote__image {
    aspect-ratio: 1/1;
    height: 120px;
    margin-top: .75rem;
    object-fit: cover;
    width: 120px;
  }
}
@media screen and (min-width:480px) {
  .ecl-blockquote {
    padding-bottom: 1rem;
    padding-inline-start: 1.5rem;
    padding-top: 1rem;
  }
  .ecl-blockquote__citation {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-style: italic;
  }
  .ecl-blockquote__attribution {
    margin-top: 1.5rem;
  }
  .ecl-blockquote__author {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
  }
}
@media screen and (min-width:996px) {
  .ecl-blockquote {
    border-inline-start: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0;
  }
  .ecl-blockquote__body {
    -webkit-border-start: 10px solid #ffd617;
    border-end-start-radius: 0;
    border-inline-start: 10px solid #ffd617;
    border-start-start-radius: 0;
    display: inline-block;
    padding-bottom: 1rem;
    padding-inline-start: 1.5rem;
    padding-top: 1rem;
  }
  .ecl-blockquote__citation {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-style: italic;
  }
  .ecl-blockquote__attribution {
    margin-top: 2rem;
  }
  .ecl-blockquote__author {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-blockquote__image {
    margin-inline-end: 1.5rem;
    margin-top: 0;
  }
}
@media screen {
  .ecl-button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: .75rem 1rem;
    text-decoration: none;
  }
  .ecl-button:active,
  .ecl-button:hover {
    box-shadow: none;
    text-decoration: none;
  }
  .ecl-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
    text-decoration: none;
  }
  .ecl-button[disabled],
  .ecl-button[disabled]:hover {
    cursor: not-allowed;
    text-decoration: none;
  }
  .ecl-button__container {
    align-items: center;
    display: flex;
  }
  .ecl-button__icon {
    flex-shrink: 0;
  }
  .ecl-button__icon + .ecl-button__label,
  .ecl-button__icon--before {
    margin-inline-end: .5rem;
  }
  .ecl-button__icon--after,
  .ecl-button__label + .ecl-button__icon {
    margin-inline-start: .5rem;
  }
  .ecl-button__icon:only-child {
    margin: 0;
  }
  .ecl-button--primary {
    background-color: #004494;
    color: #fff;
  }
  .ecl-button--primary:active,
  .ecl-button--primary:hover {
    background-color: #002f67;
  }
  .ecl-button--primary[disabled] {
    background-color: #00449480;
    color: #ffffff80;
  }
  .ecl-button--primary[disabled]:hover {
    background-color: #002f6780;
    color: #ffffff80;
  }
  .ecl-button--secondary {
    background-color: #fff;
    border: 2px solid #004494;
    color: #004494;
    padding: calc(.75rem - 2px) calc(1rem - 2px);
  }
  .ecl-button--secondary:active,
  .ecl-button--secondary:hover {
    border-color: #002f67;
    color: #002f67;
  }
  .ecl-button--secondary:focus-visible {
    box-shadow: inset 0 0 0 4px #004494;
    outline: 2px solid #fff;
  }
  .ecl-button--secondary[disabled] {
    background-color: #ffffff80;
    border-color: #00449480;
    color: #00449480;
  }
  .ecl-button--secondary[disabled]:hover {
    border-color: #002f6780;
    color: #002f6780;
  }
  .ecl-button--ghost {
    color: #004494;
  }
  .ecl-button--ghost:active,
  .ecl-button--ghost:hover {
    color: #002f67;
  }
  .ecl-button--ghost:focus-visible {
    outline: 2px solid #004494;
  }
  .ecl-button--ghost[disabled] {
    color: #00449480;
  }
  .ecl-button--ghost[disabled]:hover {
    color: #002f6780;
  }
  .ecl-button--call {
    background-color: #ffd617;
    color: #000;
  }
  .ecl-button--call:active,
  .ecl-button--call:hover {
    background-color: #f8ae21;
    border-color: #f8ae21;
  }
  .ecl-button--call:focus-visible {
    outline: 2px solid #000;
  }
  .ecl-button--call[disabled] {
    background-color: #ffd61780;
    color: #00000080;
  }
  .ecl-button--call[disabled]:hover {
    background-color: #f8ae2180;
  }
  .ecl-u-sr-only {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
  .ecl-u-sr-only--focusable:active,
  .ecl-u-sr-only--focusable:focus {
    clip: auto !important;
    clip-path: none !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    white-space: normal !important;
    width: auto !important;
  }
  .ecl-date-block {
    background-color: #004494;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 5rem;
  }
  .ecl-date-block:before {
    left: .75rem;
  }
  .ecl-date-block:after,
  .ecl-date-block:before {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: none;
    box-sizing: initial;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: -5px;
    width: 10px;
  }
  .ecl-date-block:after {
    right: .75rem;
  }
  .ecl-date-block__day {
    color: #fff;
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif;
    font-weight: 700;
    padding: .5rem .25rem 0 .5rem;
  }
  .ecl-date-block__month {
    color: #fff;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    padding: 0 .25rem .25rem;
    text-decoration: none !important;
    text-transform: uppercase;
  }
  .ecl-date-block__year {
    background-color: #ebebeb;
    border-top: 1px solid #cfcfcf;
    color: #404040;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    padding: .25rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-date-block {
    width: 6.3rem;
  }
  .ecl-date-block__day {
    padding: .5rem .25rem 0;
  }
  .ecl-date-block__month {
    padding: 0 .25rem .5rem;
  }
  .ecl-date-block__year {
    padding: .5rem .25rem;
  }
}
@media screen {
  .ecl-date-block__daytime {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
  .ecl-date-block--ongoing {
    background-color: #ffd617;
  }
  .ecl-date-block--ongoing .ecl-date-block__day,
  .ecl-date-block--ongoing .ecl-date-block__month {
    color: #404040;
  }
  .ecl-date-block--cancelled {
    background-color: #ebebeb;
  }
  .ecl-date-block--cancelled .ecl-date-block__day,
  .ecl-date-block--cancelled .ecl-date-block__month {
    color: #404040;
  }
  .ecl-date-block--past {
    background-color: #fff;
    outline: 1px solid #ebebeb;
    outline-offset: -1px;
  }
  .ecl-date-block--past:after,
  .ecl-date-block--past:before {
    border: 1px solid #ebebeb;
  }
  .ecl-date-block--past .ecl-date-block__day,
  .ecl-date-block--past .ecl-date-block__month {
    color: #404040;
  }
  .ecl-date-block--past .ecl-date-block__year {
    border-top-color: #ebebeb;
  }
  .ecl-label {
    border-radius: 0;
    color: #404040;
    display: inline-block;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
  }
  .ecl-label--low {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    padding: calc(.5rem - 1px) calc(.75rem - 1px);
  }
  .ecl-label--medium {
    background-color: #fff4bb;
  }
  .ecl-label--high,
  .ecl-label--medium {
    border: 0 solid #0000;
    padding: .5rem .75rem;
  }
  .ecl-label--high {
    background-color: #ffd617;
  }
  .ecl-label--highlight {
    background-color: #004494;
    border: 0 solid #0000;
    color: #fff;
    padding: .5rem .75rem;
  }
  .ecl-link {
    color: #004494;
    margin: 0;
    text-decoration: underline;
  }
  .ecl-link:hover {
    color: #002f67;
  }
  .ecl-link:focus-visible {
    border-radius: 0;
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .ecl-link:visited {
    color: #4b0076;
  }
  .ecl-link--no-visited:visited {
    color: #004494;
  }
  .ecl-link--no-visited:visited:focus-visible,
  .ecl-link--no-visited:visited:hover {
    color: #002f67;
  }
  .ecl-link--icon-after,
  .ecl-link--icon-before {
    display: inline;
  }
  .ecl-link--icon {
    text-decoration: none;
  }
  .ecl-link--icon .ecl-link__icon {
    fill: currentcolor;
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  .ecl-link--icon:not(.ecl-link--standalone, .ecl-link--cta, .ecl-link--primary, .ecl-link--secondary) .ecl-link__label {
    text-decoration: underline;
  }
  .ecl-link--icon-before .ecl-link__icon {
    margin-inline-end: .5rem;
  }
  .ecl-link--icon-after .ecl-link__icon {
    margin-inline-start: .5rem;
  }
  .ecl-link--negative,
  .ecl-page-header--negative .ecl-page-header__description a {
    color: #fff;
  }
  .ecl-link--negative:focus-visible,
  .ecl-link--negative:hover,
  .ecl-page-header--negative .ecl-page-header__description a:focus-visible,
  .ecl-page-header--negative .ecl-page-header__description a:hover {
    color: #fff4bb;
  }
  .ecl-link--negative:focus-visible.ecl-link--standalone,
  .ecl-link--negative:hover.ecl-link--standalone,
  .ecl-page-header--negative .ecl-page-header__description a:focus-visible.ecl-link--standalone,
  .ecl-page-header--negative .ecl-page-header__description a:hover.ecl-link--standalone {
    color: #fff;
  }
  .ecl-link--negative:focus-visible,
  .ecl-page-header--negative .ecl-page-header__description a:focus-visible {
    color: #fff;
    outline-color: #fff;
  }
  .ecl-link--negative:visited,
  .ecl-page-header--negative .ecl-page-header__description a:visited {
    color: #d2bfdd;
  }
  .ecl-link--negative.ecl-link--no-visited:visited,
  .ecl-page-header--negative .ecl-page-header__description a.ecl-link--no-visited:visited {
    color: #fff;
  }
  .ecl-link--negative.ecl-link--no-visited:visited:focus-visible,
  .ecl-link--negative.ecl-link--no-visited:visited:hover,
  .ecl-page-header--negative .ecl-page-header__description a.ecl-link--no-visited:visited:focus-visible,
  .ecl-page-header--negative .ecl-page-header__description a.ecl-link--no-visited:visited:hover {
    color: #fff4bb;
  }
  .ecl-link--negative.ecl-link--no-visited:visited:focus-visible.ecl-link--standalone,
  .ecl-link--negative.ecl-link--no-visited:visited:hover.ecl-link--standalone,
  .ecl-page-header--negative .ecl-page-header__description a.ecl-link--no-visited:visited:focus-visible.ecl-link--standalone,
  .ecl-page-header--negative .ecl-page-header__description a.ecl-link--no-visited:visited:hover.ecl-link--standalone {
    color: #fff;
  }
  .ecl-link--standalone {
    font-family: arial, sans-serif;
    text-decoration: none;
  }
  .ecl-link--standalone:focus-visible,
  .ecl-link--standalone:hover {
    text-decoration: underline;
  }
  .ecl-link--cta,
  .ecl-link--primary,
  .ecl-link--secondary {
    border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    padding: .75rem 1rem;
    text-decoration: none;
  }
  .ecl-link--cta:active,
  .ecl-link--cta:hover,
  .ecl-link--primary:active,
  .ecl-link--primary:hover,
  .ecl-link--secondary:active,
  .ecl-link--secondary:hover {
    box-shadow: none;
  }
  .ecl-link--cta:focus-visible,
  .ecl-link--primary:focus-visible,
  .ecl-link--secondary:focus-visible {
    border-radius: 0;
    outline: 2px solid #fff;
    outline-offset: -4px;
    text-decoration: none;
  }
  .ecl-link--cta {
    background-color: #ffd617;
    color: #000;
  }
  .ecl-link--cta:active,
  .ecl-link--cta:hover {
    background-color: #f8ae21;
    color: #000;
  }
  .ecl-link--cta:focus {
    color: #000;
  }
  .ecl-link--cta:focus-visible {
    outline-color: #000;
  }
  .ecl-link--cta:visited {
    color: #4b0076;
  }
  .ecl-link--cta.ecl-link--no-visited:visited,
  .ecl-link--cta.ecl-link--no-visited:visited:active,
  .ecl-link--cta.ecl-link--no-visited:visited:hover {
    color: #000;
  }
  .ecl-link--primary {
    background-color: #004494;
    color: #fff;
  }
  .ecl-link--primary:active,
  .ecl-link--primary:hover {
    background-color: #002f67;
    color: #fff;
  }
  .ecl-link--primary:focus {
    color: #fff;
  }
  .ecl-link--primary:visited {
    color: #d2bfdd;
  }
  .ecl-link--primary.ecl-link--no-visited:visited,
  .ecl-link--primary.ecl-link--no-visited:visited:active,
  .ecl-link--primary.ecl-link--no-visited:visited:hover {
    color: #fff;
  }
  .ecl-link--secondary {
    background-color: #fff;
    border: 2px solid #004494;
    color: #004494;
    padding: calc(.75rem - 2px) calc(1rem - 2px);
  }
  .ecl-link--secondary:active,
  .ecl-link--secondary:hover {
    border-color: #002f67;
    color: #004494;
  }
  .ecl-link--secondary:focus {
    color: #004494;
  }
  .ecl-link--secondary:focus-visible {
    box-shadow: inset 0 0 0 4px #004494;
    outline: 2px solid #fff;
  }
  .ecl-link--secondary:visited {
    color: #4b0076;
  }
  .ecl-link--secondary.ecl-link--no-visited:visited,
  .ecl-link--secondary.ecl-link--no-visited:visited:active,
  .ecl-link--secondary.ecl-link--no-visited:visited:hover {
    color: #004494;
  }
  .ecl-message {
    border-bottom-width: 2px;
    border-end-start-radius: 0;
    border-inline-end-width: 2px;
    border-inline-start-width: 2px;
    border-start-start-radius: 0;
    border-style: solid;
    border-top-width: 2px;
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding-bottom: 1.5rem;
    padding-inline-end: .5rem;
    padding-inline-start: 1.5rem;
    padding-top: 1.5rem;
    position: relative;
  }
  .ecl-message__icon {
    flex-shrink: 0;
    margin-inline-end: 1rem;
  }
  .ecl-message__content {
    width: 100%;
  }
  .ecl-message__title {
    color: #000;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .75rem;
    max-width: 80ch;
  }
  .ecl-message__description {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin: 0 0 .5rem;
    max-width: 80ch;
    padding-bottom: 2rem;
  }
  .ecl-message__close {
    bottom: .25rem;
    color: #004494;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    position: absolute;
    right: 0;
  }
  .no-js .ecl-message__close {
    display: none;
  }
  @supports (display:grid) {
    .ecl-message__content {
      display: grid;
    }
    .ecl-message__title {
      grid-column-start: 1;
    }
    .ecl-message__description {
      grid-column-start: 1;
      padding-bottom: 0;
    }
    .ecl-message__close {
      align-self: self-end;
      bottom: auto;
      grid-column-start: 1;
      grid-row-end: 4;
      grid-row-start: 3;
      justify-self: flex-end;
      margin-bottom: -.75rem;
      position: relative;
      right: auto;
    }
  }
}
@media screen and (min-width:768px) {
  .ecl-message__title {
    margin-bottom: .5rem;
  }
  .ecl-message__description {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .ecl-message__close {
    bottom: auto;
    top: .75rem;
  }
  @supports (display:grid) {
    .ecl-message__content {
      grid-template-columns: auto max-content;
    }
    .ecl-message__close {
      align-self: self-start;
      grid-column-start: 2;
      grid-row-end: span 2;
      grid-row-start: 1;
      margin-bottom: 0;
      margin-top: -.75rem;
      position: relative;
      right: auto;
      top: auto;
    }
  }
}
@media screen {
  .ecl-message--info {
    background: #fff;
    border-color: #006fb4;
  }
  .ecl-message--info .ecl-message__icon {
    fill: #006fb4;
  }
  .ecl-message--success {
    background: #fff;
    border-color: #467a39;
  }
  .ecl-message--success .ecl-message__icon {
    fill: #467a39;
  }
  .ecl-message--warning {
    background: #fff;
    border-color: #f29527;
  }
  .ecl-message--warning .ecl-message__icon {
    fill: #f29527;
  }
  .ecl-message--error {
    background: #fff;
    border-color: #da2131;
  }
  .ecl-message--error .ecl-message__icon {
    fill: #da2131;
  }
  .ecl-news-ticker {
    align-items: center;
    background: #fff;
    border: 2px solid #002f67;
    border-radius: 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .ecl-news-ticker__icon {
    fill: #004494;
    flex-shrink: 0;
    margin: .75rem;
    margin-inline-end: 0;
  }
  .ecl-news-ticker__container {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .ecl-news-ticker__content {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    padding: 0;
    transition-duration: .3s;
    width: 100%;
  }
  .ecl-news-ticker__slides {
    color: #002f67;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translateZ(0);
    transition-duration: 0s;
  }
  .ecl-news-ticker__slide {
    align-items: center;
    display: flex;
    padding: 5px 0;
    padding-inline-end: .75rem;
    padding-inline-start: .75rem;
  }
  .ecl-news-ticker__slide,
  .ecl-news-ticker__slide-text {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ecl-news-ticker__controls {
    align-items: center;
    align-self: stretch;
    background-color: #002f67;
    display: flex;
    order: 2;
    padding: calc(.25rem + 1px) calc(.25rem - 1px) calc(.25rem - 1px);
    width: 100%;
  }
  .ecl-news-ticker__counter {
    align-items: center;
    align-self: stretch;
    color: #fff;
    display: flex;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin-inline-end: auto;
    margin-inline-start: auto;
    order: 3;
    text-align: end;
    white-space: pre;
  }
  .ecl-news-ticker__icon-default {
    display: block;
  }
  .ecl-news-ticker__icon-active {
    display: none;
  }
  .ecl-news-ticker__pause,
  .ecl-news-ticker__play {
    margin-inline-end: .5rem;
    order: 1;
  }
  .ecl-news-ticker__pause:active .ecl-news-ticker__icon-default,
  .ecl-news-ticker__pause:focus-visible .ecl-news-ticker__icon-default,
  .ecl-news-ticker__pause:hover .ecl-news-ticker__icon-default,
  .ecl-news-ticker__play:active .ecl-news-ticker__icon-default,
  .ecl-news-ticker__play:focus-visible .ecl-news-ticker__icon-default,
  .ecl-news-ticker__play:hover .ecl-news-ticker__icon-default {
    display: none;
  }
  .ecl-news-ticker__pause:active .ecl-news-ticker__icon-active,
  .ecl-news-ticker__pause:focus-visible .ecl-news-ticker__icon-active,
  .ecl-news-ticker__pause:hover .ecl-news-ticker__icon-active,
  .ecl-news-ticker__play:active .ecl-news-ticker__icon-active,
  .ecl-news-ticker__play:focus-visible .ecl-news-ticker__icon-active,
  .ecl-news-ticker__play:hover .ecl-news-ticker__icon-active {
    display: block;
  }
  .ecl-news-ticker__next,
  .ecl-news-ticker__prev {
    margin-inline-start: .5rem;
    order: 4;
  }
  .ecl-news-ticker__next:active,
  .ecl-news-ticker__next:hover,
  .ecl-news-ticker__prev:active,
  .ecl-news-ticker__prev:hover {
    background-color: #fff;
  }
  .ecl-news-ticker__next:active .ecl-news-ticker__icon-default,
  .ecl-news-ticker__next:hover .ecl-news-ticker__icon-default,
  .ecl-news-ticker__prev:active .ecl-news-ticker__icon-default,
  .ecl-news-ticker__prev:hover .ecl-news-ticker__icon-default {
    fill: #002f67;
  }
  .ecl-news-ticker__next,
  .ecl-news-ticker__pause,
  .ecl-news-ticker__play,
  .ecl-news-ticker__prev {
    align-items: center;
    background: #0000;
    border: 0;
    cursor: pointer;
    display: flex;
    padding: .5rem;
  }
  .ecl-news-ticker__next:focus-visible,
  .ecl-news-ticker__pause:focus-visible,
  .ecl-news-ticker__play:focus-visible,
  .ecl-news-ticker__prev:focus-visible {
    outline: 2px solid #fff;
  }
}
@media screen and (min-width:768px) {
  .ecl-news-ticker {
    flex-flow: initial;
    justify-content: normal;
  }
  .ecl-news-ticker__controls {
    padding: 0;
    width: auto;
  }
  .ecl-news-ticker__counter {
    -webkit-padding-end: .75rem;
    background-color: #fff;
    color: #404040;
    flex-shrink: 0;
    order: 1;
    padding-inline-end: .75rem;
    padding-inline-start: .75rem;
    text-align: initial;
  }
  .ecl-news-ticker__prev {
    order: 2;
  }
  .ecl-news-ticker__pause,
  .ecl-news-ticker__play {
    margin-inline-start: .5rem;
    order: 3;
  }
  .ecl-news-ticker__next {
    margin-inline-end: .5rem;
    margin-inline-start: 0;
    order: 4;
  }
}
@media screen {
  .ecl-spinner {
    align-items: center;
    display: none;
    flex-direction: column;
    margin: 0 .5rem;
    position: relative;
    z-index: 51;
  }
  .ecl-spinner--visible {
    display: inline-flex;
  }
  .ecl-spinner--centered {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 2.5rem;
  }
  .ecl-spinner__loader {
    stroke: #4073af;
    stroke-linecap: butt;
    animation: rotate 2s linear infinite;
    height: 2rem;
    transform-origin: center center;
    width: 2rem;
  }
  .ecl-spinner__text {
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin-top: .5rem;
  }
  .ecl-spinner--negative .ecl-spinner__loader {
    stroke: #fff;
  }
  .ecl-spinner--negative .ecl-spinner__text {
    color: #fff;
  }
  .ecl-spinner--large .ecl-spinner__loader {
    height: 3rem;
    width: 3rem;
  }
  .ecl-spinner--small {
    flex-direction: row;
    justify-content: center;
  }
  .ecl-spinner--small .ecl-spinner__loader {
    height: 1.5rem;
    width: 1.5rem;
  }
  .ecl-spinner--small .ecl-spinner__text {
    margin-inline-start: .5rem;
    margin-top: 0;
  }
  .ecl-spinner__circle {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  }
  .ecl-spinner__overlay {
    background-color: #ffffffe6;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
  }
  .ecl-spinner__overlay--visible {
    display: block;
  }
  @keyframes rotate {
    to {
      transform: rotate(1turn);
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
    }
    to {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124px;
    }
  }
  .ecl-skip-link {
    clip: rect(0, 0, 0, 0);
    background-color: #4073af;
    border: 0;
    clip-path: inset(50%);
    color: #fff;
    display: block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    height: 1px;
    margin: 0;
    outline: 2px solid #004494;
    outline-offset: 0;
    overflow: hidden;
    padding: .5rem;
    position: absolute;
    text-decoration: underline;
    white-space: nowrap;
    width: 1px;
    z-index: 51;
  }
  .ecl-skip-link:active,
  .ecl-skip-link:focus-visible {
    clip: auto;
    clip-path: none;
    height: auto;
    left: 1.5rem;
    overflow: visible;
    position: fixed;
    top: 1.5rem;
    width: auto;
  }
  .ecl-table {
    border-collapse: collapse;
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin: 0;
    width: 100%;
  }
  .ecl-table-responsive {
    overflow-x: auto;
  }
  .ecl-table__head {
    background-color: #f2f5f9;
    display: table-header-group;
  }
  .ecl-table__header {
    font-weight: 700;
    padding: .75rem 1rem;
    text-align: start;
    vertical-align: bottom;
  }
  .ecl-table__row {
    border-bottom: 1px solid #cfcfcf;
    border-top-width: 0;
  }
  .ecl-table__head .ecl-table__row:first-child {
    border-bottom: 2px solid #9f9f9f;
  }
  .ecl-table__head .ecl-table__row:first-child .ecl-table__header {
    padding-top: 1.5rem;
  }
  .ecl-table__cell {
    border-width: 0;
    display: table-cell;
    padding: .75rem 2rem .75rem 1rem;
  }
  .ecl-table__cell:before {
    display: none;
  }
  .ecl-table--zebra .ecl-table__cell:nth-of-type(2n) {
    background-color: #f5f5f5;
  }
}
@media screen and (min-width:996px) {
  .ecl-table--zebra .ecl-table__body .ecl-table__row:nth-of-type(2n) {
    background-color: #f5f5f5;
  }
  .ecl-table--zebra .ecl-table__cell:nth-of-type(2n) {
    background-color: initial;
  }
}
@media screen {
  .ecl-table__cell[data-ecl-table-header-group] {
    padding-top: calc(3.5rem + 1px);
    position: relative;
  }
  .ecl-table__cell--group:before {
    background-color: #fff;
    border-inline-end-color: #fff;
    margin-inline-end: 0;
    margin-inline-start: -.75rem;
    padding-inline-start: 1.5rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-table__head .ecl-table__row:not(:first-child) {
    background-color: #fff;
    border-bottom-width: 0;
  }
  .ecl-table__head .ecl-table__row:not(:first-child) .ecl-table__header:not(:empty) {
    background-color: #f2f5f9;
  }
  .ecl-table__cell[data-ecl-table-header-group]:after {
    display: none;
  }
  .ecl-table__cell--group {
    padding-inline-start: .75rem;
  }
  .ecl-table__cell[data-ecl-table-header-group] {
    padding-top: .75rem;
  }
}
@media screen {
  .ecl-table__header[data-ecl-table-sort-toggle] {
    cursor: pointer;
    padding-inline-start: 2.25rem;
    position: relative;
  }
  .ecl-table__arrow {
    background-color: initial;
    border: 0;
    cursor: pointer;
    height: 44px;
    left: .25rem;
    margin-top: -.75rem;
    position: absolute;
    width: 31px;
  }
  .ecl-table__arrow:focus-visible {
    outline: 2px solid #004494;
    outline-offset: -4px;
  }
  .ecl-table__icon {
    left: 0;
    position: absolute;
  }
  .ecl-table__icon-up {
    fill: #707070;
    top: 0;
  }
  .ecl-table__icon-down {
    fill: #707070;
    top: .75rem;
    transform: rotate(180deg);
  }
  .ecl-table__header[aria-sort=ascending] .ecl-table__icon-down,
  .ecl-table__header[aria-sort=descending] .ecl-table__icon-up {
    fill: #404040;
  }
}
@media screen and (max-width:995px) {
  .ecl-table:not(.ecl-table--simple) .ecl-table__head {
    display: none;
  }
  .ecl-table:not(.ecl-table--simple) .ecl-table__cell {
    border-top: 1px solid #cfcfcf;
    display: flex;
    padding: .75rem;
  }
  .ecl-table:not(.ecl-table--simple) .ecl-table__cell:before {
    background-color: #f2f5f9;
    border-inline-end: 2px solid #9f9f9f;
    content: attr(data-ecl-table-header);
    display: block;
    flex-basis: 10rem;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 700;
    margin-bottom: -.75rem;
    margin-inline-end: .75rem;
    margin-inline-start: -.75rem;
    margin-top: -.75rem;
    padding-bottom: .75rem;
    padding-inline-end: 1rem;
    padding-inline-start: .75rem;
    padding-top: .75rem;
  }
  .ecl-table:not(.ecl-table--simple) .ecl-table__cell:last-of-type {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 1.5rem;
  }
  .ecl-table:not(.ecl-table--simple) .ecl-table__cell[data-ecl-table-header-group] {
    display: grid;
    grid-template-columns: calc(11.75rem + 2px) 1fr;
    grid-template-rows: auto 1fr;
  }
  .ecl-table:not(.ecl-table--simple) .ecl-table__cell[data-ecl-table-header-group]:after {
    background-color: #f2f5f9;
    border-bottom: 1px solid #cfcfcf;
    content: attr(data-ecl-table-header-group);
    display: block;
    font-weight: 700;
    grid-column: span 2;
    left: -.75rem;
    order: -1;
    padding: .75rem;
    position: relative;
    right: -.75rem;
    top: -.75rem;
    width: 100%;
  }
}
@media screen {
  .ecl-tabs {
    margin: 0 0 3rem;
    padding: 0;
    position: relative;
  }
  .ecl-tabs__container {
    overflow-x: hidden;
  }
  .ecl-tabs__list {
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
  }
  .ecl-tabs__link {
    background-color: #f5f5f5;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0;
    color: #707070;
    display: block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin-bottom: -1px;
    padding: 1rem .75rem;
    text-decoration: none;
  }
  .ecl-tabs__link:focus-visible {
    outline-offset: -2px;
  }
  .ecl-tabs__link:visited {
    color: #707070;
  }
  .ecl-tabs__link--active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-inline-end: 1px solid #cfcfcf;
    border-inline-start: 1px solid #cfcfcf;
    border-top: 4px solid #004494;
    color: #004494;
    font-weight: 700;
    padding-top: calc(1rem - 4px);
  }
  .ecl-tabs__link--active:visited {
    color: #004494;
  }
  .ecl-tabs__item--more {
    align-self: center;
    flex-grow: 1;
    text-align: end;
  }
  .ecl-tabs__item[aria-hidden=true] {
    display: none;
  }
  .ecl-tabs__toggle {
    font-weight: 700;
    position: relative;
  }
  .ecl-tabs__toggle:not(:focus-visible) {
    border-color: #0000;
  }
  .ecl-tabs__toggle:hover {
    box-shadow: none;
  }
  .ecl-tabs__toggle[aria-expanded=true].ecl-button__icon {
    transform: rotate(0deg);
  }
  .ecl-tabs__toggle--active {
    font-weight: 700;
  }
  .ecl-tabs__toggle--active:before {
    background-color: #004494;
    border-radius: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: -4px;
    width: 100%;
  }
  .ecl-tabs__toggle--active:focus-visible:before {
    content: none;
  }
  .ecl-tabs__dropdown {
    border: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: none;
    display: none;
    list-style: none;
    margin: 0;
    max-height: 233px;
    max-width: 100%;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: start;
    top: 100%;
    width: 100%;
  }
  .ecl-tabs__dropdown .ecl-tabs__link {
    border: 0;
    border-radius: 0;
    color: #404040;
    margin-bottom: 0;
  }
  .ecl-tabs__dropdown .ecl-tabs__link:hover {
    background-color: #fff;
    color: #002f67;
  }
  .ecl-tabs__dropdown .ecl-tabs__link--active {
    background-color: #fff;
    color: #004494;
    font-weight: 700;
    padding-top: 1rem;
    text-decoration: underline;
  }
  .ecl-tabs__dropdown--show {
    display: grid;
    margin-top: 0;
  }
  .ecl-tabs__next {
    display: none;
    right: 0;
  }
  .ecl-tabs__prev {
    display: none;
    left: 0;
  }
  .ecl-tabs__next,
  .ecl-tabs__prev {
    background: #004494;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    padding: calc(1rem - 1px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .ecl-tabs__next:focus-visible,
  .ecl-tabs__prev:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
}
@media screen and (min-width:480px) {
  .ecl-tabs__container {
    overflow-x: visible;
  }
  .ecl-tabs__link {
    background-color: #fff;
  }
  .ecl-tabs__dropdown {
    grid-auto-flow: column;
    grid-template-rows: auto auto auto auto;
    height: auto;
    overflow-y: none;
    width: auto;
  }
  .ecl-tabs__dropdown .ecl-tabs__item {
    min-width: 13.56rem;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-tabs__list {
    padding: 0 .5rem;
  }
}
@media screen {
  .ecl-tag {
    align-items: center;
    background-color: #707070;
    border-radius: 1rem;
    border-width: 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    padding: .5rem .75rem;
    text-decoration: underline;
    white-space: nowrap;
  }
  .ecl-tag:hover {
    background-color: #404040;
    color: #fff;
  }
  .ecl-tag:focus-visible {
    background-color: #707070;
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .ecl-tag--display {
    text-decoration: none;
  }
  .ecl-tag--display:hover {
    background-color: #707070;
    color: #fff;
    text-decoration: none;
  }
  .ecl-tag--removable {
    text-decoration: none;
  }
  .ecl-tag--removable:focus,
  .ecl-tag--removable:hover {
    color: #fff;
    text-decoration: none;
  }
  .ecl-tag__icon {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-width: 0;
    color: #0000;
    height: 1rem;
    margin-inline-start: .5rem;
    padding: 0;
    pointer-events: auto;
    position: relative;
    width: 1rem;
  }
  .ecl-tag__icon:focus-visible {
    outline: 2px solid;
    outline-offset: 2px;
  }
  .ecl-tag__icon.ecl-tag__icon--external {
    color: #fff;
    height: .75rem;
    top: 1px;
    width: .75rem;
  }
  .ecl-tag__icon-close {
    fill: #fff;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
  }
  .ecl-tag__icon-close-filled {
    fill: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
  }
  .ecl-tag:focus .ecl-tag__icon-close,
  .ecl-tag:hover .ecl-tag__icon-close {
    opacity: 0;
  }
  .ecl-tag:focus .ecl-tag__icon-close-filled,
  .ecl-tag:hover .ecl-tag__icon-close-filled {
    opacity: 1;
  }
  .ecl-banner {
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-top: 0;
    overflow: hidden;
    position: relative;
  }
  .ecl-banner__picture {
    position: relative;
    width: 100%;
  }
  .ecl-banner__credit {
    background: #0000008a;
    color: #fff;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    padding: .25rem .5rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .ecl-container .ecl-banner:not(.ecl-banner--full-width) .ecl-container {
    padding-inline-end: 1.5rem;
    padding-inline-start: 1.5rem;
  }
  .ecl-banner__container {
    display: flex;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    width: 100%;
  }
  .ecl-banner__content {
    align-items: flex-start;
    box-sizing: initial;
    display: inline-flex;
    flex-direction: column;
  }
  .ecl-banner--centered .ecl-banner__container {
    justify-content: center;
  }
  .ecl-banner--centered .ecl-banner__content {
    align-items: center;
    text-align: center;
  }
  .ecl-banner__image {
    display: block;
    object-fit: cover;
    object-position: top;
    position: relative;
    width: 100%;
  }
  .ecl-banner__title {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .ecl-banner__description {
    font: normal normal 400 1.125rem/1.5rem arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: .5rem;
  }
  .ecl-banner__cta {
    margin-top: 1.5rem;
  }
  .ecl-banner__content > :first-child {
    margin-top: 0;
  }
  .ecl-banner--full-width {
    border-radius: 0;
    left: 50%;
    margin-inline-start: -50vw;
    width: 100vw;
  }
  .ecl-banner--plain-background {
    background: #004494;
  }
  .ecl-banner--plain-background .ecl-banner__description,
  .ecl-banner--plain-background .ecl-banner__title {
    color: #fff;
  }
  .ecl-banner--text-box {
    background: #fff;
  }
  .ecl-banner--text-box .ecl-banner__image {
    aspect-ratio: 4/1;
    border-bottom: 4px solid #ffd617;
  }
  .ecl-banner--text-box .ecl-banner__description,
  .ecl-banner--text-box .ecl-banner__title {
    color: #404040;
  }
}
@media screen and (min-width:996px) {
  .ecl-banner--text-box .ecl-banner__container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .ecl-banner--text-box .ecl-banner__image {
    border-bottom-width: 0;
  }
  .ecl-banner--text-box .ecl-banner__content {
    background: #fff;
    border-bottom: 4px solid #ffd617;
    border-inline-start: 0 solid #ffd617;
    border-radius: 0;
    padding: 1.5rem;
  }
}
@media screen {
  .ecl-banner--image-overlay {
    background: #003776;
  }
  .ecl-banner--image-overlay .ecl-banner__picture:before {
    background-color: #0006;
    border-bottom: 4px solid #ffd617;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .ecl-banner--image-overlay .ecl-banner__image {
    aspect-ratio: 4/1;
  }
  .ecl-banner--image-overlay .ecl-banner__description,
  .ecl-banner--image-overlay .ecl-banner__title {
    color: #fff;
  }
}
@media screen and (min-width:996px) {
  .ecl-banner--image-overlay .ecl-banner__picture {
    border-bottom-width: 0;
  }
  .ecl-banner--image-overlay .ecl-banner__image:before {
    border-radius: 0;
    height: 100%;
    padding-top: 0;
  }
  .ecl-banner--image-overlay .ecl-banner__description,
  .ecl-banner--image-overlay .ecl-banner__title {
    text-shadow: 0 0 4px #000;
  }
}
@media screen {
  .ecl-banner--text-highlight {
    background: #003776;
  }
  .ecl-banner--text-highlight .ecl-banner__image {
    aspect-ratio: 4/1;
    border-bottom: 4px solid #ffd617;
    border-radius: 0 0 0 0;
  }
  .ecl-banner--text-highlight .ecl-banner__description,
  .ecl-banner--text-highlight .ecl-banner__title {
    color: #fff;
  }
}
@media screen and (min-width:996px) {
  .ecl-banner--text-highlight .ecl-banner__image {
    border-bottom-width: 0;
  }
  .ecl-banner--text-highlight .ecl-banner__image:before {
    border-radius: 0;
    padding-top: 0;
  }
  .ecl-banner--text-highlight .ecl-banner__description-text,
  .ecl-banner--text-highlight .ecl-banner__title-text {
    background: #000000b8;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: .25rem .5rem;
  }
  .ecl-banner--text-highlight .ecl-banner__title-text {
    line-height: 1.3;
  }
  .ecl-banner--text-highlight .ecl-banner__description-text {
    line-height: 1.5;
  }
  .ecl-banner .ecl-banner__image,
  .ecl-banner--m .ecl-banner__image {
    aspect-ratio: 4/1;
  }
  .ecl-banner--s .ecl-banner__image {
    aspect-ratio: 5/1;
  }
  .ecl-banner--l .ecl-banner__image {
    aspect-ratio: 3/1;
  }
  .ecl-banner .ecl-container {
    position: absolute;
    z-index: 1;
  }
  .ecl-banner__content {
    max-width: 45.5rem;
  }
  .ecl-banner--plain-background:before {
    content: "";
    display: block;
    padding-top: 25%;
    width: 100%;
  }
  .ecl-banner--plain-background.ecl-banner--s:before {
    padding-top: 20%;
  }
  .ecl-banner--plain-background.ecl-banner--l:before {
    padding-top: 33%;
  }
  .ecl-banner__title {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-banner__description {
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
    font-weight: 400;
  }
}
@media screen {
  .ecl-description-list {
    margin: 0;
  }
  .ecl-description-list__term {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    margin-top: 1rem;
    max-width: 80ch;
    overflow-wrap: break-word;
  }
  .ecl-description-list__term:first-child {
    margin-top: 0;
  }
  .ecl-description-list__definition-item--hidden {
    display: none;
  }
  .ecl-description-list__term + .ecl-description-list__term {
    margin-top: .25rem;
  }
  .ecl-description-list__definition {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-inline-start: 0;
    margin-top: .5rem;
    max-width: 80ch;
  }
  .ecl-description-list__see_more {
    display: inline;
    margin-inline-start: 1rem;
  }
  .ecl-description-list__definition--link {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .ecl-description-list__definition--link .ecl-description-list__see_more {
    margin-inline-start: 0;
    margin-top: .75rem;
  }
  .ecl-description-list__definition--link .ecl-description-list__definition-item {
    margin-top: .75rem;
  }
  .ecl-description-list__definition--link .ecl-description-list__definition-item:first-child {
    margin-top: 0;
  }
  .ecl-description-list__definition--inline {
    display: inline-block;
    margin-bottom: -.5rem;
  }
  .ecl-description-list__definition--inline .ecl-description-list__definition-item {
    border-inline-end: 1px solid #404040;
    display: inline;
    margin-inline-end: .5rem;
    margin-bottom: .5rem;
    padding-inline-end: .5rem;
    unicode-bidi: isolate;
  }
  .ecl-description-list__definition--inline .ecl-description-list__definition-item.ecl-description-list__definition-item--hidden {
    display: none;
  }
  .ecl-description-list__definition--inline .ecl-description-list__definition-item.ecl-description-list__definition-item--last-visible,
  .ecl-description-list__definition--inline .ecl-description-list__definition-item:last-child {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-description-list__definition--taxonomy {
    color: #707070;
    display: inline-block;
    margin-bottom: -.5rem;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item {
    display: inline;
    margin-inline-end: 1rem;
    margin-bottom: .5rem;
    padding-inline-start: 1rem;
    position: relative;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item.ecl-description-list__definition-item--hidden {
    display: none;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:before {
    background-color: #004494;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: -2px;
    position: absolute;
    top: 8px;
    width: 4px;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:first-child {
    padding-inline-start: 0;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:first-child:before {
    display: none;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:last-child {
    margin-inline-start: 0;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item.ecl-description-list__definition-item--last-visible {
    margin-inline-end: 0;
  }
}
@media screen and (min-width:996px) {
  .ecl-description-list--horizontal {
    display: grid;
    grid-template-columns: 210px fit-content(80ch);
  }
  .ecl-description-list--horizontal .ecl-description-list__term {
    margin-top: 1rem;
  }
  .ecl-description-list--horizontal .ecl-description-list__term:first-of-type {
    margin-top: 0;
  }
  .ecl-description-list--horizontal .ecl-description-list__definition {
    align-items: flex-start;
    margin-inline-start: 2rem;
    margin-top: 1rem;
    overflow-wrap: break-word;
  }
  .ecl-description-list--horizontal .ecl-description-list__definition:first-of-type {
    margin-top: 0;
  }
}
@media screen {
  .ecl-featured-item__heading {
    color: #404040;
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .75rem;
    margin-top: 0;
  }
  .ecl-featured-item__container {
    padding: 0;
  }
  .ecl-featured-item__item {
    box-sizing: border-box;
    flex-basis: 50%;
    flex-grow: 1;
  }
  .ecl-featured-item__item:first-child {
    padding-bottom: 1rem;
  }
  .ecl-featured-item__title {
    color: #404040;
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: 0;
  }
  .ecl-featured-item__description {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-bottom: .5rem;
    margin-top: 0;
  }
  .ecl-featured-item__link {
    margin-bottom: 1rem;
  }
  .ecl-featured-item--extended .ecl-featured-item__container {
    background-color: #ebebeb;
    border-inline-start: 8px solid #ffd617;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: 1rem;
    padding-inline-end: 1rem;
    padding-inline-start: .5rem;
    padding-top: 1rem;
  }
  .ecl-featured-item--extended .ecl-featured-item__heading {
    padding-inline-end: 1rem;
    padding-inline-start: calc(.5rem + 8px);
  }
}
@media screen and (min-width:480px) {
  .ecl-featured-item__heading {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .ecl-featured-item__container {
    display: flex;
    flex-wrap: wrap;
  }
  .ecl-featured-item__item {
    box-sizing: border-box;
    flex-basis: 50%;
  }
  .ecl-featured-item__item:first-child {
    padding-bottom: 0;
    padding-inline-end: 1rem;
  }
  .ecl-featured-item__container--right {
    flex-direction: row-reverse;
  }
  .ecl-featured-item__container--right .ecl-featured-item__item:first-child {
    padding-inline-end: 0;
  }
  .ecl-featured-item__container--right .ecl-featured-item__item:last-child {
    padding-bottom: 0;
    padding-inline-end: 1rem;
  }
  .ecl-featured-item__link {
    margin-bottom: 0;
  }
  .ecl-featured-item--extended .ecl-featured-item__container {
    padding-bottom: .75rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    padding-top: .75rem;
  }
  .ecl-featured-item--extended .ecl-featured-item__heading {
    padding-inline-start: calc(1rem + 8px);
  }
}
@media screen {
  .ecl-hero-banner {
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-top: 0;
    overflow: hidden;
    position: relative;
  }
  .ecl-hero-banner__credit {
    background: #0000008a;
    color: #fff;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    padding: .25rem .75rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .ecl-container .ecl-hero-banner:not(.ecl-hero-banner--full-width) .ecl-container {
    padding-inline-end: 2rem;
    padding-inline-start: 2rem;
  }
  .ecl-hero-banner__container {
    display: flex;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
  }
  .ecl-hero-banner__content {
    align-items: flex-start;
    box-sizing: initial;
    display: inline-flex;
    flex-direction: column;
  }
  .ecl-hero-banner--centered .ecl-hero-banner__container {
    justify-content: center;
  }
  .ecl-hero-banner--centered .ecl-hero-banner__content {
    align-items: center;
    text-align: center;
  }
  .ecl-hero-banner__image {
    background-size: cover;
    position: relative;
    width: 100%;
  }
  .ecl-hero-banner__title {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .ecl-hero-banner__description {
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: .5rem;
  }
  .ecl-hero-banner__link-cta {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-hero-banner:before {
    content: "";
    display: block;
    padding-top: 33.3333333333%;
    width: 100%;
  }
  .ecl-hero-banner .ecl-container {
    position: absolute;
  }
  .ecl-hero-banner__content {
    max-width: 45.5rem;
  }
}
@media screen and (min-width:1140px) {
  .ecl-container .ecl-hero-banner:not(.ecl-hero-banner--full-width) .ecl-container {
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
  .ecl-hero-banner__title {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
}
@media screen {
  .ecl-hero-banner--full-width {
    border-radius: 0;
    left: 50%;
    margin-inline-start: -50vw;
    width: 100vw;
  }
  .ecl-hero-banner--primary {
    background: #004494;
  }
  .ecl-hero-banner--primary .ecl-hero-banner__description,
  .ecl-hero-banner--primary .ecl-hero-banner__title {
    color: #fff;
  }
  .ecl-hero-banner--secondary {
    background: #f5f5f5;
  }
  .ecl-hero-banner--secondary .ecl-hero-banner__description,
  .ecl-hero-banner--secondary .ecl-hero-banner__title {
    color: #404040;
  }
  .ecl-hero-banner--white {
    background: #fff;
  }
  .ecl-hero-banner--white .ecl-hero-banner__description,
  .ecl-hero-banner--white .ecl-hero-banner__title {
    color: #404040;
  }
  .ecl-hero-banner--image {
    background: #fff;
  }
  .ecl-hero-banner--image .ecl-hero-banner__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-hero-banner--image .ecl-hero-banner__image {
    border-bottom: 4px solid #ffd617;
  }
  .ecl-hero-banner--image .ecl-hero-banner__image:before {
    content: "";
    display: block;
    padding-top: 33.3333333333%;
    width: 100%;
  }
  .ecl-hero-banner--image .ecl-hero-banner__description,
  .ecl-hero-banner--image .ecl-hero-banner__title {
    color: #404040;
  }
}
@media screen and (min-width:996px) {
  .ecl-hero-banner--image .ecl-hero-banner__container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .ecl-hero-banner--image .ecl-hero-banner__image {
    border-bottom-width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .ecl-hero-banner--image .ecl-hero-banner__image:before {
    height: 100%;
    padding-top: 0;
  }
  .ecl-hero-banner--image .ecl-hero-banner__content {
    background: #fff;
    border-bottom: 4px solid #ffd617;
    border-inline-start: 0 solid #ffd617;
    border-radius: 0;
    padding: 2rem 2rem calc(2rem - 4px);
  }
}
@media screen {
  .ecl-hero-banner--image-shade {
    background: #003776;
  }
  .ecl-hero-banner--image-shade .ecl-hero-banner__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-hero-banner--image-shade .ecl-hero-banner__image {
    border-bottom: 4px solid #ffd617;
  }
  .ecl-hero-banner--image-shade .ecl-hero-banner__image:before {
    background-color: #0006;
    border-radius: 0 0 0 0;
    content: "";
    display: block;
    padding-top: 33.3333333333%;
    width: 100%;
  }
  .ecl-hero-banner--image-shade .ecl-hero-banner__description,
  .ecl-hero-banner--image-shade .ecl-hero-banner__title {
    color: #fff;
  }
}
@media screen and (min-width:996px) {
  .ecl-hero-banner--image-shade .ecl-hero-banner__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-hero-banner--image-shade .ecl-hero-banner__image {
    border-bottom-width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .ecl-hero-banner--image-shade .ecl-hero-banner__image:before {
    border-radius: 0;
    height: 100%;
    padding-top: 0;
  }
  .ecl-hero-banner--image-shade .ecl-hero-banner__description,
  .ecl-hero-banner--image-shade .ecl-hero-banner__title {
    text-shadow: 0 0 4px #000;
  }
}
@media screen {
  .ecl-hero-banner--image-gradient {
    background: #003776;
  }
  .ecl-hero-banner--image-gradient .ecl-hero-banner__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-hero-banner--image-gradient .ecl-hero-banner__image {
    border-bottom: 4px solid #ffd617;
  }
  .ecl-hero-banner--image-gradient .ecl-hero-banner__image:before {
    border-radius: 0 0 0 0;
    content: "";
    display: block;
    padding-top: 33.3333333333%;
    width: 100%;
  }
  .ecl-hero-banner--image-gradient .ecl-hero-banner__description,
  .ecl-hero-banner--image-gradient .ecl-hero-banner__title {
    color: #fff;
  }
}
@media screen and (min-width:996px) {
  .ecl-hero-banner--image-gradient .ecl-hero-banner__image {
    border-bottom-width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .ecl-hero-banner--image-gradient .ecl-hero-banner__image:before {
    border-radius: 0;
    height: 100%;
    padding-top: 0;
  }
  .ecl-hero-banner--image-gradient .ecl-hero-banner__title {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #0000008a;
    padding: .25rem .75rem;
  }
  .ecl-hero-banner--image-gradient .ecl-hero-banner__description {
    margin-top: .25rem;
  }
  .ecl-hero-banner--image-gradient .ecl-hero-banner__description-text {
    background: #0000008a;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.75;
    padding: .25rem .75rem;
  }
}
@media screen {
  .ecl-list-illustration {
    margin: 0;
  }
  .ecl-list-illustration__item {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .ecl-list-illustration__picture {
    flex-shrink: 0;
  }
  .ecl-list-illustration__image {
    aspect-ratio: 3/2;
    display: block;
    height: auto;
    margin-bottom: 1rem;
    max-width: 100%;
    object-fit: contain;
  }
  .ecl-list-illustration__image--square {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100px;
  }
  .ecl-list-illustration__image--square.ecl-list-illustration__image--s {
    width: 48px;
  }
  .ecl-list-illustration__image--square.ecl-list-illustration__image--l {
    width: 150px;
  }
  .ecl-list-illustration__title-container {
    display: flex;
    flex-direction: column;
  }
  .ecl-list-illustration__icon {
    color: #000;
    margin-bottom: 1rem;
  }
  .ecl-list-illustration__value {
    color: #404040;
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
  }
  .ecl-list-illustration__title {
    color: #404040;
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
  }
  .ecl-list-illustration__description {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-top: .5rem;
    max-width: 80ch;
  }
}
@media screen and (min-width:768px) {
  .ecl-list-illustration__item {
    flex-direction: row;
    margin-bottom: 0;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
  .ecl-list-illustration--zebra {
    left: auto;
    margin-inline-start: 0;
    width: auto;
  }
  .ecl-list-illustration__value {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-list-illustration__image {
    margin-bottom: 0;
    margin-inline-end: 1rem;
  }
  .ecl-list-illustration__image:not(.ecl-list-illustration__image--square) {
    width: 15.875rem;
  }
}
@media screen {
  .ecl-list-illustration--col-2 .ecl-list-illustration__item,
  .ecl-list-illustration--col-3 .ecl-list-illustration__item,
  .ecl-list-illustration--col-4 .ecl-list-illustration__item {
    margin-bottom: 2rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .ecl-list-illustration--col-2 .ecl-list-illustration__item:last-of-type,
  .ecl-list-illustration--col-3 .ecl-list-illustration__item:last-of-type,
  .ecl-list-illustration--col-4 .ecl-list-illustration__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .ecl-list-illustration--col-2,
  .ecl-list-illustration--col-3,
  .ecl-list-illustration--col-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    width: 100%;
  }
  .ecl-list-illustration--col-2 .ecl-list-illustration__item,
  .ecl-list-illustration--col-3 .ecl-list-illustration__item,
  .ecl-list-illustration--col-4 .ecl-list-illustration__item {
    flex-direction: column;
    margin-bottom: 0;
    padding: 0;
  }
  .ecl-list-illustration--col-2 .ecl-list-illustration__image,
  .ecl-list-illustration--col-3 .ecl-list-illustration__image,
  .ecl-list-illustration--col-4 .ecl-list-illustration__image {
    margin-inline-end: 0;
    margin-bottom: 1rem;
  }
  .ecl-list-illustration--col-2 .ecl-list-illustration__image:not(.ecl-list-illustration__image--square),
  .ecl-list-illustration--col-3 .ecl-list-illustration__image:not(.ecl-list-illustration__image--square),
  .ecl-list-illustration--col-4 .ecl-list-illustration__image:not(.ecl-list-illustration__image--square) {
    width: 100%;
  }
  .ecl-list-illustration--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ecl-list-illustration--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ecl-list-illustration--col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen {
  .ecl-list-illustration--zebra {
    left: 50%;
    margin-inline-start: -50vw;
    position: relative;
    width: 100vw;
  }
  .ecl-list-illustration--zebra .ecl-list-illustration__item {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
  .ecl-list-illustration--zebra .ecl-list-illustration__item:nth-child(2n) {
    background-color: #f5f5f5;
  }
}
@media screen and (min-width:480px) {
  .ecl-list-illustration--zebra {
    left: auto;
    margin-inline-start: 0;
    width: auto;
  }
}
@media screen {
  .ecl-list-illustration--centered.ecl-list-illustration--col-2 .ecl-list-illustration__item,
  .ecl-list-illustration--centered.ecl-list-illustration--col-3 .ecl-list-illustration__item,
  .ecl-list-illustration--centered.ecl-list-illustration--col-4 .ecl-list-illustration__item {
    text-align: center;
  }
  .ecl-list-illustration--centered.ecl-list-illustration--col-2 .ecl-list-illustration__icon,
  .ecl-list-illustration--centered.ecl-list-illustration--col-2 .ecl-list-illustration__picture,
  .ecl-list-illustration--centered.ecl-list-illustration--col-3 .ecl-list-illustration__icon,
  .ecl-list-illustration--centered.ecl-list-illustration--col-3 .ecl-list-illustration__picture,
  .ecl-list-illustration--centered.ecl-list-illustration--col-4 .ecl-list-illustration__icon,
  .ecl-list-illustration--centered.ecl-list-illustration--col-4 .ecl-list-illustration__picture {
    margin-left: auto;
    margin-right: auto;
  }
  .ecl-page-banner {
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-inline-end: 0;
    margin-top: 0;
    overflow: hidden;
    position: relative;
  }
  .ecl-page-banner__credit {
    background: #0000008a;
    color: #fff;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    padding: .25rem .75rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .ecl-container .ecl-page-banner:not(.ecl-page-banner--full-width) .ecl-container {
    padding-inline-end: 2rem;
    padding-inline-start: 2rem;
  }
  .ecl-page-banner__container {
    display: flex;
    padding-bottom: 2rem;
    padding-top: 2rem;
    width: 100%;
  }
  .ecl-page-banner__content {
    align-items: flex-start;
    box-sizing: initial;
    display: inline-flex;
    flex-direction: column;
  }
  .ecl-page-banner--centered .ecl-page-banner__container {
    justify-content: center;
  }
  .ecl-page-banner--centered .ecl-page-banner__content {
    align-items: center;
    text-align: center;
  }
  .ecl-page-banner__image {
    background-size: cover;
    position: relative;
    width: 100%;
  }
  .ecl-page-banner__title {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .ecl-page-banner__description {
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: .5rem;
  }
  .ecl-page-banner__link-cta {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-page-banner:before {
    content: "";
    display: block;
    padding-top: 25%;
    width: 100%;
  }
  .ecl-page-banner .ecl-container {
    position: absolute;
  }
  .ecl-page-banner__content {
    max-width: 45.5rem;
  }
}
@media screen and (min-width:1140px) {
  .ecl-container .ecl-page-banner:not(.ecl-page-banner--full-width) .ecl-container {
    padding-inline-end: 4rem;
    padding-inline-start: 4rem;
  }
  .ecl-page-banner__title {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
}
@media screen {
  .ecl-page-banner--full-width {
    border-radius: 0;
    left: 50%;
    margin-inline-start: -50vw;
    width: 100vw;
  }
  .ecl-page-banner--primary {
    background: #004494;
  }
  .ecl-page-banner--primary .ecl-page-banner__description,
  .ecl-page-banner--primary .ecl-page-banner__title {
    color: #fff;
  }
  .ecl-page-banner--secondary {
    background: #f5f5f5;
  }
  .ecl-page-banner--secondary .ecl-page-banner__description,
  .ecl-page-banner--secondary .ecl-page-banner__title {
    color: #404040;
  }
  .ecl-page-banner--white {
    background: #fff;
  }
  .ecl-page-banner--white .ecl-page-banner__description,
  .ecl-page-banner--white .ecl-page-banner__title {
    color: #404040;
  }
  .ecl-page-banner--image {
    background: #fff;
  }
  .ecl-page-banner--image .ecl-page-banner__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-page-banner--image .ecl-page-banner__image {
    border-bottom: 4px solid #ffd617;
  }
  .ecl-page-banner--image .ecl-page-banner__image:before {
    content: "";
    display: block;
    padding-top: 25%;
    width: 100%;
  }
  .ecl-page-banner--image .ecl-page-banner__description,
  .ecl-page-banner--image .ecl-page-banner__title {
    color: #404040;
  }
}
@media screen and (min-width:996px) {
  .ecl-page-banner--image .ecl-page-banner__container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .ecl-page-banner--image .ecl-page-banner__image {
    border-bottom-width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .ecl-page-banner--image .ecl-page-banner__image:before {
    height: 100%;
    padding-top: 0;
  }
  .ecl-page-banner--image .ecl-page-banner__content {
    background: #fff;
    border-bottom: 4px solid #ffd617;
    border-inline-start: 0 solid #ffd617;
    border-radius: 0;
    padding: 2rem 2rem calc(2rem - 4px);
  }
}
@media screen {
  .ecl-page-banner--image-shade {
    background: #003776;
  }
  .ecl-page-banner--image-shade .ecl-page-banner__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-page-banner--image-shade .ecl-page-banner__image {
    border-bottom: 4px solid #ffd617;
  }
  .ecl-page-banner--image-shade .ecl-page-banner__image:before {
    background-color: #0006;
    border-radius: 0 0 0 0;
    content: "";
    display: block;
    padding-top: 25%;
    width: 100%;
  }
  .ecl-page-banner--image-shade .ecl-page-banner__description,
  .ecl-page-banner--image-shade .ecl-page-banner__title {
    color: #fff;
  }
}
@media screen and (min-width:996px) {
  .ecl-page-banner--image-shade .ecl-page-banner__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-page-banner--image-shade .ecl-page-banner__image {
    border-bottom-width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .ecl-page-banner--image-shade .ecl-page-banner__image:before {
    border-radius: 0;
    height: 100%;
    padding-top: 0;
  }
  .ecl-page-banner--image-shade .ecl-page-banner__description,
  .ecl-page-banner--image-shade .ecl-page-banner__title {
    text-shadow: 0 0 4px #000;
  }
}
@media screen {
  .ecl-page-banner--image-gradient {
    background: #003776;
  }
  .ecl-page-banner--image-gradient .ecl-page-banner__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-page-banner--image-gradient .ecl-page-banner__image {
    border-bottom: 4px solid #ffd617;
  }
  .ecl-page-banner--image-gradient .ecl-page-banner__image:before {
    border-radius: 0 0 0 0;
    content: "";
    display: block;
    padding-top: 25%;
    width: 100%;
  }
  .ecl-page-banner--image-gradient .ecl-page-banner__description,
  .ecl-page-banner--image-gradient .ecl-page-banner__title {
    color: #fff;
  }
}
@media screen and (min-width:996px) {
  .ecl-page-banner--image-gradient .ecl-page-banner__image {
    border-bottom-width: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .ecl-page-banner--image-gradient .ecl-page-banner__image:before {
    border-radius: 0;
    height: 100%;
    padding-top: 0;
  }
  .ecl-page-banner--image-gradient .ecl-page-banner__title {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #0000008a;
    padding: .25rem .75rem;
  }
  .ecl-page-banner--image-gradient .ecl-page-banner__description {
    margin-top: .25rem;
  }
  .ecl-page-banner--image-gradient .ecl-page-banner__description-text {
    background: #0000008a;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.75;
    padding: .25rem .75rem;
  }
}
@media screen {
  .ecl-breadcrumb {
    background-color: #fff;
    margin: 0;
  }
  .ecl-breadcrumb__container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 1rem;
  }
  .ecl-breadcrumb__container:after {
    clear: both;
    content: "";
    display: block;
  }
  .ecl-breadcrumb__segment {
    align-items: center;
    display: inline-flex;
    margin-top: 1rem;
    max-width: 100%;
  }
  .ecl-breadcrumb__segment[aria-hidden=true] {
    position: absolute;
    visibility: hidden;
  }
  .no-js .ecl-breadcrumb__segment[aria-hidden=true] {
    position: static;
    visibility: visible;
  }
  .no-js .ecl-breadcrumb__segment--ellipsis[aria-hidden=false] {
    display: none;
  }
  .ecl-breadcrumb__ellipsis {
    background-color: initial;
    border-width: 0;
    box-sizing: border-box;
    color: #004494;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }
  .ecl-breadcrumb__ellipsis:hover {
    background-color: #f2f5f9;
    color: #004494;
  }
  .ecl-breadcrumb__ellipsis:focus-visible {
    outline-offset: 2px;
  }
  .ecl-breadcrumb__link {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ecl-breadcrumb__icon {
    fill: #004494;
    flex-shrink: 0;
    margin-inline-end: .5rem;
    margin-inline-start: .5rem;
    vertical-align: text-bottom;
  }
  .ecl-breadcrumb__current-page {
    color: #707070;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-breadcrumb--negative {
    background-color: #004494;
  }
  .ecl-breadcrumb--negative .ecl-breadcrumb__ellipsis {
    color: #fff;
  }
  .ecl-breadcrumb--negative .ecl-breadcrumb__ellipsis:hover {
    background-color: #003776;
  }
  .ecl-breadcrumb--negative .ecl-breadcrumb__icon {
    fill: #fff;
  }
  .ecl-breadcrumb--negative .ecl-breadcrumb__current-page {
    color: #bfd0e4;
  }
  .ecl-breadcrumb-core {
    background-color: #004494;
    margin: 0;
  }
  .ecl-breadcrumb-core__container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 1rem;
  }
  .ecl-breadcrumb-core__container:after {
    clear: both;
    content: "";
    display: block;
  }
  .ecl-breadcrumb-core__segment {
    align-items: center;
    display: inline-flex;
    margin-top: 1rem;
    max-width: 100%;
  }
  .ecl-breadcrumb-core__segment[aria-hidden=true] {
    position: absolute;
    visibility: hidden;
  }
  .no-js .ecl-breadcrumb-core__segment[aria-hidden=true] {
    position: static;
    visibility: visible;
  }
  .no-js .ecl-breadcrumb-core__segment--ellipsis[aria-hidden=false] {
    display: none;
  }
  .ecl-breadcrumb-core__ellipsis {
    background-color: initial;
    border-width: 0;
    box-sizing: border-box;
    color: #fff;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }
  .ecl-breadcrumb-core__ellipsis:hover {
    background-color: #003776;
    color: #fff;
  }
  .ecl-breadcrumb-core__ellipsis:focus {
    margin: -3px;
    padding: 0;
  }
  .ecl-breadcrumb-core__link {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ecl-breadcrumb-core__icon {
    fill: #fff;
    flex-shrink: 0;
    margin-inline-end: .5rem;
    margin-inline-start: .5rem;
    vertical-align: text-bottom;
  }
  .ecl-breadcrumb-core__current-page {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-breadcrumb-standardised {
    background-color: #fff;
    margin: 0;
  }
  .ecl-breadcrumb-standardised__container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 1rem;
  }
  .ecl-breadcrumb-standardised__container:after {
    clear: both;
    content: "";
    display: block;
  }
  .ecl-breadcrumb-standardised__segment {
    align-items: center;
    display: inline-flex;
    margin-top: 1rem;
    max-width: 100%;
  }
  .ecl-breadcrumb-standardised__segment[aria-hidden=true] {
    position: absolute;
    visibility: hidden;
  }
  .no-js .ecl-breadcrumb-standardised__segment[aria-hidden=true] {
    position: static;
    visibility: visible;
  }
  .no-js .ecl-breadcrumb-standardised__segment--ellipsis[aria-hidden=false] {
    display: none;
  }
  .ecl-breadcrumb-standardised__ellipsis {
    background-color: initial;
    border-width: 0;
    box-sizing: border-box;
    color: #004494;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }
  .ecl-breadcrumb-standardised__ellipsis:hover {
    background-color: #f2f5f9;
    color: #004494;
  }
  .ecl-breadcrumb-standardised__ellipsis:focus {
    margin: -3px;
    padding: 0;
  }
  .ecl-breadcrumb-standardised__link {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ecl-breadcrumb-standardised__icon {
    fill: #004494;
    flex-shrink: 0;
    margin-inline-end: .5rem;
    margin-inline-start: .5rem;
    vertical-align: text-bottom;
  }
  .ecl-breadcrumb-standardised__current-page {
    color: #707070;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-breadcrumb-harmonised {
    background-color: #fff;
    margin: 0;
  }
  .ecl-breadcrumb-harmonised__container {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 0 1rem;
  }
  .ecl-breadcrumb-harmonised__container:after {
    clear: both;
    content: "";
    display: block;
  }
  .ecl-breadcrumb-harmonised__segment {
    align-items: center;
    display: inline-flex;
    margin-top: 1rem;
    max-width: 100%;
  }
  .ecl-breadcrumb-harmonised__segment[aria-hidden=true] {
    position: absolute;
    visibility: hidden;
  }
  .no-js .ecl-breadcrumb-harmonised__segment[aria-hidden=true] {
    position: static;
    visibility: visible;
  }
  .no-js .ecl-breadcrumb-harmonised__segment--ellipsis[aria-hidden=false] {
    display: none;
  }
  .ecl-breadcrumb-harmonised__ellipsis {
    background-color: initial;
    border-width: 0;
    box-sizing: border-box;
    color: #004494;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }
  .ecl-breadcrumb-harmonised__ellipsis:hover {
    background-color: #f2f5f9;
    color: #004494;
  }
  .ecl-breadcrumb-harmonised__ellipsis:focus {
    margin: -3px;
    padding: 0;
  }
  .ecl-breadcrumb-harmonised__link {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ecl-breadcrumb-harmonised__icon {
    fill: #004494;
    flex-shrink: 0;
    margin-inline-end: .5rem;
    margin-inline-start: .5rem;
    vertical-align: text-bottom;
  }
  .ecl-breadcrumb-harmonised__current-page {
    color: #707070;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-card {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    overflow: hidden;
    overflow-wrap: break-word;
    width: 100%;
  }
  .ecl-card__image {
    aspect-ratio: 3/2;
    border: 1px solid #cfcfcf;
    display: block;
    height: auto;
    margin-inline-end: 1rem;
    margin-inline-start: 1rem;
    margin-top: 1rem;
    object-fit: cover;
    width: calc(100% - 2rem - 2px);
  }
  .ecl-card__body {
    padding: 1rem;
    position: relative;
  }
  .ecl-content-block {
    margin: 0;
  }
  .ecl-content-block__label-container {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 -.5rem;
    padding: 0;
    width: 100%;
  }
  .ecl-content-block__label-item {
    margin-bottom: .5rem;
    margin-inline-end: .5rem;
  }
  .ecl-content-block__label-item:last-child {
    margin-inline-end: 0;
  }
  .ecl-content-block__primary-meta-container {
    color: #707070;
    display: inline-block;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    list-style: none;
    margin: .5rem 0 -.5rem;
    padding: 0;
    width: 100%;
  }
  .ecl-content-block__primary-meta-item {
    border-inline-end: 1px solid #004494;
    display: inline;
    margin-bottom: .5rem;
    margin-inline-end: 1rem;
    padding-inline-end: 1rem;
    unicode-bidi: isolate;
  }
  .ecl-content-block__primary-meta-item:last-child {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-content-block__title {
    color: #404040;
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
    margin: .5rem 0 0;
    max-width: 80ch;
  }
  .ecl-content-block__description {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-top: .5rem;
    max-width: 80ch;
  }
  .ecl-content-block__secondary-meta-container {
    color: #707070;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
  }
  .ecl-content-block__secondary-meta-item {
    align-items: center;
    display: inline-flex;
    margin-bottom: .5rem;
    width: 100%;
  }
  .ecl-content-block__secondary-meta-item:last-child {
    margin-bottom: 0;
  }
  .ecl-content-block__secondary-meta-icon {
    fill: #707070;
    flex-shrink: 0;
    margin-inline-end: .5rem;
  }
  .ecl-content-block__tag-container {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 1.5rem 0 -.5rem;
    padding: 0;
    width: 100%;
  }
  .ecl-content-block__tag-item {
    margin-bottom: .5rem;
    margin-inline-end: .5rem;
  }
  .ecl-content-block__link-container {
    margin-top: 1.5rem;
  }
  .ecl-content-block__link-list {
    border-top: 1px solid #e3e3e3;
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
  }
  .ecl-content-block__link-list:first-child {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .ecl-content-block__link-item {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    line-height: 1.25rem;
    margin-top: .5rem;
  }
  .ecl-content-block__link-item:first-child {
    margin-top: 0;
  }
  .ecl-content-block__list-container {
    margin-top: 1.5rem;
  }
  .ecl-content-block__title + .ecl-content-block__list-container {
    margin-top: .5rem;
  }
  .ecl-content-block__list {
    margin-top: 1rem;
  }
  .ecl-content-block__list:first-child {
    margin-top: 0;
  }
  .ecl-content-block__list + .ecl-content-block__list {
    margin-top: 1.5rem;
  }
  .ecl-content-block > :first-child {
    margin-top: 0;
  }
}
@media screen and (min-width:996px) {
  .ecl-content-block__title {
    font: normal normal 400 1.25rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
}
@media screen {
  .ecl-content-item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .ecl-content-item--inline {
    flex-direction: row;
  }
  .ecl-content-item--divider {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 1.5rem;
  }
  .ecl-content-item__content-block {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin-inline-end: auto;
    max-width: 80ch;
  }
  .ecl-content-item__date {
    flex-shrink: 0;
    margin-inline-end: 1rem;
  }
  .ecl-content-item__picture {
    flex-shrink: 0;
    margin-bottom: 1rem;
    max-width: 100%;
  }
  .ecl-content-item__picture--small {
    height: 140px;
    width: 140px;
  }
  .ecl-content-item__image {
    border: 1px solid #cfcfcf;
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-content-item {
    flex-direction: row;
  }
  .ecl-content-item__picture {
    margin-bottom: 0;
    margin-inline-end: 1rem;
    max-width: 210px;
  }
  .ecl-content-item__picture--right {
    margin-inline-end: 0;
    margin-inline-start: 1rem;
    order: 1;
  }
}
@media screen {
  .ecl-expandable {
    margin: 0;
  }
  .ecl-expandable__toggle[aria-expanded=true] .ecl-icon {
    transform: rotate(0deg);
  }
  .ecl-expandable__content {
    -webkit-padding-start: 1rem;
    border-bottom: 1px solid #cfcfcf;
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    padding-inline-start: 1rem;
  }
  .ecl-expandable__content > :first-child {
    margin-top: 0;
  }
  .ecl-expandable__content > :last-child {
    margin-bottom: 0;
  }
  .no-js .ecl-expandable__content {
    display: block;
  }
  .ecl-fact-figures {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    border-radius: 0;
    margin: 0;
    padding: 1rem;
  }
  .ecl-fact-figures__item {
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin-top: 2rem;
  }
  .ecl-fact-figures__item:first-of-type {
    margin-top: 0;
  }
  .ecl-fact-figures__icon {
    color: #004494;
    margin-bottom: .5rem;
  }
  .ecl-fact-figures__value {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-fact-figures__title {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
    margin-top: .5rem;
  }
  .ecl-fact-figures__description {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-top: .5rem;
  }
  .ecl-fact-figures__view-all {
    border-top: 1px solid #bfd0e4;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-top: 2rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-fact-figures {
    padding: 2rem;
  }
  .ecl-fact-figures__items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: grid;
  }
  .ecl-fact-figures--col-2 .ecl-fact-figures__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .ecl-fact-figures--col-3 .ecl-fact-figures__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .ecl-fact-figures--col-4 .ecl-fact-figures__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .ecl-fact-figures__item {
    margin-top: 0;
    max-width: 80ch;
  }
  .ecl-fact-figures__value {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-fact-figures__view-all {
    padding-top: 2rem;
  }
}
@media screen {
  .ecl-file {
    border-radius: 0;
    margin: 0;
    max-width: 823px;
    overflow: hidden;
  }
  .ecl-file__container {
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
  }
  .ecl-file__icon {
    fill: #9f9f9f;
    align-self: center;
  }
  .ecl-file__info {
    display: flex;
    flex-basis: 50%;
    flex-grow: 1;
    flex-wrap: wrap;
    margin-inline-start: 1rem;
  }
  .ecl-file__title {
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    width: 100%;
  }
  .ecl-file__language {
    color: #404040;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    margin-inline-end: .5rem;
    margin-top: .25rem;
  }
  .ecl-file__meta {
    color: #404040;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    margin-top: .25rem;
  }
  .ecl-file__detail {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
  .ecl-file__detail-meta {
    color: #707070;
    display: flex;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    margin-bottom: .5rem;
  }
  .ecl-file__detail-meta-item {
    margin-inline-start: 1rem;
  }
  .ecl-file__detail-meta-item:before {
    color: #004494;
    content: "|";
    margin-inline-end: 1rem;
  }
  .ecl-file__detail-meta-item:first-of-type {
    margin-inline-start: 0;
    text-transform: uppercase;
  }
  .ecl-file__detail-meta-item:first-of-type:before {
    display: none;
  }
  .ecl-file__description {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-top: .5rem;
    max-width: 80ch;
    white-space: pre-wrap;
  }
  .ecl-file__image {
    display: block;
    margin-top: 1rem;
    max-width: 13.125rem;
  }
  .ecl-file__taxonomy {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    width: 100%;
  }
  .ecl-file__label {
    display: inline-flex;
    flex-basis: 100%;
    margin-bottom: 1rem;
    margin-inline-end: .5rem;
  }
  .ecl-file__translation-language {
    color: #404040;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-file__translation-container {
    border: 0;
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    border-top: 0;
    display: flex;
    flex-direction: column;
    padding-inline-end: 1.5rem;
    padding-inline-start: 1.5rem;
  }
  .ecl-file__translation-toggle {
    align-self: flex-end;
    border: 0;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 400;
    margin-bottom: .25rem;
    margin-inline-end: -1rem;
    margin-top: .25rem;
    padding: .75rem 1rem;
  }
  .ecl-file__translation-toggle:focus-visible {
    outline-offset: -5px;
  }
  .no-js .ecl-file__translation-toggle {
    display: none;
  }
  .ecl-file__translation-list {
    display: none;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
  }
  .no-js .ecl-file__translation-list {
    display: block;
  }
  .ecl-file__translation-item {
    border-top: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .ecl-file__translation-item:last-child {
    padding-bottom: 0;
  }
  .ecl-file__translation-item:first-child {
    border-top-width: 0;
  }
  .ecl-file__translation-item > span[class*=wt] {
    align-self: center;
  }
  .ecl-file__translation-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: wrap;
  }
  .ecl-file__translation-title {
    color: #404040;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-file__translation-meta {
    color: #404040;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    margin-top: .25rem;
  }
  .ecl-file__download,
  .ecl-file__translation-download {
    align-self: center;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin-top: 1.5rem;
    width: 100%;
  }
  .ecl-file__translation-description {
    color: #404040;
    display: block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    max-width: 80ch;
  }
  .ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-list {
    display: block;
  }
  .ecl-file__translation-container[aria-expanded=true] .ecl-file__translation-toggle .ecl-button__icon {
    transform: rotate(0);
  }
}
@media screen and (min-width:480px) {
  .ecl-file__download,
  .ecl-file__translation-download {
    margin-top: 0;
    width: auto;
  }
  .ecl-file__info {
    margin-inline-end: 1rem;
  }
  .ecl-file__translation-item {
    flex-direction: row;
    max-width: 100%;
  }
}
@media screen and (min-width:768px) {
  .ecl-file__translation-container {
    padding-inline-start: 5.5rem;
  }
  .ecl-file__detail {
    flex-direction: row;
  }
  .ecl-file__detail-info {
    flex-grow: 1;
  }
  .ecl-file__download {
    align-self: center;
    margin-top: 0;
  }
  .ecl-file__image {
    align-self: flex-start;
    margin-inline-end: 0;
    margin-inline-start: 2rem;
    margin-top: 0;
  }
  .ecl-file__taxonomy {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen {
  .ecl-file--thumbnail .ecl-file__container {
    padding-bottom: 1.5rem;
  }
  .ecl-file--thumbnail .ecl-file__info {
    margin-inline-start: 0;
  }
  .ecl-file--thumbnail .ecl-file__title {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-file--thumbnail .ecl-file__language,
  .ecl-file--thumbnail .ecl-file__meta {
    margin-top: 0;
  }
  .ecl-file--thumbnail .ecl-file__translation-container {
    padding-inline-start: 1.5rem;
  }
  .ecl-file--thumbnail .ecl-file__translation-item {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ecl-file--thumbnail .ecl-file__translation-item:first-of-type {
    border-top-width: 0;
    padding-top: 0;
  }
  .ecl-file--thumbnail .ecl-file__translation-detail {
    flex-basis: 100%;
    margin-bottom: .5rem;
  }
  .ecl-file--thumbnail .ecl-file__translation-info {
    align-items: center;
    flex-direction: row;
  }
  .ecl-file--thumbnail .ecl-file__translation-title {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
  }
  .ecl-file--thumbnail .ecl-file__translation-meta {
    margin-inline-start: .25rem;
    margin-top: 0;
  }
  .ecl-rating-field {
    display: inline-flex;
    flex-direction: row-reverse;
  }
  .ecl-rating-field .ecl-rating-field__input:checked ~ .ecl-rating-field__label .ecl-rating-field__icon-filled,
  .ecl-rating-field:not(.ecl-rating-field--disabled) > .ecl-rating-field__label:hover .ecl-rating-field__icon-filled,
  .ecl-rating-field:not(.ecl-rating-field--disabled) > .ecl-rating-field__label:hover ~ .ecl-rating-field__label .ecl-rating-field__icon-filled {
    display: inline-block;
  }
  .ecl-rating-field .ecl-rating-field__input:checked ~ .ecl-rating-field__label .ecl-rating-field__icon-outline,
  .ecl-rating-field:not(.ecl-rating-field--disabled) > .ecl-rating-field__label:hover .ecl-rating-field__icon-outline,
  .ecl-rating-field:not(.ecl-rating-field--disabled) > .ecl-rating-field__label:hover ~ .ecl-rating-field__label .ecl-rating-field__icon-outline {
    display: none;
  }
  .ecl-rating-field__input {
    clip: rect(0, 0, 0, 0);
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .ecl-rating-field:not(.ecl-rating-field--disabled) .ecl-rating-field__input:active ~ .ecl-rating-field__label,
  .ecl-rating-field:not(.ecl-rating-field--disabled) .ecl-rating-field__input:focus ~ .ecl-rating-field__label {
    outline: 2px solid #004494;
  }
  .ecl-rating-field__label {
    cursor: pointer;
    margin-right: .5rem;
  }
  .ecl-rating-field--disabled .ecl-rating-field__label {
    cursor: default;
  }
  .ecl-rating-field__icon-filled {
    fill: #ffd617;
    display: none;
  }
  .ecl-rating-field__icon-outline {
    fill: #707070;
  }
}
@media screen and (min-width:480px) {
  .ecl-rating-field__label {
    margin-right: .25rem;
  }
}
@media screen {
  .ecl-modal {
    background-color: #0006;
    border: none;
    color: #404040;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
  }
  .ecl-modal[open] {
    display: block;
  }
  .ecl-modal__container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .ecl-modal__content {
    background-color: #fff;
    border-radius: 0;
    box-shadow:
      0 11px 15px #002f6714,
      0 9px 46px #002f670a,
      0 24px 38px #002f670a,
      0 -4px 4px #002f670a;
    display: flex;
    flex-direction: column;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    left: 50%;
    margin: 0;
    max-height: min(100vh, 501px);
    overflow: hidden;
    padding: 0;
    position: relative;
    transform: translateX(-50%);
    z-index: 50;
  }
  .ecl-modal__header {
    align-items: flex-start;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    padding: 1rem;
  }
  .ecl-modal__icon {
    flex-shrink: 0;
    margin-inline-end: .75rem;
    margin-top: 2px;
  }
  .ecl-modal--information .ecl-modal__icon {
    color: #006fb4;
  }
  .ecl-modal--success .ecl-modal__icon {
    color: #467a39;
  }
  .ecl-modal--warning .ecl-modal__icon {
    color: #f29527;
  }
  .ecl-modal--error .ecl-modal__icon {
    color: #da2131;
  }
  .ecl-modal__header-content {
    flex-grow: 1;
  }
  .ecl-modal__body {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem;
  }
  .ecl-modal__body-scroll {
    overflow-y: auto;
  }
  .ecl-modal__body-overflow {
    background-image:
      linear-gradient(
        180deg,
        #0000,
        #fff);
    display: none;
    flex-shrink: 0;
    height: 2rem;
    left: 0;
    margin-bottom: -2rem;
    pointer-events: none;
    position: relative;
    top: -2rem;
    width: 100%;
  }
  * + .ecl-modal__body-fixed {
    margin-top: 1rem;
  }
  .ecl-modal__footer {
    border-top: 1px solid #cfcfcf;
    padding: 1rem;
  }
  .ecl-modal__header + .ecl-modal__footer {
    border-top: none;
  }
  .ecl-modal__footer-content {
    display: flex;
    justify-content: space-between;
  }
  .ecl-modal__button {
    flex-basis: 50%;
    margin-inline-end: 1rem;
  }
  .ecl-modal__button:last-of-type {
    margin-inline-end: 0;
  }
  .ecl-modal__close {
    margin-bottom: -.5rem;
    margin-inline-end: -.75rem;
    margin-top: -.5rem;
    padding: .75rem;
  }
  .ecl-modal__close:hover {
    box-shadow: none;
  }
  .ecl-modal__close .ecl-button__icon {
    margin: 0;
  }
}
@media screen and (min-width:480px) {
  .ecl-modal--s .ecl-modal__content {
    max-height: min(100vh, 475px);
  }
  .ecl-modal--l .ecl-modal__content {
    max-height: min(100vh, 508px);
  }
}
@media screen and (min-width:768px) {
  .ecl-modal__header {
    padding: 1rem 1.5rem;
  }
  .ecl-modal__body {
    padding: 1.5rem;
  }
  .ecl-modal__footer {
    padding: 1rem 1.5rem;
  }
  .ecl-modal__footer-content {
    justify-content: flex-end;
  }
  .ecl-modal__button {
    flex-basis: auto;
  }
}
@media screen {
  .ecl-modal__body--has-scroll .ecl-modal__body-scroll {
    padding-bottom: 2rem;
  }
  .ecl-modal__body--has-scroll .ecl-modal__body-overflow {
    display: block;
  }
  .ecl-u-media-a-s {
    height: 77px !important;
  }
  .ecl-u-media-a-s,
  .ecl-u-media-h-s {
    width: 77px !important;
  }
  .ecl-u-media-v-s {
    height: 77px !important;
  }
  .ecl-u-media-a-m {
    height: 100px !important;
  }
  .ecl-u-media-a-m,
  .ecl-u-media-h-m {
    width: 100px !important;
  }
  .ecl-u-media-v-m {
    height: 100px !important;
  }
}
@media screen and (min-width:480px) {
  .ecl-u-media-a-s-s {
    height: 77px !important;
  }
  .ecl-u-media-a-s-s,
  .ecl-u-media-h-s-s {
    width: 77px !important;
  }
  .ecl-u-media-v-s-s {
    height: 77px !important;
  }
  .ecl-u-media-a-s-m {
    height: 100px !important;
  }
  .ecl-u-media-a-s-m,
  .ecl-u-media-h-s-m {
    width: 100px !important;
  }
  .ecl-u-media-v-s-m {
    height: 100px !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-media-a-m-s {
    height: 77px !important;
  }
  .ecl-u-media-a-m-s,
  .ecl-u-media-h-m-s {
    width: 77px !important;
  }
  .ecl-u-media-v-m-s {
    height: 77px !important;
  }
  .ecl-u-media-a-m-m {
    height: 100px !important;
  }
  .ecl-u-media-a-m-m,
  .ecl-u-media-h-m-m {
    width: 100px !important;
  }
  .ecl-u-media-v-m-m {
    height: 100px !important;
  }
}
@media screen and (min-width:996px) {
  .ecl-u-media-a-l-s {
    height: 77px !important;
  }
  .ecl-u-media-a-l-s,
  .ecl-u-media-h-l-s {
    width: 77px !important;
  }
  .ecl-u-media-v-l-s {
    height: 77px !important;
  }
  .ecl-u-media-a-l-m {
    height: 100px !important;
  }
  .ecl-u-media-a-l-m,
  .ecl-u-media-h-l-m {
    width: 100px !important;
  }
  .ecl-u-media-v-l-m {
    height: 100px !important;
  }
}
@media screen and (min-width:1140px) {
  .ecl-u-media-a-xl-s {
    height: 77px !important;
  }
  .ecl-u-media-a-xl-s,
  .ecl-u-media-h-xl-s {
    width: 77px !important;
  }
  .ecl-u-media-v-xl-s {
    height: 77px !important;
  }
  .ecl-u-media-a-xl-m {
    height: 100px !important;
  }
  .ecl-u-media-a-xl-m,
  .ecl-u-media-h-xl-m {
    width: 100px !important;
  }
  .ecl-u-media-v-xl-m {
    height: 100px !important;
  }
}
@media screen {
  .ecl-u-media-ratio-16-9 {
    position: relative !important;
  }
  .ecl-u-media-ratio-16-9:before {
    content: "" !important;
    display: block !important;
    padding-top: 56.25% !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-16-9 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-16-9 > iframe {
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-u-media-ratio-4-3 {
    position: relative !important;
  }
  .ecl-u-media-ratio-4-3:before {
    content: "" !important;
    display: block !important;
    padding-top: 75% !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-4-3 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-4-3 > iframe {
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-u-media-ratio-3-2 {
    position: relative !important;
  }
  .ecl-u-media-ratio-3-2:before {
    content: "" !important;
    display: block !important;
    padding-top: 66.6666666667% !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-3-2 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-3-2 > iframe {
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-u-media-ratio-1-1 {
    position: relative !important;
  }
  .ecl-u-media-ratio-1-1:before {
    content: "" !important;
    display: block !important;
    padding-top: 100% !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-1-1 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-1-1 > iframe {
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-u-media-bg-origin-border {
    background-origin: border-box !important;
  }
  .ecl-u-media-bg-origin-padding {
    background-origin: initial !important;
  }
  .ecl-u-media-bg-origin-content {
    background-origin: content-box !important;
  }
  .ecl-u-media-bg-position-initial {
    background-position: 0 0 !important;
  }
  .ecl-u-media-bg-position-top {
    background-position: top !important;
  }
  .ecl-u-media-bg-position-bottom {
    background-position: bottom !important;
  }
  .ecl-u-media-bg-position-left {
    background-position: 0 !important;
  }
  .ecl-u-media-bg-position-right {
    background-position: 100% !important;
  }
  .ecl-u-media-bg-position-center {
    background-position: 50% !important;
  }
  .ecl-u-media-bg-repeat-all {
    background-repeat: repeat !important;
  }
  .ecl-u-media-bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .ecl-u-media-bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .ecl-u-media-bg-repeat-none {
    background-repeat: no-repeat !important;
  }
  .ecl-u-media-bg-size-auto {
    background-size: auto !important;
  }
  .ecl-u-media-bg-size-contain {
    background-size: contain !important;
  }
  .ecl-u-media-bg-size-cover {
    background-size: cover !important;
  }
  .ecl-media-container {
    margin: 0;
  }
  .ecl-media-container__figure {
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  .ecl-media-container__media {
    min-height: 1px;
    object-fit: cover;
  }
  .ecl-media-container__media,
  .ecl-media-container__media > iframe {
    display: block;
    height: auto;
    width: 100%;
  }
  .ecl-media-container__caption {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    padding: .75rem;
    position: relative;
  }
  .ecl-media-container__expandable {
    margin-top: .5rem;
    position: relative;
  }
  .ecl-media-container__media--ratio-16-9 {
    position: relative !important;
  }
  .ecl-media-container__media--ratio-16-9:before {
    content: "" !important;
    display: block !important;
    padding-top: 56.25% !important;
    width: 100% !important;
  }
  .ecl-media-container__media--ratio-16-9 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-media-container__media--ratio-16-9 > iframe {
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-media-container__media--ratio-4-3 {
    position: relative !important;
  }
  .ecl-media-container__media--ratio-4-3:before {
    content: "" !important;
    display: block !important;
    padding-top: 75% !important;
    width: 100% !important;
  }
  .ecl-media-container__media--ratio-4-3 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-media-container__media--ratio-4-3 > iframe {
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-media-container__media--ratio-3-2 {
    position: relative !important;
  }
  .ecl-media-container__media--ratio-3-2:before {
    content: "" !important;
    display: block !important;
    padding-top: 66.6666666667% !important;
    width: 100% !important;
  }
  .ecl-media-container__media--ratio-3-2 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-media-container__media--ratio-3-2 > iframe {
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-media-container__media--ratio-1-1 {
    position: relative !important;
  }
  .ecl-media-container__media--ratio-1-1:before {
    content: "" !important;
    display: block !important;
    padding-top: 100% !important;
    width: 100% !important;
  }
  .ecl-media-container__media--ratio-1-1 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-media-container__media--ratio-1-1 > iframe {
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-media-container--full-width {
    left: 50%;
    margin-inline-start: calc(-50vw + 8px);
    width: calc(100vw - 16px);
  }
  .ecl-navigation-list {
    margin: 0;
  }
  .ecl-navigation-list--col-2,
  .ecl-navigation-list--col-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    width: 100%;
  }
}
@media screen and (min-width:996px) {
  .ecl-navigation-list--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ecl-navigation-list--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen {
  .ecl-navigation-list__item {
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    overflow: hidden;
  }
  .ecl-navigation-list__image {
    aspect-ratio: 4/1;
    object-fit: cover;
    width: 100%;
  }
  .ecl-navigation-list__content-block {
    padding: 1rem;
    position: relative;
  }
  .ecl-navigation-list__item--no-border {
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
  }
  .ecl-navigation-list__item--no-border .ecl-navigation-list__image {
    border: 1px solid #cfcfcf;
  }
  .ecl-navigation-list__item--no-border .ecl-navigation-list__content-block {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .ecl-ordered-list {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    list-style-position: inside;
    margin: 0;
    padding: 0;
  }
  .ecl-ordered-list .ecl-ordered-list,
  .ecl-ordered-list .ecl-unordered-list {
    margin-top: .5rem;
    padding-inline-start: 1.5rem;
  }
  .ecl-ordered-list__item {
    margin-top: .5rem;
    max-width: 80ch;
  }
  .ecl-ordered-list__item:first-child {
    margin-top: 0;
  }
  .ecl-unordered-list {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    list-style-position: outside;
    margin: 0;
    padding-inline-start: .75rem;
  }
  .ecl-unordered-list .ecl-ordered-list,
  .ecl-unordered-list .ecl-unordered-list {
    margin-top: .5rem;
    padding-inline-start: .75rem;
  }
  .ecl-unordered-list__item {
    margin-inline-start: 1rem;
    margin-top: .5rem;
    max-width: calc(80ch - 2.5rem);
    padding-inline-start: .25rem;
  }
  .ecl-unordered-list__item:first-child {
    margin-top: 0;
  }
  .ecl-unordered-list--no-bullet {
    list-style: none;
    padding-inline-start: 0;
  }
  .ecl-unordered-list--no-bullet .ecl-unordered-list {
    padding-inline-start: 1rem;
  }
  .ecl-unordered-list--no-bullet > .ecl-unordered-list__item {
    margin-inline-start: 0;
    padding-inline-start: 0;
  }
  .ecl-unordered-list--divider {
    list-style: none;
    padding-inline-start: 0;
  }
  .ecl-unordered-list--divider > .ecl-unordered-list__item {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 1rem;
    margin-inline-start: 0;
    padding-bottom: 1rem;
    padding-inline-start: 0;
  }
  .ecl-unordered-list--divider > .ecl-unordered-list__item:last-child {
    margin-bottom: 0;
  }
  .ecl-unordered-list--divider .ecl-unordered-list {
    padding-inline-start: 1rem;
  }
  .ecl-pagination {
    background-color: initial;
    border-radius: 0;
    border-top: 2px solid #000;
    color: #004494;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin: 0;
    padding-bottom: .75rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    padding-top: .75rem;
  }
  .ecl-pagination__list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
    position: relative;
  }
  .ecl-pagination__item {
    display: none;
  }
  .ecl-pagination__item--next,
  .ecl-pagination__item--previous {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
  }
  .ecl-pagination__item--next {
    justify-content: flex-end;
  }
  .ecl-pagination__item--current {
    color: #000;
    display: flex;
    font-weight: 700;
    position: relative;
  }
  .ecl-pagination__text--summary {
    display: none;
  }
  .ecl-pagination__text--full {
    display: block;
  }
  .ecl-pagination__link,
  .ecl-pagination__text {
    padding: .25rem;
  }
}
@media screen and (min-width:768px) {
  .ecl-pagination {
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
  .ecl-pagination__list {
    justify-content: center;
  }
  .ecl-pagination__item {
    display: flex;
    flex-grow: 0;
    margin-inline-end: 1rem;
  }
  .ecl-pagination__item:last-child {
    margin-inline-end: 0;
  }
  .ecl-pagination__item--next,
  .ecl-pagination__item--previous {
    flex-basis: auto;
  }
  .ecl-pagination__item--current:before {
    border: 2px solid #000;
    border-radius: 10rem;
    content: "";
    display: block;
    height: calc(1.5rem + 4px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(1.5rem + 4px);
  }
  .ecl-pagination__text--summary {
    display: block;
  }
  .ecl-pagination__text--full {
    display: none;
  }
}
@media screen {
  .ecl-popover {
    display: inline-block;
    margin: 0;
    position: relative;
  }
  .ecl-popover__container {
    margin-top: 1.25rem;
    transform: translateX(-50%);
    z-index: 15;
  }
  .ecl-popover__container,
  .ecl-popover__container:before {
    background-color: #fff;
    box-shadow:
      0 7px 8px #002f6714,
      0 0 22px #002f670a,
      0 12px 17px #002f670a,
      0 -4px 4px #002f670a;
    left: 50%;
    position: absolute;
  }
  .ecl-popover__container:before {
    clip-path: polygon(-8px -8px, calc(100% + 8px) -8px, calc(100% + 8px) calc(100% + 8px));
    content: "";
    height: 1rem;
    margin-left: -.5rem;
    top: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 1rem;
  }
  .ecl-popover__content {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    max-height: 11rem;
    min-width: 188px;
    overflow-y: auto;
    padding: .75rem;
    width: auto;
  }
}
@media screen and (min-width:768px) {
  .ecl-popover__content {
    max-height: 16.5rem;
  }
}
@media screen {
  .ecl-popover__list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 188px;
  }
  .ecl-popover__link {
    align-items: center;
    display: flex;
    padding: .75rem;
  }
  .ecl-popover__link:focus-visible {
    outline-offset: -2px;
  }
  .ecl-popover--top .ecl-popover__container {
    bottom: 100%;
    margin-bottom: 1.25rem;
    margin-top: 0;
  }
  .ecl-popover--top .ecl-popover__container:before {
    bottom: 0;
    top: auto;
    transform: translateY(50%) rotate(135deg);
  }
  .ecl-popover--push-left .ecl-popover__container {
    left: 0;
    transform: none;
  }
  .ecl-popover--push-left .ecl-popover__container:before {
    left: var(--ecl-popover-position);
  }
  .ecl-popover--push-right .ecl-popover__container {
    left: auto;
    right: 0;
    transform: none;
  }
  .ecl-popover--push-right .ecl-popover__container:before {
    left: auto;
    right: var(--ecl-popover-position);
  }
  .ecl-search-form {
    display: flex;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .ecl-search-form .ecl-form-group {
    display: flex;
    flex-grow: 1;
    max-width: 100%;
  }
  .ecl-search-form__label {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    visibility: visible;
    white-space: nowrap;
    width: 1px;
  }
  .ecl-search-form__text-input {
    border-end-end-radius: 0;
    border-inline-end-width: 0;
    border-start-end-radius: 0;
    flex-grow: 1;
    margin-top: 0 !important;
    width: 100%;
  }
  .ecl-search-form__button {
    background-color: #ebebeb;
    border-bottom: 1px solid #707070;
    border-end-start-radius: 0;
    border-inline-end: 1px solid #707070;
    border-inline-start-width: 0;
    border-start-start-radius: 0;
    border-top: 1px solid #707070;
    color: #004494;
    padding: calc(.75rem - 1px);
  }
  .ecl-search-form__button:active,
  .ecl-search-form__button:hover {
    background-color: #cfcfcf;
  }
  .ecl-search-form__button:focus-visible {
    outline: 2px solid #004494;
    outline-offset: -2px;
  }
  .ecl-search-form__button[disabled] {
    background-color: #ebebeb80;
    border-color: #70707080;
    color: #00449480;
  }
  .ecl-search-form__button[disabled]:hover {
    background-color: #cfcfcf80;
    color: #00449480;
  }
  .ecl-search-form__button .ecl-button__icon {
    fill: currentcolor;
    margin: 0;
  }
}
@media screen and (min-width:768px) {
  .ecl-search-form {
    max-width: 25rem;
  }
  .ecl-search-form__button {
    padding-inline-end: calc(1rem - 1px);
    padding-inline-start: calc(1rem - 1px);
  }
  .ecl-search-form__button .ecl-button__label {
    display: block;
  }
  .ecl-search-form__button .ecl-button__icon {
    display: none;
  }
}
@media screen and (min-width:996px) {
  .ecl-search-form {
    max-width: 31.25rem;
  }
}
@media screen {
  .ecl-social-media-follow {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    margin: 0;
    padding: 1.5rem;
  }
  .ecl-social-media-follow__description {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: 0;
  }
  .ecl-social-media-follow__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: -.75rem;
    padding-inline-start: 0;
  }
  .ecl-social-media-follow__item {
    display: flex;
    margin-inline-end: 1.5rem;
    margin-top: 1.5rem;
  }
  .ecl-social-media-follow__item:last-child {
    margin-inline-end: 0;
  }
  .ecl-social-media-follow__link {
    align-items: center;
    display: flex;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    overflow: hidden;
  }
  .ecl-social-media-follow__icon {
    flex-shrink: 0;
    top: 0 !important;
  }
  .ecl-social-media-follow--vertical .ecl-social-media-follow__description {
    margin-bottom: 0;
  }
  .ecl-social-media-follow--vertical .ecl-social-media-follow__list {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
  }
  .ecl-social-media-follow--vertical .ecl-social-media-follow__item,
  .ecl-social-media-follow--vertical .ecl-social-media-follow__item:last-child {
    margin-inline-end: 0;
  }
}
@media screen and (max-width:767px) {
  .ecl-social-media-follow__description {
    margin-bottom: 0;
  }
  .ecl-social-media-follow__list {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
  }
  .ecl-social-media-follow__item,
  .ecl-social-media-follow__item:last-child {
    margin-inline-end: 0;
  }
}
@media screen {
  .ecl-social-media-share {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  .ecl-social-media-share__description {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: 0;
  }
  .ecl-social-media-share__list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: -.75rem;
    padding-inline-start: 0;
  }
  .ecl-social-media-share__item {
    display: flex;
    margin-inline-end: 1.5rem;
    margin-top: 1.5rem;
  }
  .ecl-social-media-share__item:last-child {
    margin-inline-end: 0;
  }
  .ecl-social-media-share__link {
    align-items: center;
    display: flex;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    overflow: hidden;
  }
  .ecl-social-media-share__icon {
    flex-shrink: 0;
    top: 0 !important;
  }
  .ecl-social-media-share--vertical .ecl-social-media-share__description {
    margin-bottom: 0;
  }
  .ecl-social-media-share--vertical .ecl-social-media-share__list {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
  }
  .ecl-social-media-share--vertical .ecl-social-media-share__item,
  .ecl-social-media-share--vertical .ecl-social-media-share__item:last-child {
    margin-inline-end: 0;
  }
}
@media screen and (max-width:767px) {
  .ecl-social-media-share__description {
    margin-bottom: 0;
  }
  .ecl-social-media-share__list {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 0;
  }
  .ecl-social-media-share__item,
  .ecl-social-media-share__item:last-child {
    margin-inline-end: 0;
  }
}
@media screen {
  .ecl-timeline {
    list-style: none;
    margin-bottom: 0;
    margin-inline-end: 1.5rem;
    margin-inline-start: 2.125rem;
    margin-top: 0;
    max-width: 633px;
    padding-inline-start: 0;
  }
  .ecl-timeline__item {
    padding-bottom: 1.5rem;
    padding-inline-start: 1.625rem;
    padding-top: .5rem;
    position: relative;
  }
  .ecl-timeline__item:before {
    border-inline-start: .25rem solid #404040;
    content: "";
    height: 100%;
    left: -.125rem;
    position: absolute;
    top: 0;
    width: 0;
  }
  .ecl-timeline__item:after {
    background-color: #fff;
    border: .25rem solid #ffd617;
    border-radius: 50%;
    box-shadow: none;
    box-sizing: border-box;
    content: "";
    height: 1.25rem;
    left: -.625rem;
    position: absolute;
    top: .5rem;
    width: 1.25rem;
  }
}
@media screen and (min-width:480px) {
  .ecl-timeline {
    margin-inline-end: .5rem;
    margin-inline-start: 12.5rem;
  }
}
@media screen {
  .ecl-timeline__item--toggle {
    padding-top: .5rem;
  }
  .ecl-timeline__item--toggle:before {
    border-inline-start-style: dashed;
  }
  .ecl-timeline__item--toggle:after {
    border: .125rem solid #cfcfcf;
    box-sizing: border-box;
    height: 1.25rem;
    top: 1.25rem;
    width: 1.25rem;
  }
  .no-js .ecl-timeline__item--toggle {
    display: none;
  }
  .ecl-timeline[data-ecl-timeline-expanded] .ecl-timeline__item--toggle {
    padding-bottom: .5rem;
    padding-top: 1.5rem;
  }
  .ecl-timeline[data-ecl-timeline-expanded] .ecl-timeline__item--toggle:after {
    top: 2.25rem;
  }
  .ecl-timeline__toggle[aria-expanded=true] .ecl-icon {
    transform: rotate(0deg);
  }
  .ecl-timeline__item:first-child:before {
    height: calc(100% - .5rem);
    top: .5rem;
  }
  .ecl-timeline__item:last-child:before {
    height: .5rem;
  }
  .ecl-timeline__title {
    color: #000;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
  }
  .ecl-timeline__label {
    color: #404040;
    margin-bottom: .75rem;
  }
  .ecl-timeline__content,
  .ecl-timeline__label {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
  }
  .ecl-timeline__content {
    color: #707070;
  }
}
@media screen and (min-width:480px) {
  .ecl-timeline__label {
    left: -12.625rem;
    line-height: 1.25rem;
    margin-bottom: 0;
    position: absolute;
    text-align: right;
    top: .5rem;
    width: 11rem;
  }
  .ecl-timeline__label,
  .ecl-timeline__title {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-timeline__content {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
}
@media screen {
  .ecl-timeline__item--collapsed {
    display: none;
  }
  .ecl-timeline[data-ecl-timeline-expanded] .ecl-timeline__item--collapsed,
  .no-js .ecl-timeline__item--collapsed {
    display: block;
  }
  .ecl-accordion {
    margin: 0;
  }
  .ecl-accordion__item {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
  }
  .ecl-accordion__item + .ecl-accordion__item {
    margin-top: .5rem;
  }
  .ecl-accordion__title {
    margin: 0;
    padding: 0;
  }
  .ecl-accordion__toggle {
    background-color: initial;
    border-width: 0;
    color: #404040;
    cursor: pointer;
    display: block;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    padding: 0 1rem;
    position: relative;
    text-align: start;
    width: 100%;
  }
  .ecl-accordion__toggle:hover {
    background-color: #cfcfcf;
  }
  .ecl-accordion__toggle:focus-visible {
    outline: 2px solid #004494;
    outline-offset: -2px;
  }
  .ecl-accordion__toggle[aria-expanded=true] {
    padding-bottom: 0;
  }
  .ecl-accordion__toggle-flex {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
  }
  .ecl-accordion__toggle-indicator {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: .75rem;
    margin-inline-end: 1rem;
    margin-inline-start: 0;
    margin-top: .75rem;
  }
  .ecl-accordion__toggle-label {
    display: none;
  }
  .ecl-accordion__toggle-title {
    flex-grow: 1;
    padding: .75rem 0;
  }
  .ecl-accordion__toggle[aria-expanded=true] .ecl-accordion__toggle-title {
    border-bottom: 1px solid #404040;
  }
  .ecl-accordion__content {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-inline-start: 0;
    padding-bottom: .75rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
    padding-top: .75rem;
  }
  .no-js .ecl-accordion__content {
    display: block;
  }
  .ecl-carousel {
    overflow: hidden;
    position: relative;
  }
  .ecl-carousel .ecl-banner,
  .ecl-carousel .ecl-banner__image:before {
    border-radius: 0;
    box-shadow: none;
  }
  .ecl-carousel .ecl-banner,
  .ecl-carousel .ecl-banner .ecl-container {
    height: 100%;
  }
  .ecl-carousel__container {
    background-color: #002f67;
    box-shadow: inset 0 -4px 12px -9px #0009;
    width: calc(100% - 1.5rem);
  }
  .ecl-carousel__slides {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .ecl-carousel__slide {
    position: relative;
  }
  .ecl-carousel__slide:before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    left: -.25rem;
    position: absolute;
    top: 0;
    width: .25rem;
  }
  .ecl-carousel__slide .ecl-banner__credit {
    margin-inline-end: .25rem;
  }
  .ecl-carousel__controls {
    background-color: #002f67;
    padding: .25rem 0;
  }
  .ecl-carousel__controls .ecl-container {
    display: flex;
    justify-content: center;
  }
  .ecl-carousel__controls .ecl-container,
  .ecl-carousel__slides .ecl-banner .ecl-container {
    max-width: 1140px;
    width: 100%;
  }
  .ecl-carousel__next,
  .ecl-carousel__prev {
    background: #002f67;
    border: 0;
    cursor: pointer;
    display: block;
    padding: .5rem;
  }
  .ecl-carousel__next:active,
  .ecl-carousel__next:hover,
  .ecl-carousel__prev:active,
  .ecl-carousel__prev:hover {
    background-color: #fff;
  }
  .ecl-carousel__next:active .ecl-carousel__icon-default,
  .ecl-carousel__next:hover .ecl-carousel__icon-default,
  .ecl-carousel__prev:active .ecl-carousel__icon-default,
  .ecl-carousel__prev:hover .ecl-carousel__icon-default {
    fill: #002f67;
  }
  .ecl-carousel__next:focus-visible,
  .ecl-carousel__prev:focus-visible {
    outline: 2px solid #fff;
  }
  .ecl-carousel__autoplay {
    display: none;
  }
  .ecl-carousel__pause,
  .ecl-carousel__play {
    align-items: center;
    background: #0000;
    border: 0;
    cursor: pointer;
    display: flex;
    padding: .5rem;
  }
  .ecl-carousel__pause:active .ecl-carousel__icon-default,
  .ecl-carousel__pause:focus-visible .ecl-carousel__icon-default,
  .ecl-carousel__pause:hover .ecl-carousel__icon-default,
  .ecl-carousel__play:active .ecl-carousel__icon-default,
  .ecl-carousel__play:focus-visible .ecl-carousel__icon-default,
  .ecl-carousel__play:hover .ecl-carousel__icon-default {
    display: none;
  }
  .ecl-carousel__pause:active .ecl-carousel__icon-active,
  .ecl-carousel__pause:focus-visible .ecl-carousel__icon-active,
  .ecl-carousel__pause:hover .ecl-carousel__icon-active,
  .ecl-carousel__play:active .ecl-carousel__icon-active,
  .ecl-carousel__play:focus-visible .ecl-carousel__icon-active,
  .ecl-carousel__play:hover .ecl-carousel__icon-active {
    display: block;
  }
  .ecl-carousel__pause:focus-visible,
  .ecl-carousel__play:focus-visible {
    outline: 2px solid #fff;
  }
  .ecl-carousel__icon-default {
    display: block;
  }
  .ecl-carousel__icon-active {
    display: none;
  }
  .ecl-carousel__pagination {
    align-items: center;
    color: #fff;
    display: flex;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    justify-content: flex-end;
    margin: 0 .5rem;
    padding-top: 2px;
    white-space: pre-wrap;
  }
  .ecl-carousel__navigation {
    display: none;
  }
  .ecl-carousel__navigation-item {
    background-color: initial;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 1rem;
    margin: 1rem;
    margin-inline-end: 1.5rem;
    padding: 0;
    width: 1rem;
  }
  .ecl-carousel__navigation-item:active,
  .ecl-carousel__navigation-item:hover {
    background-color: #fff;
  }
  .ecl-carousel__navigation-item:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
  .ecl-carousel__navigation-item[aria-current=true] {
    background-color: #fff;
  }
  .ecl-carousel__navigation-item:last-child {
    margin-inline-end: 1rem;
  }
  .ecl-carousel-container--padded .ecl-banner .ecl-container {
    margin-inline-start: 100px;
  }
}
@media screen and (min-width:480px) {
  .ecl-carousel__navigation {
    align-items: center;
    display: flex;
    margin-inline-end: auto;
  }
}
@media screen and (min-width:768px) {
  .ecl-carousel__autoplay {
    display: flex;
    width: 140px;
  }
  .ecl-carousel__navigation {
    margin-inline-start: auto;
  }
}
@media screen and (min-width:996px) {
  .ecl-carousel .ecl-banner,
  .ecl-carousel .ecl-banner .ecl-container {
    height: auto;
  }
  .ecl-carousel__container {
    width: 100%;
  }
  .ecl-carousel__slide {
    position: relative;
  }
  .ecl-carousel__slide:before {
    content: none;
  }
  .ecl-carousel__slide .ecl-banner__credit {
    margin-inline-end: 0;
  }
}
@media screen and (min-width:1140px) {
  .ecl-container .ecl-carousel:not(.ecl-carousel--full-width) .ecl-banner .ecl-container {
    margin-inline-start: 100px;
  }
  .ecl-carousel__next,
  .ecl-carousel__prev {
    padding: .75rem;
    position: absolute;
    top: calc(50% - 22px);
    transform: translateY(-50%);
    z-index: 1;
  }
  .ecl-carousel__next:focus-visible,
  .ecl-carousel__prev:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .ecl-carousel__prev {
    left: 0;
  }
  .ecl-carousel__next {
    right: 0;
  }
  .ecl-carousel__autoplay,
  .ecl-carousel__pagination {
    width: 10%;
  }
}
@media screen {
  .ecl-carousel--full-width {
    left: 50%;
    margin-inline-start: -50vw;
    width: 100vw;
  }
  .ecl-container .ecl-carousel--full-width .ecl-banner:not(.ecl-banner--full-width) .ecl-container {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
  .ecl-category-filter {
    max-width: 18rem;
  }
  .ecl-category-filter__list-item {
    position: relative;
  }
  .ecl-category-filter__item-icon {
    color: #004494;
    margin: -3px 0;
  }
  .ecl-category-filter__item {
    border-bottom: 1px solid #e3e3e3;
    color: #404040;
    display: flex;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    justify-content: space-between;
    padding: .75rem;
    text-decoration: none;
  }
  .ecl-category-filter__item:hover {
    text-decoration: underline;
  }
  .ecl-category-filter__item:focus-visible {
    outline: 2px solid #004494;
    outline-offset: -2px;
    text-decoration: underline;
  }
  .ecl-category-filter__item.ecl-category-filter__item--level-1 .ecl-category-filter__item-icon {
    margin: 0 0 0 .5rem;
  }
  .ecl-category-filter__item.ecl-category-filter__item--level-2 {
    justify-content: normal;
    padding-inline-start: 2rem;
  }
  .ecl-category-filter__item.ecl-category-filter__item--level-2.ecl-category-filter__item--has-children {
    padding-inline-start: .5rem;
  }
  .ecl-category-filter__item.ecl-category-filter__item--level-3 {
    justify-content: normal;
    padding-inline-start: 3rem;
  }
  .ecl-category-filter__item.ecl-category-filter__item--level-3.ecl-category-filter__item--has-children {
    padding-inline-start: 1.5rem;
  }
  .ecl-category-filter__item.ecl-category-filter__item--level-4 {
    justify-content: normal;
    padding-inline-start: 4rem;
  }
  .ecl-category-filter__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ecl-category-filter__list .ecl-category-filter__list .ecl-category-filter__item,
  .ecl-category-filter__list-item:last-child .ecl-category-filter__item {
    border-bottom: 0;
  }
  .ecl-category-filter__list-item[aria-expanded=false] .ecl-category-filter__list {
    display: none;
  }
  .ecl-category-filter__list-item[aria-expanded=true] .ecl-category-filter__item {
    border-bottom: 0;
  }
  .ecl-category-filter__list-item[aria-expanded=true] > .ecl-category-filter__item .ecl-category-filter__item-icon {
    transform: rotate(180deg);
  }
  .ecl-category-filter__list-item[aria-expanded=true] .ecl-category-filter__item--level-1 .ecl-category-filter__item-icon {
    transform: rotate(0deg);
  }
  .ecl-category-filter__list-item[aria-expanded=true] > .ecl-category-filter__list {
    display: block;
  }
  .ecl-category-filter__item--current,
  .ecl-category-filter__list-item[aria-expanded=true] {
    background-color: #ebebeb;
  }
  .ecl-category-filter__item--current:before,
  .ecl-category-filter__list-item[aria-expanded=true]:before {
    background-color: #004494;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: 1;
  }
  .ecl-category-filter__item--current {
    font-weight: 700;
  }
  .ecl-category-filter > .ecl-category-filter__list > .ecl-category-filter__list-item[aria-expanded=true] {
    border-bottom: 1px solid #e3e3e3;
  }
  .no-js .ecl-category-filter__list-item .ecl-category-filter__item {
    border-bottom: 0;
  }
  .no-js .ecl-category-filter__list-item .ecl-category-filter__list {
    display: block;
  }
  .ecl-gallery {
    margin: 0;
  }
  .ecl-gallery__list {
    display: block;
    list-style: none;
    margin-bottom: 0;
    margin-top: -.5rem;
    padding-inline-start: 0;
  }
  .ecl-gallery__item {
    display: block;
    height: 260px;
    margin-bottom: 0;
    margin-top: .5rem;
    position: relative;
  }
  .ecl-gallery__item__link--frozen {
    cursor: default;
  }
  .ecl-gallery__item--hidden {
    display: none;
  }
  .ecl-gallery__item-link {
    text-decoration: none;
  }
  .ecl-gallery__item-icon-wrapper {
    background: #404040;
    border-radius: 50%;
    box-shadow: 0 0 15px 6px #4040408c;
    display: inline-block;
    height: 2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
  }
  .ecl-gallery__item-icon {
    transform: scale(1.2);
  }
  .ecl-gallery__image-container {
    background-color: #000;
    display: flex;
    flex-grow: 1;
    height: 260px;
    margin: 0;
    position: relative;
  }
  .ecl-gallery__item-link:focus-visible {
    outline: none;
  }
  .ecl-gallery__item-link:focus-visible .ecl-gallery__image-container {
    outline: 2px solid #004494;
    outline-offset: 2px;
  }
  .ecl-gallery__picture {
    display: flex;
    height: 100%;
  }
  .ecl-gallery__picture:not(.ecl-gallery__slider-image) {
    flex-grow: 1;
  }
  .ecl-gallery__picture * {
    object-fit: cover;
    width: 100%;
  }
  @supports (object-fit:cover) {
    .ecl-gallery__image-container {
      background-color: #000000a6;
    }
  }
  .ecl-gallery__image {
    display: block;
    flex-grow: 0;
    width: 100%;
  }
  @supports (object-fit:cover) {
    .ecl-gallery__image {
      flex-grow: 1;
      object-fit: cover;
    }
  }
  .ecl-gallery__image-icon {
    display: none;
  }
  .ecl-gallery__description {
    align-items: center;
    background-color: #000000a6;
    bottom: 0;
    color: #fff;
    display: none;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    left: 0;
    overflow: hidden;
    padding: .25rem .5rem;
    position: absolute;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: text-bottom;
    white-space: nowrap;
    width: calc(100% - 1rem);
  }
  .ecl-gallery__item-link:focus-visible .ecl-gallery__description,
  .ecl-gallery__item-link:hover .ecl-gallery__description {
    display: block;
  }
  .ecl-gallery__item-link:focus-visible .ecl-gallery__image-icon,
  .ecl-gallery__item-link:hover .ecl-gallery__image-icon {
    display: none;
  }
  .ecl-gallery__description-icon {
    flex-shrink: 0;
    height: 1rem;
    margin-inline-end: .5rem;
    vertical-align: text-top;
    width: 1rem;
  }
  .ecl-gallery__meta {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
  }
  .ecl-gallery__info {
    color: #404040;
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    text-align: right;
  }
  .ecl-gallery__info-total {
    margin-inline-end: .25rem;
  }
  .ecl-gallery__footer {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1140px;
    padding-top: .5rem;
    text-align: right;
  }
  .ecl-gallery__view-all {
    margin-bottom: -.25rem;
    margin-inline-start: 1rem;
  }
  .ecl-gallery__footer-link {
    margin-top: .75rem;
    text-align: right;
    width: 100%;
  }
  .ecl-gallery__footer-divider {
    border: 1px solid #e3e3e3;
    width: 100%;
  }
}
@media screen and (min-width:480px) {
  .ecl-gallery__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    margin-inline-start: -.5rem;
  }
  .ecl-gallery__item {
    flex-grow: 1;
    margin-inline-start: .5rem;
    min-width: 260px;
  }
  .ecl-gallery__image {
    margin: 0 auto;
  }
  .ecl-gallery__image-icon {
    fill: #fff;
    background-color: #000000a6;
    bottom: 0;
    display: block;
    padding: .75rem;
    position: absolute;
    right: 0;
  }
  .ecl-gallery__description-icon {
    height: 1rem;
    width: 1rem;
  }
  .ecl-gallery__footer {
    align-items: flex-start;
    flex-direction: row;
  }
  .ecl-gallery__info {
    align-self: flex-end;
    margin-inline-start: auto;
    order: 2;
  }
  .ecl-gallery__footer-link {
    margin-top: 0;
    order: 1;
    padding-top: 0;
    text-align: left;
    width: auto;
  }
  .ecl-gallery__footer-divider {
    display: none;
  }
  .ecl-gallery__view-all {
    margin-top: -.75rem;
  }
  .ecl-gallery--full-width {
    border-radius: 0;
    left: 50%;
    margin-inline-start: -50vw;
    position: relative;
    width: 100vw;
  }
  .ecl-gallery--full-width .ecl-gallery__footer-link {
    margin-inline-start: 1rem;
  }
  .ecl-gallery--full-width .ecl-gallery__view-all {
    margin-inline-end: 1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-gallery__image,
  .ecl-gallery__item {
    height: 192px;
  }
  .ecl-gallery__image {
    min-width: 192px;
  }
  .ecl-gallery__image-container {
    height: 192px;
  }
}
@media screen {
  .ecl-gallery__overlay {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #000000b3;
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    display: none;
    flex-direction: column;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: 100vh;
    max-width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .ecl-gallery__overlay[open] {
    display: flex;
    overflow: auto;
  }
  .ecl-gallery__close {
    display: flex;
    flex-shrink: 0;
    justify-content: flex-end;
  }
  .ecl-gallery__close-button {
    color: #fff;
    font-weight: 400;
    margin: .5rem;
  }
  .ecl-gallery__close-button:focus-visible,
  .ecl-gallery__close-button:hover {
    color: #fff;
    outline: 2px solid #fff;
  }
  .ecl-gallery__slider {
    align-items: center;
    background: #000000b3;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
  }
  .ecl-gallery__slider-media-container {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-grow: 1;
    justify-content: center;
  }
  .ecl-gallery__slider-image *,
  .ecl-gallery__slider-video {
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    margin: 0;
    object-fit: contain;
    width: 100%;
  }
  .ecl-gallery__slider-embed {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: visible;
    width: 100%;
  }
  .ecl-gallery__pager {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 1rem;
  }
  .ecl-gallery__slider-next,
  .ecl-gallery__slider-previous {
    align-self: flex-end;
    color: #fff;
    flex-shrink: 0;
    padding: .75rem .5rem .75rem .75rem;
  }
  .ecl-gallery__slider-next {
    padding: .75rem .75rem .75rem .5rem;
  }
  .ecl-gallery__slider-next:hover,
  .ecl-gallery__slider-previous:hover {
    background: #fff;
  }
  .ecl-gallery__slider-next:hover .ecl-icon,
  .ecl-gallery__slider-previous:hover .ecl-icon {
    fill: #404040;
  }
  .ecl-gallery__slider-next:focus-visible,
  .ecl-gallery__slider-previous:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .ecl-gallery__slider-next:focus-visible .ecl-icon,
  .ecl-gallery__slider-previous:focus-visible .ecl-icon {
    fill: #fff;
  }
  .ecl-gallery__detail {
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: .25rem 0 1rem;
  }
  .ecl-gallery__detail .ecl-container {
    position: static;
    width: 100%;
  }
  .ecl-gallery__detail-counter {
    align-self: center;
    display: inline-flex;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    font-weight: 700;
    margin: 0 .5rem;
    white-space: pre-wrap;
  }
  .ecl-gallery__detail-actions {
    margin-top: 1rem;
  }
  .ecl-gallery__download {
    margin-inline-end: .75rem !important;
  }
  .ecl-gallery__download,
  .ecl-gallery__share {
    color: #fff;
  }
  .ecl-gallery__download:hover,
  .ecl-gallery__share:hover {
    color: #fff4bb;
  }
  .ecl-gallery__download:focus-visible,
  .ecl-gallery__share:focus-visible {
    outline-color: #fff;
    outline-offset: 4px;
  }
  .ecl-gallery__download:visited,
  .ecl-gallery__share:visited {
    color: #fff;
  }
  .ecl-gallery__download[hidden],
  .ecl-gallery__share[hidden] {
    display: none;
  }
  .ecl-gallery__detail-description {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-top: .5rem;
    max-width: 670px;
    overflow: hidden;
  }
  .ecl-gallery__overlay .ecl-gallery__description-icon {
    display: none;
  }
  .ecl-gallery__detail-meta {
    color: #fff;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    margin-top: .5rem;
  }
}
@media screen and (min-width:480px) {
  .ecl-gallery__pager {
    justify-content: flex-end;
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  .ecl-gallery__detail {
    padding: 0 1.5rem;
  }
  .ecl-gallery__detail-description {
    min-height: 0;
  }
  .ecl-gallery__slider {
    align-items: center;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    overflow: hidden;
  }
}
@media screen and (min-width:1140px) {
  .ecl-gallery__slider-next,
  .ecl-gallery__slider-previous {
    background: #000000b3;
    margin: 0;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .ecl-gallery__slider-previous {
    left: .5rem;
  }
  .ecl-gallery__slider-next {
    margin: 0;
    right: .5rem;
  }
  .ecl-gallery__slider-next:focus-visible,
  .ecl-gallery__slider-previous:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .ecl-gallery__detail .ecl-container {
    display: flex;
    flex-direction: column;
    width: 1140px;
  }
  .ecl-gallery__detail {
    padding: .75rem 1rem 2rem;
  }
  .ecl-gallery__pager {
    order: 1;
  }
  .ecl-gallery__detail-actions {
    order: 2;
  }
  .ecl-gallery__detail-description {
    order: 3;
  }
  .ecl-gallery__detail-meta {
    order: 4;
  }
}
@media screen {
  .ecl-page-header {
    background-color: #fff;
    margin: 0;
  }
  .ecl-page-header .ecl-container > :first-child:not(.ecl-page-header__breadcrumb),
  .ecl-page-header .ecl-container > div:first-of-type {
    margin-top: 0;
    padding-top: 2rem;
  }
  .ecl-page-header .ecl-container > div:last-of-type {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }
  .ecl-page-header__meta {
    color: #707070;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-page-header__meta-item {
    border-inline-end: 1px solid #707070;
    display: inline;
    margin-inline-end: 1rem;
    padding-inline-end: 1rem;
    unicode-bidi: isolate;
  }
  .ecl-page-header__meta-item:first-of-type {
    text-transform: uppercase;
  }
  .ecl-page-header__meta-item:last-of-type {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-page-header__title {
    color: #404040;
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-page-header__title,
  .ecl-page-header__title-container {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .ecl-page-header__title-container .ecl-page-header__title {
    margin-top: 0;
  }
  .ecl-page-header__description-container {
    align-items: flex-start;
    display: flex;
    margin-top: 1rem;
  }
  .ecl-page-header__description-thumbnail {
    border: 1px solid #cfcfcf;
    margin-inline-end: 1rem;
    max-width: 120px;
  }
  .ecl-page-header__description {
    color: #404040;
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 80ch;
  }
  .ecl-page-header--negative {
    background-color: #004494;
    margin-bottom: 2rem;
  }
  .ecl-page-header--negative .ecl-page-header__meta {
    color: #fff;
  }
  .ecl-page-header--negative .ecl-page-header__meta-item {
    border-inline-end: 1px solid #fff;
  }
  .ecl-page-header--negative .ecl-page-header__meta-item:last-of-type {
    border-inline-end-width: 0;
  }
  .ecl-page-header--negative .ecl-page-header__title {
    color: #fff;
  }
  .ecl-page-header--negative .ecl-page-header__description-thumbnail {
    border: 1px solid #f2f5f9;
  }
  .ecl-page-header--negative .ecl-page-header__description {
    color: #fff;
  }
  .ecl-page-header--negative .ecl-breadcrumb__container {
    border-bottom: 0;
  }
}
@media screen and (min-width:996px) {
  .ecl-page-header__title {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
}
@media screen {
  .ecl-page-header--image .ecl-page-header__background-container {
    position: relative;
  }
  .ecl-page-header--image .ecl-page-header__background {
    display: block;
    height: 10.875rem;
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
  }
  .ecl-page-header--image .ecl-breadcrumb__container {
    background-color: #fff;
    display: inline-flex;
    max-width: 100%;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
  .ecl-page-header--image .ecl-breadcrumb--negative .ecl-breadcrumb__container {
    background-color: #004494;
    border-bottom: 0;
  }
  .ecl-page-header--image .ecl-page-header__breadcrumb {
    background-color: initial;
    margin-top: -3rem;
  }
  .ecl-page-header--overlay-dark .ecl-page-header__background-container:before {
    background-color: #00000080;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .ecl-page-header--overlay-light .ecl-page-header__background-container:before {
    background-color: #0000004d;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .ecl-page-header-core {
    background-color: #004494;
    margin: 0 0 2rem;
    padding-bottom: 2rem;
  }
  .ecl-page-header-core .ecl-container > :first-child:not(.ecl-page-header-core__breadcrumb) {
    margin-top: 0;
    padding-top: 2rem;
  }
  .ecl-page-header-core__breadcrumb {
    margin-bottom: 2rem;
  }
  .ecl-page-header-core__meta {
    color: #fff;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-page-header-core__meta-item {
    border-inline-end: 1px solid #fff;
    display: inline-block;
    margin-inline-end: 1rem;
    padding-inline-end: 1rem;
  }
  .ecl-page-header-core__meta-item:first-of-type {
    text-transform: uppercase;
  }
  .ecl-page-header-core__meta-item:last-of-type {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-page-header-core__title {
    color: #fff;
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .ecl-page-header-core__description-container {
    align-items: flex-start;
    display: flex;
    margin-top: 1rem;
  }
  .ecl-page-header-core__description-thumbnail {
    border: 1px solid #f2f5f9;
    margin-inline-end: 1rem;
    max-width: 120px;
  }
  .ecl-page-header-core__description {
    color: #fff;
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 80ch;
  }
}
@media screen and (min-width:996px) {
  .ecl-page-header-core__title {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
}
@media screen {
  .ecl-page-header-core--image {
    position: relative;
  }
  .ecl-page-header-core--image .ecl-page-header-core__breadcrumb {
    background-color: initial;
  }
  .ecl-page-header-core--image .ecl-page-header-core__background {
    background-position: 0 0;
    background-size: cover;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .ecl-page-header-core--overlay-dark .ecl-page-header-core__background:before {
    background-color: #00000080;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .ecl-page-header-core--overlay-light .ecl-page-header-core__background:before {
    background-color: #0000004d;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .ecl-page-header-harmonised {
    margin: 0;
    padding-bottom: 2rem;
  }
  .ecl-page-header-harmonised .ecl-container > :first-child:not(.ecl-page-header-harmonised__breadcrumb) {
    margin-top: 0;
    padding-top: 2rem;
  }
  .ecl-page-header-harmonised__breadcrumb {
    margin-bottom: 2rem;
  }
  .ecl-page-header-harmonised__meta {
    color: #707070;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    text-transform: uppercase;
  }
  .ecl-page-header-harmonised__title {
    color: #404040;
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .ecl-page-header-harmonised__meta + .ecl-page-header-harmonised__title {
    margin-top: 1rem;
  }
  .ecl-page-header-harmonised__description {
    color: #404040;
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    margin-bottom: 0;
    margin-top: 1rem;
    max-width: 80ch;
  }
}
@media screen and (min-width:996px) {
  .ecl-page-header-harmonised__title {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-page-header-harmonised__description {
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
  }
}
@media screen {
  .ecl-page-header-standardised {
    background-color: #fff;
    margin: 0;
    padding-bottom: 2rem;
  }
  .ecl-page-header-standardised .ecl-container > :first-child:not(.ecl-page-header-standardised__breadcrumb) {
    margin-top: 0;
    padding-top: 2rem;
  }
  .ecl-page-header-standardised__breadcrumb {
    margin-bottom: 2rem;
  }
  .ecl-page-header-standardised__meta {
    color: #707070;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-page-header-standardised__meta-item {
    border-inline-end: 1px solid #707070;
    display: inline-block;
    margin-inline-end: .5rem;
    padding-inline-end: .5rem;
  }
  .ecl-page-header-standardised__meta-item:first-of-type {
    text-transform: uppercase;
  }
  .ecl-page-header-standardised__meta-item:last-of-type {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-page-header-standardised__title {
    color: #404040;
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .ecl-page-header-standardised__description-container {
    align-items: flex-start;
    display: flex;
    margin-top: 1rem;
  }
  .ecl-page-header-standardised__description-thumbnail {
    border: 1px solid #cfcfcf;
    margin-inline-end: 1rem;
    max-width: 120px;
  }
  .ecl-page-header-standardised__description {
    color: #404040;
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 80ch;
  }
}
@media screen and (min-width:996px) {
  .ecl-page-header-standardised__title {
    font: normal normal 400 2rem/2.5rem arial, sans-serif;
    font-weight: 700;
  }
}
@media screen {
  .ecl-page-header-standardised--image {
    position: relative;
  }
  .ecl-page-header-standardised--image .ecl-page-header-standardised__background {
    background-position: 50% 0;
    background-size: cover;
    display: block;
    height: 10.875rem;
    position: relative;
    width: 100%;
  }
  .ecl-page-header-standardised--image .ecl-breadcrumb-standardised__container {
    background-color: #fff;
    display: inline-flex;
    max-width: 100%;
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
  .ecl-page-header-standardised--image .ecl-page-header-standardised__breadcrumb {
    background-color: initial;
    margin-top: -2rem;
  }
  .ecl-page-header-standardised--overlay-dark .ecl-page-header-standardised__background:before {
    background-color: #00000080;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .ecl-page-header-standardised--overlay-light .ecl-page-header-standardised__background:before {
    background-color: #0000004d;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .ecl-inpage-navigation {
    border-radius: 0;
    box-shadow: none;
    display: none;
    margin: 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation {
    display: block;
    position: sticky;
    top: 0;
  }
}
@media screen {
  .ecl-inpage-navigation__trigger {
    background:
      linear-gradient(
        270deg,
        #003776 2.75rem,
        #004494 0);
    background-origin: border-box;
    border: none;
    color: #fff;
    display: none;
    padding: .75rem 3.5rem .75rem .75rem;
    position: relative;
    text-align: start;
    width: 100%;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__trigger {
    display: none;
  }
}
@media screen {
  .ecl-inpage-navigation__trigger:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -4px;
  }
  .ecl-inpage-navigation--visible {
    display: block;
  }
  .ecl-inpage-navigation--visible .ecl-inpage-navigation__trigger {
    border-radius: 0 0 0 0;
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ecl-inpage-navigation--visible .ecl-inpage-navigation__trigger[aria-expanded=true] {
    border-radius: 0;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation--visible .ecl-inpage-navigation__trigger {
    display: none;
  }
}
@media screen {
  .ecl-inpage-navigation__trigger-current {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ecl-inpage-navigation__trigger-icon {
    position: absolute;
    right: .75rem;
  }
  .ecl-inpage-navigation__trigger[aria-expanded=true] .ecl-inpage-navigation__trigger-icon {
    transform: rotate(0deg);
  }
  .ecl-inpage-navigation__title {
    display: none;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__title {
    background-color: initial;
    border-radius: 0 0 0 0;
    color: #404040;
    display: block;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    padding: .75rem;
    text-transform: uppercase;
  }
}
@media screen {
  .ecl-inpage-navigation__list {
    background-color: #003d84;
    border-top: 1px solid #003776;
    display: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__list {
    background-color: initial;
    border-top-width: 0;
    display: block;
  }
}
@media screen {
  .ecl-inpage-navigation__list--visible {
    display: flex;
    flex-direction: column;
  }
  .ecl-inpage-navigation__item {
    border-top: 1px solid #4073af;
  }
  .ecl-inpage-navigation__item:first-of-type {
    border-top-width: 0;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__item {
    border-top-color: #0000;
  }
}
@media screen {
  .ecl-inpage-navigation__item--active {
    border-top-color: #0000;
  }
  .ecl-inpage-navigation__link {
    background-color: initial;
    color: #fff;
    display: block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 400;
    padding: .75rem;
    text-decoration: none;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__link {
    background-color: initial;
    color: #004494;
    font-weight: 700;
  }
}
@media screen {
  .ecl-inpage-navigation__link:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__link:hover {
    color: #004494;
  }
}
@media screen {
  .ecl-inpage-navigation__link:focus-visible {
    border-radius: 0;
    color: #fff;
    outline-color: #fff;
    outline-offset: -4px;
    text-decoration: underline;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__link:focus-visible {
    color: #004494;
    outline-color: #004494;
    outline-offset: -2px;
  }
}
@media screen {
  .ecl-inpage-navigation__link:visited {
    color: #fff;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__link:visited {
    color: #004494;
  }
}
@media screen {
  .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link,
  .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link:hover {
    background-color: #ebebeb;
    border-inline-start: 4px solid #004494;
    color: #404040;
    padding-inline-start: calc(.75rem - 4px);
  }
  .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link:focus-visible,
  .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link:hover:focus-visible {
    outline-color: #004494;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link,
  .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link:hover {
    border-inline-start-color: #004494;
  }
  .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link:focus-visible,
  .ecl-inpage-navigation__item--active .ecl-inpage-navigation__link:hover:focus-visible {
    color: #404040;
  }
}
@media screen {
  .ecl-inpage-navigation__item:last-of-type .ecl-inpage-navigation__link {
    border-radius: 0 0 0 0;
  }
  .ecl-inpage-navigation--visible .ecl-inpage-navigation__body {
    border-radius: 0 0 0 0;
    box-shadow: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width:996px) {
  .ecl-inpage-navigation--visible .ecl-inpage-navigation__body {
    box-shadow: none;
    position: static;
  }
}
@media screen and (max-width:995px) {
  .ecl-inpage-navigation__heading--active:first-of-type {
    padding-top: 4rem;
  }
  .ecl-inpage-navigation__heading--active:not(:first-of-type):before {
    content: "";
    display: block;
    margin-top: -4rem;
    padding-top: 4rem;
    visibility: hidden;
  }
}
@media screen {
  .ecl-menu {
    background: #004494;
    box-shadow: none;
    margin: 0;
    padding-bottom: .5rem;
    padding-top: .5rem;
  }
  .ecl-menu__container {
    display: flex;
    min-height: 1.75rem;
    position: static;
  }
  .ecl-menu__inner {
    background-color: #004494;
    bottom: 0;
    display: none;
    overflow-y: auto;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 53;
  }
  .no-js .ecl-menu__inner {
    display: flex;
  }
  .ecl-menu[aria-expanded=true] .ecl-menu__inner {
    display: block;
    right: 0;
  }
}
@media screen and (min-width:480px) {
  .ecl-menu__inner {
    right: -25rem;
    width: 25rem;
  }
  .ecl-menu__overlay {
    background-color: #00000080;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 52;
  }
  .ecl-menu[aria-expanded=true] .ecl-menu__overlay {
    display: block;
  }
}
@media screen and (min-width:996px) {
  .ecl-menu:not(.ecl-menu--forced-mobile) {
    padding-bottom: 0;
    padding-top: 0;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__inner {
    background-color: initial;
    display: block;
    overflow-y: visible;
    position: relative;
    right: 0;
    transition: none;
    width: 100%;
    z-index: 50;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__inner--has-overflow {
    overflow-x: clip;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__overlay {
    display: none;
  }
}
@media screen {
  .ecl-menu__banner {
    display: flex;
    justify-content: center;
    order: 1;
  }
  .ecl-menu__banner,
  .ecl-menu__close-container {
    flex-direction: column;
  }
  .ecl-menu__close,
  .ecl-menu__open {
    align-items: center;
    align-self: flex-end;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    margin-bottom: -3px;
    margin-inline-start: auto;
    margin-top: -3px;
    order: 2;
    padding: .25rem;
    text-decoration: none;
  }
  .ecl-menu__close .ecl-icon,
  .ecl-menu__open .ecl-icon {
    margin-bottom: 1px;
  }
  .ecl-menu__close:active,
  .ecl-menu__close:focus,
  .ecl-menu__close:hover,
  .ecl-menu__close:visited,
  .ecl-menu__open:active,
  .ecl-menu__open:focus,
  .ecl-menu__open:hover,
  .ecl-menu__open:visited {
    color: #fff;
  }
  .ecl-menu__close:hover,
  .ecl-menu__open:hover {
    box-shadow: none;
    text-decoration: underline;
  }
  .ecl-menu__close:focus,
  .ecl-menu__open:focus {
    border: 0;
    outline: 0;
  }
  .ecl-menu__close:focus-visible,
  .ecl-menu__open:focus-visible {
    outline: 2px solid #fff;
    padding: .25rem;
  }
  .ecl-menu__open.ecl-link--standalone:not(.ecl-link--icon):focus-visible {
    text-decoration: none;
  }
  .ecl-menu__cta {
    margin-top: .75rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__container {
    display: block;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__cta,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__inner-header,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__open,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__site-name {
    display: none;
  }
}
@media screen {
  .ecl-menu__inner-header {
    align-items: center;
    background: #004494;
    box-shadow: none;
    display: flex;
    flex-flow: row-reverse;
    padding: 1rem;
    position: sticky;
    top: 0;
    z-index: 52;
  }
  .ecl-menu__title {
    color: #fff;
    font: normal normal 400 1.25rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-menu__close {
    color: #fff;
    order: 0;
  }
  .ecl-menu__close .ecl-button__icon,
  .ecl-menu__close .ecl-button__label {
    margin-inline-end: 0;
  }
  .ecl-menu__close .ecl-button__label {
    margin-top: .25rem;
  }
  .ecl-menu__back {
    border: 0;
    color: #fff;
    cursor: pointer;
    display: none;
    font: normal normal 400 1.25rem/1.5rem arial, sans-serif;
    font-weight: 700;
    margin: -1rem;
    padding: 1rem;
  }
  .ecl-menu__back:hover {
    text-decoration: underline;
  }
  .ecl-menu__back:focus {
    border: 0;
    outline: 0;
    padding: 1rem;
  }
  .ecl-menu__back:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
  }
  .ecl-menu__inner--expanded .ecl-menu__title {
    display: none;
  }
  .ecl-menu__inner--expanded .ecl-menu__back {
    display: block;
  }
  .ecl-menu__list {
    box-sizing: border-box;
    clear: right;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-start;
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    margin-bottom: 0;
    margin-top: 0;
    padding-inline-start: 0;
    position: relative;
    z-index: 51;
  }
  .ecl-menu__item {
    border-top: 2px solid #4073af;
    box-sizing: initial;
    display: flex;
    position: relative;
  }
  .ecl-menu__item--current,
  .ecl-menu__item--current + .ecl-menu__item {
    border-top: 2px solid #fff;
  }
  .ecl-menu__link {
    align-items: center;
    box-sizing: initial;
    color: #fff;
    display: inline-flex;
    font: normal normal 400 1.125rem/1.5rem arial, sans-serif;
    font-weight: 400;
    justify-content: space-between;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    width: 100%;
  }
  .ecl-menu__link:hover {
    text-decoration: underline;
  }
  .ecl-menu__link:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
    text-decoration: underline;
  }
  .ecl-menu__item--current .ecl-menu__link,
  .ecl-menu__link:active {
    background-color: #ebebeb;
    box-shadow: inset 4px 0 0 0 #004494;
    color: #004494;
  }
  .ecl-menu__item--current .ecl-menu__link:hover,
  .ecl-menu__link:active:hover {
    color: #002f67;
  }
  .ecl-menu__item--current .ecl-menu__link:focus-visible,
  .ecl-menu__link:active:focus-visible {
    outline: 2px solid #004494;
    outline-offset: -2px;
  }
  .ecl-menu__item--expanded {
    border-top-width: 0;
    flex-direction: column;
  }
  .ecl-menu__item--expanded .ecl-menu__link {
    background-color: #f2f5f9;
    border-bottom: 3px solid #ebebeb;
    box-shadow: none;
    font: normal normal 400 1.25rem/1.5rem arial, sans-serif;
  }
  .ecl-menu__item--expanded .ecl-menu__link--current:not(:first-of-type),
  .ecl-menu__item--expanded .ecl-menu__link:active {
    background-color: #f2f5f9;
  }
  .ecl-menu__button-caret {
    align-self: stretch;
    background-color: #002f67;
    border-radius: 0;
    cursor: pointer;
    display: inline-flex;
    padding: 1rem;
    z-index: 0;
  }
  .ecl-menu__button-caret .ecl-button__container {
    align-self: center;
  }
  .ecl-menu__button-caret .ecl-button__icon {
    fill: #fff;
    flex-shrink: 0;
    transform: scale(.8) rotate(90deg);
    transition: none;
    transition-property: transform, fill;
  }
  .ecl-menu__button-caret:hover {
    background-color: #7fa1c9;
    box-shadow: none;
  }
  .ecl-menu__button-caret:hover .ecl-button__icon {
    fill: #004494;
  }
  .ecl-menu__button-caret:focus {
    border: 0;
    outline: none;
    padding: 1rem;
  }
  .ecl-menu__button-caret:focus-visible {
    border: none;
    outline: 2px solid #fff;
    outline-offset: -2px;
  }
  .ecl-menu__item--expanded .ecl-menu__button-caret {
    display: none;
  }
  .ecl-menu__item--current .ecl-menu__button-caret {
    background-color: #cfcfcf;
  }
  .ecl-menu__item--current .ecl-menu__button-caret .ecl-button__icon {
    fill: #004494;
  }
  .ecl-menu__item--current .ecl-menu__button-caret:focus-visible {
    outline: 2px solid #004494;
    outline-offset: -2px;
  }
  .ecl-menu__item--current .ecl-menu__button-caret:hover {
    background-color: #9f9f9f;
  }
  .ecl-menu__item--current .ecl-menu__button-caret:hover .ecl-button__icon {
    fill: #fff;
  }
  .ecl-menu__inner--expanded {
    background-color: #f2f5f9;
    box-shadow: none;
  }
  .ecl-menu__inner--expanded .ecl-menu__item:not(.ecl-menu__item--expanded) {
    display: none;
  }
  .ecl-menu__inner--expanded .ecl-menu__link {
    color: #004494;
    width: auto;
  }
  .ecl-menu__inner--expanded .ecl-menu__link:focus,
  .ecl-menu__inner--expanded .ecl-menu__link:hover {
    background-color: initial;
    color: #002f67;
    text-decoration: underline;
  }
  .ecl-menu__inner--expanded .ecl-menu__link-icon {
    display: none;
  }
}
@media screen and (min-width:996px) {
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__list {
    background-color: #004494;
    flex-direction: row;
    left: 0;
    right: 0;
    transition: left .5s, right .5s;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item {
    border-top-width: 0;
    margin-inline-start: 1px;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:before,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:last-child:after {
    background-color: #7fa1c9;
    content: "";
    display: block;
    flex-shrink: 0;
    margin-bottom: .75rem;
    margin-top: .75rem;
    width: 1px;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:before {
    margin-inline-start: -1px;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:last-child:after {
    margin-inline-end: -1px;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--current + .ecl-menu__item:before,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--current:before,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:hover + .ecl-menu__item:before,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:hover:before,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:last-child:hover:after {
    background-color: initial;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-previous {
    border-inline-end: 4px solid #7fa1c9;
    border-radius: 0 0 0 0;
    left: 0;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-next {
    border-inline-start: 4px solid #7fa1c9;
    border-radius: 0 0 0 0;
    right: 0;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-next,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-previous {
    background-color: #004494;
    color: #fff;
    display: none;
    height: 100%;
    margin: 0;
    padding: 0 .75rem;
    position: absolute;
    top: 0;
    z-index: 52;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-next:before,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-next:last-child:after,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-previous:before,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-previous:last-child:after {
    display: none;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-next:hover,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-previous:hover {
    color: #002f67;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-next.ecl-menu__item--current,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__items-previous.ecl-menu__item--current {
    box-shadow: none;
    color: #004494;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__link-icon {
    flex-shrink: 0;
    height: .75rem;
    margin-inline-start: .5rem;
    width: .75rem;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__inner--expanded .ecl-menu__item,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__inner--expanded .ecl-menu__link-icon {
    display: block;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--full {
    position: static;
  }
}
@media screen and (min-width:996px) and (-ms-high-contrast:none) {
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item {
    position: static;
  }
}
@media screen and (min-width:996px) {
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__link {
    background-color: initial;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding: 1rem .25rem 1rem .5rem;
    width: auto;
    z-index: 0;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__link:focus,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__link:hover {
    text-decoration: underline;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--current {
    background-color: #bfd0e4;
    box-shadow: inset 2px 0 0 #004494, inset -2px 0 0 #004494;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--current .ecl-menu__link,
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__link:active {
    color: #004494;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__link:focus-visible {
    background-color: #f2f5f9;
    color: #002f67;
    outline: 2px solid #004494;
    outline-offset: -4px;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item:not(.ecl-menu__item--has-children) .ecl-menu__link {
    padding-right: .5rem;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__button-caret {
    background: #0000;
    padding: 1rem .75rem;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__button-caret .ecl-button__icon {
    fill: #fff;
    transform: scale(.8) rotate(180deg);
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__button-caret:focus-visible {
    background-color: #fff;
    outline: 2px solid #004494;
    outline-offset: -4px;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__button-caret:focus-visible .ecl-button__icon {
    fill: #002f67;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--current .ecl-menu__button-caret .ecl-button__icon {
    fill: #004494;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile) .ecl-menu__item--current .ecl-menu__button-caret:focus-visible {
    outline: 2px solid #004494;
    outline-offset: -4px;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item[aria-expanded=true] .ecl-button__icon {
    transform: scale(.8) rotate(0);
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item:focus-within,
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item:hover,
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item[aria-expanded=true] {
    background-color: #fff;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item:focus-within .ecl-menu__link,
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item:hover .ecl-menu__link,
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item[aria-expanded=true] .ecl-menu__link {
    background-color: #fff;
    color: #004494;
    z-index: 16;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item:focus-within .ecl-menu__button-caret,
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item:hover .ecl-menu__button-caret,
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item[aria-expanded=true] .ecl-menu__button-caret {
    background-color: #fff;
    z-index: 16;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item:focus-within .ecl-menu__button-caret .ecl-button__icon,
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item:hover .ecl-menu__button-caret .ecl-button__icon,
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item[aria-expanded=true] .ecl-menu__button-caret .ecl-button__icon {
    fill: #004494;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item .ecl-menu__link:hover {
    color: #002f67;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item .ecl-menu__button-caret:hover .ecl-button__icon {
    fill: #002f67;
  }
}
@media screen {
  .ecl-menu__mega {
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
  }
  .ecl-menu__item--expanded .ecl-menu__mega,
  .no-js .ecl-menu__mega {
    display: flex;
  }
  .ecl-menu__sublist {
    list-style: none;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    margin: 0;
    padding: 0;
  }
  .ecl-menu__subitem {
    border-top: 1px solid #bfd0e4;
    box-sizing: border-box;
  }
  .ecl-menu__subitem--current,
  .ecl-menu__subitem--current + .ecl-menu__subitem {
    border-top: 1px solid #7fa1c9;
  }
  .ecl-menu__sublink {
    background-color: #f2f5f9;
    color: #004494;
    display: block;
    font: normal normal 400 1.125rem/1.5rem arial, sans-serif;
    padding: 1rem;
    position: relative;
    text-decoration: none;
  }
  .ecl-menu__sublink:hover {
    color: #002f67;
    text-decoration: underline;
  }
  .ecl-menu__sublink:focus-visible {
    outline: 2px solid #004494;
    outline-offset: -2px;
    text-decoration: underline;
  }
  .ecl-menu__subitem--current .ecl-menu__sublink {
    background-color: #ebebeb;
    box-shadow: inset 4px 0 0 0 #004494;
  }
}
@media screen and (min-width:996px) {
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__mega {
    background-color: #fff;
    border-radius: 0;
    box-shadow:
      0 3px 5px #002f670a,
      0 0 18px #002f670a,
      0 6px 10px #002f670a,
      0 -4px 4px #002f670a;
    display: flex;
    left: 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    top: 100%;
    transition-property: visibility;
    visibility: hidden;
    z-index: 15;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__mega:before {
    content: "";
    display: block;
    height: calc(100% + 1.5rem);
    left: -1.5rem;
    position: absolute;
    top: 0;
    width: calc(100% + 3rem);
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item--full .ecl-menu__mega {
    left: 0;
    right: 0;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item[aria-expanded=true] .ecl-menu__mega {
    transition-property: visibility;
    visibility: visible;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__mega--rtl {
    left: auto;
    right: 0;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__sublist {
    column-gap: 0;
    display: block;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item--col1 .ecl-menu__sublist {
    column-count: 1;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item--col2 .ecl-menu__sublist {
    column-count: 2;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item--col3 .ecl-menu__sublist {
    column-count: 3;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__item--full .ecl-menu__sublist {
    column-count: 4;
  }
}
@media screen and (min-width:996px) and (-ms-high-contrast:none) {
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__mega {
    left: 0;
    right: 0;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__sublist {
    break-inside: avoid;
    column-count: 4;
    display: block;
  }
}
@media screen and (min-width:996px) {
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__subitem {
    align-items: center;
    border-top-width: 0;
    box-sizing: border-box;
    display: inline-flex;
    margin: 0;
    min-width: 13.56rem;
    padding: 0;
    width: 100%;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__sublink {
    background-color: #fff;
    break-inside: avoid-column;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin: 0;
    padding: .75rem .5rem;
    white-space: normal;
    width: 100%;
  }
  .ecl-menu:not(.ecl-menu--forced-mobile, .ecl-menu--forced-close) .ecl-menu__subitem--current .ecl-menu__sublink {
    background-color: #ebebeb;
    box-shadow: inset 4px 0 0 0 #004494;
    font-weight: 400;
  }
}
@media screen {
  .ecl-menu--transition .ecl-menu__inner {
    transition: right 375ms;
  }
}
@media screen and (min-width:996px) {
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-button__icon,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__button-caret,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:after,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:before,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__button-caret,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__button-caret:active,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__button-caret:focus,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__button-caret:hover,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link:active,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link:focus,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__link:hover,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:hover .ecl-menu__mega,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__item:not(.ecl-menu__items-previous, .ecl-menu__items-next),
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__link,
  .ecl-menu:not(.ecl-menu--forced-mobile).ecl-menu--transition .ecl-menu__mega {
    transition-delay: .25s;
  }
}
@media screen {
  .ecl-menu--group2 {
    min-height: 1.75rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-menu--group2:not(.ecl-menu--forced-mobile) {
    padding-top: 0;
  }
}
@media screen {
  .ecl-footer-core {
    background-color: #004494;
    color: #fff;
    display: flex;
    margin: 0;
    padding-bottom: 2rem;
    padding-top: .5rem;
  }
  .ecl-footer-core__row {
    border-bottom: 1px solid #7fa1c9;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    padding-bottom: 1.5rem;
  }
  .ecl-footer-core__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .ecl-footer-core__section {
    padding-top: 1.5rem;
  }
  .ecl-footer-core__section > :first-child {
    margin-top: 0;
  }
  .ecl-footer-core__section--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: 1.5rem;
  }
  .ecl-footer-core__list-item {
    margin-top: 1rem;
  }
  .ecl-footer-core__list-item:first-of-type {
    margin-top: 0;
  }
  .ecl-footer-core__title {
    color: #fff;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .ecl-footer-core__title-link,
  .ecl-footer-core__title-link:active,
  .ecl-footer-core__title-link:focus,
  .ecl-footer-core__title-link:hover,
  .ecl-footer-core__title-link:visited {
    color: #fff;
  }
  .ecl-footer-core__description {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    margin-top: .5rem;
  }
  .ecl-footer-core__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-inline-start: 0;
  }
  .ecl-footer-core__link {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
  }
  .ecl-footer-core__link,
  .ecl-footer-core__link:active,
  .ecl-footer-core__link:focus,
  .ecl-footer-core__link:hover,
  .ecl-footer-core__link:visited {
    color: #fff;
  }
  .ecl-footer-core__logo-link {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-footer-core {
    padding-top: 0;
  }
  .ecl-footer-core__row {
    grid-gap: 0 2rem;
    border-bottom-width: 2px;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 2rem;
  }
  .ecl-footer-core__column:last-child {
    grid-gap: 0 2rem;
    display: grid;
    grid-column-end: 4;
    grid-column-start: 2;
    grid-template-columns: repeat(2, 1fr);
  }
  .ecl-footer-core__column:last-child > .ecl-footer-core__section:first-child {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .ecl-footer-core__section {
    padding-top: 2rem;
  }
  .ecl-footer-core__section--separator {
    border-bottom-width: 2px;
    padding-bottom: 2rem;
  }
  .ecl-footer-core__title,
  .ecl-footer-core__title:active,
  .ecl-footer-core__title:focus,
  .ecl-footer-core__title:hover {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-footer-core__content {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
  .ecl-footer-core__description {
    margin-top: 2rem;
  }
  .ecl-footer-core__list--columns {
    column-count: 2;
    column-gap: 2rem;
  }
  .ecl-footer-core__link {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
  .ecl-footer-core__logo-link {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width:1140px) {
  .ecl-footer-core__logo-link {
    margin-bottom: 1.5rem;
  }
}
@media screen {
  .ecl-footer-harmonised {
    display: flex;
    margin: 0;
    padding-bottom: 2rem;
    padding-top: .5rem;
  }
  .ecl-footer-harmonised__row {
    border-bottom: 1px solid #7fa1c9;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    padding-bottom: 1.5rem;
  }
  .ecl-footer-harmonised__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .ecl-footer-harmonised__section {
    padding-top: 1.5rem;
  }
  .ecl-footer-harmonised__section > :first-child {
    margin-top: 0;
  }
  .ecl-footer-harmonised__list-item {
    margin-top: 1rem;
  }
  .ecl-footer-harmonised__list-item:first-of-type {
    margin-top: 0;
  }
  .ecl-footer-harmonised__title--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: .5rem;
  }
  .ecl-footer-harmonised__title,
  .ecl-footer-harmonised__title:active,
  .ecl-footer-harmonised__title:focus,
  .ecl-footer-harmonised__title:hover {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .ecl-footer-harmonised__description {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    margin-top: .5rem;
  }
  .ecl-footer-harmonised__content {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
  }
  .ecl-footer-harmonised__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-inline-start: 0;
  }
  .ecl-footer-harmonised__list--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .ecl-footer-harmonised__list--inline .ecl-footer-harmonised__list-item {
    margin-inline-end: 1.5rem;
    margin-top: 0;
  }
  .ecl-footer-harmonised__list--inline .ecl-footer-harmonised__list-item:last-of-type {
    margin-inline-end: 0;
  }
  .ecl-footer-harmonised__link {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
  }
  .ecl-footer-harmonised__logo-link {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-footer-harmonised {
    padding-top: 0;
  }
  .ecl-footer-harmonised__section--separator {
    border-bottom-width: 2px;
    padding-bottom: 2rem;
  }
  .ecl-footer-harmonised__title,
  .ecl-footer-harmonised__title:active,
  .ecl-footer-harmonised__title:focus,
  .ecl-footer-harmonised__title:hover {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-footer-harmonised__title--separator {
    border-bottom-width: 2px;
  }
  .ecl-footer-harmonised__content {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
  .ecl-footer-harmonised__description {
    margin-top: 2rem;
  }
  .ecl-footer-harmonised__list--columns {
    column-count: 2;
    column-gap: 2rem;
  }
  .ecl-footer-harmonised__link {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
}
@media screen {
  .ecl-footer-harmonised--group1 {
    background-color: #004494;
    color: #fff;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section--condensed {
    margin-bottom: -.5rem;
    padding-top: 1rem;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section--condensed .ecl-footer-harmonised__list-item {
    margin-top: .5rem;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section--split-list {
    padding-top: 1rem;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title-link,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title-link:active,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title-link:focus,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title-link:hover,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title-link:visited {
    color: #fff;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__content,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__description {
    color: #bfd0e4;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__link,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:active,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:focus,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:hover,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__link:visited {
    color: #fff;
  }
}
@media screen and (min-width:996px) {
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__row {
    grid-gap: 0 2rem;
    border-bottom-width: 2px;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 2rem;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__row:last-child {
    padding-bottom: 0;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section {
    padding-top: 2rem;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__section--condensed {
    margin-bottom: -1rem;
    padding-top: 1rem;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:active,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:focus,
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title:hover {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-footer-harmonised--group1 .ecl-footer-harmonised__title--separator {
    border-bottom-width: 2px;
  }
}
@media screen {
  .ecl-footer-harmonised--group2 {
    background-color: #f5f5f5;
    color: #004494;
    padding-top: 1rem;
  }
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__section {
    padding-top: 1rem;
  }
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__section--separator {
    border-bottom-color: #004494;
  }
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__title,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__title-link,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__title-link:active,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__title-link:focus,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__title-link:hover,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__title-link:visited {
    color: #004494;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__title--separator {
    border-bottom-color: #004494;
  }
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__content,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__description,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__link,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:active,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:focus,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:hover,
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__link:visited {
    color: #004494;
  }
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__logo-image-desktop {
    height: 3.5rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-footer-harmonised--group2 {
    padding-top: 0;
  }
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__row {
    grid-gap: 0 2rem;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .ecl-footer-harmonised--group2 .ecl-footer-harmonised__section {
    padding-top: 2rem;
  }
}
@media screen {
  .ecl-footer-harmonised--group3 {
    background-color: #f5f5f5;
    color: #707070;
    padding-bottom: 0;
    padding-top: 1rem;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__section {
    padding-top: .5rem;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__section:first-child {
    padding-top: 0;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__title {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__title,
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__title:active,
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__title:focus,
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__title:hover {
    color: #707070;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-item {
    margin-bottom: 1rem;
    margin-inline-end: .75rem;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-item:last-of-type {
    margin-inline-end: 0;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo {
    height: 2rem;
    vertical-align: bottom;
  }
}
@media screen and (min-width:768px) {
  .ecl-footer-harmonised--group3 {
    padding-top: 0;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__column {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding-bottom: .75rem;
    padding-top: .75rem;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__section {
    padding-top: 0;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-list {
    margin-inline-start: 2rem;
    margin-top: 0;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width:996px) {
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__column {
    align-items: flex-start;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo-item {
    margin-inline-end: 1.5rem;
  }
  .ecl-footer-harmonised--group3 .ecl-footer-harmonised__logo {
    height: 2.5rem;
  }
}
@media screen {
  .ecl-footer-standardised {
    background-color: #004494;
    color: #fff;
    display: flex;
    margin: 0;
    padding-bottom: 2rem;
    padding-top: .5rem;
  }
  .ecl-footer-standardised__row {
    border-bottom: 1px solid #7fa1c9;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    padding-bottom: 1.5rem;
  }
  .ecl-footer-standardised__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .ecl-footer-standardised__section {
    padding-top: 1.5rem;
  }
  .ecl-footer-standardised__section > :first-child {
    margin-top: 0;
  }
  .ecl-footer-standardised__list-item {
    margin-top: 1rem;
  }
  .ecl-footer-standardised__list-item:first-of-type {
    margin-top: 0;
  }
  .ecl-footer-standardised__section--condensed {
    margin-bottom: -.5rem;
    padding-top: 1rem;
  }
  .ecl-footer-standardised__section--condensed .ecl-footer-standardised__list-item {
    margin-top: .5rem;
  }
  .ecl-footer-standardised__section--split-list {
    padding-top: 1rem;
  }
  .ecl-footer-standardised__title--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: .5rem;
  }
  .ecl-footer-standardised__title {
    color: #fff;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .ecl-footer-standardised__title-link,
  .ecl-footer-standardised__title-link:active,
  .ecl-footer-standardised__title-link:focus,
  .ecl-footer-standardised__title-link:hover,
  .ecl-footer-standardised__title-link:visited {
    color: #fff;
  }
  .ecl-footer-standardised__description {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    margin-top: .5rem;
  }
  .ecl-footer-standardised__content {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
  }
  .ecl-footer-standardised__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-inline-start: 0;
  }
  .ecl-footer-standardised__list--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .ecl-footer-standardised__list--inline .ecl-footer-standardised__list-item {
    margin-inline-end: 1.5rem;
    margin-top: 0;
  }
  .ecl-footer-standardised__list--inline .ecl-footer-standardised__list-item:last-of-type {
    margin-inline-end: 0;
  }
  .ecl-footer-standardised__link {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
  }
  .ecl-footer-standardised__link,
  .ecl-footer-standardised__link:active,
  .ecl-footer-standardised__link:focus,
  .ecl-footer-standardised__link:hover,
  .ecl-footer-standardised__link:visited {
    color: #fff;
  }
  .ecl-footer-standardised__logo-link {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-footer-standardised {
    padding-top: 0;
  }
  .ecl-footer-standardised__row {
    grid-gap: 0 2rem;
    border-bottom-width: 2px;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 2rem;
  }
  .ecl-footer-standardised__section {
    padding-top: 2rem;
  }
  .ecl-footer-standardised__section--condensed {
    margin-bottom: -1rem;
    padding-top: 1rem;
  }
  .ecl-footer-standardised__title,
  .ecl-footer-standardised__title:active,
  .ecl-footer-standardised__title:focus,
  .ecl-footer-standardised__title:hover {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-footer-standardised__title--separator {
    border-bottom-width: 2px;
  }
  .ecl-footer-standardised__content {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
  .ecl-footer-standardised__description {
    margin-top: 2rem;
  }
  .ecl-footer-standardised__link {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
}
@media screen {
  .ecl-site-footer {
    background-color: #004494;
    color: #fff;
    display: flex;
    margin: 0;
    padding-bottom: 2rem;
    padding-top: .5rem;
  }
  .ecl-site-footer__row {
    border-bottom: 1px solid #7fa1c9;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    padding-bottom: 1.5rem;
  }
  .ecl-site-footer__row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .ecl-site-footer__section {
    padding-top: 1.5rem;
  }
  .ecl-site-footer__section > :first-child {
    margin-top: 0;
  }
  .ecl-site-footer__section--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: 1.5rem;
  }
  .ecl-site-footer__list-item {
    margin-top: .5rem;
  }
  .ecl-site-footer__list-item:first-of-type {
    margin-top: 0;
  }
  .ecl-site-footer__section--condensed {
    margin-bottom: -.5rem;
    padding-top: 1rem;
  }
  .ecl-site-footer__section--split-list {
    padding-top: .5rem;
  }
  .ecl-site-footer__title--separator {
    border-bottom: 1px solid #7fa1c9;
    padding-bottom: .5rem;
  }
  .ecl-site-footer__title {
    color: #fff;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
  .ecl-site-footer__title-link,
  .ecl-site-footer__title-link:active,
  .ecl-site-footer__title-link:focus,
  .ecl-site-footer__title-link:hover,
  .ecl-site-footer__title-link:visited {
    color: #fff;
  }
  .ecl-site-footer__description {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    margin-top: .5rem;
  }
  .ecl-site-footer__content {
    color: #bfd0e4;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
  }
  .ecl-site-footer__list {
    list-style: none;
    margin-bottom: 0;
    margin-top: .5rem;
    padding-inline-start: 0;
  }
  .ecl-site-footer__list--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .ecl-site-footer__list--inline .ecl-site-footer__list-item {
    margin-inline-end: 1.5rem;
    margin-top: 0;
  }
  .ecl-site-footer__list--inline .ecl-site-footer__list-item:last-of-type {
    margin-inline-end: 0;
  }
  .ecl-site-footer__link {
    font: normal normal 400 .875rem/1rem arial, sans-serif;
  }
  .ecl-site-footer__link,
  .ecl-site-footer__link:active,
  .ecl-site-footer__link:focus,
  .ecl-site-footer__link:hover,
  .ecl-site-footer__link:visited {
    color: #fff;
  }
  .ecl-site-footer__logo-link {
    display: inline-block;
    margin-bottom: .5rem;
  }
  .ecl-site-footer__link:focus-visible,
  .ecl-site-footer__logo-link:focus-visible,
  .ecl-site-footer__title-link:focus-visible {
    outline: 2px solid #fff;
  }
  .ecl-site-footer__section--site-info .ecl-site-footer__list {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-site-footer {
    padding-top: 0;
  }
  .ecl-site-footer__row {
    grid-gap: 0 2rem;
    border-bottom-width: 2px;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 2rem;
  }
  .ecl-site-footer__section {
    padding-top: 2rem;
  }
  .ecl-site-footer--split-columns .ecl-site-footer__column:last-child {
    grid-gap: 0 2rem;
    display: grid;
    grid-column-end: 4;
    grid-column-start: 2;
    grid-template-columns: repeat(2, 1fr);
  }
  .ecl-site-footer--split-columns .ecl-site-footer__column:last-child > .ecl-site-footer__section:first-child {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  .ecl-site-footer__list--columns {
    column-count: 2;
    column-gap: 2rem;
  }
  .ecl-site-footer__list-item {
    margin-top: 1rem;
  }
  .ecl-site-footer__section--condensed {
    margin-bottom: -1rem;
    padding-top: 1rem;
  }
  .ecl-site-footer__title,
  .ecl-site-footer__title:active,
  .ecl-site-footer__title:focus,
  .ecl-site-footer__title:hover {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 700;
  }
  .ecl-site-footer__title--separator {
    border-bottom-width: 2px;
  }
  .ecl-site-footer--split-columns .ecl-site-footer__section--separator {
    border-bottom-width: 2px;
    padding-bottom: 2rem;
  }
  .ecl-site-footer__content {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    margin-bottom: 1rem;
  }
  .ecl-site-footer__description {
    margin-top: 2rem;
  }
  .ecl-site-footer__link {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
  .ecl-site-footer__section--site-info .ecl-site-footer__list {
    margin-top: 2rem;
  }
}
@media screen {
  .ecl-language-list {
    background-color: #004494;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
    min-height: 100vh;
  }
  .ecl-language-list[hidden] {
    display: none;
  }
  .ecl-language-list__container {
    flex-grow: 1;
  }
  .ecl-language-list__column + .ecl-language-list__column {
    margin-top: .5rem;
  }
  .ecl-language-list__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ecl-language-list__category {
    color: #fff;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  .ecl-language-list__non-eu {
    margin-top: 2rem;
  }
  .ecl-language-list__item {
    margin-top: .5rem;
  }
  .ecl-language-list__item:first-child {
    margin-top: 0;
  }
  .ecl-language-list__close-button,
  .ecl-language-list__close-button:active,
  .ecl-language-list__close-button:focus,
  .ecl-language-list__close-button:hover {
    color: #fff;
  }
  .ecl-language-list__close-button:focus-visible {
    outline-color: #fff;
  }
  .ecl-language-list__link {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    display: flex;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    justify-content: space-between;
    padding: .75rem 1rem;
  }
  .ecl-language-list__link:hover {
    color: #002f67;
  }
  .ecl-language-list__link:focus-visible {
    border-radius: 0;
    outline: 2px solid #004494;
    outline-offset: -4px;
  }
  .ecl-language-list__link .ecl-link__icon {
    top: 0;
  }
  .ecl-language-list__item--is-active .ecl-language-list__link {
    background-color: #ffd617;
    border: 0;
    color: #000;
    outline-color: #000;
    outline-offset: -4px;
  }
  .ecl-language-list--splash {
    padding: 0;
  }
  .ecl-language-list--splash .ecl-language-list__container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .ecl-language-list__header {
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
  }
  .ecl-language-list__logo {
    height: 4.75rem;
    width: 9.5rem;
  }
}
@media screen and (min-width:768px) {
  .ecl-language-list__column + .ecl-language-list__column {
    margin-top: 0;
  }
  .ecl-language-list__header {
    padding: 1.5rem 0;
  }
  .ecl-language-list__container {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
  .ecl-language-list__logo {
    height: 5.75rem;
    width: 11.5rem;
  }
  .ecl-language-list--splash {
    padding: 0;
  }
  .ecl-language-list--splash .ecl-language-list__container {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
@media screen {
  .ecl-language-list--overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 53;
  }
  .ecl-language-list--overlay .ecl-language-list__container {
    height: 100%;
    overflow-y: auto;
    padding: 1rem 0;
    width: 100%;
  }
  .ecl-language-list--overlay .ecl-language-list--overlay__header,
  .ecl-language-list--overlay .ecl-language-list__eu,
  .ecl-language-list--overlay .ecl-language-list__non-eu {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
  }
}
@media screen and (min-width:480px) and (max-width:767px) {
  .ecl-language-list--overlay .ecl-language-list__container {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen {
  .ecl-language-list__close {
    display: flex;
    justify-content: flex-end;
  }
  .ecl-language-list__title {
    align-items: center;
    color: #fff;
    display: flex;
    font: normal normal 400 1.125rem/1.5rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
  }
  .ecl-language-list__title-icon {
    margin-inline-end: 1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-language-list__title {
    margin-bottom: 4rem;
    margin-top: 2.5rem;
  }
  .ecl-language-list--overlay .ecl-language-list__container {
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
}
@media screen {
  .ecl-site-header__language {
    margin: 0;
    position: static;
  }
  .ecl-site-header__language-container {
    background-color: #fff;
    box-shadow: 0 0 8px #0003;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    height: auto;
    left: 0;
    margin-top: .75rem;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 100;
  }
  .ecl-site-header__language-container:before {
    background-color: #fff;
    box-shadow: 0 0 8px #0003;
    clip-path: polygon(-8px -8px, calc(100% + 8px) -8px, calc(100% + 8px) calc(100% + 8px));
    content: "";
    height: 1rem;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: 1rem;
  }
  .ecl-site-header__language-container--full:before,
  .ecl-site-header__language-container--push-right:before {
    left: auto;
    right: var(--ecl-language-arrow-position);
  }
  .ecl-site-header__language-header {
    align-items: center;
    border-bottom: 1px solid #cfcfcf;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-inline-end: .75rem;
    padding-inline-start: 1.5rem;
    padding-top: 1rem;
  }
  .ecl-site-header__language-title {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
  }
  .ecl-site-header__language-close {
    padding: .25rem .75rem;
  }
  .ecl-site-header__language-close .ecl-button__icon {
    margin: 0;
  }
  .ecl-site-header__language-content {
    display: flex;
    flex-direction: column;
    padding: 0 .75rem .75rem;
  }
  .ecl-site-header__language-category:nth-child(2) {
    border-top: 1px solid #cfcfcf;
    margin-top: 1rem;
  }
  .ecl-site-header__language-category-title {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    padding-bottom: .5rem;
    padding-inline-end: .75rem;
    padding-inline-start: .75rem;
    padding-top: 1.5rem;
  }
  .ecl-site-header__language-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ecl-site-header__language-link {
    align-items: baseline;
    display: flex;
    padding: .75rem;
  }
  .ecl-site-header__language-link:focus-visible {
    outline-offset: -2px;
  }
  .ecl-site-header__language-link-code {
    color: #404040;
    display: inline-block;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    font-weight: 700;
    margin-inline-end: .25rem;
    text-transform: uppercase;
    width: 30px;
  }
  .ecl-site-header__language-link:focus-visible .ecl-site-header__language-link-label,
  .ecl-site-header__language-link:hover .ecl-site-header__language-link-label {
    text-decoration: underline;
  }
  .ecl-site-header__language-link--active {
    background-color: #ebebeb;
    box-shadow: inset 4px 0 0 0 #004494;
    color: #404040;
  }
  .ecl-site-header__language-link:hover.ecl-site-header__language-link--active {
    color: #404040;
  }
}
@media screen and (min-width:768px) {
  .ecl-site-header__language {
    position: relative;
  }
  .ecl-site-header__language-container {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .ecl-site-header__language-container--push-right {
    left: auto;
    right: 0;
    transform: none;
  }
  .ecl-site-header__language-content:not(.ecl-site-header__language-content--stack) {
    flex-direction: row;
  }
  .ecl-site-header__language-content:not(.ecl-site-header__language-content--stack) .ecl-site-header__language-category {
    margin-top: 1.5rem;
  }
  .ecl-site-header__language-content:not(.ecl-site-header__language-content--stack) .ecl-site-header__language-category:nth-child(2) {
    border-inline-start: 1px solid #cfcfcf;
    border-top: none;
    margin-inline-start: .75rem;
    padding-inline-start: .75rem;
  }
  .ecl-site-header__language-content:not(.ecl-site-header__language-content--stack) .ecl-site-header__language-category-title {
    padding-top: 0;
  }
  .ecl-site-header__language-list {
    column-gap: 0;
  }
  .ecl-site-header__language-category--3-col .ecl-site-header__language-list {
    column-count: 3;
  }
  .ecl-site-header__language-category--2-col .ecl-site-header__language-list {
    column-count: 2;
  }
  .ecl-site-header__language-link {
    width: calc(188px - 1.5rem);
  }
}
@media screen {
  .ecl-site-header {
    background-color: #fff;
    margin: 0;
    position: relative;
    z-index: 50;
  }
  .ecl-site-header .ecl-menu {
    background: #0000;
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .ecl-site-header .ecl-menu__open {
    margin-bottom: 7px;
  }
  .ecl-site-header .ecl-site-header__cta {
    margin-top: .75rem;
    position: relative;
    width: max-content;
    z-index: 1;
  }
  .ecl-site-header .ecl-site-header__cta:only-child {
    margin-top: 0;
  }
  .ecl-site-header__container {
    display: flex;
    flex-direction: column;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: static;
  }
  .ecl-site-header__top {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
  }
  .ecl-site-header__logo-link {
    flex-grow: 1;
  }
  .ecl-site-header__logo-image {
    display: block;
    max-height: 1.75rem;
    max-width: 7rem;
  }
  .ecl-site-header__action {
    display: flex;
  }
  .ecl-site-header__login-toggle,
  .ecl-site-header__search-toggle {
    align-items: center;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    padding: .5rem;
    position: relative;
    text-align: center;
    z-index: 52;
  }
  .ecl-site-header__login-toggle[aria-expanded=true],
  .ecl-site-header__login-toggle[aria-expanded=true]:focus-visible,
  .ecl-site-header__search-toggle[aria-expanded=true],
  .ecl-site-header__search-toggle[aria-expanded=true]:focus-visible {
    background-color: #f2f5f9;
    border: solid #bfd0e4;
    border-width: 1px 1px 0;
    margin-bottom: -.5rem;
    padding: calc(.5rem - 1px) calc(.5rem - 1px) calc(1.25rem - 4px);
  }
  .ecl-site-header__login-toggle .ecl-site-header__login-arrow {
    display: none;
  }
  .ecl-site-header__language-selector {
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    padding: .5rem;
    text-align: center;
  }
  .ecl-site-header__login-box,
  .ecl-site-header__search {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    box-shadow:
      0 7px 8px #002f6714,
      0 0 22px #002f670a,
      0 12px 17px #002f670a,
      0 -4px 4px #002f670a;
    box-sizing: initial;
    color: #404040;
    display: none;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    left: 0;
    margin-top: calc(.5rem - 1px);
    padding: calc(1rem - 1px);
    position: absolute;
    width: calc(100% - 2rem);
    z-index: 51;
  }
  .ecl-site-header__login-box--active {
    display: block;
  }
  .ecl-site-header__login-description {
    margin: 0;
    max-width: 80ch;
  }
  .ecl-site-header__login-separator {
    background-color: #bfd0e4;
    border-width: 0;
    height: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .ecl-site-header__language-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .ecl-site-header__language-code {
    background-color: #004494;
    color: #fff;
    font: normal normal 400 .625rem/1rem arial, sans-serif;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateX(0) translateY(-50%) translateY(-.05rem);
  }
  .ecl-site-header__message,
  .ecl-site-header__search--active {
    display: flex;
  }
  .ecl-site-header__message .ecl-message {
    margin-bottom: 1rem;
  }
  .ecl-site-header__banner-top {
    background-color: #f2f5f9;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    padding: .5rem 0;
  }
  .ecl-site-header__banner {
    background-color: #004494;
    color: #fff;
    display: block;
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif;
    min-height: 1.75rem;
    padding: 1rem 0;
  }
  .ecl-site-header__banner .ecl-container {
    display: flex;
    flex-direction: column;
  }
  .ecl-site-header__site-name {
    margin-inline-end: 3rem;
  }
}
@media screen and (min-width:480px) {
  .ecl-site-header__logo-link {
    flex-grow: 0;
  }
  .ecl-site-header__container {
    padding-bottom: .75rem;
    padding-top: .75rem;
  }
  .ecl-site-header__logo-image {
    height: 3rem;
    max-height: 100%;
    max-width: 100%;
    width: 12.1rem;
  }
}
@media screen and (min-width:768px) {
  .ecl-site-header__logo-link {
    margin-top: 0;
  }
  .ecl-search-form {
    max-width: 100%;
  }
}
@media screen and (min-width:996px) {
  .ecl-site-header {
    z-index: 2;
  }
  .ecl-site-header .ecl-site-header__cta {
    align-self: flex-start;
    margin: 1rem 0;
  }
  .ecl-site-header .ecl-site-header__cta:only-child {
    margin-top: 1rem;
  }
  .ecl-site-header .ecl-menu {
    background-color: #004494;
    position: static;
    width: 100%;
  }
  .ecl-site-header__container {
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .ecl-site-header__site-name {
    align-self: center;
    flex-grow: 1;
    margin-inline-end: 0;
    padding: 1.5rem 0;
  }
  .ecl-site-header__top {
    align-items: flex-end;
  }
  .ecl-site-header__action {
    align-items: center;
  }
  .ecl-site-header__logo-link {
    margin-bottom: 0;
  }
  .ecl-site-header__logo-image {
    height: 3.75rem;
    width: 15.1rem;
  }
  .ecl-site-header__login-box {
    left: auto;
    margin-top: calc(1.5rem - 1px);
    width: auto;
  }
  .ecl-site-header__language-selector,
  .ecl-site-header__login-toggle {
    align-items: center;
    display: flex;
    flex-direction: row;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-site-header__language-icon .ecl-site-header__icon,
  .ecl-site-header__login-toggle .ecl-site-header__icon {
    height: 1.5rem;
    margin-inline-end: .5rem;
    width: 1.5rem;
  }
  .ecl-site-header__login-toggle .ecl-site-header__login-arrow {
    display: block;
    height: 1rem;
    margin-inline-start: .5rem;
    transform: rotate(0);
    width: 1rem;
  }
  .ecl-site-header__login-toggle[aria-expanded=false] .ecl-site-header__login-arrow {
    transform: rotate(180deg);
  }
  .ecl-site-header__search-toggle {
    display: none;
  }
  .ecl-site-header__language-selector,
  .ecl-site-header__login-toggle,
  .ecl-site-header__search-toggle {
    padding: .75rem 1rem;
  }
  .ecl-site-header__login-toggle[aria-expanded=true],
  .ecl-site-header__login-toggle[aria-expanded=true]:focus-visible,
  .ecl-site-header__search-toggle[aria-expanded=true],
  .ecl-site-header__search-toggle[aria-expanded=true]:focus-visible {
    margin-bottom: -1.5rem;
    padding: calc(.75rem - 1px) calc(1rem - 1px) 2.25rem;
  }
  .ecl-site-header__language-code {
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    margin-inline-end: .5rem;
    transform: translateX(-50%) translateX(-.22rem) translateY(-50%) translateY(-.08rem);
  }
  .ecl-site-header__search-container {
    flex-grow: 1;
    margin-inline-start: .75rem;
  }
  .ecl-search-form__button .ecl-button__label {
    display: block;
  }
  .ecl-search-form__button .ecl-button__icon {
    display: none;
  }
  .ecl-site-header__search {
    background-color: #fff;
    border-width: 0;
    box-shadow: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 25rem;
  }
  .ecl-site-header__message .ecl-message {
    margin-bottom: 1.5rem;
  }
  .ecl-site-header__banner-top {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
  }
  .ecl-site-header__banner {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    min-height: 0;
    padding: 0;
  }
  .ecl-site-header__banner .ecl-container {
    flex-direction: row;
  }
}
@media screen and (min-width:1140px) {
  .ecl-site-header__logo-image {
    height: 4.5rem;
    width: 18.1rem;
  }
  .ecl-site-header__search {
    width: 31.5rem;
  }
}
@media screen {
  .ecl-site-header-core {
    background-color: #fff;
    z-index: 2;
  }
  .ecl-site-header-core__container {
    display: flex;
    flex-direction: column;
    padding-bottom: .5rem;
    padding-top: .5rem;
  }
  .ecl-site-header-core__top {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
  }
  .ecl-site-header-core__logo-link {
    flex-grow: 1;
  }
  .ecl-site-header-core__logo-image {
    display: block;
    max-height: 7rem;
    max-width: 7rem;
  }
  .ecl-site-header-core__action {
    display: flex;
  }
  .ecl-site-header-core__login-toggle,
  .ecl-site-header-core__search-toggle {
    align-items: center;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    position: relative;
    text-align: center;
    z-index: 52;
  }
  .ecl-site-header-core__login-toggle .ecl-site-header-core__login-arrow {
    display: none;
  }
  .ecl-site-header-core__language-selector {
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    text-align: center;
  }
  .ecl-site-header-core__language-selector,
  .ecl-site-header-core__login-toggle,
  .ecl-site-header-core__search-toggle {
    padding: .5rem;
  }
  .ecl-site-header-core__language-selector:focus,
  .ecl-site-header-core__login-toggle:focus,
  .ecl-site-header-core__search-toggle:focus {
    padding: calc(.5rem - 3px);
  }
  .ecl-site-header-core__language-selector[aria-expanded=true],
  .ecl-site-header-core__language-selector[aria-expanded=true]:focus,
  .ecl-site-header-core__login-toggle[aria-expanded=true],
  .ecl-site-header-core__login-toggle[aria-expanded=true]:focus,
  .ecl-site-header-core__search-toggle[aria-expanded=true],
  .ecl-site-header-core__search-toggle[aria-expanded=true]:focus {
    background-color: #f2f5f9;
    border: solid #bfd0e4;
    border-width: 1px 1px 0;
    margin-bottom: -.5rem;
    padding: calc(.5rem - 1px) calc(.5rem - 1px) calc(1.25rem - 4px);
  }
  .ecl-site-header-core__login-box,
  .ecl-site-header-core__search {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    box-shadow: 0 2px 5px 0 #002f6733;
    box-sizing: initial;
    color: #404040;
    display: none;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    left: 0;
    margin-top: calc(.5rem - 1px);
    padding: calc(1rem - 1px);
    position: absolute;
    width: calc(100% - 2rem);
    z-index: 51;
  }
  .ecl-site-header-core__login-box--active {
    display: block;
  }
  .ecl-site-header-core__login-description {
    margin: 0;
    max-width: 80ch;
  }
  .ecl-site-header-core__login-separator {
    background-color: #bfd0e4;
    border-width: 0;
    height: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .ecl-site-header-core__language-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .ecl-site-header-core__language-code {
    color: #fff;
    font: normal normal 400 .625rem/1rem arial, sans-serif;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateX(0) translateY(-50%) translateY(-.05rem);
  }
  .ecl-site-header-core__search--active {
    display: flex;
  }
}
@media screen and (min-width:480px) {
  .ecl-site-header-core__logo-link {
    flex-grow: 0;
  }
  .ecl-site-header-core__container {
    padding-bottom: .75rem;
    padding-top: .75rem;
  }
  .ecl-site-header-core__logo-image {
    height: 3rem;
    max-height: 100%;
    max-width: 100%;
    width: 12.1rem;
  }
}
@media screen and (min-width:768px) {
  .ecl-site-header-core__logo-link {
    margin-top: 0;
  }
  .ecl-search-form {
    max-width: 100%;
  }
}
@media screen and (min-width:996px) {
  .ecl-site-header-core__container {
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .ecl-site-header-core__top {
    align-items: flex-end;
  }
  .ecl-site-header-core__action {
    align-items: center;
  }
  .ecl-site-header-core__logo-link {
    margin-bottom: 0;
  }
  .ecl-site-header-core__logo-image {
    height: 3.75rem;
    width: 15.1rem;
  }
  .ecl-site-header-core__login-box {
    left: auto;
    margin-top: calc(1.5rem - 1px);
    width: auto;
  }
  .ecl-site-header-core__language-selector,
  .ecl-site-header-core__login-toggle {
    align-items: center;
    display: flex;
    flex-direction: row;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-site-header-core__language-icon .ecl-site-header-core__icon,
  .ecl-site-header-core__login-toggle .ecl-site-header-core__icon {
    height: 1.5rem;
    margin-inline-end: .5rem;
    width: 1.5rem;
  }
  .ecl-site-header-core__login-toggle .ecl-site-header-core__login-arrow {
    display: block;
    height: 1rem;
    margin-inline-start: .5rem;
    transform: rotate(0);
    width: 1rem;
  }
  .ecl-site-header-core__login-toggle[aria-expanded=false] .ecl-site-header-core__login-arrow {
    transform: rotate(180deg);
  }
  .ecl-site-header-core__search-toggle {
    display: none;
  }
  .ecl-site-header-core__language-selector,
  .ecl-site-header-core__login-toggle,
  .ecl-site-header-core__search-toggle {
    padding: .75rem 1rem;
  }
  .ecl-site-header-core__language-selector:focus,
  .ecl-site-header-core__login-toggle:focus,
  .ecl-site-header-core__search-toggle:focus {
    padding: calc(.75rem - 3px) calc(1rem - 3px);
  }
  .ecl-site-header-core__language-selector[aria-expanded=true],
  .ecl-site-header-core__language-selector[aria-expanded=true]:focus,
  .ecl-site-header-core__login-toggle[aria-expanded=true],
  .ecl-site-header-core__login-toggle[aria-expanded=true]:focus,
  .ecl-site-header-core__search-toggle[aria-expanded=true],
  .ecl-site-header-core__search-toggle[aria-expanded=true]:focus {
    margin-bottom: -1.5rem;
    padding: calc(.75rem - 1px) calc(1rem - 1px) 2.25rem;
  }
  .ecl-site-header-core__language-code {
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    margin-inline-end: .5rem;
    transform: translateX(-50%) translateX(-.22rem) translateY(-50%) translateY(-.08rem);
  }
  .ecl-site-header-core__search-container {
    flex-grow: 1;
    margin-inline-start: .75rem;
  }
  .ecl-search-form__button .ecl-button__label {
    display: block;
  }
  .ecl-search-form__button .ecl-button__icon {
    display: none;
  }
  .ecl-site-header-core__search {
    background-color: #fff;
    border-width: 0;
    box-shadow: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 25rem;
  }
}
@media screen and (min-width:1140px) {
  .ecl-site-header-core__logo-image {
    height: 4.5rem;
    width: 18.1rem;
  }
  .ecl-site-header-core__search {
    width: 31.5rem;
  }
}
@media screen {
  .ecl-site-header-harmonised {
    background-color: #fff;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .ecl-site-header-harmonised .ecl-menu {
    background: #0000;
    bottom: 0;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  .ecl-site-header-harmonised .ecl-menu__closed,
  .ecl-site-header-harmonised .ecl-menu__open {
    margin-bottom: 3px;
  }
  .ecl-site-header-harmonised__container {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
  }
  .ecl-site-header-harmonised__top {
    align-items: flex-end;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
  }
  .ecl-site-header-harmonised__logo-link {
    flex-grow: 1;
    margin-bottom: calc(1rem + 1px);
  }
  .ecl-site-header-harmonised__logo-image {
    display: block;
    max-height: 1.75rem;
    max-width: 7rem;
  }
  .ecl-site-header-harmonised__action {
    display: flex;
  }
  .ecl-site-header-harmonised__login-toggle[aria-expanded=true],
  .ecl-site-header-harmonised__login-toggle[aria-expanded=true]:focus,
  .ecl-site-header-harmonised__search-toggle[aria-expanded=true],
  .ecl-site-header-harmonised__search-toggle[aria-expanded=true]:focus {
    background-color: #f2f5f9;
    border: solid #bfd0e4;
    border-width: 1px 1px 0;
    margin-bottom: 0;
    padding: calc(.5rem - 1px) calc(.5rem - 1px) calc(1rem - 1px);
  }
  .ecl-site-header-harmonised__login-toggle .ecl-site-header-harmonised__login-arrow {
    display: none;
  }
  .ecl-site-header-harmonised__language-selector {
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    text-align: center;
  }
  .ecl-site-header-harmonised__language-selector,
  .ecl-site-header-harmonised__login-toggle,
  .ecl-site-header-harmonised__search-toggle {
    align-items: center;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    margin-bottom: calc(.5rem + 1px);
    margin-top: -1px;
    padding: .5rem;
    position: relative;
    text-align: center;
    z-index: 52;
  }
  .ecl-site-header-harmonised__language-selector:focus,
  .ecl-site-header-harmonised__login-toggle:focus,
  .ecl-site-header-harmonised__search-toggle:focus {
    padding: calc(.5rem - 3px);
  }
  .ecl-site-header-harmonised__login-box,
  .ecl-site-header-harmonised__search {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    box-shadow: 0 2px 5px 0 #002f6733;
    box-sizing: initial;
    color: #404040;
    display: none;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    left: 0;
    margin-top: -1px;
    padding: calc(1rem - 1px);
    position: absolute;
    width: calc(100% - 2rem);
    z-index: 51;
  }
  .ecl-site-header-harmonised__login-box--active {
    display: block;
  }
  .ecl-site-header-harmonised__login-description {
    margin: 0;
    max-width: 80ch;
  }
  .ecl-site-header-harmonised__login-separator {
    background-color: #bfd0e4;
    border-width: 0;
    height: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .ecl-site-header-harmonised__language-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .ecl-site-header-harmonised__language-code {
    color: #fff;
    font: normal normal 400 .625rem/1rem arial, sans-serif;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateX(-.01rem) translateY(-50%) translateY(-.05rem);
  }
  .ecl-site-header-harmonised__search--active {
    display: flex;
  }
  .ecl-site-header-harmonised__banner-top {
    background-color: #f2f5f9;
    color: #004494;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    padding: .5rem 0;
  }
  .ecl-site-header-harmonised__banner {
    background-color: #004494;
    color: #fff;
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif;
    min-height: 1.75rem;
    padding: 1rem 0;
  }
  .ecl-site-header-harmonised__site-name {
    margin-inline-end: 3rem;
  }
}
@media screen and (min-width:480px) {
  .ecl-site-header-harmonised__logo-link {
    align-self: flex-end;
    flex-grow: 0;
  }
  .ecl-site-header-harmonised__logo-image {
    height: 3rem;
    max-height: 100%;
    max-width: 100%;
    width: 12.1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-site-header-harmonised .ecl-menu {
    background-color: #004494;
    position: static;
  }
  .ecl-site-header-harmonised__container {
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .ecl-site-header-harmonised__action {
    align-items: center;
  }
  .ecl-site-header-harmonised__logo-link {
    margin-bottom: 0;
  }
  .ecl-site-header-harmonised__logo-image {
    height: 3.75rem;
    width: 15.1rem;
  }
  .ecl-site-header-harmonised__login-box {
    left: auto;
    margin-top: calc(2rem - 1px);
    width: auto;
  }
  .ecl-site-header-harmonised__language-icon .ecl-site-header-harmonised__icon,
  .ecl-site-header-harmonised__login-toggle .ecl-site-header-harmonised__icon {
    height: 1.5rem;
    margin-inline-end: .5rem;
    width: 1.5rem;
  }
  .ecl-site-header-harmonised__login-toggle .ecl-site-header-harmonised__login-arrow {
    display: block;
    height: 1rem;
    margin-inline-start: .5rem;
    transform: rotate(0);
    width: 1rem;
  }
  .ecl-site-header-harmonised__login-toggle[aria-expanded=false] .ecl-site-header-harmonised__login-arrow {
    transform: rotate(180deg);
  }
  .ecl-site-header-harmonised__language-selector,
  .ecl-site-header-harmonised__login-toggle {
    align-items: center;
    display: flex;
    flex-direction: row;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
    margin: 0;
    padding: .75rem;
  }
  .ecl-site-header-harmonised__language-selector:focus,
  .ecl-site-header-harmonised__login-toggle:focus {
    padding: calc(.75rem - 3px);
  }
  .ecl-site-header-harmonised__login-toggle[aria-expanded=true],
  .ecl-site-header-harmonised__login-toggle[aria-expanded=true]:focus {
    margin-bottom: -2rem;
    padding: calc(.75rem - 1px) calc(.75rem - 1px) 2.75rem;
  }
  .ecl-site-header-harmonised__language-code {
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    margin-inline-end: .5rem;
    transform: translateX(-50%) translateX(-.2rem) translateY(-50%) translateY(-.05rem);
  }
  .ecl-site-header-harmonised__search-container {
    flex-grow: 1;
    margin-inline-start: .75rem;
  }
  .ecl-site-header-harmonised__search-toggle {
    display: none;
  }
  .ecl-site-header-harmonised__search {
    background-color: #fff;
    border-width: 0;
    box-shadow: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 25rem;
  }
  .ecl-site-header-harmonised__banner,
  .ecl-site-header-harmonised__banner-top {
    margin-inline-end: 0;
    margin-inline-start: 0;
  }
  .ecl-site-header-harmonised__banner-top {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
  }
  .ecl-site-header-harmonised__banner {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    min-height: 0;
    padding: 0;
  }
  .ecl-site-header-harmonised__site-name {
    margin-inline-end: 0;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width:1140px) {
  .ecl-site-header-harmonised__search {
    width: 31.5rem;
  }
}
@media screen {
  .ecl-site-header-harmonised--group2:not([data-ecl-has-menu=true]) {
    box-shadow: 0 2px 5px 0 #002f6733;
  }
  .ecl-site-header-harmonised--group2 .ecl-site-header-harmonised__logo-image {
    max-height: 2.5rem;
    max-width: 10.1rem;
  }
}
@media screen and (min-width:480px) {
  .ecl-site-header-harmonised--group2 .ecl-site-header-harmonised__logo-image {
    height: 3rem;
    max-height: 100%;
    max-width: 100%;
    width: 12.1rem;
  }
}
@media screen and (min-width:996px) {
  .ecl-site-header-harmonised--group2 .ecl-site-header-harmonised__logo-image {
    height: 3.75rem;
    width: 15.1rem;
  }
}
@media screen {
  .ecl-site-header-harmonised--group3 {
    box-shadow: 0 2px 5px 0 #00002c33;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__container {
    padding-bottom: .5rem;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__top {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-link {
    flex-grow: 0;
    margin-bottom: .5rem;
    margin-inline-end: .5rem;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-image {
    height: 3rem;
    max-height: none;
    max-width: none;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__site-name {
    color: #707070;
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif;
    margin-bottom: .5rem;
  }
}
@media screen and (min-width:480px) {
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-image {
    height: 3rem;
    max-height: none;
    max-width: none;
    width: auto;
  }
}
@media screen and (min-width:996px) {
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__container {
    padding-bottom: 1.5rem;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-link {
    margin-bottom: 0;
    margin-inline-end: 1rem;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-image {
    height: 3.75rem;
    width: auto;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__site-name {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    margin-bottom: 0;
  }
}
@media screen {
  .ecl-site-header-standardised {
    background-color: #fff;
    margin: 0;
    position: relative;
    z-index: 2;
  }
  .ecl-site-header-standardised .ecl-menu {
    background: #0000;
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .ecl-site-header-standardised .ecl-menu__closed,
  .ecl-site-header-standardised .ecl-menu__open {
    margin-bottom: 3px;
  }
  .ecl-site-header-standardised .ecl-standardised__cta {
    margin-top: .75rem;
    position: relative;
    width: max-content;
    z-index: 1;
  }
  .ecl-site-header-standardised .ecl-standardised__cta:only-child {
    margin-top: 0;
  }
  .ecl-site-header-standardised .ecl-standardised__menu-cta {
    margin-top: .75rem;
    position: relative;
    width: max-content;
    z-index: 1;
  }
  .ecl-site-header-standardised .ecl-standardised__menu-cta:only-child {
    margin-top: 0;
  }
  .ecl-site-header-standardised__container {
    display: flex;
    flex-direction: column;
    padding-bottom: .5rem;
    padding-top: .5rem;
  }
  .ecl-site-header-standardised__top {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
  }
  .ecl-site-header-standardised__logo-link {
    flex-grow: 1;
  }
  .ecl-site-header-standardised__logo-image {
    display: block;
    max-height: 1.75rem;
    max-width: 7rem;
  }
  .ecl-site-header-standardised__action {
    display: flex;
  }
  .ecl-site-header-standardised__login-toggle,
  .ecl-site-header-standardised__search-toggle {
    align-items: center;
    display: flex;
    flex-direction: column;
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    position: relative;
    text-align: center;
    z-index: 52;
  }
  .ecl-site-header-standardised__login-toggle .ecl-site-header-standardised__login-arrow {
    display: none;
  }
  .ecl-site-header-standardised__language-selector {
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    text-align: center;
  }
  .ecl-site-header-standardised__language-selector,
  .ecl-site-header-standardised__login-toggle,
  .ecl-site-header-standardised__search-toggle {
    padding: .5rem;
  }
  .ecl-site-header-standardised__language-selector:focus,
  .ecl-site-header-standardised__login-toggle:focus,
  .ecl-site-header-standardised__search-toggle:focus {
    padding: calc(.5rem - 3px);
  }
  .ecl-site-header-standardised__language-selector[aria-expanded=true],
  .ecl-site-header-standardised__language-selector[aria-expanded=true]:focus,
  .ecl-site-header-standardised__login-toggle[aria-expanded=true],
  .ecl-site-header-standardised__login-toggle[aria-expanded=true]:focus,
  .ecl-site-header-standardised__search-toggle[aria-expanded=true],
  .ecl-site-header-standardised__search-toggle[aria-expanded=true]:focus {
    background-color: #f2f5f9;
    border: solid #bfd0e4;
    border-width: 1px 1px 0;
    margin-bottom: -.5rem;
    padding: calc(.5rem - 1px) calc(.5rem - 1px) calc(1.25rem - 4px);
  }
  .ecl-site-header-standardised__login-box,
  .ecl-site-header-standardised__search {
    background-color: #f2f5f9;
    border: 1px solid #bfd0e4;
    box-shadow: 0 2px 5px 0 #002f6733;
    box-sizing: initial;
    color: #404040;
    display: none;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    left: 0;
    margin-top: calc(.5rem - 1px);
    padding: calc(1rem - 1px);
    position: absolute;
    width: calc(100% - 2rem);
    z-index: 51;
  }
  .ecl-site-header-standardised__login-box--active {
    display: block;
  }
  .ecl-site-header-standardised__login-description {
    margin: 0;
    max-width: 80ch;
  }
  .ecl-site-header-standardised__login-separator {
    background-color: #bfd0e4;
    border-width: 0;
    height: 1px;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .ecl-site-header-standardised__language-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .ecl-site-header-standardised__language-code {
    color: #fff;
    font: normal normal 400 .625rem/1rem arial, sans-serif;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%) translateX(0) translateY(-50%) translateY(-.05rem);
  }
  .ecl-site-header-standardised__search--active {
    display: flex;
  }
  .ecl-site-header-standardised__banner-top {
    background-color: #f2f5f9;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    padding: .5rem 0;
  }
  .ecl-site-header-standardised__banner {
    background-color: #004494;
    color: #fff;
    display: block;
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif;
    min-height: 1.75rem;
    padding: 1rem 0;
  }
  .ecl-site-header-standardised__banner .ecl-container {
    display: flex;
    flex-direction: column;
  }
  .ecl-site-header-standardised__site-name {
    margin-inline-end: 3rem;
  }
  .ecl-search-form__button .ecl-button__label {
    display: none;
  }
  .ecl-search-form__button .ecl-button__icon {
    display: block;
  }
}
@media screen and (min-width:480px) {
  .ecl-site-header-standardised__logo-link {
    flex-grow: 0;
  }
  .ecl-site-header-standardised__container {
    padding-bottom: .75rem;
    padding-top: .75rem;
  }
  .ecl-site-header-standardised__logo-image {
    height: 3rem;
    max-height: 100%;
    max-width: 100%;
    width: 12.1rem;
  }
}
@media screen and (min-width:768px) {
  .ecl-site-header-standardised__logo-link {
    margin-top: 0;
  }
  .ecl-search-form {
    max-width: 100%;
  }
}
@media screen and (min-width:996px) {
  .ecl-site-header-standardised .ecl-standardised__cta {
    align-self: flex-start;
    margin: 1rem 0;
  }
  .ecl-site-header-standardised .ecl-standardised__cta:only-child {
    margin-top: 1rem;
  }
  .ecl-site-header-standardised .ecl-standardised__menu-cta {
    align-self: flex-start;
    margin: 1rem 0;
  }
  .ecl-site-header-standardised .ecl-standardised__menu-cta:only-child {
    margin-top: 1rem;
  }
  .ecl-site-header-standardised .ecl-menu {
    background-color: #004494;
    position: static;
    width: 100%;
  }
  .ecl-site-header-standardised__container {
    align-items: flex-end;
    flex-direction: row;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
  .ecl-site-header-standardised__site-name {
    align-self: center;
    flex-grow: 1;
    margin-inline-end: 0;
    padding: 1.5rem 0;
  }
  .ecl-site-header-standardised__top {
    align-items: flex-end;
  }
  .ecl-site-header-standardised__action {
    align-items: center;
  }
  .ecl-site-header-standardised__logo-link {
    margin-bottom: 0;
  }
  .ecl-site-header-standardised__logo-image {
    height: 3.75rem;
    width: 15.1rem;
  }
  .ecl-site-header-standardised__login-box {
    left: auto;
    margin-top: calc(1.5rem - 1px);
    width: auto;
  }
  .ecl-site-header-standardised__language-selector,
  .ecl-site-header-standardised__login-toggle {
    align-items: center;
    display: flex;
    flex-direction: row;
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-site-header-standardised__language-icon .ecl-site-header-standardised__icon,
  .ecl-site-header-standardised__login-toggle .ecl-site-header-standardised__icon {
    height: 1.5rem;
    margin-inline-end: .5rem;
    width: 1.5rem;
  }
  .ecl-site-header-standardised__login-toggle .ecl-site-header-standardised__login-arrow {
    display: block;
    height: 1rem;
    margin-inline-start: .5rem;
    transform: rotate(0);
    width: 1rem;
  }
  .ecl-site-header-standardised__login-toggle[aria-expanded=false] .ecl-site-header-standardised__login-arrow {
    transform: rotate(180deg);
  }
  .ecl-site-header-standardised__search-toggle {
    display: none;
  }
  .ecl-site-header-standardised__language-selector,
  .ecl-site-header-standardised__login-toggle,
  .ecl-site-header-standardised__search-toggle {
    padding: .75rem 1rem;
  }
  .ecl-site-header-standardised__language-selector:focus,
  .ecl-site-header-standardised__login-toggle:focus,
  .ecl-site-header-standardised__search-toggle:focus {
    padding: calc(.75rem - 3px) calc(1rem - 3px);
  }
  .ecl-site-header-standardised__language-selector[aria-expanded=true],
  .ecl-site-header-standardised__language-selector[aria-expanded=true]:focus,
  .ecl-site-header-standardised__login-toggle[aria-expanded=true],
  .ecl-site-header-standardised__login-toggle[aria-expanded=true]:focus,
  .ecl-site-header-standardised__search-toggle[aria-expanded=true],
  .ecl-site-header-standardised__search-toggle[aria-expanded=true]:focus {
    margin-bottom: -1.5rem;
    padding: calc(.75rem - 1px) calc(1rem - 1px) 2.25rem;
  }
  .ecl-site-header-standardised__language-code {
    font: normal normal 400 .75rem/1rem arial, sans-serif;
    margin-inline-end: .5rem;
    transform: translateX(-50%) translateX(-.22rem) translateY(-50%) translateY(-.08rem);
  }
  .ecl-site-header-standardised__search-container {
    flex-grow: 1;
    margin-inline-start: .75rem;
  }
  .ecl-search-form__button .ecl-button__label {
    display: block;
  }
  .ecl-search-form__button .ecl-button__icon {
    display: none;
  }
  .ecl-site-header-standardised__search {
    background-color: #fff;
    border-width: 0;
    box-shadow: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 25rem;
  }
  .ecl-site-header-standardised__banner-top {
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
  }
  .ecl-site-header-standardised__banner {
    font: normal normal 400 1.75rem/2rem arial, sans-serif;
    min-height: 0;
    padding: 0;
  }
  .ecl-site-header-standardised__banner .ecl-container {
    flex-direction: row;
  }
}
@media screen and (min-width:1140px) {
  .ecl-site-header-standardised__logo-image {
    height: 4.5rem;
    width: 18.1rem;
  }
  .ecl-site-header-standardised__search {
    width: 31.5rem;
  }
}
@media screen {
  .ecl-u-bg-primary {
    background-color: #004494 !important;
  }
  .ecl-u-bg-secondary {
    background-color: #ffd617 !important;
  }
  .ecl-u-bg-tertiary {
    background-color: #e3e3e3 !important;
  }
  .ecl-u-bg-error {
    background-color: #da2131 !important;
  }
  .ecl-u-bg-info {
    background-color: #006fb4 !important;
  }
  .ecl-u-bg-success {
    background-color: #467a39 !important;
  }
  .ecl-u-bg-warning {
    background-color: #f29527 !important;
  }
  .ecl-u-bg-text {
    background-color: #404040 !important;
  }
  .ecl-u-bg-black {
    background-color: #000 !important;
  }
  .ecl-u-bg-white {
    background-color: #fff !important;
  }
  .ecl-u-bg-blue {
    background-color: #004494 !important;
  }
  .ecl-u-bg-yellow {
    background-color: #ffd617 !important;
  }
  .ecl-u-bg-grey {
    background-color: #404040 !important;
  }
  .ecl-u-bg-blue-n {
    background-color: #006fb4 !important;
  }
  .ecl-u-bg-orange {
    background-color: #f29527 !important;
  }
  .ecl-u-bg-green {
    background-color: #467a39 !important;
  }
  .ecl-u-bg-red {
    background-color: #da2131 !important;
  }
  .ecl-u-bg-black-100 {
    background-color: #000 !important;
  }
  .ecl-u-bg-blue-130 {
    background-color: #002f67 !important;
  }
  .ecl-u-bg-blue-120 {
    background-color: #003776 !important;
  }
  .ecl-u-bg-blue-110 {
    background-color: #003d84 !important;
  }
  .ecl-u-bg-blue-100 {
    background-color: #004494 !important;
  }
  .ecl-u-bg-blue-75 {
    background-color: #4073af !important;
  }
  .ecl-u-bg-blue-50 {
    background-color: #7fa1c9 !important;
  }
  .ecl-u-bg-blue-25 {
    background-color: #bfd0e4 !important;
  }
  .ecl-u-bg-blue-5 {
    background-color: #f2f5f9 !important;
  }
  .ecl-u-bg-green-100 {
    background-color: #467a39 !important;
  }
  .ecl-u-bg-grey-100 {
    background-color: #404040 !important;
  }
  .ecl-u-bg-grey-75 {
    background-color: #707070 !important;
  }
  .ecl-u-bg-grey-50 {
    background-color: #9f9f9f !important;
  }
  .ecl-u-bg-grey-25 {
    background-color: #cfcfcf !important;
  }
  .ecl-u-bg-grey-20 {
    background-color: #d9d9d9 !important;
  }
  .ecl-u-bg-grey-15 {
    background-color: #e3e3e3 !important;
  }
  .ecl-u-bg-grey-10 {
    background-color: #ebebeb !important;
  }
  .ecl-u-bg-grey-5 {
    background-color: #f5f5f5 !important;
  }
  .ecl-u-bg-grey-3 {
    background-color: #f9f9f9 !important;
  }
  .ecl-u-bg-orange-100 {
    background-color: #f29527 !important;
  }
  .ecl-u-bg-purple-25 {
    background-color: #d2bfdd !important;
  }
  .ecl-u-bg-purple-100 {
    background-color: #4b0076 !important;
  }
  .ecl-u-bg-red-100 {
    background-color: #da2131 !important;
  }
  .ecl-u-bg-red-130 {
    background-color: #981722 !important;
  }
  .ecl-u-bg-yellow-120 {
    background-color: #f8ae21 !important;
  }
  .ecl-u-bg-yellow-110 {
    background-color: #fbc11d !important;
  }
  .ecl-u-bg-yellow-100 {
    background-color: #ffd617 !important;
  }
  .ecl-u-bg-yellow-75 {
    background-color: #ffde39 !important;
  }
  .ecl-u-bg-yellow-50 {
    background-color: #ffe879 !important;
  }
  .ecl-u-bg-yellow-25 {
    background-color: #fff4bb !important;
  }
  .ecl-u-bg-white-100 {
    background-color: #fff !important;
  }
  .ecl-u-bg-transparent {
    background-color: initial !important;
  }
  .ecl-u-border-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-dotted {
    border-style: dotted !important;
  }
  .ecl-u-border-radius-0 {
    border-radius: 0 !important;
  }
  .ecl-u-border-radius-1 {
    border-radius: .0625rem !important;
  }
  .ecl-u-border-radius-2 {
    border-radius: .125rem !important;
  }
  .ecl-u-border-radius-4 {
    border-radius: .25rem !important;
  }
  .ecl-u-border-radius-8 {
    border-radius: .5rem !important;
  }
}
@media screen and (min-width:480px) {
  .ecl-u-border-s-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-s-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-s-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-s-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-s-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-s-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-s-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-s-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-s-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-s-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-s-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-s-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-s-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-s-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-s-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-s-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-s-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-s-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-s-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-s-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-s-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-s-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-s-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-s-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-s-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-s-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-s-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-s-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-s-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-s-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-s-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-s-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-s-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-s-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-s-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-s-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-s-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-s-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-s-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-s-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-s-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-s-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-s-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-s-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-s-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-s-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-s-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-s-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-s-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-s-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-s-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-s-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-s-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-s-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-s-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-s-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-s-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-s-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-s-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-s-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-s-dotted {
    border-style: dotted !important;
  }
  .ecl-u-border-radius-s-0 {
    border-radius: 0 !important;
  }
  .ecl-u-border-radius-s-1 {
    border-radius: .0625rem !important;
  }
  .ecl-u-border-radius-s-2 {
    border-radius: .125rem !important;
  }
  .ecl-u-border-radius-s-4 {
    border-radius: .25rem !important;
  }
  .ecl-u-border-radius-s-8 {
    border-radius: .5rem !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-border-m-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-m-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-m-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-m-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-m-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-m-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-m-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-m-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-m-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-m-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-m-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-m-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-m-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-m-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-m-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-m-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-m-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-m-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-m-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-m-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-m-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-m-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-m-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-m-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-m-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-m-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-m-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-m-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-m-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-m-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-m-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-m-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-m-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-m-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-m-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-m-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-m-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-m-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-m-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-m-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-m-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-m-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-m-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-m-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-m-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-m-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-m-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-m-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-m-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-m-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-m-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-m-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-m-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-m-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-m-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-m-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-m-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-m-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-m-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-m-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-m-dotted {
    border-style: dotted !important;
  }
  .ecl-u-border-radius-m-0 {
    border-radius: 0 !important;
  }
  .ecl-u-border-radius-m-1 {
    border-radius: .0625rem !important;
  }
  .ecl-u-border-radius-m-2 {
    border-radius: .125rem !important;
  }
  .ecl-u-border-radius-m-4 {
    border-radius: .25rem !important;
  }
  .ecl-u-border-radius-m-8 {
    border-radius: .5rem !important;
  }
}
@media screen and (min-width:996px) {
  .ecl-u-border-l-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-l-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-l-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-l-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-l-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-l-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-l-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-l-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-l-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-l-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-l-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-l-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-l-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-l-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-l-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-l-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-l-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-l-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-l-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-l-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-l-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-l-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-l-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-l-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-l-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-l-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-l-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-l-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-l-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-l-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-l-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-l-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-l-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-l-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-l-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-l-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-l-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-l-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-l-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-l-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-l-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-l-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-l-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-l-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-l-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-l-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-l-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-l-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-l-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-l-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-l-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-l-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-l-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-l-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-l-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-l-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-l-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-l-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-l-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-l-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-l-dotted {
    border-style: dotted !important;
  }
  .ecl-u-border-radius-l-0 {
    border-radius: 0 !important;
  }
  .ecl-u-border-radius-l-1 {
    border-radius: .0625rem !important;
  }
  .ecl-u-border-radius-l-2 {
    border-radius: .125rem !important;
  }
  .ecl-u-border-radius-l-4 {
    border-radius: .25rem !important;
  }
  .ecl-u-border-radius-l-8 {
    border-radius: .5rem !important;
  }
}
@media screen and (min-width:1140px) {
  .ecl-u-border-xl-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-xl-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-xl-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-xl-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-xl-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-xl-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-xl-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-xl-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-xl-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-xl-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-xl-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-xl-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-xl-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-xl-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-xl-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-xl-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-xl-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-xl-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-xl-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-xl-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-xl-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-xl-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-xl-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-xl-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-xl-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-xl-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-xl-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-xl-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-xl-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-xl-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-xl-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-xl-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-xl-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-xl-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-xl-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-xl-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-xl-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-xl-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-xl-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-xl-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-xl-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-xl-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-xl-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-xl-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-xl-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-xl-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-xl-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-xl-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-xl-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-xl-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-xl-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-xl-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-xl-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-xl-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-xl-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-xl-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-xl-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-xl-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-xl-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-xl-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-xl-dotted {
    border-style: dotted !important;
  }
  .ecl-u-border-radius-xl-0 {
    border-radius: 0 !important;
  }
  .ecl-u-border-radius-xl-1 {
    border-radius: .0625rem !important;
  }
  .ecl-u-border-radius-xl-2 {
    border-radius: .125rem !important;
  }
  .ecl-u-border-radius-xl-4 {
    border-radius: .25rem !important;
  }
  .ecl-u-border-radius-xl-8 {
    border-radius: .5rem !important;
  }
}
@media screen {
  .ecl-u-clearfix:after {
    clear: both !important;
    content: "" !important;
    display: block !important;
  }
  .ecl-u-height-auto {
    height: auto !important;
  }
  .ecl-u-height-100 {
    height: 100% !important;
  }
  .ecl-u-max-height-none {
    max-height: none !important;
  }
  .ecl-u-max-height-100 {
    max-height: 100% !important;
  }
  .ecl-u-width-auto {
    width: auto !important;
  }
  .ecl-u-width-100 {
    width: 100% !important;
  }
  .ecl-u-max-width-none {
    max-width: none !important;
  }
  .ecl-u-max-width-100 {
    max-width: 100% !important;
  }
  .ecl-u-flex-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-center {
    align-items: center !important;
  }
  .ecl-u-align-items-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-center {
    align-content: center !important;
  }
  .ecl-u-align-content-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-first {
    order: -1 !important;
  }
  .ecl-u-order-last {
    order: 1 !important;
  }
  .ecl-u-order-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-center {
    align-self: center !important;
  }
  .ecl-u-align-self-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-auto {
    flex-basis: auto !important;
  }
}
@media screen and (min-width:480px) {
  .ecl-u-flex-s-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-s-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-s-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-s-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-s-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-s-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-s-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-s-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-s-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-s-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-s-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-s-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-s-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-s-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-s-center {
    align-items: center !important;
  }
  .ecl-u-align-items-s-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-s-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-s-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-s-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-s-center {
    align-content: center !important;
  }
  .ecl-u-align-content-s-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-s-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-s-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-s-first {
    order: -1 !important;
  }
  .ecl-u-order-s-last {
    order: 1 !important;
  }
  .ecl-u-order-s-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-s-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-s-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-s-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-s-center {
    align-self: center !important;
  }
  .ecl-u-align-self-s-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-s-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-s-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-s-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-s-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-s-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-s-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-s-auto {
    flex-basis: auto !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-flex-m-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-m-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-m-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-m-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-m-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-m-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-m-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-m-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-m-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-m-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-m-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-m-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-m-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-m-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-m-center {
    align-items: center !important;
  }
  .ecl-u-align-items-m-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-m-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-m-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-m-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-m-center {
    align-content: center !important;
  }
  .ecl-u-align-content-m-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-m-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-m-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-m-first {
    order: -1 !important;
  }
  .ecl-u-order-m-last {
    order: 1 !important;
  }
  .ecl-u-order-m-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-m-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-m-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-m-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-m-center {
    align-self: center !important;
  }
  .ecl-u-align-self-m-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-m-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-m-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-m-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-m-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-m-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-m-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-m-auto {
    flex-basis: auto !important;
  }
}
@media screen and (min-width:996px) {
  .ecl-u-flex-l-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-l-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-l-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-l-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-l-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-l-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-l-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-l-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-l-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-l-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-l-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-l-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-l-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-l-center {
    align-items: center !important;
  }
  .ecl-u-align-items-l-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-l-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-l-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-l-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-l-center {
    align-content: center !important;
  }
  .ecl-u-align-content-l-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-l-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-l-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-l-first {
    order: -1 !important;
  }
  .ecl-u-order-l-last {
    order: 1 !important;
  }
  .ecl-u-order-l-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-l-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-l-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-l-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-l-center {
    align-self: center !important;
  }
  .ecl-u-align-self-l-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-l-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-l-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-l-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-l-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-l-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-l-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-l-auto {
    flex-basis: auto !important;
  }
}
@media screen and (min-width:1140px) {
  .ecl-u-flex-xl-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-xl-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-xl-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-xl-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-xl-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-xl-center {
    align-items: center !important;
  }
  .ecl-u-align-items-xl-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-xl-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-xl-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-xl-center {
    align-content: center !important;
  }
  .ecl-u-align-content-xl-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-xl-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-xl-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-xl-first {
    order: -1 !important;
  }
  .ecl-u-order-xl-last {
    order: 1 !important;
  }
  .ecl-u-order-xl-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-xl-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-xl-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-xl-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-xl-center {
    align-self: center !important;
  }
  .ecl-u-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-xl-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-xl-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-xl-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-xl-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-xl-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-xl-auto {
    flex-basis: auto !important;
  }
}
@media screen {
  .ecl-u-f-l {
    float: left !important;
  }
  .ecl-u-f-r {
    float: right !important;
  }
  .ecl-u-f-none {
    float: none !important;
  }
  .ecl-u-disablescroll {
    overflow: hidden !important;
  }
  .ecl-u-d-none {
    display: none !important;
  }
  .ecl-u-d-inline {
    display: inline !important;
  }
  .ecl-u-d-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-block {
    display: block !important;
  }
  .ecl-u-d-table {
    display: table !important;
  }
  .ecl-u-d-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-flex {
    display: flex !important;
  }
  .ecl-u-d-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-grid {
    display: grid !important;
  }
}
@media screen and (min-width:480px) {
  .ecl-u-d-s-none {
    display: none !important;
  }
  .ecl-u-d-s-inline {
    display: inline !important;
  }
  .ecl-u-d-s-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-s-block {
    display: block !important;
  }
  .ecl-u-d-s-table {
    display: table !important;
  }
  .ecl-u-d-s-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-s-flex {
    display: flex !important;
  }
  .ecl-u-d-s-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-s-grid {
    display: grid !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-d-m-none {
    display: none !important;
  }
  .ecl-u-d-m-inline {
    display: inline !important;
  }
  .ecl-u-d-m-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-m-block {
    display: block !important;
  }
  .ecl-u-d-m-table {
    display: table !important;
  }
  .ecl-u-d-m-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-m-flex {
    display: flex !important;
  }
  .ecl-u-d-m-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-m-grid {
    display: grid !important;
  }
}
@media screen and (min-width:996px) {
  .ecl-u-d-l-none {
    display: none !important;
  }
  .ecl-u-d-l-inline {
    display: inline !important;
  }
  .ecl-u-d-l-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-l-block {
    display: block !important;
  }
  .ecl-u-d-l-table {
    display: table !important;
  }
  .ecl-u-d-l-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-l-flex {
    display: flex !important;
  }
  .ecl-u-d-l-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-l-grid {
    display: grid !important;
  }
}
@media screen and (min-width:1140px) {
  .ecl-u-d-xl-none {
    display: none !important;
  }
  .ecl-u-d-xl-inline {
    display: inline !important;
  }
  .ecl-u-d-xl-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-xl-block {
    display: block !important;
  }
  .ecl-u-d-xl-table {
    display: table !important;
  }
  .ecl-u-d-xl-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-xl-flex {
    display: flex !important;
  }
  .ecl-u-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-xl-grid {
    display: grid !important;
  }
}
@media screen {
  .ecl-u-box-sizing-content {
    box-sizing: initial !important;
  }
  .ecl-u-box-sizing-border {
    box-sizing: border-box !important;
  }
  .ecl-u-print-only {
    display: none !important;
  }
  .ecl-u-shadow-none {
    box-shadow: none;
  }
  .ecl-u-shadow-1 {
    box-shadow:
      0 2px 4px #002f6714,
      0 0 10px #002f670a,
      0 4px 5px #002f670a,
      0 -4px 4px #002f670a;
  }
  .ecl-u-shadow-2 {
    box-shadow:
      0 3px 5px #002f670a,
      0 0 18px #002f670a,
      0 6px 10px #002f670a,
      0 -4px 4px #002f670a;
  }
  .ecl-u-shadow-3 {
    box-shadow:
      0 7px 8px #002f6714,
      0 0 22px #002f670a,
      0 12px 17px #002f670a,
      0 -4px 4px #002f670a;
  }
  .ecl-u-shadow-inner-1 {
    box-shadow:
      inset 0 2px 4px #002f6714,
      inset 0 0 10px #002f670a,
      inset 0 4px 5px #002f670a,
      inset 0 -4px 4px #002f670a;
  }
  .ecl-u-shadow-inner-2 {
    box-shadow:
      inset 0 3px 5px #002f670a,
      inset 0 0 18px #002f670a,
      inset 0 6px 10px #002f670a,
      inset 0 -4px 4px #002f670a;
  }
  .ecl-u-shadow-negative-1 {
    box-shadow:
      0 2px 4px #ffffff14,
      0 0 10px #ffffff0a,
      0 4px 5px #ffffff0a,
      0 -4px 4px #ffffff0a;
  }
  .ecl-u-shadow-negative-2 {
    box-shadow:
      0 3px 5px #ffffff0a,
      0 0 18px #ffffff0a,
      0 6px 10px #ffffff0a,
      0 -4px 4px #ffffff0a;
  }
  .ecl-u-shadow-negative-3 {
    box-shadow:
      0 7px 8px #ffffff14,
      0 0 22px #ffffff0a,
      0 12px 17px #ffffff0a,
      0 -4px 4px #ffffff0a;
  }
  .ecl-u-shadow-negative-inner-1 {
    box-shadow:
      inset 0 2px 4px #ffffff14,
      inset 0 0 10px #ffffff0a,
      inset 0 4px 5px #ffffff0a,
      inset 0 -4px 4px #ffffff0a;
  }
  .ecl-u-shadow-negative-inner-2 {
    box-shadow:
      inset 0 3px 5px #ffffff0a,
      inset 0 0 18px #ffffff0a,
      inset 0 6px 10px #ffffff0a,
      inset 0 -4px 4px #ffffff0a;
  }
  .ecl-u-ma-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-2xs,
  .ecl-u-mv-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-xs,
  .ecl-u-mv-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-s,
  .ecl-u-mv-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-m,
  .ecl-u-mv-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-l,
  .ecl-u-mv-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-xl,
  .ecl-u-mv-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-2xl,
  .ecl-u-mv-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-3xl,
  .ecl-u-mv-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-4xl,
  .ecl-u-mv-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-none {
    margin: 0 !important;
  }
  .ecl-u-mh-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-none,
  .ecl-u-mv-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-auto {
    margin: auto !important;
  }
  .ecl-u-mh-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-auto,
  .ecl-u-mr-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-auto {
    margin-inline-start: auto !important;
  }
}
@media screen and (min-width:480px) {
  .ecl-u-ma-s-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-s-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-s-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-s-2xs,
  .ecl-u-mv-s-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-s-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-s-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-s-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-s-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-s-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-s-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-s-xs,
  .ecl-u-mv-s-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-s-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-s-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-s-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-s-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-s-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-s-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-s-s,
  .ecl-u-mv-s-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-s-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-s-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-s-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-s-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-s-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-s-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-s-m,
  .ecl-u-mv-s-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-s-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-s-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-s-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-s-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-s-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-s-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-s-l,
  .ecl-u-mv-s-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-s-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-s-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-s-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-s-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-s-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-s-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-s-xl,
  .ecl-u-mv-s-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-s-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-s-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-s-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-s-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-s-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-s-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-s-2xl,
  .ecl-u-mv-s-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-s-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-s-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-s-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-s-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-s-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-s-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-s-3xl,
  .ecl-u-mv-s-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-s-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-s-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-s-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-s-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-s-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-s-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-s-4xl,
  .ecl-u-mv-s-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-s-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-s-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-s-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-s-none {
    margin: 0 !important;
  }
  .ecl-u-mh-s-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-s-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-s-none,
  .ecl-u-mv-s-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-s-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-s-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-s-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-s-auto {
    margin: auto !important;
  }
  .ecl-u-mh-s-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-s-auto,
  .ecl-u-mr-s-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-s-auto {
    margin-inline-start: auto !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-ma-m-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-m-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-m-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-m-2xs,
  .ecl-u-mv-m-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-m-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-m-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-m-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-m-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-m-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-m-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-m-xs,
  .ecl-u-mv-m-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-m-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-m-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-m-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-m-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-m-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-m-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-m-s,
  .ecl-u-mv-m-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-m-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-m-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-m-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-m-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-m-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-m-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-m-m,
  .ecl-u-mv-m-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-m-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-m-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-m-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-m-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-m-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-m-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-m-l,
  .ecl-u-mv-m-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-m-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-m-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-m-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-m-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-m-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-m-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-m-xl,
  .ecl-u-mv-m-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-m-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-m-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-m-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-m-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-m-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-m-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-m-2xl,
  .ecl-u-mv-m-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-m-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-m-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-m-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-m-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-m-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-m-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-m-3xl,
  .ecl-u-mv-m-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-m-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-m-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-m-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-m-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-m-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-m-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-m-4xl,
  .ecl-u-mv-m-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-m-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-m-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-m-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-m-none {
    margin: 0 !important;
  }
  .ecl-u-mh-m-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-m-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-m-none,
  .ecl-u-mv-m-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-m-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-m-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-m-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-m-auto {
    margin: auto !important;
  }
  .ecl-u-mh-m-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-m-auto,
  .ecl-u-mr-m-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-m-auto {
    margin-inline-start: auto !important;
  }
}
@media screen and (min-width:996px) {
  .ecl-u-ma-l-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-l-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-l-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-l-2xs,
  .ecl-u-mv-l-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-l-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-l-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-l-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-l-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-l-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-l-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-l-xs,
  .ecl-u-mv-l-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-l-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-l-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-l-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-l-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-l-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-l-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-l-s,
  .ecl-u-mv-l-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-l-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-l-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-l-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-l-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-l-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-l-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-l-m,
  .ecl-u-mv-l-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-l-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-l-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-l-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-l-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-l-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-l-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-l-l,
  .ecl-u-mv-l-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-l-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-l-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-l-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-l-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-l-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-l-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-l-xl,
  .ecl-u-mv-l-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-l-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-l-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-l-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-l-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-l-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-l-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-l-2xl,
  .ecl-u-mv-l-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-l-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-l-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-l-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-l-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-l-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-l-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-l-3xl,
  .ecl-u-mv-l-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-l-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-l-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-l-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-l-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-l-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-l-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-l-4xl,
  .ecl-u-mv-l-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-l-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-l-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-l-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-l-none {
    margin: 0 !important;
  }
  .ecl-u-mh-l-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-l-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-l-none,
  .ecl-u-mv-l-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-l-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-l-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-l-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-l-auto {
    margin: auto !important;
  }
  .ecl-u-mh-l-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-l-auto,
  .ecl-u-mr-l-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-l-auto {
    margin-inline-start: auto !important;
  }
}
@media screen and (min-width:1140px) {
  .ecl-u-ma-xl-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-xl-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-xl-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-xl-2xs,
  .ecl-u-mv-xl-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-xl-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-xl-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-xl-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-xl-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-xl-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-xl-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-xl-xs,
  .ecl-u-mv-xl-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-xl-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-xl-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-xl-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-xl-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-xl-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-xl-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-xl-s,
  .ecl-u-mv-xl-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-xl-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-xl-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-xl-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-xl-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-xl-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-xl-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-xl-m,
  .ecl-u-mv-xl-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-xl-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-xl-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-xl-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-xl-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-xl-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-xl-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-xl-l,
  .ecl-u-mv-xl-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-xl-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-xl-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-xl-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-xl-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-xl-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-xl-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-xl-xl,
  .ecl-u-mv-xl-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-xl-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-xl-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-xl-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-xl-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-xl-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-xl-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-xl-2xl,
  .ecl-u-mv-xl-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-xl-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-xl-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-xl-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-xl-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-xl-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-xl-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-xl-3xl,
  .ecl-u-mv-xl-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-xl-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-xl-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-xl-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-xl-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-xl-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-xl-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-xl-4xl,
  .ecl-u-mv-xl-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-xl-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-xl-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-xl-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-xl-none {
    margin: 0 !important;
  }
  .ecl-u-mh-xl-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-xl-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-xl-none,
  .ecl-u-mv-xl-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-xl-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-xl-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-xl-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-xl-auto {
    margin: auto !important;
  }
  .ecl-u-mh-xl-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-xl-auto,
  .ecl-u-mr-xl-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-xl-auto {
    margin-inline-start: auto !important;
  }
}
@media screen {
  .ecl-u-pa-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-2xs,
  .ecl-u-pv-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-xs,
  .ecl-u-pv-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-s,
  .ecl-u-pv-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-m,
  .ecl-u-pv-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-l,
  .ecl-u-pv-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-xl,
  .ecl-u-pv-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-2xl,
  .ecl-u-pv-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-3xl,
  .ecl-u-pv-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-4xl,
  .ecl-u-pv-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-none {
    padding: 0 !important;
  }
  .ecl-u-ph-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-none,
  .ecl-u-pv-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-none {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width:480px) {
  .ecl-u-pa-s-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-s-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-s-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-s-2xs,
  .ecl-u-pv-s-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-s-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-s-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-s-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-s-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-s-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-s-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-s-xs,
  .ecl-u-pv-s-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-s-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-s-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-s-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-s-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-s-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-s-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-s-s,
  .ecl-u-pv-s-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-s-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-s-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-s-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-s-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-s-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-s-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-s-m,
  .ecl-u-pv-s-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-s-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-s-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-s-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-s-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-s-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-s-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-s-l,
  .ecl-u-pv-s-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-s-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-s-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-s-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-s-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-s-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-s-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-s-xl,
  .ecl-u-pv-s-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-s-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-s-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-s-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-s-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-s-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-s-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-s-2xl,
  .ecl-u-pv-s-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-s-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-s-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-s-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-s-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-s-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-s-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-s-3xl,
  .ecl-u-pv-s-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-s-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-s-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-s-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-s-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-s-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-s-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-s-4xl,
  .ecl-u-pv-s-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-s-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-s-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-s-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-s-none {
    padding: 0 !important;
  }
  .ecl-u-ph-s-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-s-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-s-none,
  .ecl-u-pv-s-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-s-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-s-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-s-none {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-pa-m-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-m-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-m-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-m-2xs,
  .ecl-u-pv-m-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-m-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-m-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-m-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-m-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-m-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-m-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-m-xs,
  .ecl-u-pv-m-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-m-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-m-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-m-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-m-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-m-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-m-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-m-s,
  .ecl-u-pv-m-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-m-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-m-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-m-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-m-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-m-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-m-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-m-m,
  .ecl-u-pv-m-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-m-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-m-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-m-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-m-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-m-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-m-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-m-l,
  .ecl-u-pv-m-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-m-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-m-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-m-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-m-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-m-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-m-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-m-xl,
  .ecl-u-pv-m-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-m-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-m-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-m-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-m-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-m-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-m-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-m-2xl,
  .ecl-u-pv-m-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-m-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-m-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-m-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-m-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-m-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-m-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-m-3xl,
  .ecl-u-pv-m-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-m-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-m-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-m-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-m-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-m-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-m-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-m-4xl,
  .ecl-u-pv-m-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-m-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-m-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-m-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-m-none {
    padding: 0 !important;
  }
  .ecl-u-ph-m-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-m-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-m-none,
  .ecl-u-pv-m-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-m-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-m-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-m-none {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width:996px) {
  .ecl-u-pa-l-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-l-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-l-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-l-2xs,
  .ecl-u-pv-l-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-l-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-l-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-l-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-l-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-l-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-l-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-l-xs,
  .ecl-u-pv-l-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-l-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-l-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-l-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-l-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-l-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-l-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-l-s,
  .ecl-u-pv-l-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-l-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-l-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-l-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-l-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-l-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-l-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-l-m,
  .ecl-u-pv-l-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-l-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-l-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-l-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-l-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-l-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-l-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-l-l,
  .ecl-u-pv-l-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-l-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-l-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-l-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-l-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-l-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-l-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-l-xl,
  .ecl-u-pv-l-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-l-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-l-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-l-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-l-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-l-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-l-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-l-2xl,
  .ecl-u-pv-l-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-l-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-l-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-l-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-l-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-l-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-l-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-l-3xl,
  .ecl-u-pv-l-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-l-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-l-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-l-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-l-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-l-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-l-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-l-4xl,
  .ecl-u-pv-l-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-l-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-l-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-l-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-l-none {
    padding: 0 !important;
  }
  .ecl-u-ph-l-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-l-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-l-none,
  .ecl-u-pv-l-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-l-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-l-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-l-none {
    padding-inline-start: 0 !important;
  }
}
@media screen and (min-width:1140px) {
  .ecl-u-pa-xl-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-xl-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-xl-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-xl-2xs,
  .ecl-u-pv-xl-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-xl-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-xl-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-xl-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-xl-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-xl-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-xl-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-xl-xs,
  .ecl-u-pv-xl-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-xl-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-xl-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-xl-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-xl-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-xl-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-xl-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-xl-s,
  .ecl-u-pv-xl-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-xl-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-xl-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-xl-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-xl-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-xl-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-xl-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-xl-m,
  .ecl-u-pv-xl-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-xl-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-xl-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-xl-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-xl-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-xl-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-xl-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-xl-l,
  .ecl-u-pv-xl-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-xl-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-xl-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-xl-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-xl-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-xl-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-xl-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-xl-xl,
  .ecl-u-pv-xl-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-xl-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-xl-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-xl-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-xl-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-xl-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-xl-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-xl-2xl,
  .ecl-u-pv-xl-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-xl-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-xl-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-xl-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-xl-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-xl-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-xl-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-xl-3xl,
  .ecl-u-pv-xl-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-xl-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-xl-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-xl-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-xl-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-xl-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-xl-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-xl-4xl,
  .ecl-u-pv-xl-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-xl-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-xl-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-xl-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-xl-none {
    padding: 0 !important;
  }
  .ecl-u-ph-xl-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-xl-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-xl-none,
  .ecl-u-pv-xl-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-xl-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-xl-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-xl-none {
    padding-inline-start: 0 !important;
  }
}
@media screen {
  .ecl-u-type-heading-1 {
    color: #404040;
    font: normal normal 400 1.75rem/2rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-type-heading-1 {
    font: normal normal 400 2rem/2.5rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen {
  .ecl-u-type-heading-2 {
    color: #404040;
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-type-heading-2 {
    font: normal normal 400 1.75rem/2rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen {
  .ecl-u-type-heading-3 {
    color: #404040;
    font: normal normal 400 1.25rem/1.5rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-type-heading-3 {
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen {
  .ecl-u-type-heading-4 {
    color: #404040;
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-type-heading-4 {
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen {
  .ecl-u-type-heading-5 {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-type-heading-5 {
    font: normal normal 400 1rem/1.5rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen {
  .ecl-u-type-heading-6 {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-type-heading-6 {
    font: normal normal 400 1rem/1.5rem arial, sans-serif !important;
    font-weight: 700 !important;
  }
}
@media screen {
  .ecl-u-type-paragraph,
  .ecl-u-type-paragraph-m {
    color: #404040 !important;
    font: normal normal 400 1rem/1.5rem arial, sans-serif !important;
    max-width: 80ch !important;
  }
  .ecl-u-type-paragraph-lead {
    color: #404040;
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif !important;
    max-width: 80ch !important;
  }
}
@media screen and (min-width:768px) {
  .ecl-u-type-paragraph-lead {
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif !important;
  }
}
@media screen {
  .ecl-u-type-paragraph-s {
    color: #404040;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif !important;
    max-width: 80ch !important;
  }
  .ecl-u-type-paragraph-xs {
    color: #404040;
    font: normal normal 400 .75rem/1.25rem arial, sans-serif !important;
    max-width: 80ch !important;
  }
  .ecl-u-type-xs {
    font: normal normal 400 .75rem/1rem arial, sans-serif !important;
  }
  .ecl-u-type-s {
    font: normal normal 400 .875rem/1rem arial, sans-serif !important;
  }
  .ecl-u-type-m {
    font: normal normal 400 1rem/1.25rem arial, sans-serif !important;
  }
  .ecl-u-type-l {
    font: normal normal 400 1.125rem/1.5rem arial, sans-serif !important;
  }
  .ecl-u-type-xl {
    font: normal normal 400 1.25rem/1.5rem arial, sans-serif !important;
  }
  .ecl-u-type-2xl {
    font: normal normal 400 1.5rem/1.75rem arial, sans-serif !important;
  }
  .ecl-u-type-3xl {
    font: normal normal 400 1.75rem/2rem arial, sans-serif !important;
  }
  .ecl-u-type-4xl {
    font: normal normal 400 2rem/2.5rem arial, sans-serif !important;
  }
  .ecl-u-type-5xl {
    font: normal normal 400 2.25rem/2.75rem arial, sans-serif !important;
  }
  .ecl-u-type-6xl {
    font: normal normal 400 2.625rem/3.25rem arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-xs {
    font: normal normal 400 .75rem/1.25rem arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-s {
    font: normal normal 400 .875rem/1.25rem arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-m {
    font: normal normal 400 1rem/1.5rem arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-l {
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-xl {
    font: normal normal 400 1.25rem/1.75rem arial, sans-serif !important;
  }
  .ecl-u-type-color-primary {
    color: #004494 !important;
  }
  .ecl-u-type-color-secondary {
    color: #ffd617 !important;
  }
  .ecl-u-type-color-tertiary {
    color: #e3e3e3 !important;
  }
  .ecl-u-type-color-error {
    color: #da2131 !important;
  }
  .ecl-u-type-color-info {
    color: #006fb4 !important;
  }
  .ecl-u-type-color-success {
    color: #467a39 !important;
  }
  .ecl-u-type-color-warning {
    color: #f29527 !important;
  }
  .ecl-u-type-color-text {
    color: #404040 !important;
  }
  .ecl-u-type-color-black {
    color: #000 !important;
  }
  .ecl-u-type-color-white {
    color: #fff !important;
  }
  .ecl-u-type-color-blue {
    color: #004494 !important;
  }
  .ecl-u-type-color-yellow {
    color: #ffd617 !important;
  }
  .ecl-u-type-color-grey {
    color: #404040 !important;
  }
  .ecl-u-type-color-blue-n {
    color: #006fb4 !important;
  }
  .ecl-u-type-color-orange {
    color: #f29527 !important;
  }
  .ecl-u-type-color-green {
    color: #467a39 !important;
  }
  .ecl-u-type-color-red {
    color: #da2131 !important;
  }
  .ecl-u-type-color-black-100 {
    color: #000 !important;
  }
  .ecl-u-type-color-blue-130 {
    color: #002f67 !important;
  }
  .ecl-u-type-color-blue-120 {
    color: #003776 !important;
  }
  .ecl-u-type-color-blue-110 {
    color: #003d84 !important;
  }
  .ecl-u-type-color-blue-100 {
    color: #004494 !important;
  }
  .ecl-u-type-color-blue-75 {
    color: #4073af !important;
  }
  .ecl-u-type-color-blue-50 {
    color: #7fa1c9 !important;
  }
  .ecl-u-type-color-blue-25 {
    color: #bfd0e4 !important;
  }
  .ecl-u-type-color-blue-5 {
    color: #f2f5f9 !important;
  }
  .ecl-u-type-color-green-100 {
    color: #467a39 !important;
  }
  .ecl-u-type-color-grey-100 {
    color: #404040 !important;
  }
  .ecl-u-type-color-grey-75 {
    color: #707070 !important;
  }
  .ecl-u-type-color-grey-50 {
    color: #9f9f9f !important;
  }
  .ecl-u-type-color-grey-25 {
    color: #cfcfcf !important;
  }
  .ecl-u-type-color-grey-20 {
    color: #d9d9d9 !important;
  }
  .ecl-u-type-color-grey-15 {
    color: #e3e3e3 !important;
  }
  .ecl-u-type-color-grey-10 {
    color: #ebebeb !important;
  }
  .ecl-u-type-color-grey-5 {
    color: #f5f5f5 !important;
  }
  .ecl-u-type-color-grey-3 {
    color: #f9f9f9 !important;
  }
  .ecl-u-type-color-orange-100 {
    color: #f29527 !important;
  }
  .ecl-u-type-color-purple-25 {
    color: #d2bfdd !important;
  }
  .ecl-u-type-color-purple-100 {
    color: #4b0076 !important;
  }
  .ecl-u-type-color-red-100 {
    color: #da2131 !important;
  }
  .ecl-u-type-color-red-130 {
    color: #981722 !important;
  }
  .ecl-u-type-color-yellow-120 {
    color: #f8ae21 !important;
  }
  .ecl-u-type-color-yellow-110 {
    color: #fbc11d !important;
  }
  .ecl-u-type-color-yellow-100 {
    color: #ffd617 !important;
  }
  .ecl-u-type-color-yellow-75 {
    color: #ffde39 !important;
  }
  .ecl-u-type-color-yellow-50 {
    color: #ffe879 !important;
  }
  .ecl-u-type-color-yellow-25 {
    color: #fff4bb !important;
  }
  .ecl-u-type-color-white-100 {
    color: #fff !important;
  }
  .ecl-u-type-regular {
    font-weight: 400 !important;
  }
  .ecl-u-type-bold {
    font-weight: 700 !important;
  }
  .ecl-u-type-capitalize {
    text-transform: capitalize !important;
  }
  .ecl-u-type-lowercase {
    text-transform: lowercase !important;
  }
  .ecl-u-type-uppercase {
    text-transform: uppercase !important;
  }
  .ecl-u-type-overline {
    text-decoration: overline !important;
  }
  .ecl-u-type-underline {
    text-decoration: underline !important;
  }
  .ecl-u-type-strike {
    text-decoration: line-through !important;
  }
  .ecl-u-type-none {
    text-decoration: none !important;
  }
  .ecl-u-type-align-left {
    text-align: left !important;
  }
  .ecl-u-type-align-right {
    text-align: right !important;
  }
  .ecl-u-type-align-center {
    text-align: center !important;
  }
  .ecl-u-z-highlight {
    z-index: 1 !important;
  }
  .ecl-u-z-navigation {
    z-index: 10 !important;
  }
  .ecl-u-z-dropdown {
    z-index: 15 !important;
  }
  .ecl-u-z-modal {
    z-index: 50 !important;
  }
  .ecl-u-z-overlay {
    z-index: 100 !important;
  }
  .ecl-u-z-max {
    z-index: 9999 !important;
  }
}
@media print {
  .ecl-icon {
    fill: currentcolor;
    margin: 0;
    transform: scaleX(1) scaleY(1) rotate(0deg);
  }
  .ecl-icon--2xs {
    height: 9pt;
    width: 9pt;
  }
  .ecl-icon--xs {
    height: 12pt;
    width: 12pt;
  }
  .ecl-icon--s {
    height: 15pt;
    width: 15pt;
  }
  .ecl-icon--m {
    height: 18pt;
    width: 18pt;
  }
  .ecl-icon--l {
    height: 24pt;
    width: 24pt;
  }
  .ecl-icon--xl {
    height: 30pt;
    width: 30pt;
  }
  .ecl-icon--2xl {
    height: 36pt;
    width: 36pt;
  }
  .ecl-icon--fluid {
    height: 1em;
    width: 1em;
  }
  .ecl-icon--primary {
    fill: #004494;
  }
  .ecl-icon--inverted {
    fill: #fff;
  }
  .ecl-icon--rotate-90 {
    transform: rotate(90deg);
  }
  .ecl-icon--rotate-180 {
    transform: rotate(180deg);
  }
  .ecl-icon--rotate-270 {
    transform: rotate(270deg);
  }
  .ecl-icon--flip-horizontal {
    transform: scaleX(-1);
  }
  .ecl-icon--flip-vertical {
    transform: scaleY(-1);
  }
  .ecl-checkbox,
  .ecl-datepicker,
  .ecl-feedback-message,
  .ecl-file-upload,
  .ecl-file-upload__button-container,
  .ecl-file-upload__list,
  .ecl-form-group,
  .ecl-form-label,
  .ecl-help-block,
  .ecl-radio,
  .ecl-select,
  .ecl-select__icon,
  .ecl-text-area,
  .ecl-text-input {
    display: none;
  }
  .ecl-blockquote {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    margin: 0;
  }
  .ecl-blockquote,
  .ecl-blockquote__body {
    padding-bottom: .42cm;
    padding-inline-start: .63cm;
    padding-top: .42cm;
  }
  .ecl-blockquote__body {
    border-inline-start: 10px solid #ffd617;
    border-radius: 0;
    display: inline-block;
  }
  .ecl-blockquote__citation {
    color: #404040;
    font: normal normal 400 12pt/18pt arial, sans-serif;
    font-style: italic;
    margin: 0;
    max-width: 80ch;
    quotes: "\2018" "\2019";
  }
  .ecl-blockquote__citation:before {
    content: open-quote;
  }
  .ecl-blockquote__citation:after {
    content: close-quote;
  }
  .ecl-blockquote__citation[lang=bg],
  .ecl-blockquote__citation[lang=cs],
  .ecl-blockquote__citation[lang=de],
  .ecl-blockquote__citation[lang=et],
  .ecl-blockquote__citation[lang=lt],
  .ecl-blockquote__citation[lang=sk],
  .ecl-blockquote__citation[lang=sl] {
    quotes: "\201e" "\201c";
  }
  .ecl-blockquote__citation[lang=hr],
  .ecl-blockquote__citation[lang=hu],
  .ecl-blockquote__citation[lang=pl],
  .ecl-blockquote__citation[lang=ro] {
    quotes: "\201e" "\201d";
  }
  .ecl-blockquote__citation[lang=da] {
    quotes: "\bb" "\ab";
  }
  .ecl-blockquote__citation[lang=el],
  .ecl-blockquote__citation[lang=es],
  .ecl-blockquote__citation[lang=fr],
  .ecl-blockquote__citation[lang=it],
  .ecl-blockquote__citation[lang=pt] {
    quotes: "\ab" "\bb";
  }
  .ecl-blockquote__citation[lang=fi],
  .ecl-blockquote__citation[lang=sv] {
    quotes: "\201d" "\201d";
  }
  .ecl-blockquote__citation[lang=lv],
  .ecl-blockquote__citation[lang=mt],
  .ecl-blockquote__citation[lang=nl] {
    quotes: "\201c" "\201d";
  }
  .ecl-blockquote__quote {
    margin: 0;
  }
  .ecl-blockquote__attribution {
    font: normal normal 400 12pt/18pt arial, sans-serif;
    margin-top: .84cm;
  }
  .ecl-blockquote__author {
    color: #000;
    font: normal normal 400 12pt/18pt arial, sans-serif;
    font-weight: 700;
  }
  .ecl-blockquote__image {
    aspect-ratio: 1/1;
    height: 120px;
    margin-inline-end: .63cm;
    object-fit: cover;
    width: 120px;
  }
  .ecl-button {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    border-width: 0;
    box-sizing: border-box;
    display: inline-block;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: .31cm .42cm;
    text-decoration: none;
  }
  .ecl-button[disabled] {
    opacity: .5;
    text-decoration: none;
  }
  .ecl-button__container {
    align-items: center;
    display: flex;
  }
  .ecl-button__label {
    text-align: left;
  }
  .ecl-button__icon {
    flex-shrink: 0;
  }
  .ecl-button__icon + .ecl-button__label,
  .ecl-button__icon--before {
    margin-inline-end: .21cm;
  }
  .ecl-button__icon--after,
  .ecl-button__label + .ecl-button__icon {
    margin-inline-start: .21cm;
  }
  .ecl-button--primary {
    background-color: #004494;
    color: #fff;
  }
  .ecl-button--secondary {
    background-color: #fff;
    border: 1.5pt solid #004494;
    color: #004494;
    padding: .25708cm .36708cm;
  }
  .ecl-button--ghost {
    color: #004494;
  }
  .ecl-button--call {
    background-color: #ffd617;
    color: #000;
  }
  .ecl-date-block {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 6.3rem;
  }
  .ecl-date-block:before {
    left: .75rem;
  }
  .ecl-date-block:after,
  .ecl-date-block:before {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: initial;
    content: "";
    display: block;
    height: .6rem;
    position: absolute;
    top: -.3rem;
    width: .6rem;
  }
  .ecl-date-block:after {
    right: .75rem;
  }
  .ecl-date-block__day {
    border-top: 1px solid #000;
    font: normal normal 400 15pt/18pt verdana, sans-serif;
    font-weight: 700;
    padding-top: .21cm;
  }
  .ecl-date-block__day,
  .ecl-date-block__month {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    display: block;
    padding-left: .1cm;
    padding-right: .1cm;
  }
  .ecl-date-block__month {
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    padding-bottom: .21cm;
    text-decoration: none !important;
    text-transform: uppercase;
  }
  .ecl-date-block__year {
    border: 1px solid #000;
    color: #000;
    display: block;
    font: normal normal 400 9pt/12pt verdana, sans-serif;
    padding: .21cm .1cm;
  }
  .ecl-date-block__daytime {
    display: none;
  }
  .ecl-label {
    border-radius: 0;
    color: #404040;
    display: inline-block;
    font: normal normal 400 7.5pt/12pt verdana, sans-serif;
    font-family: arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
  }
  .ecl-label--low {
    background-color: #e3e3e3;
    border: 1px solid #cfcfcf;
    padding: .18354cm .28354cm;
  }
  .ecl-label--medium {
    background-color: #fff4bb;
  }
  .ecl-label--high,
  .ecl-label--medium {
    border: 0 solid #0000;
    padding: .21cm .31cm;
  }
  .ecl-label--high {
    background-color: #ffd617;
  }
  .ecl-label--highlight {
    background-color: #004494;
    border: 0 solid #0000;
    color: #fff;
    padding: .21cm .31cm;
  }
  .ecl-link {
    color: #004494;
    page-break-inside: avoid;
    text-decoration: none;
  }
  .ecl-link:after {
    color: #000;
    content: "(" attr(href) ")";
    font: normal normal 400 9pt/12pt verdana, sans-serif;
    font-style: italic;
    margin-inline-start: .1cm;
    text-decoration: underline;
  }
  .ecl-link--icon-after,
  .ecl-link--icon-before {
    display: inline;
  }
  .ecl-link--icon {
    text-decoration: none;
  }
  .ecl-link--icon .ecl-link__icon {
    fill: currentcolor;
    position: relative;
    top: -1px;
    vertical-align: middle;
  }
  .ecl-link--icon:not(.ecl-link--standalone, .ecl-link--cta, .ecl-link--primary, .ecl-link--secondary) .ecl-link__label {
    text-decoration: underline;
  }
  .ecl-link--icon-before .ecl-link__icon {
    margin-inline-end: .5rem;
  }
  .ecl-link--icon-after .ecl-link__icon {
    margin-inline-start: .5rem;
  }
  .ecl-link--cta,
  .ecl-link--standalone {
    font-family: verdana, sans-serif;
  }
  .ecl-link--negative,
  .ecl-link--negative:after {
    color: #fff;
  }
  .ecl-link--cta,
  .ecl-link--primary,
  .ecl-link--secondary {
    display: inline-block;
  }
  .ecl-message {
    border-bottom-width: .5mm;
    border-end-start-radius: 0;
    border-inline-end-width: .5mm;
    border-inline-start-width: .5mm;
    border-start-start-radius: 0;
    border-style: solid;
    border-top-width: .5mm;
    display: inline-flex;
    margin: 0;
    padding-bottom: .63cm;
    padding-inline-end: .21cm;
    padding-inline-start: .63cm;
    padding-top: .63cm;
  }
  .ecl-message__icon {
    display: block;
    flex-shrink: 0;
    margin-inline-end: .42cm;
  }
  .ecl-message__close {
    display: none;
  }
  .ecl-message__title {
    color: #000;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-bottom: .31cm;
    max-width: 80ch;
  }
  .ecl-message__description {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin-bottom: 0;
    margin-top: .21cm;
    max-width: 80ch;
  }
  .ecl-message--info {
    background: #fff;
    border-color: #006fb4;
  }
  .ecl-message--info .ecl-message__icon {
    fill: #006fb4;
  }
  .ecl-message--success {
    background: #fff;
    border-color: #467a39;
  }
  .ecl-message--success .ecl-message__icon {
    fill: #467a39;
  }
  .ecl-message--warning {
    background: #fff;
    border-color: #f29527;
  }
  .ecl-message--warning .ecl-message__icon {
    fill: #f29527;
  }
  .ecl-message--error {
    background: #fff;
    border-color: #da2131;
  }
  .ecl-message--error .ecl-message__icon {
    fill: #da2131;
  }
  .ecl-news-ticker,
  .ecl-skip-link {
    display: none;
  }
  .ecl-table {
    border-collapse: collapse;
    color: #404040;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    margin: 0;
    page-break-inside: avoid;
    width: 100%;
  }
  .ecl-table__header {
    padding: .31cm .84cm .31cm .42cm;
    text-align: start;
    vertical-align: initial;
  }
  .ecl-table__row {
    border-bottom: 1px solid #9f9f9f;
  }
  .ecl-table__head .ecl-table__row:first-child {
    border-bottom: 2px solid #404040;
  }
  .ecl-table__cell {
    padding: .31cm .84cm .31cm .42cm;
  }
  .ecl-table__header[data-ecl-table-sort-toggle] {
    padding: .75rem 1rem;
  }
  .ecl-table__arrow,
  .ecl-tabs__dropdown,
  .ecl-tabs__item--more {
    display: none;
  }
  .ecl-tabs__link {
    font: normal normal 400 1rem/1.25rem arial, sans-serif;
  }
  .ecl-tag {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-width: 0;
    color: #404040;
    font: normal normal 400 9pt/12pt verdana, sans-serif;
    padding: 0;
    text-decoration: none;
  }
  .ecl-tag__icon {
    display: none;
  }
  .ecl-banner {
    padding: .42cm 0;
  }
  .ecl-banner__credit,
  .ecl-banner__picture {
    display: none;
  }
  .ecl-banner__title {
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
  }
  .ecl-banner__description {
    font: normal normal 400 12pt/18pt arial, sans-serif;
    margin-bottom: 0;
    margin-top: .21cm;
  }
  .ecl-banner__description + .ecl-link {
    margin-top: .42cm;
  }
  .ecl-banner__cta {
    background: #ffd617;
    border-radius: 0;
    display: inline-block;
    margin-top: .42cm;
    padding: .31cm;
  }
  .ecl-banner__link-cta.ecl-link {
    color: #000;
  }
  .ecl-description-list {
    margin: 0;
  }
  .ecl-description-list__term {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    font-weight: 700;
    margin-top: .42cm;
    max-width: 80ch;
    overflow-wrap: break-word;
  }
  .ecl-description-list__term:first-child {
    margin-top: 0;
  }
  .ecl-description-list__term + .ecl-description-list__term {
    margin-top: .1cm;
  }
  .ecl-description-list__definition {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin-inline-start: 0;
    margin-top: .21cm;
    max-width: 80ch;
  }
  .ecl-description-list__definition--link {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .ecl-description-list__definition--link .ecl-description-list__definition-item {
    margin-top: .31cm;
  }
  .ecl-description-list__definition--link .ecl-description-list__definition-item:first-child {
    margin-top: 0;
  }
  .ecl-description-list__definition--inline {
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: -.21cm;
  }
  .ecl-description-list__definition--inline .ecl-description-list__definition-item {
    border-inline-end: 1px solid #404040;
    display: inline;
    margin-inline-end: .5rem;
    margin-bottom: .5rem;
    padding-inline-end: .5rem;
    unicode-bidi: isolate;
  }
  .ecl-description-list__definition--inline .ecl-description-list__definition-item:last-child {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-description-list__definition--taxonomy {
    color: #707070;
    display: inline-block;
    margin-bottom: -.5rem;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item {
    display: inline;
    margin-inline-end: 1rem;
    margin-bottom: .5rem;
    padding-inline-start: 1rem;
    position: relative;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:before {
    background-color: #004494;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: -2px;
    position: absolute;
    top: 8px;
    width: 4px;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:first-child {
    padding-inline-start: 0;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:first-child:before {
    display: none;
  }
  .ecl-description-list__definition--taxonomy .ecl-description-list__definition-item:last-child {
    margin-inline-start: 0;
  }
  .ecl-description-list--horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ecl-description-list--horizontal .ecl-description-list__term {
    margin-top: .42cm;
    width: 32%;
  }
  .ecl-description-list--horizontal .ecl-description-list__term:first-of-type {
    margin-top: 0;
  }
  .ecl-description-list--horizontal .ecl-description-list__definition {
    align-items: flex-start;
    margin-inline-start: .84cm;
    margin-top: .42cm;
    overflow-wrap: break-word;
    width: calc(68% - .84cm);
  }
  .ecl-description-list--horizontal .ecl-description-list__definition:first-of-type {
    margin-top: 0;
  }
  .ecl-featured-item__container {
    display: flex;
    flex-wrap: wrap;
  }
  .ecl-featured-item__heading {
    color: #000;
    font: normal normal 400 18pt/21pt verdana, sans-serif;
    font-weight: 600;
    margin-bottom: .75rem;
    margin-top: 0;
  }
  .ecl-featured-item__col-2 {
    padding: 0;
  }
  .ecl-featured-item__title {
    color: #000;
    font: normal normal 400 1.125rem/1.75rem arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: 1rem;
  }
  .ecl-featured-item__description {
    color: #000;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    font-weight: 400;
    margin-bottom: .5rem;
    margin-top: 0;
    max-width: 80ch;
  }
  .ecl-featured-item__link {
    margin-bottom: .42cm;
  }
  .ecl-featured-item--extended .ecl-featured-item__container {
    background-color: #ebebeb;
    border-inline-start: 8px solid #ffd617;
    border-radius: 0;
    overflow: hidden;
    padding-bottom: .42cm;
    padding-inline-end: .42cm;
    padding-inline-start: .21cm;
    padding-top: .42cm;
  }
  .ecl-featured-item--extended .ecl-featured-item__heading {
    padding-inline-end: .42cm;
    padding-inline-start: .42167cm;
  }
}
@media print and (min-width:480px) {
  .ecl-featured-item__heading {
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-weight: 600;
    margin-bottom: .42cm;
  }
  .ecl-featured-item__col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .ecl-featured-item__item {
    box-sizing: border-box;
    flex-basis: 15cm;
  }
  .ecl-featured-item__item:first-child {
    padding-bottom: 0;
    padding-inline-end: .42cm;
  }
  .ecl-featured-item__item:last-child {
    flex-grow: 1;
  }
  .ecl-featured-item__link {
    margin-bottom: 0;
  }
  .ecl-featured-item--extended .ecl-featured-item__container {
    padding-bottom: .75rem;
    padding-inline-end: .42cm;
    padding-inline-start: 1rem;
    padding-top: .75rem;
  }
  .ecl-featured-item--extended .ecl-featured-item__heading {
    padding-inline-end: .42cm;
    padding-inline-start: calc(1rem + 10px);
  }
}
@media print {
  .ecl-hero-banner {
    margin: 0;
    padding-bottom: .84cm;
    padding-top: .84cm;
  }
  .ecl-hero-banner__credit {
    display: none;
  }
  .ecl-hero-banner__title {
    color: #000;
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-family: arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
  }
  .ecl-hero-banner__description {
    color: #000;
    font: normal normal 400 12pt/18pt arial, sans-serif;
    margin-bottom: 0;
    margin-top: .21cm;
  }
  .ecl-hero-banner__description + .ecl-link {
    margin-top: .42cm;
  }
  .ecl-list-illustration {
    margin: 0;
  }
  .ecl-list-illustration__item {
    display: flex;
    flex-direction: row;
    padding: .42cm;
  }
  .ecl-list-illustration__image {
    margin-inline-end: .42cm;
    object-fit: cover;
  }
  .ecl-list-illustration__image:not(.ecl-list-illustration__image--square) {
    width: 15.875rem;
  }
  .ecl-list-illustration__image--square {
    aspect-ratio: 1/1;
    width: 100px;
  }
  .ecl-list-illustration__image--square.ecl-list-illustration__image--s {
    width: 48px;
  }
  .ecl-list-illustration__image--square.ecl-list-illustration__image--l {
    width: 150px;
  }
  .ecl-list-illustration__title-container {
    display: flex;
    flex-direction: column;
  }
  .ecl-list-illustration__icon {
    color: #000;
    margin-bottom: .42cm;
  }
  .ecl-list-illustration__value {
    color: #404040;
    font: normal normal 400 18pt/21pt verdana, sans-serif;
    font-weight: 600;
    margin-bottom: .21cm;
  }
  .ecl-list-illustration__title {
    color: #404040;
    font: normal normal 400 13.5pt/21pt arial, sans-serif;
  }
  .ecl-list-illustration__description {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin-top: .21cm;
  }
  .ecl-list-illustration--zebra .ecl-list-illustration__item:nth-child(2n) {
    background-color: #f5f5f5;
  }
  .ecl-page-banner {
    margin: 0;
    padding-bottom: .63cm;
    padding-top: .63cm;
  }
  .ecl-page-banner__credit {
    display: none;
  }
  .ecl-page-banner__title {
    color: #000;
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-family: arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
  }
  .ecl-page-banner__description {
    color: #000;
    font: normal normal 400 12pt/18pt arial, sans-serif;
    margin-bottom: 0;
    margin-top: .21cm;
  }
  .ecl-page-banner__description + .ecl-link {
    margin-top: .42cm;
  }
  .ecl-breadcrumb,
  .ecl-breadcrumb-core,
  .ecl-breadcrumb-harmonised,
  .ecl-breadcrumb-standardised {
    display: none;
  }
  .ecl-card {
    margin: 0;
    overflow-wrap: break-word;
  }
  .ecl-card__image {
    margin-bottom: .31cm;
    max-height: 10cm;
    max-width: 100%;
  }
  .ecl-content-block {
    margin: 0;
  }
  .ecl-content-block__label-container {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 -.21cm;
    padding: 0;
    width: 100%;
  }
  .ecl-content-block__label-item {
    margin-bottom: .21cm;
    margin-inline-end: .21cm;
  }
  .ecl-content-block__label-item:last-child {
    margin-inline-end: 0;
  }
  .ecl-content-block__primary-meta-container {
    color: #707070;
    display: inline-flex;
    flex-wrap: wrap;
    font: normal normal 400 .875rem/1rem arial, sans-serif;
    list-style: none;
    margin: .21cm 0 -.21cm;
    padding: 0;
    width: 100%;
  }
  .ecl-content-block__primary-meta-item {
    border-inline-end: 1px solid #004494;
    margin-bottom: .21cm;
    margin-inline-end: .42cm;
    padding-inline-end: .42cm;
  }
  .ecl-content-block__primary-meta-item:last-child {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-content-block__title {
    color: #404040;
    font: normal normal 400 13.5pt/18pt verdana, sans-serif;
    font-weight: 700;
    margin: .21cm 0 0;
    max-width: 80ch;
  }
  .ecl-content-block__description {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin-top: .21cm;
    max-width: 80ch;
  }
  .ecl-content-block__secondary-meta-container {
    color: #707070;
    display: flex;
    flex-direction: column;
    font: normal normal 400 9pt/12pt verdana, sans-serif;
    list-style: none;
    margin: .42cm 0 0;
    padding: 0;
  }
  .ecl-content-block__secondary-meta-item {
    align-items: center;
    display: inline-flex;
    margin-bottom: .21cm;
    width: 100%;
  }
  .ecl-content-block__secondary-meta-item:last-child {
    margin-bottom: 0;
  }
  .ecl-content-block__secondary-meta-icon {
    fill: #707070;
    flex-shrink: 0;
    margin-inline-end: .21cm;
  }
  .ecl-content-block__tag-container {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin: .63cm 0 -.21cm;
    padding: 0;
    width: 100%;
  }
  .ecl-content-block__tag-item {
    margin-bottom: .21cm;
    margin-inline-end: .21cm;
  }
  .ecl-content-block__link-container {
    margin-top: .63cm;
  }
  .ecl-content-block__link-list {
    border-top: 1px solid #e3e3e3;
    list-style: none;
    margin: .63cm 0 0;
    padding: .63cm 0 0;
  }
  .ecl-content-block__link-list:first-child {
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .ecl-content-block__link-item {
    margin-top: .21cm;
  }
  .ecl-content-block__link-item:first-child {
    margin-top: 0;
  }
  .ecl-content-block__list-container {
    margin-top: .63cm;
  }
  .ecl-content-block__list {
    margin-top: .42cm;
  }
  .ecl-content-block > :first-child,
  .ecl-content-block__list:first-child {
    margin-top: 0;
  }
  .ecl-content-item {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    margin: 0;
  }
  .ecl-content-item--divider {
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: .63cm;
  }
  .ecl-content-item__content-block {
    margin-inline-end: auto;
    max-width: 80ch;
  }
  .ecl-content-item__date,
  .ecl-content-item__picture {
    flex-shrink: 0;
    margin-inline-end: .42cm;
  }
  .ecl-content-item__picture {
    max-width: 210px;
  }
  .ecl-content-item__picture--small {
    height: 140px;
    width: 140px;
  }
  .ecl-content-item__image {
    border: 1px solid #cfcfcf;
    width: 100%;
  }
  .ecl-content-item__picture--right {
    margin-inline-end: 0;
    margin-inline-start: .42cm;
    order: 1;
  }
  .ecl-expandable {
    margin: 0;
  }
  .ecl-button.ecl-expandable__toggle {
    display: none;
  }
  .ecl-expandable__content {
    border-bottom: 1px solid #cfcfcf;
    display: block;
    font-family: verdana, sans-serif;
    max-width: 80ch;
    padding: .42cm 0 .63cm .42cm;
  }
  .ecl-fact-figures {
    margin: 0;
  }
  .ecl-fact-figures__item {
    border-bottom: 1px solid #000;
    padding-bottom: .84cm;
    padding-top: .84cm;
  }
  .ecl-fact-figures__icon {
    display: block;
    float: left;
    margin-right: .42cm;
    margin-top: .1cm;
  }
  .ecl-fact-figures__value {
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 700;
  }
  .ecl-fact-figures__title {
    clear: left;
    font: normal normal 400 12pt/18pt arial, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 700;
    margin-top: .21cm;
  }
  .ecl-fact-figures__description {
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin-top: .31cm;
    max-width: 80ch;
  }
  .ecl-fact-figures__view-all {
    display: none;
  }
  .ecl-fact-figures__items {
    grid-column-gap: .84cm;
    grid-row-gap: .84cm;
    display: grid;
  }
  .ecl-fact-figures--col-2 .ecl-fact-figures__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .ecl-fact-figures--col-3 .ecl-fact-figures__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .ecl-fact-figures--col-4 .ecl-fact-figures__items {
    grid-template-columns: repeat(4, 1fr);
  }
  .ecl-file {
    margin: 0;
  }
  .ecl-file__info {
    display: flex;
    flex-wrap: wrap;
  }
  .ecl-file__icon {
    display: none;
  }
  .ecl-file__title {
    color: #000;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-bottom: .31cm;
    width: 100%;
  }
  .ecl-file__language {
    color: #000;
    font: normal normal 400 9pt/12pt verdana, sans-serif;
    font-weight: 600;
    margin-inline-end: .1cm;
  }
  .ecl-file__meta {
    color: #000;
  }
  .ecl-file__download,
  .ecl-file__meta {
    font: normal normal 400 9pt/12pt verdana, sans-serif;
  }
  .ecl-file__download {
    border-width: 0;
    clear: start;
    font-weight: 400;
  }
  .ecl-file__detail {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    flex-direction: row;
    margin-bottom: .42cm;
    padding-bottom: .42cm;
  }
  .ecl-file__detail-meta {
    color: #707070;
    display: flex;
    font: normal normal 400 9pt/12pt verdana, sans-serif;
    margin-bottom: .21cm;
  }
  .ecl-file__detail-meta-item {
    margin-inline-start: .21cm;
  }
  .ecl-file__detail-meta-item:before {
    content: "|";
    margin-inline-end: .21cm;
  }
  .ecl-file__detail-meta-item:first-of-type {
    margin-inline-start: 0;
    text-transform: uppercase;
  }
  .ecl-file__detail-meta-item:first-of-type:before {
    display: none;
  }
  .ecl-file__image {
    align-self: flex-start;
    display: block;
    margin-inline-start: 1.5rem;
    margin-top: 0;
    max-width: 13.125rem;
  }
  .ecl-file__taxonomy {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: .42cm;
    padding-bottom: .42cm;
    width: 100%;
  }
  .ecl-file__label {
    margin-bottom: .42cm;
  }
  .ecl-file__description {
    color: #000;
    display: inline-flex;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin-top: .21cm;
    white-space: pre-wrap;
  }
  .ecl-file__translation-toggle {
    display: none;
  }
  .ecl-file__translation-list {
    display: block;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
  }
  .ecl-file__translation-item {
    margin-top: .21cm;
  }
  .ecl-file__translation-info {
    display: flex;
  }
  .ecl-file__translation-title {
    color: #000;
    font: normal normal 400 9pt/12pt verdana, sans-serif;
    font-weight: 600;
    margin-inline-end: .1cm;
  }
  .ecl-file__translation-meta {
    color: #000;
    font: normal normal 400 9pt/12pt verdana, sans-serif;
  }
  .ecl-file__translation-description {
    color: #000;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    margin-top: .31cm;
  }
  .ecl-file__translation-language {
    color: #000;
    font: normal normal 400 9pt/12pt verdana, sans-serif;
    font-weight: 600;
  }
  .ecl-file__translation-download {
    font: normal normal 400 9pt/12pt verdana, sans-serif;
  }
  .ecl-rating-field {
    display: none;
  }
  .ecl-media-container {
    margin: 0;
  }
  .ecl-media-container__media iframe {
    display: none;
  }
  .ecl-media-container__media {
    max-width: 100%;
  }
  .ecl-media-container__caption {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin-top: .31cm;
    max-width: 80ch;
  }
  .ecl-modal,
  button[aria-haspopup] {
    display: none;
  }
  .ecl-navigation-list {
    margin: 0;
  }
  .ecl-navigation-list--col-2,
  .ecl-navigation-list--col-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    width: 100%;
  }
  .ecl-navigation-list--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .ecl-navigation-list--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ecl-navigation-list__image {
    display: none;
  }
  .ecl-ordered-list {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    list-style-position: inside;
    margin: 0;
    padding: 0;
  }
  .ecl-ordered-list__item {
    margin-top: .31cm;
  }
  .ecl-ordered-list__item:first-of-type {
    margin-top: 0;
  }
  .ecl-ordered-list .ecl-ordered-list {
    margin-top: .31cm;
    padding-inline-start: .63cm;
  }
  .ecl-unordered-list {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin: 0;
  }
  .ecl-unordered-list__item {
    margin-top: .31cm;
  }
  .ecl-unordered-list__item:first-of-type {
    margin-top: 0;
  }
  .ecl-unordered-list--divider,
  .ecl-unordered-list--no-bullet {
    list-style: none;
    padding-inline-start: 0;
  }
  .ecl-unordered-list .ecl-unordered-list {
    margin-top: .31cm;
  }
  .ecl-pagination {
    display: none;
  }
  .ecl-popover {
    margin: 0;
  }
  .ecl-search-form {
    display: none;
  }
  .ecl-social-media-follow {
    margin: 0;
  }
  .ecl-social-media-follow__icon-hover {
    display: none;
  }
  .ecl-social-media-follow__description {
    color: #000;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    font-weight: 600;
    margin: 0;
  }
  .ecl-social-media-follow__list {
    list-style: none;
    margin-top: .63cm;
    padding-left: 0;
  }
  .ecl-social-media-follow__item {
    color: #404040;
    font: normal normal 400 1rem/1.5rem arial, sans-serif;
    margin-top: .31cm;
  }
  .ecl-social-media-follow__item:first-of-type {
    margin-top: 0;
  }
  .ecl-social-media-follow__item:last-of-type a:not(.ecl-link--icon) {
    display: none;
  }
  .ecl-social-media-follow__link {
    align-items: center;
    display: flex;
  }
  .ecl-social-media-follow__icon {
    display: block;
    margin-right: .31cm;
  }
  .ecl-social-media-share {
    display: none;
  }
  .ecl-timeline {
    color: #000;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    list-style: disc;
    margin: 0;
    padding-left: .63cm;
  }
  .ecl-timeline__item {
    margin-top: .42cm;
  }
  .ecl-timeline__item:first-child {
    margin-top: 0;
  }
  .ecl-timeline__label {
    color: #404040;
  }
  .ecl-timeline__label,
  .ecl-timeline__title {
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-weight: 600;
  }
  .ecl-timeline__title {
    color: #000;
    margin-top: .21cm;
  }
  .ecl-timeline__content {
    color: #707070;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    margin-top: .21cm;
  }
  .ecl-timeline__item--toggle {
    display: none;
  }
  .ecl-accordion__item {
    margin-top: .63cm;
    page-break-inside: avoid;
  }
  .ecl-accordion__item:first-of-type {
    margin-top: 0;
  }
  .ecl-accordion__toggle-icon {
    display: none;
  }
  .ecl-accordion__title {
    margin: 0;
    page-break-after: avoid;
  }
  .ecl-accordion__title,
  .ecl-accordion__toggle {
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
  }
  .ecl-accordion__toggle {
    background-color: initial;
    border-width: 0;
    color: #404040;
    display: block;
    padding: 0;
    text-align: start;
    width: 100%;
  }
  .ecl-accordion__content,
  .ecl-accordion__content[hidden] {
    color: #404040;
    display: block;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
    margin-top: .42cm;
    page-break-inside: avoid;
  }
  .ecl-carousel__controls,
  .ecl-carousel__next,
  .ecl-carousel__prev,
  .ecl-category-filter {
    display: none;
  }
  .ecl-gallery {
    margin: 0;
  }
  .ecl-gallery__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    margin-top: -.21cm;
    padding-inline-start: 0;
  }
  .ecl-gallery__item {
    display: block;
    flex-grow: 1;
    height: 5cm;
    margin-bottom: 0;
    margin-inline-start: .21cm;
    margin-top: .21cm;
    min-width: 7cm;
    position: relative;
  }
  .ecl-gallery__item-icon {
    display: none;
  }
  .ecl-gallery__image-container {
    background-color: #000;
    display: flex;
    flex-grow: 1;
    height: 5cm;
    margin: 0;
    position: relative;
  }
  .ecl-gallery__picture {
    display: flex;
    height: 100%;
  }
  .ecl-gallery__picture:not(.ecl-gallery__slider-image) {
    flex-grow: 1;
  }
  .ecl-gallery__picture * {
    object-fit: cover;
    width: 100%;
  }
  @supports (object-fit:cover) {
    .ecl-gallery__image {
      display: block;
      flex-grow: 1;
      min-width: 5cm;
      object-fit: cover;
    }
  }
  .ecl-gallery__description {
    align-items: center;
    background-color: #000000b3;
    bottom: 0;
    color: #fff;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
    left: 0;
    overflow: hidden;
    padding: .25rem .21cm;
    position: absolute;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: text-bottom;
    white-space: nowrap;
    width: calc(100% - .42cm);
  }
  .ecl-gallery__description-icon,
  .ecl-gallery__footer {
    display: none;
  }
  .ecl-gallery__overlay {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #000000b3;
    border-width: 0;
    display: none;
    flex-direction: column;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: 100vh;
    max-width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .ecl-gallery__overlay .ecl-gallery__close,
  .ecl-gallery__overlay .ecl-gallery__detail-actions,
  .ecl-gallery__overlay .ecl-gallery__slider-next,
  .ecl-gallery__overlay .ecl-gallery__slider-previous {
    display: none;
  }
  .ecl-gallery__overlay .ecl-gallery__slider {
    align-items: center;
    background: #000000b3;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .ecl-gallery__overlay .ecl-gallery__slider-image *,
  .ecl-gallery__overlay .ecl-gallery__slider-video {
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    margin: 0;
    object-fit: contain;
    width: 100%;
  }
  .ecl-gallery__overlay .ecl-gallery__detail {
    padding: 1rem;
  }
  .ecl-gallery__overlay .ecl-gallery__detail * {
    color: #fff;
  }
  .ecl-gallery__overlay .ecl-gallery__detail-meta {
    margin-top: .5rem;
  }
  .ecl-gallery__overlay .ecl-gallery__pager {
    display: flex;
    flex-direction: row-reverse;
    margin-top: .5rem;
  }
  .ecl-gallery__overlay .ecl-gallery__pager * {
    align-self: flex-end;
    font: normal normal 400 .875rem/1.25rem arial, sans-serif;
  }
  .ecl-gallery__overlay[open] {
    display: flex;
    overflow: auto;
  }
  .ecl-page-header {
    padding-bottom: .84cm;
    padding-top: .84cm;
  }
  .ecl-page-header__meta {
    color: #404040;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-family: arial, sans-serif;
    margin-top: .42cm;
  }
  .ecl-page-header__meta-item {
    border-inline-end: 1px solid #404040;
    margin-inline-end: .42cm;
    padding-inline-end: .42cm;
  }
  .ecl-page-header__meta-item:first-of-type {
    text-transform: uppercase;
  }
  .ecl-page-header__meta-item:last-of-type {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-page-header__title {
    color: #404040;
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: .42cm;
  }
  .ecl-page-header__description-container {
    display: flex;
  }
  .ecl-page-header__description {
    font: normal normal 400 13.5pt/21pt arial, sans-serif;
    margin-bottom: 0;
    margin-top: .42cm;
  }
  .ecl-page-header--image .ecl-page-header__background {
    display: block;
    height: 10.875rem;
    object-fit: cover;
    object-position: 50% 0;
    width: 100%;
  }
  .ecl-page-header__description-thumbnail {
    margin-top: .31cm;
    margin-inline-end: .42cm;
    max-width: 120px;
  }
  .ecl-page-header-core {
    padding-bottom: .84cm;
    padding-top: .84cm;
  }
  .ecl-page-header-core__meta {
    color: #404040;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-family: arial, sans-serif;
  }
  .ecl-page-header-core__meta-item {
    border-inline-end: 1px solid #404040;
    margin-inline-end: .42cm;
    padding-inline-end: .42cm;
  }
  .ecl-page-header-core__meta-item:first-of-type {
    text-transform: uppercase;
  }
  .ecl-page-header-core__meta-item:last-of-type {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-page-header-core__title {
    color: #404040;
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: .42cm;
  }
  .ecl-page-header-core__description {
    font: .84cm;
    margin-bottom: 0;
    margin-top: .42cm;
  }
  .ecl-page-header-core--image {
    background-image: none !important;
  }
  .ecl-page-header-harmonised {
    padding-bottom: .84cm;
    padding-top: .84cm;
  }
  .ecl-page-header-harmonised__meta {
    color: #404040;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-family: arial, sans-serif;
  }
  .ecl-page-header-harmonised__title {
    color: #404040;
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: .42cm;
  }
  .ecl-page-header-harmonised__description {
    font: normal normal 400 13.5pt/21pt arial, sans-serif;
    margin-bottom: 0;
    margin-top: .42cm;
  }
  .ecl-page-header-standardised {
    padding-bottom: .84cm;
    padding-top: .84cm;
  }
  .ecl-page-header-standardised__meta {
    color: #404040;
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-family: arial, sans-serif;
  }
  .ecl-page-header-standardised__meta-item {
    border-inline-end: 1px solid #404040;
    margin-inline-end: .42cm;
    padding-inline-end: .42cm;
  }
  .ecl-page-header-standardised__meta-item:first-of-type {
    text-transform: uppercase;
  }
  .ecl-page-header-standardised__meta-item:last-of-type {
    border-inline-end-width: 0;
    margin-inline-end: 0;
    padding-inline-end: 0;
  }
  .ecl-page-header-standardised__title {
    color: #404040;
    font: normal normal 400 21pt/24pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: .42cm;
  }
  .ecl-page-header-standardised__description {
    font: normal normal 400 13.5pt/21pt arial, sans-serif;
    margin-bottom: 0;
    margin-top: .42cm;
  }
  .ecl-inpage-navigation {
    display: none;
  }
  .ecl-menu {
    margin: 0;
  }
  .ecl-menu__site-name {
    font: normal normal 400 18pt/21pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-top: .21cm;
  }
  .ecl-footer-core,
  .ecl-footer-harmonised,
  .ecl-footer-standardised,
  .ecl-menu__inner,
  .ecl-menu__open,
  .ecl-site-footer {
    display: none;
  }
  .ecl-language-list {
    margin: 0;
  }
  .ecl-language-list__logo {
    height: 2.31cm;
    width: 4.725cm;
  }
  .ecl-language-list__category {
    font: normal normal 400 10.5pt/12pt verdana, sans-serif;
    font-weight: 600;
    margin-bottom: .42cm;
    margin-top: .63cm;
  }
  .ecl-language-list__list {
    margin-bottom: 0;
    margin-top: 0;
  }
  .ecl-language-list__item--is-active {
    font-weight: 600;
  }
  .ecl-language-list__item {
    margin-top: .5rem;
  }
  .ecl-language-list__link {
    display: flex;
  }
  .ecl-language-list--overlay {
    display: none;
  }
  .ecl-site-header__logo-image {
    height: 1.9cm;
    margin-bottom: .31cm;
    margin-top: .42cm;
    width: 7.2cm;
  }
  .ecl-site-header__action {
    display: none;
  }
  .ecl-site-header__banner-top {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
  }
  .ecl-site-header__banner-top .ecl-link {
    color: #404040;
  }
  .ecl-site-header__banner-top .ecl-link:after {
    display: none;
  }
  .ecl-site-header__banner {
    font: normal normal 400 18pt/21pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-top: .21cm;
  }
  .ecl-site-header__logo-image-mobile,
  .ecl-site-header__logo-link:after {
    display: none;
  }
  .ecl-site-header-core__logo-image {
    height: 1.9cm;
    margin-bottom: 1.68cm;
    margin-top: 1.68cm;
    padding-bottom: .84cm;
    padding-top: .84cm;
    width: 7.2cm;
  }
  .ecl-site-header-core__action,
  .ecl-site-header-core__logo-link:after {
    display: none;
  }
  .ecl-site-header-harmonised__logo-image {
    height: 1.9cm;
    margin-bottom: 1.68cm;
    margin-top: 1.68cm;
    padding-bottom: .84cm;
    padding-top: .84cm;
    width: 7.2cm;
  }
  .ecl-site-header-harmonised__action {
    display: none;
  }
  .ecl-site-header-harmonised__banner-top {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
  }
  .ecl-site-header-harmonised__banner-top .ecl-link {
    color: #404040;
  }
  .ecl-site-header-harmonised__banner-top .ecl-link:after {
    display: none;
  }
  .ecl-site-header-harmonised__banner,
  .ecl-site-header-harmonised__site-name {
    font: normal normal 400 18pt/21pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-top: .21cm;
  }
  .ecl-site-header-harmonised__logo-link:after {
    display: none;
  }
  .ecl-site-header-harmonised--group3 .ecl-site-header-harmonised__logo-image {
    width: auto;
  }
  .ecl-site-header-standardised__logo-image {
    height: 1.9cm;
    margin-bottom: 1.68cm;
    margin-top: 1.68cm;
    padding-bottom: .84cm;
    padding-top: .84cm;
    width: 7.2cm;
  }
  .ecl-site-header-standardised__action {
    display: none;
  }
  .ecl-site-header-standardised__banner-top {
    color: #404040;
    font: normal normal 400 10.5pt/15pt arial, sans-serif;
  }
  .ecl-site-header-standardised__banner-top .ecl-link {
    color: #404040;
  }
  .ecl-site-header-standardised__banner-top .ecl-link:after {
    display: none;
  }
  .ecl-site-header-standardised__banner {
    font: normal normal 400 18pt/21pt verdana, sans-serif;
    font-family: arial, sans-serif;
    font-weight: 600;
    margin-top: .21cm;
  }
  .ecl-site-header-core__logo-image-mobile,
  .ecl-site-header-standardised__logo-link:after {
    display: none;
  }
  .ecl-u-bg-primary {
    background-color: #004494 !important;
  }
  .ecl-u-bg-secondary {
    background-color: #ffd617 !important;
  }
  .ecl-u-bg-tertiary {
    background-color: #e3e3e3 !important;
  }
  .ecl-u-bg-error {
    background-color: #da2131 !important;
  }
  .ecl-u-bg-info {
    background-color: #006fb4 !important;
  }
  .ecl-u-bg-success {
    background-color: #467a39 !important;
  }
  .ecl-u-bg-warning {
    background-color: #f29527 !important;
  }
  .ecl-u-bg-text {
    background-color: #404040 !important;
  }
  .ecl-u-bg-black {
    background-color: #000 !important;
  }
  .ecl-u-bg-white {
    background-color: #fff !important;
  }
  .ecl-u-bg-blue {
    background-color: #004494 !important;
  }
  .ecl-u-bg-yellow {
    background-color: #ffd617 !important;
  }
  .ecl-u-bg-grey {
    background-color: #404040 !important;
  }
  .ecl-u-bg-blue-n {
    background-color: #006fb4 !important;
  }
  .ecl-u-bg-orange {
    background-color: #f29527 !important;
  }
  .ecl-u-bg-green {
    background-color: #467a39 !important;
  }
  .ecl-u-bg-red {
    background-color: #da2131 !important;
  }
  .ecl-u-bg-black-100 {
    background-color: #000 !important;
  }
  .ecl-u-bg-blue-130 {
    background-color: #002f67 !important;
  }
  .ecl-u-bg-blue-120 {
    background-color: #003776 !important;
  }
  .ecl-u-bg-blue-110 {
    background-color: #003d84 !important;
  }
  .ecl-u-bg-blue-100 {
    background-color: #004494 !important;
  }
  .ecl-u-bg-blue-75 {
    background-color: #4073af !important;
  }
  .ecl-u-bg-blue-50 {
    background-color: #7fa1c9 !important;
  }
  .ecl-u-bg-blue-25 {
    background-color: #bfd0e4 !important;
  }
  .ecl-u-bg-blue-5 {
    background-color: #f2f5f9 !important;
  }
  .ecl-u-bg-green-100 {
    background-color: #467a39 !important;
  }
  .ecl-u-bg-grey-100 {
    background-color: #404040 !important;
  }
  .ecl-u-bg-grey-75 {
    background-color: #707070 !important;
  }
  .ecl-u-bg-grey-50 {
    background-color: #9f9f9f !important;
  }
  .ecl-u-bg-grey-25 {
    background-color: #cfcfcf !important;
  }
  .ecl-u-bg-grey-20 {
    background-color: #d9d9d9 !important;
  }
  .ecl-u-bg-grey-15 {
    background-color: #e3e3e3 !important;
  }
  .ecl-u-bg-grey-10 {
    background-color: #ebebeb !important;
  }
  .ecl-u-bg-grey-5 {
    background-color: #f5f5f5 !important;
  }
  .ecl-u-bg-grey-3 {
    background-color: #f9f9f9 !important;
  }
  .ecl-u-bg-orange-100 {
    background-color: #f29527 !important;
  }
  .ecl-u-bg-purple-25 {
    background-color: #d2bfdd !important;
  }
  .ecl-u-bg-purple-100 {
    background-color: #4b0076 !important;
  }
  .ecl-u-bg-red-100 {
    background-color: #da2131 !important;
  }
  .ecl-u-bg-red-130 {
    background-color: #981722 !important;
  }
  .ecl-u-bg-yellow-120 {
    background-color: #f8ae21 !important;
  }
  .ecl-u-bg-yellow-110 {
    background-color: #fbc11d !important;
  }
  .ecl-u-bg-yellow-100 {
    background-color: #ffd617 !important;
  }
  .ecl-u-bg-yellow-75 {
    background-color: #ffde39 !important;
  }
  .ecl-u-bg-yellow-50 {
    background-color: #ffe879 !important;
  }
  .ecl-u-bg-yellow-25 {
    background-color: #fff4bb !important;
  }
  .ecl-u-bg-white-100 {
    background-color: #fff !important;
  }
  .ecl-u-bg-transparent {
    background-color: initial !important;
  }
  .ecl-u-border-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-dotted {
    border-style: dotted !important;
  }
}
@media print and (min-width:480px) {
  .ecl-u-border-s-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-s-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-s-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-s-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-s-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-s-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-s-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-s-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-s-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-s-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-s-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-s-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-s-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-s-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-s-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-s-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-s-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-s-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-s-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-s-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-s-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-s-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-s-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-s-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-s-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-s-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-s-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-s-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-s-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-s-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-s-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-s-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-s-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-s-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-s-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-s-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-s-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-s-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-s-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-s-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-s-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-s-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-s-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-s-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-s-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-s-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-s-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-s-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-s-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-s-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-s-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-s-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-s-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-s-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-s-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-s-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-s-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-s-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-s-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-s-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-s-dotted {
    border-style: dotted !important;
  }
}
@media print and (min-width:768px) {
  .ecl-u-border-m-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-m-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-m-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-m-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-m-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-m-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-m-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-m-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-m-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-m-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-m-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-m-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-m-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-m-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-m-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-m-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-m-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-m-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-m-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-m-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-m-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-m-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-m-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-m-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-m-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-m-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-m-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-m-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-m-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-m-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-m-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-m-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-m-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-m-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-m-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-m-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-m-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-m-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-m-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-m-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-m-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-m-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-m-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-m-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-m-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-m-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-m-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-m-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-m-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-m-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-m-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-m-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-m-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-m-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-m-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-m-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-m-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-m-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-m-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-m-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-m-dotted {
    border-style: dotted !important;
  }
}
@media print and (min-width:996px) {
  .ecl-u-border-l-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-l-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-l-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-l-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-l-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-l-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-l-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-l-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-l-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-l-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-l-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-l-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-l-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-l-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-l-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-l-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-l-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-l-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-l-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-l-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-l-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-l-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-l-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-l-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-l-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-l-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-l-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-l-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-l-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-l-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-l-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-l-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-l-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-l-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-l-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-l-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-l-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-l-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-l-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-l-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-l-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-l-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-l-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-l-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-l-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-l-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-l-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-l-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-l-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-l-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-l-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-l-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-l-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-l-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-l-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-l-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-l-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-l-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-l-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-l-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-l-dotted {
    border-style: dotted !important;
  }
}
@media print and (min-width:1140px) {
  .ecl-u-border-xl-all {
    border: 1px solid #000 !important;
  }
  .ecl-u-border-xl-bottom {
    border-bottom: 1px solid #000 !important;
  }
  .ecl-u-border-xl-left {
    border-left: 1px solid #000 !important;
  }
  .ecl-u-border-xl-top {
    border-top: 1px solid #000 !important;
  }
  .ecl-u-border-xl-right {
    border-right: 1px solid #000 !important;
  }
  .ecl-u-border-color-xl-primary {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-xl-secondary {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-xl-tertiary {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-xl-error {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-xl-info {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-xl-success {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-xl-warning {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-xl-text {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-xl-black {
    border-color: #000 !important;
  }
  .ecl-u-border-color-xl-white {
    border-color: #fff !important;
  }
  .ecl-u-border-color-xl-blue {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-xl-yellow {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-xl-grey {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-xl-blue-n {
    border-color: #006fb4 !important;
  }
  .ecl-u-border-color-xl-orange {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-xl-green {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-xl-red {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-xl-black-100 {
    border-color: #000 !important;
  }
  .ecl-u-border-color-xl-blue-130 {
    border-color: #002f67 !important;
  }
  .ecl-u-border-color-xl-blue-120 {
    border-color: #003776 !important;
  }
  .ecl-u-border-color-xl-blue-110 {
    border-color: #003d84 !important;
  }
  .ecl-u-border-color-xl-blue-100 {
    border-color: #004494 !important;
  }
  .ecl-u-border-color-xl-blue-75 {
    border-color: #4073af !important;
  }
  .ecl-u-border-color-xl-blue-50 {
    border-color: #7fa1c9 !important;
  }
  .ecl-u-border-color-xl-blue-25 {
    border-color: #bfd0e4 !important;
  }
  .ecl-u-border-color-xl-blue-5 {
    border-color: #f2f5f9 !important;
  }
  .ecl-u-border-color-xl-green-100 {
    border-color: #467a39 !important;
  }
  .ecl-u-border-color-xl-grey-100 {
    border-color: #404040 !important;
  }
  .ecl-u-border-color-xl-grey-75 {
    border-color: #707070 !important;
  }
  .ecl-u-border-color-xl-grey-50 {
    border-color: #9f9f9f !important;
  }
  .ecl-u-border-color-xl-grey-25 {
    border-color: #cfcfcf !important;
  }
  .ecl-u-border-color-xl-grey-20 {
    border-color: #d9d9d9 !important;
  }
  .ecl-u-border-color-xl-grey-15 {
    border-color: #e3e3e3 !important;
  }
  .ecl-u-border-color-xl-grey-10 {
    border-color: #ebebeb !important;
  }
  .ecl-u-border-color-xl-grey-5 {
    border-color: #f5f5f5 !important;
  }
  .ecl-u-border-color-xl-grey-3 {
    border-color: #f9f9f9 !important;
  }
  .ecl-u-border-color-xl-orange-100 {
    border-color: #f29527 !important;
  }
  .ecl-u-border-color-xl-purple-25 {
    border-color: #d2bfdd !important;
  }
  .ecl-u-border-color-xl-purple-100 {
    border-color: #4b0076 !important;
  }
  .ecl-u-border-color-xl-red-100 {
    border-color: #da2131 !important;
  }
  .ecl-u-border-color-xl-red-130 {
    border-color: #981722 !important;
  }
  .ecl-u-border-color-xl-yellow-120 {
    border-color: #f8ae21 !important;
  }
  .ecl-u-border-color-xl-yellow-110 {
    border-color: #fbc11d !important;
  }
  .ecl-u-border-color-xl-yellow-100 {
    border-color: #ffd617 !important;
  }
  .ecl-u-border-color-xl-yellow-75 {
    border-color: #ffde39 !important;
  }
  .ecl-u-border-color-xl-yellow-50 {
    border-color: #ffe879 !important;
  }
  .ecl-u-border-color-xl-yellow-25 {
    border-color: #fff4bb !important;
  }
  .ecl-u-border-color-xl-white-100 {
    border-color: #fff !important;
  }
  .ecl-u-border-width-xl-0 {
    border-width: 0 !important;
  }
  .ecl-u-border-width-xl-1 {
    border-width: .0625rem !important;
  }
  .ecl-u-border-width-xl-2 {
    border-width: .125rem !important;
  }
  .ecl-u-border-width-xl-4 {
    border-width: .25rem !important;
  }
  .ecl-u-border-width-xl-8 {
    border-width: .5rem !important;
  }
  .ecl-u-border-style-xl-solid {
    border-style: solid !important;
  }
  .ecl-u-border-style-xl-dashed {
    border-style: dashed !important;
  }
  .ecl-u-border-style-xl-dotted {
    border-style: dotted !important;
  }
}
@media print {
  .ecl-u-clearfix:after {
    clear: both !important;
    content: "" !important;
    display: block !important;
  }
  .ecl-u-height-auto {
    height: auto !important;
  }
  .ecl-u-height-100 {
    height: 100% !important;
  }
  .ecl-u-max-height-none {
    max-height: none !important;
  }
  .ecl-u-max-height-100 {
    max-height: 100% !important;
  }
  .ecl-u-width-auto {
    width: auto !important;
  }
  .ecl-u-width-100 {
    width: 100% !important;
  }
  .ecl-u-max-width-none {
    max-width: none !important;
  }
  .ecl-u-max-width-100 {
    max-width: 100% !important;
  }
  .ecl-u-flex-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-center {
    align-items: center !important;
  }
  .ecl-u-align-items-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-center {
    align-content: center !important;
  }
  .ecl-u-align-content-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-first {
    order: -1 !important;
  }
  .ecl-u-order-last {
    order: 1 !important;
  }
  .ecl-u-order-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-center {
    align-self: center !important;
  }
  .ecl-u-align-self-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-auto {
    flex-basis: auto !important;
  }
}
@media print and (min-width:480px) {
  .ecl-u-flex-s-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-s-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-s-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-s-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-s-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-s-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-s-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-s-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-s-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-s-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-s-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-s-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-s-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-s-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-s-center {
    align-items: center !important;
  }
  .ecl-u-align-items-s-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-s-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-s-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-s-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-s-center {
    align-content: center !important;
  }
  .ecl-u-align-content-s-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-s-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-s-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-s-first {
    order: -1 !important;
  }
  .ecl-u-order-s-last {
    order: 1 !important;
  }
  .ecl-u-order-s-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-s-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-s-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-s-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-s-center {
    align-self: center !important;
  }
  .ecl-u-align-self-s-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-s-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-s-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-s-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-s-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-s-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-s-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-s-auto {
    flex-basis: auto !important;
  }
}
@media print and (min-width:768px) {
  .ecl-u-flex-m-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-m-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-m-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-m-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-m-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-m-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-m-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-m-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-m-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-m-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-m-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-m-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-m-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-m-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-m-center {
    align-items: center !important;
  }
  .ecl-u-align-items-m-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-m-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-m-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-m-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-m-center {
    align-content: center !important;
  }
  .ecl-u-align-content-m-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-m-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-m-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-m-first {
    order: -1 !important;
  }
  .ecl-u-order-m-last {
    order: 1 !important;
  }
  .ecl-u-order-m-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-m-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-m-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-m-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-m-center {
    align-self: center !important;
  }
  .ecl-u-align-self-m-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-m-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-m-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-m-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-m-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-m-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-m-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-m-auto {
    flex-basis: auto !important;
  }
}
@media print and (min-width:996px) {
  .ecl-u-flex-l-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-l-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-l-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-l-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-l-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-l-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-l-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-l-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-l-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-l-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-l-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-l-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-l-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-l-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-l-center {
    align-items: center !important;
  }
  .ecl-u-align-items-l-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-l-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-l-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-l-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-l-center {
    align-content: center !important;
  }
  .ecl-u-align-content-l-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-l-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-l-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-l-first {
    order: -1 !important;
  }
  .ecl-u-order-l-last {
    order: 1 !important;
  }
  .ecl-u-order-l-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-l-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-l-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-l-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-l-center {
    align-self: center !important;
  }
  .ecl-u-align-self-l-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-l-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-l-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-l-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-l-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-l-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-l-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-l-auto {
    flex-basis: auto !important;
  }
}
@media print and (min-width:1140px) {
  .ecl-u-flex-xl-row {
    flex-direction: row !important;
  }
  .ecl-u-flex-xl-column {
    flex-direction: column !important;
  }
  .ecl-u-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ecl-u-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .ecl-u-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ecl-u-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ecl-u-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .ecl-u-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .ecl-u-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .ecl-u-justify-content-xl-center {
    justify-content: center !important;
  }
  .ecl-u-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .ecl-u-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .ecl-u-align-items-xl-start {
    align-items: flex-start !important;
  }
  .ecl-u-align-items-xl-end {
    align-items: flex-end !important;
  }
  .ecl-u-align-items-xl-center {
    align-items: center !important;
  }
  .ecl-u-align-items-xl-baseline {
    align-items: baseline !important;
  }
  .ecl-u-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .ecl-u-align-content-xl-start {
    align-content: flex-start !important;
  }
  .ecl-u-align-content-xl-end {
    align-content: flex-end !important;
  }
  .ecl-u-align-content-xl-center {
    align-content: center !important;
  }
  .ecl-u-align-content-xl-between {
    align-content: space-between !important;
  }
  .ecl-u-align-content-xl-around {
    align-content: space-around !important;
  }
  .ecl-u-align-content-xl-stretch {
    align-content: stretch !important;
  }
  .ecl-u-order-xl-first {
    order: -1 !important;
  }
  .ecl-u-order-xl-last {
    order: 1 !important;
  }
  .ecl-u-order-xl-0 {
    order: 0 !important;
  }
  .ecl-u-align-self-xl-auto {
    align-self: auto !important;
  }
  .ecl-u-align-self-xl-start {
    align-self: flex-start !important;
  }
  .ecl-u-align-self-xl-end {
    align-self: flex-end !important;
  }
  .ecl-u-align-self-xl-center {
    align-self: center !important;
  }
  .ecl-u-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .ecl-u-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .ecl-u-flex-grow-xl-0 {
    flex-grow: 0 !important;
  }
  .ecl-u-flex-grow-xl-1 {
    flex-grow: 1 !important;
  }
  .ecl-u-flex-shrink-xl-0 {
    flex-shrink: 0 !important;
  }
  .ecl-u-flex-shrink-xl-1 {
    flex-shrink: 1 !important;
  }
  .ecl-u-flex-basis-xl-100 {
    flex-basis: 100% !important;
  }
  .ecl-u-flex-basis-xl-auto {
    flex-basis: auto !important;
  }
}
@media print {
  .ecl-u-f-l {
    float: left !important;
  }
  .ecl-u-f-r {
    float: right !important;
  }
  .ecl-u-f-none {
    float: none !important;
  }
  .ecl-u-disablescroll {
    overflow: hidden !important;
  }
  .ecl-u-d-none {
    display: none !important;
  }
  .ecl-u-d-inline {
    display: inline !important;
  }
  .ecl-u-d-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-block {
    display: block !important;
  }
  .ecl-u-d-table {
    display: table !important;
  }
  .ecl-u-d-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-flex {
    display: flex !important;
  }
  .ecl-u-d-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-grid {
    display: grid !important;
  }
}
@media print and (min-width:480px) {
  .ecl-u-d-s-none {
    display: none !important;
  }
  .ecl-u-d-s-inline {
    display: inline !important;
  }
  .ecl-u-d-s-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-s-block {
    display: block !important;
  }
  .ecl-u-d-s-table {
    display: table !important;
  }
  .ecl-u-d-s-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-s-flex {
    display: flex !important;
  }
  .ecl-u-d-s-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-s-grid {
    display: grid !important;
  }
}
@media print and (min-width:768px) {
  .ecl-u-d-m-none {
    display: none !important;
  }
  .ecl-u-d-m-inline {
    display: inline !important;
  }
  .ecl-u-d-m-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-m-block {
    display: block !important;
  }
  .ecl-u-d-m-table {
    display: table !important;
  }
  .ecl-u-d-m-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-m-flex {
    display: flex !important;
  }
  .ecl-u-d-m-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-m-grid {
    display: grid !important;
  }
}
@media print and (min-width:996px) {
  .ecl-u-d-l-none {
    display: none !important;
  }
  .ecl-u-d-l-inline {
    display: inline !important;
  }
  .ecl-u-d-l-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-l-block {
    display: block !important;
  }
  .ecl-u-d-l-table {
    display: table !important;
  }
  .ecl-u-d-l-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-l-flex {
    display: flex !important;
  }
  .ecl-u-d-l-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-l-grid {
    display: grid !important;
  }
}
@media print and (min-width:1140px) {
  .ecl-u-d-xl-none {
    display: none !important;
  }
  .ecl-u-d-xl-inline {
    display: inline !important;
  }
  .ecl-u-d-xl-inline-block {
    display: inline-block !important;
  }
  .ecl-u-d-xl-block {
    display: block !important;
  }
  .ecl-u-d-xl-table {
    display: table !important;
  }
  .ecl-u-d-xl-table-cell {
    display: table-cell !important;
  }
  .ecl-u-d-xl-flex {
    display: flex !important;
  }
  .ecl-u-d-xl-inline-flex {
    display: inline-flex !important;
  }
  .ecl-u-d-xl-grid {
    display: grid !important;
  }
}
@media print {
  .ecl-u-box-sizing-content {
    box-sizing: initial !important;
  }
  .ecl-u-box-sizing-border {
    box-sizing: border-box !important;
  }
  .ecl-u-media-a-s {
    height: 77px !important;
  }
  .ecl-u-media-a-s,
  .ecl-u-media-h-s {
    width: 77px !important;
  }
  .ecl-u-media-v-s {
    height: 77px !important;
  }
  .ecl-u-media-a-m {
    height: 100px !important;
  }
  .ecl-u-media-a-m,
  .ecl-u-media-h-m {
    width: 100px !important;
  }
  .ecl-u-media-v-m {
    height: 100px !important;
  }
}
@media print and (min-width:480px) {
  .ecl-u-media-a-s-s {
    height: 77px !important;
  }
  .ecl-u-media-a-s-s,
  .ecl-u-media-h-s-s {
    width: 77px !important;
  }
  .ecl-u-media-v-s-s {
    height: 77px !important;
  }
  .ecl-u-media-a-s-m {
    height: 100px !important;
  }
  .ecl-u-media-a-s-m,
  .ecl-u-media-h-s-m {
    width: 100px !important;
  }
  .ecl-u-media-v-s-m {
    height: 100px !important;
  }
}
@media print and (min-width:768px) {
  .ecl-u-media-a-m-s {
    height: 77px !important;
  }
  .ecl-u-media-a-m-s,
  .ecl-u-media-h-m-s {
    width: 77px !important;
  }
  .ecl-u-media-v-m-s {
    height: 77px !important;
  }
  .ecl-u-media-a-m-m {
    height: 100px !important;
  }
  .ecl-u-media-a-m-m,
  .ecl-u-media-h-m-m {
    width: 100px !important;
  }
  .ecl-u-media-v-m-m {
    height: 100px !important;
  }
}
@media print and (min-width:996px) {
  .ecl-u-media-a-l-s {
    height: 77px !important;
  }
  .ecl-u-media-a-l-s,
  .ecl-u-media-h-l-s {
    width: 77px !important;
  }
  .ecl-u-media-v-l-s {
    height: 77px !important;
  }
  .ecl-u-media-a-l-m {
    height: 100px !important;
  }
  .ecl-u-media-a-l-m,
  .ecl-u-media-h-l-m {
    width: 100px !important;
  }
  .ecl-u-media-v-l-m {
    height: 100px !important;
  }
}
@media print and (min-width:1140px) {
  .ecl-u-media-a-xl-s {
    height: 77px !important;
  }
  .ecl-u-media-a-xl-s,
  .ecl-u-media-h-xl-s {
    width: 77px !important;
  }
  .ecl-u-media-v-xl-s {
    height: 77px !important;
  }
  .ecl-u-media-a-xl-m {
    height: 100px !important;
  }
  .ecl-u-media-a-xl-m,
  .ecl-u-media-h-xl-m {
    width: 100px !important;
  }
  .ecl-u-media-v-xl-m {
    height: 100px !important;
  }
}
@media print {
  .ecl-u-media-ratio-16-9 {
    position: relative !important;
  }
  .ecl-u-media-ratio-16-9:before {
    content: "" !important;
    display: block !important;
    padding-top: 56.25% !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-16-9 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-16-9 > iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-u-media-ratio-4-3 {
    position: relative !important;
  }
  .ecl-u-media-ratio-4-3:before {
    content: "" !important;
    display: block !important;
    padding-top: 75% !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-4-3 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-4-3 > iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-u-media-ratio-3-2 {
    position: relative !important;
  }
  .ecl-u-media-ratio-3-2:before {
    content: "" !important;
    display: block !important;
    padding-top: 66.6666666667% !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-3-2 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-3-2 > iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-u-media-ratio-1-1 {
    position: relative !important;
  }
  .ecl-u-media-ratio-1-1:before {
    content: "" !important;
    display: block !important;
    padding-top: 100% !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-1-1 .ecl-u-media-content {
    height: 100% !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }
  .ecl-u-media-ratio-1-1 > iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .ecl-u-media-bg-origin-border {
    background-origin: border-box !important;
  }
  .ecl-u-media-bg-origin-padding {
    background-origin: initial !important;
  }
  .ecl-u-media-bg-origin-content {
    background-origin: content-box !important;
  }
  .ecl-u-media-bg-position-initial {
    background-position: 0 0 !important;
  }
  .ecl-u-media-bg-position-top {
    background-position: top !important;
  }
  .ecl-u-media-bg-position-bottom {
    background-position: bottom !important;
  }
  .ecl-u-media-bg-position-left {
    background-position: 0 !important;
  }
  .ecl-u-media-bg-position-right {
    background-position: 100% !important;
  }
  .ecl-u-media-bg-position-center {
    background-position: 50% !important;
  }
  .ecl-u-media-bg-repeat-all {
    background-repeat: repeat !important;
  }
  .ecl-u-media-bg-repeat-x {
    background-repeat: repeat-x !important;
  }
  .ecl-u-media-bg-repeat-y {
    background-repeat: repeat-y !important;
  }
  .ecl-u-media-bg-repeat-none {
    background-repeat: no-repeat !important;
  }
  .ecl-u-media-bg-size-auto {
    background-size: auto !important;
  }
  .ecl-u-media-bg-size-contain {
    background-size: contain !important;
  }
  .ecl-u-media-bg-size-cover {
    background-size: cover !important;
  }
  .ecl-u-screen-only {
    display: none !important;
  }
  .ecl-u-break-before-auto {
    break-before: auto;
  }
  .ecl-u-break-before-avoid {
    break-before: avoid;
  }
  .ecl-u-break-before-page {
    break-before: page;
  }
  .ecl-u-break-inside-auto {
    break-inside: auto;
  }
  .ecl-u-break-inside-avoid {
    break-inside: avoid;
  }
  .ecl-u-break-after-auto {
    break-after: auto;
  }
  .ecl-u-break-after-avoid {
    break-after: avoid;
  }
  .ecl-u-break-after-page {
    break-after: page;
  }
  .ecl-u-sr-only {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
  .ecl-u-sr-only--focusable:active,
  .ecl-u-sr-only--focusable:focus {
    clip: auto !important;
    clip-path: none !important;
    height: auto !important;
    overflow: visible !important;
    position: static !important;
    white-space: normal !important;
    width: auto !important;
  }
  .ecl-u-shadow-none {
    box-shadow: none;
  }
  .ecl-u-shadow-1 {
    box-shadow:
      0 2px 4px #002f6714,
      0 0 10px #002f670a,
      0 4px 5px #002f670a,
      0 -4px 4px #002f670a;
  }
  .ecl-u-shadow-2 {
    box-shadow:
      0 3px 5px #002f670a,
      0 0 18px #002f670a,
      0 6px 10px #002f670a,
      0 -4px 4px #002f670a;
  }
  .ecl-u-shadow-3 {
    box-shadow:
      0 7px 8px #002f6714,
      0 0 22px #002f670a,
      0 12px 17px #002f670a,
      0 -4px 4px #002f670a;
  }
  .ecl-u-ma-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-2xs,
  .ecl-u-mv-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-xs,
  .ecl-u-mv-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-s,
  .ecl-u-mv-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-m,
  .ecl-u-mv-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-l,
  .ecl-u-mv-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-xl,
  .ecl-u-mv-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-2xl,
  .ecl-u-mv-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-3xl,
  .ecl-u-mv-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-4xl,
  .ecl-u-mv-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-none {
    margin: 0 !important;
  }
  .ecl-u-mh-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-none,
  .ecl-u-mv-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-auto {
    margin: auto !important;
  }
  .ecl-u-mh-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-auto,
  .ecl-u-mr-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-auto {
    margin-inline-start: auto !important;
  }
}
@media print and (min-width:480px) {
  .ecl-u-ma-s-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-s-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-s-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-s-2xs,
  .ecl-u-mv-s-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-s-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-s-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-s-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-s-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-s-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-s-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-s-xs,
  .ecl-u-mv-s-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-s-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-s-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-s-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-s-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-s-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-s-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-s-s,
  .ecl-u-mv-s-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-s-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-s-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-s-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-s-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-s-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-s-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-s-m,
  .ecl-u-mv-s-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-s-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-s-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-s-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-s-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-s-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-s-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-s-l,
  .ecl-u-mv-s-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-s-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-s-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-s-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-s-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-s-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-s-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-s-xl,
  .ecl-u-mv-s-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-s-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-s-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-s-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-s-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-s-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-s-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-s-2xl,
  .ecl-u-mv-s-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-s-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-s-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-s-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-s-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-s-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-s-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-s-3xl,
  .ecl-u-mv-s-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-s-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-s-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-s-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-s-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-s-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-s-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-s-4xl,
  .ecl-u-mv-s-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-s-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-s-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-s-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-s-none {
    margin: 0 !important;
  }
  .ecl-u-mh-s-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-s-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-s-none,
  .ecl-u-mv-s-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-s-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-s-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-s-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-s-auto {
    margin: auto !important;
  }
  .ecl-u-mh-s-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-s-auto,
  .ecl-u-mr-s-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-s-auto {
    margin-inline-start: auto !important;
  }
}
@media print and (min-width:768px) {
  .ecl-u-ma-m-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-m-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-m-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-m-2xs,
  .ecl-u-mv-m-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-m-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-m-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-m-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-m-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-m-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-m-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-m-xs,
  .ecl-u-mv-m-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-m-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-m-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-m-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-m-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-m-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-m-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-m-s,
  .ecl-u-mv-m-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-m-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-m-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-m-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-m-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-m-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-m-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-m-m,
  .ecl-u-mv-m-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-m-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-m-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-m-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-m-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-m-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-m-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-m-l,
  .ecl-u-mv-m-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-m-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-m-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-m-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-m-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-m-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-m-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-m-xl,
  .ecl-u-mv-m-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-m-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-m-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-m-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-m-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-m-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-m-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-m-2xl,
  .ecl-u-mv-m-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-m-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-m-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-m-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-m-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-m-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-m-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-m-3xl,
  .ecl-u-mv-m-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-m-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-m-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-m-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-m-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-m-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-m-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-m-4xl,
  .ecl-u-mv-m-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-m-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-m-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-m-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-m-none {
    margin: 0 !important;
  }
  .ecl-u-mh-m-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-m-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-m-none,
  .ecl-u-mv-m-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-m-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-m-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-m-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-m-auto {
    margin: auto !important;
  }
  .ecl-u-mh-m-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-m-auto,
  .ecl-u-mr-m-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-m-auto {
    margin-inline-start: auto !important;
  }
}
@media print and (min-width:996px) {
  .ecl-u-ma-l-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-l-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-l-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-l-2xs,
  .ecl-u-mv-l-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-l-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-l-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-l-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-l-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-l-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-l-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-l-xs,
  .ecl-u-mv-l-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-l-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-l-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-l-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-l-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-l-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-l-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-l-s,
  .ecl-u-mv-l-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-l-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-l-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-l-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-l-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-l-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-l-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-l-m,
  .ecl-u-mv-l-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-l-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-l-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-l-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-l-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-l-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-l-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-l-l,
  .ecl-u-mv-l-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-l-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-l-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-l-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-l-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-l-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-l-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-l-xl,
  .ecl-u-mv-l-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-l-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-l-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-l-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-l-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-l-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-l-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-l-2xl,
  .ecl-u-mv-l-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-l-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-l-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-l-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-l-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-l-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-l-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-l-3xl,
  .ecl-u-mv-l-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-l-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-l-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-l-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-l-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-l-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-l-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-l-4xl,
  .ecl-u-mv-l-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-l-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-l-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-l-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-l-none {
    margin: 0 !important;
  }
  .ecl-u-mh-l-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-l-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-l-none,
  .ecl-u-mv-l-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-l-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-l-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-l-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-l-auto {
    margin: auto !important;
  }
  .ecl-u-mh-l-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-l-auto,
  .ecl-u-mr-l-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-l-auto {
    margin-inline-start: auto !important;
  }
}
@media print and (min-width:1140px) {
  .ecl-u-ma-xl-2xs {
    margin: .25rem !important;
  }
  .ecl-u-mh-xl-2xs {
    margin-inline-end: .25rem !important;
    margin-inline-start: .25rem !important;
  }
  .ecl-u-mv-xl-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-mt-xl-2xs,
  .ecl-u-mv-xl-2xs {
    margin-top: .25rem !important;
  }
  .ecl-u-mr-xl-2xs {
    margin-inline-end: .25rem !important;
  }
  .ecl-u-mb-xl-2xs {
    margin-bottom: .25rem !important;
  }
  .ecl-u-ml-xl-2xs {
    margin-inline-start: .25rem !important;
  }
  .ecl-u-ma-xl-xs {
    margin: .5rem !important;
  }
  .ecl-u-mh-xl-xs {
    margin-inline-end: .5rem !important;
    margin-inline-start: .5rem !important;
  }
  .ecl-u-mv-xl-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-mt-xl-xs,
  .ecl-u-mv-xl-xs {
    margin-top: .5rem !important;
  }
  .ecl-u-mr-xl-xs {
    margin-inline-end: .5rem !important;
  }
  .ecl-u-mb-xl-xs {
    margin-bottom: .5rem !important;
  }
  .ecl-u-ml-xl-xs {
    margin-inline-start: .5rem !important;
  }
  .ecl-u-ma-xl-s {
    margin: .75rem !important;
  }
  .ecl-u-mh-xl-s {
    margin-inline-end: .75rem !important;
    margin-inline-start: .75rem !important;
  }
  .ecl-u-mv-xl-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-mt-xl-s,
  .ecl-u-mv-xl-s {
    margin-top: .75rem !important;
  }
  .ecl-u-mr-xl-s {
    margin-inline-end: .75rem !important;
  }
  .ecl-u-mb-xl-s {
    margin-bottom: .75rem !important;
  }
  .ecl-u-ml-xl-s {
    margin-inline-start: .75rem !important;
  }
  .ecl-u-ma-xl-m {
    margin: 1rem !important;
  }
  .ecl-u-mh-xl-m {
    margin-inline-end: 1rem !important;
    margin-inline-start: 1rem !important;
  }
  .ecl-u-mv-xl-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-mt-xl-m,
  .ecl-u-mv-xl-m {
    margin-top: 1rem !important;
  }
  .ecl-u-mr-xl-m {
    margin-inline-end: 1rem !important;
  }
  .ecl-u-mb-xl-m {
    margin-bottom: 1rem !important;
  }
  .ecl-u-ml-xl-m {
    margin-inline-start: 1rem !important;
  }
  .ecl-u-ma-xl-l {
    margin: 1.5rem !important;
  }
  .ecl-u-mh-xl-l {
    margin-inline-end: 1.5rem !important;
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-mv-xl-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-mt-xl-l,
  .ecl-u-mv-xl-l {
    margin-top: 1.5rem !important;
  }
  .ecl-u-mr-xl-l {
    margin-inline-end: 1.5rem !important;
  }
  .ecl-u-mb-xl-l {
    margin-bottom: 1.5rem !important;
  }
  .ecl-u-ml-xl-l {
    margin-inline-start: 1.5rem !important;
  }
  .ecl-u-ma-xl-xl {
    margin: 2rem !important;
  }
  .ecl-u-mh-xl-xl {
    margin-inline-end: 2rem !important;
    margin-inline-start: 2rem !important;
  }
  .ecl-u-mv-xl-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-mt-xl-xl,
  .ecl-u-mv-xl-xl {
    margin-top: 2rem !important;
  }
  .ecl-u-mr-xl-xl {
    margin-inline-end: 2rem !important;
  }
  .ecl-u-mb-xl-xl {
    margin-bottom: 2rem !important;
  }
  .ecl-u-ml-xl-xl {
    margin-inline-start: 2rem !important;
  }
  .ecl-u-ma-xl-2xl {
    margin: 2.5rem !important;
  }
  .ecl-u-mh-xl-2xl {
    margin-inline-end: 2.5rem !important;
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-mv-xl-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-mt-xl-2xl,
  .ecl-u-mv-xl-2xl {
    margin-top: 2.5rem !important;
  }
  .ecl-u-mr-xl-2xl {
    margin-inline-end: 2.5rem !important;
  }
  .ecl-u-mb-xl-2xl {
    margin-bottom: 2.5rem !important;
  }
  .ecl-u-ml-xl-2xl {
    margin-inline-start: 2.5rem !important;
  }
  .ecl-u-ma-xl-3xl {
    margin: 3rem !important;
  }
  .ecl-u-mh-xl-3xl {
    margin-inline-end: 3rem !important;
    margin-inline-start: 3rem !important;
  }
  .ecl-u-mv-xl-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-mt-xl-3xl,
  .ecl-u-mv-xl-3xl {
    margin-top: 3rem !important;
  }
  .ecl-u-mr-xl-3xl {
    margin-inline-end: 3rem !important;
  }
  .ecl-u-mb-xl-3xl {
    margin-bottom: 3rem !important;
  }
  .ecl-u-ml-xl-3xl {
    margin-inline-start: 3rem !important;
  }
  .ecl-u-ma-xl-4xl {
    margin: 4rem !important;
  }
  .ecl-u-mh-xl-4xl {
    margin-inline-end: 4rem !important;
    margin-inline-start: 4rem !important;
  }
  .ecl-u-mv-xl-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-mt-xl-4xl,
  .ecl-u-mv-xl-4xl {
    margin-top: 4rem !important;
  }
  .ecl-u-mr-xl-4xl {
    margin-inline-end: 4rem !important;
  }
  .ecl-u-mb-xl-4xl {
    margin-bottom: 4rem !important;
  }
  .ecl-u-ml-xl-4xl {
    margin-inline-start: 4rem !important;
  }
  .ecl-u-ma-xl-none {
    margin: 0 !important;
  }
  .ecl-u-mh-xl-none {
    margin-inline-end: 0 !important;
    margin-inline-start: 0 !important;
  }
  .ecl-u-mv-xl-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-mt-xl-none,
  .ecl-u-mv-xl-none {
    margin-top: 0 !important;
  }
  .ecl-u-mr-xl-none {
    margin-inline-end: 0 !important;
  }
  .ecl-u-mb-xl-none {
    margin-bottom: 0 !important;
  }
  .ecl-u-ml-xl-none {
    margin-inline-start: 0 !important;
  }
  .ecl-u-ma-xl-auto {
    margin: auto !important;
  }
  .ecl-u-mh-xl-auto {
    margin-inline-start: auto !important;
  }
  .ecl-u-mh-xl-auto,
  .ecl-u-mr-xl-auto {
    margin-inline-end: auto !important;
  }
  .ecl-u-ml-xl-auto {
    margin-inline-start: auto !important;
  }
}
@media print {
  .ecl-u-pa-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-2xs,
  .ecl-u-pv-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-xs,
  .ecl-u-pv-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-s,
  .ecl-u-pv-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-m,
  .ecl-u-pv-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-l,
  .ecl-u-pv-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-xl,
  .ecl-u-pv-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-2xl,
  .ecl-u-pv-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-3xl,
  .ecl-u-pv-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-4xl,
  .ecl-u-pv-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-none {
    padding: 0 !important;
  }
  .ecl-u-ph-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-none,
  .ecl-u-pv-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-none {
    padding-inline-start: 0 !important;
  }
}
@media print and (min-width:480px) {
  .ecl-u-pa-s-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-s-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-s-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-s-2xs,
  .ecl-u-pv-s-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-s-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-s-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-s-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-s-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-s-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-s-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-s-xs,
  .ecl-u-pv-s-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-s-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-s-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-s-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-s-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-s-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-s-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-s-s,
  .ecl-u-pv-s-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-s-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-s-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-s-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-s-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-s-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-s-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-s-m,
  .ecl-u-pv-s-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-s-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-s-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-s-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-s-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-s-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-s-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-s-l,
  .ecl-u-pv-s-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-s-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-s-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-s-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-s-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-s-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-s-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-s-xl,
  .ecl-u-pv-s-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-s-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-s-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-s-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-s-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-s-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-s-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-s-2xl,
  .ecl-u-pv-s-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-s-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-s-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-s-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-s-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-s-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-s-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-s-3xl,
  .ecl-u-pv-s-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-s-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-s-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-s-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-s-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-s-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-s-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-s-4xl,
  .ecl-u-pv-s-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-s-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-s-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-s-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-s-none {
    padding: 0 !important;
  }
  .ecl-u-ph-s-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-s-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-s-none,
  .ecl-u-pv-s-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-s-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-s-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-s-none {
    padding-inline-start: 0 !important;
  }
}
@media print and (min-width:768px) {
  .ecl-u-pa-m-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-m-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-m-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-m-2xs,
  .ecl-u-pv-m-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-m-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-m-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-m-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-m-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-m-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-m-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-m-xs,
  .ecl-u-pv-m-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-m-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-m-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-m-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-m-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-m-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-m-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-m-s,
  .ecl-u-pv-m-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-m-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-m-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-m-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-m-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-m-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-m-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-m-m,
  .ecl-u-pv-m-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-m-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-m-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-m-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-m-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-m-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-m-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-m-l,
  .ecl-u-pv-m-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-m-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-m-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-m-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-m-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-m-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-m-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-m-xl,
  .ecl-u-pv-m-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-m-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-m-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-m-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-m-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-m-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-m-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-m-2xl,
  .ecl-u-pv-m-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-m-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-m-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-m-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-m-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-m-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-m-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-m-3xl,
  .ecl-u-pv-m-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-m-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-m-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-m-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-m-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-m-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-m-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-m-4xl,
  .ecl-u-pv-m-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-m-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-m-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-m-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-m-none {
    padding: 0 !important;
  }
  .ecl-u-ph-m-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-m-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-m-none,
  .ecl-u-pv-m-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-m-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-m-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-m-none {
    padding-inline-start: 0 !important;
  }
}
@media print and (min-width:996px) {
  .ecl-u-pa-l-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-l-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-l-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-l-2xs,
  .ecl-u-pv-l-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-l-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-l-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-l-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-l-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-l-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-l-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-l-xs,
  .ecl-u-pv-l-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-l-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-l-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-l-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-l-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-l-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-l-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-l-s,
  .ecl-u-pv-l-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-l-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-l-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-l-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-l-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-l-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-l-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-l-m,
  .ecl-u-pv-l-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-l-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-l-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-l-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-l-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-l-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-l-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-l-l,
  .ecl-u-pv-l-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-l-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-l-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-l-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-l-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-l-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-l-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-l-xl,
  .ecl-u-pv-l-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-l-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-l-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-l-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-l-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-l-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-l-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-l-2xl,
  .ecl-u-pv-l-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-l-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-l-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-l-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-l-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-l-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-l-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-l-3xl,
  .ecl-u-pv-l-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-l-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-l-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-l-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-l-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-l-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-l-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-l-4xl,
  .ecl-u-pv-l-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-l-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-l-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-l-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-l-none {
    padding: 0 !important;
  }
  .ecl-u-ph-l-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-l-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-l-none,
  .ecl-u-pv-l-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-l-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-l-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-l-none {
    padding-inline-start: 0 !important;
  }
}
@media print and (min-width:1140px) {
  .ecl-u-pa-xl-2xs {
    padding: .25rem !important;
  }
  .ecl-u-ph-xl-2xs {
    padding-inline-end: .25rem !important;
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pv-xl-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pt-xl-2xs,
  .ecl-u-pv-xl-2xs {
    padding-top: .25rem !important;
  }
  .ecl-u-pr-xl-2xs {
    padding-inline-end: .25rem !important;
  }
  .ecl-u-pb-xl-2xs {
    padding-bottom: .25rem !important;
  }
  .ecl-u-pl-xl-2xs {
    padding-inline-start: .25rem !important;
  }
  .ecl-u-pa-xl-xs {
    padding: .5rem !important;
  }
  .ecl-u-ph-xl-xs {
    padding-inline-end: .5rem !important;
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pv-xl-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pt-xl-xs,
  .ecl-u-pv-xl-xs {
    padding-top: .5rem !important;
  }
  .ecl-u-pr-xl-xs {
    padding-inline-end: .5rem !important;
  }
  .ecl-u-pb-xl-xs {
    padding-bottom: .5rem !important;
  }
  .ecl-u-pl-xl-xs {
    padding-inline-start: .5rem !important;
  }
  .ecl-u-pa-xl-s {
    padding: .75rem !important;
  }
  .ecl-u-ph-xl-s {
    padding-inline-end: .75rem !important;
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pv-xl-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pt-xl-s,
  .ecl-u-pv-xl-s {
    padding-top: .75rem !important;
  }
  .ecl-u-pr-xl-s {
    padding-inline-end: .75rem !important;
  }
  .ecl-u-pb-xl-s {
    padding-bottom: .75rem !important;
  }
  .ecl-u-pl-xl-s {
    padding-inline-start: .75rem !important;
  }
  .ecl-u-pa-xl-m {
    padding: 1rem !important;
  }
  .ecl-u-ph-xl-m {
    padding-inline-end: 1rem !important;
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pv-xl-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pt-xl-m,
  .ecl-u-pv-xl-m {
    padding-top: 1rem !important;
  }
  .ecl-u-pr-xl-m {
    padding-inline-end: 1rem !important;
  }
  .ecl-u-pb-xl-m {
    padding-bottom: 1rem !important;
  }
  .ecl-u-pl-xl-m {
    padding-inline-start: 1rem !important;
  }
  .ecl-u-pa-xl-l {
    padding: 1.5rem !important;
  }
  .ecl-u-ph-xl-l {
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pv-xl-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pt-xl-l,
  .ecl-u-pv-xl-l {
    padding-top: 1.5rem !important;
  }
  .ecl-u-pr-xl-l {
    padding-inline-end: 1.5rem !important;
  }
  .ecl-u-pb-xl-l {
    padding-bottom: 1.5rem !important;
  }
  .ecl-u-pl-xl-l {
    padding-inline-start: 1.5rem !important;
  }
  .ecl-u-pa-xl-xl {
    padding: 2rem !important;
  }
  .ecl-u-ph-xl-xl {
    padding-inline-end: 2rem !important;
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pv-xl-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pt-xl-xl,
  .ecl-u-pv-xl-xl {
    padding-top: 2rem !important;
  }
  .ecl-u-pr-xl-xl {
    padding-inline-end: 2rem !important;
  }
  .ecl-u-pb-xl-xl {
    padding-bottom: 2rem !important;
  }
  .ecl-u-pl-xl-xl {
    padding-inline-start: 2rem !important;
  }
  .ecl-u-pa-xl-2xl {
    padding: 2.5rem !important;
  }
  .ecl-u-ph-xl-2xl {
    padding-inline-end: 2.5rem !important;
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pv-xl-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pt-xl-2xl,
  .ecl-u-pv-xl-2xl {
    padding-top: 2.5rem !important;
  }
  .ecl-u-pr-xl-2xl {
    padding-inline-end: 2.5rem !important;
  }
  .ecl-u-pb-xl-2xl {
    padding-bottom: 2.5rem !important;
  }
  .ecl-u-pl-xl-2xl {
    padding-inline-start: 2.5rem !important;
  }
  .ecl-u-pa-xl-3xl {
    padding: 3rem !important;
  }
  .ecl-u-ph-xl-3xl {
    padding-inline-end: 3rem !important;
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pv-xl-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pt-xl-3xl,
  .ecl-u-pv-xl-3xl {
    padding-top: 3rem !important;
  }
  .ecl-u-pr-xl-3xl {
    padding-inline-end: 3rem !important;
  }
  .ecl-u-pb-xl-3xl {
    padding-bottom: 3rem !important;
  }
  .ecl-u-pl-xl-3xl {
    padding-inline-start: 3rem !important;
  }
  .ecl-u-pa-xl-4xl {
    padding: 4rem !important;
  }
  .ecl-u-ph-xl-4xl {
    padding-inline-end: 4rem !important;
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pv-xl-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pt-xl-4xl,
  .ecl-u-pv-xl-4xl {
    padding-top: 4rem !important;
  }
  .ecl-u-pr-xl-4xl {
    padding-inline-end: 4rem !important;
  }
  .ecl-u-pb-xl-4xl {
    padding-bottom: 4rem !important;
  }
  .ecl-u-pl-xl-4xl {
    padding-inline-start: 4rem !important;
  }
  .ecl-u-pa-xl-none {
    padding: 0 !important;
  }
  .ecl-u-ph-xl-none {
    padding-inline-end: 0 !important;
    padding-inline-start: 0 !important;
  }
  .ecl-u-pv-xl-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pt-xl-none,
  .ecl-u-pv-xl-none {
    padding-top: 0 !important;
  }
  .ecl-u-pr-xl-none {
    padding-inline-end: 0 !important;
  }
  .ecl-u-pb-xl-none {
    padding-bottom: 0 !important;
  }
  .ecl-u-pl-xl-none {
    padding-inline-start: 0 !important;
  }
}
@media print {
  .ecl-u-type-heading-1 {
    font: normal normal 400 21pt/24pt verdana, sans-serif !important;
    font-family: arial, sans-serif !important;
    font-weight: 700 !important;
  }
  .ecl-u-type-heading-2 {
    font: normal normal 400 18pt/21pt verdana, sans-serif !important;
    font-family: arial, sans-serif !important;
    font-weight: 600 !important;
  }
  .ecl-u-type-heading-3 {
    font: normal normal 400 15pt/18pt verdana, sans-serif !important;
    font-family: arial, sans-serif !important;
    font-weight: 600 !important;
  }
  .ecl-u-type-heading-4 {
    font: normal normal 400 13.5pt/21pt arial, sans-serif !important;
    font-family: arial, sans-serif !important;
    font-weight: 600 !important;
  }
  .ecl-u-type-heading-5,
  .ecl-u-type-heading-6 {
    font: normal normal 400 10.5pt/15pt arial, sans-serif !important;
    font-family: arial, sans-serif !important;
    font-weight: 600 !important;
  }
  .ecl-u-type-paragraph,
  .ecl-u-type-paragraph-m {
    font: normal normal 400 10.5pt/15pt arial, sans-serif !important;
  }
  .ecl-u-type-paragraph-lead {
    font: normal normal 400 13.5pt/21pt arial, sans-serif !important;
  }
  .ecl-u-type-paragraph-s {
    font: normal normal 400 9pt/15pt arial, sans-serif !important;
  }
  .ecl-u-type-paragraph-xs {
    font: normal normal 400 7.5pt/15pt arial, sans-serif !important;
  }
  .ecl-u-type-xs {
    font: normal normal 400 7.5pt/12pt verdana, sans-serif !important;
  }
  .ecl-u-type-s {
    font: normal normal 400 9pt/12pt verdana, sans-serif !important;
  }
  .ecl-u-type-m {
    font: normal normal 400 10.5pt/12pt verdana, sans-serif !important;
  }
  .ecl-u-type-l {
    font: normal normal 400 12pt/15pt verdana, sans-serif !important;
  }
  .ecl-u-type-xl {
    font: normal normal 400 13.5pt/18pt verdana, sans-serif !important;
  }
  .ecl-u-type-2xl {
    font: normal normal 400 15pt/18pt verdana, sans-serif !important;
  }
  .ecl-u-type-3xl {
    font: normal normal 400 18pt/21pt verdana, sans-serif !important;
  }
  .ecl-u-type-4xl {
    font: normal normal 400 21pt/24pt verdana, sans-serif !important;
  }
  .ecl-u-type-5xl {
    font: normal normal 400 24pt/30pt verdana, sans-serif !important;
  }
  .ecl-u-type-6xl {
    font: normal normal 400 27pt/33pt verdana, sans-serif !important;
  }
  .ecl-u-type-prolonged-xs {
    font: normal normal 400 7.5pt/15pt arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-s {
    font: normal normal 400 9pt/15pt arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-m {
    font: normal normal 400 10.5pt/15pt arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-l {
    font: normal normal 400 12pt/18pt arial, sans-serif !important;
  }
  .ecl-u-type-prolonged-xl {
    font: normal normal 400 13.5pt/21pt arial, sans-serif !important;
  }
  .ecl-u-type-color-primary {
    color: #004494 !important;
  }
  .ecl-u-type-color-secondary {
    color: #ffd617 !important;
  }
  .ecl-u-type-color-tertiary {
    color: #e3e3e3 !important;
  }
  .ecl-u-type-color-error {
    color: #da2131 !important;
  }
  .ecl-u-type-color-info {
    color: #006fb4 !important;
  }
  .ecl-u-type-color-success {
    color: #467a39 !important;
  }
  .ecl-u-type-color-warning {
    color: #f29527 !important;
  }
  .ecl-u-type-color-text {
    color: #404040 !important;
  }
  .ecl-u-type-color-black {
    color: #000 !important;
  }
  .ecl-u-type-color-white {
    color: #fff !important;
  }
  .ecl-u-type-color-blue {
    color: #004494 !important;
  }
  .ecl-u-type-color-yellow {
    color: #ffd617 !important;
  }
  .ecl-u-type-color-grey {
    color: #404040 !important;
  }
  .ecl-u-type-color-blue-n {
    color: #006fb4 !important;
  }
  .ecl-u-type-color-orange {
    color: #f29527 !important;
  }
  .ecl-u-type-color-green {
    color: #467a39 !important;
  }
  .ecl-u-type-color-red {
    color: #da2131 !important;
  }
  .ecl-u-type-color-black-100 {
    color: #000 !important;
  }
  .ecl-u-type-color-blue-130 {
    color: #002f67 !important;
  }
  .ecl-u-type-color-blue-120 {
    color: #003776 !important;
  }
  .ecl-u-type-color-blue-110 {
    color: #003d84 !important;
  }
  .ecl-u-type-color-blue-100 {
    color: #004494 !important;
  }
  .ecl-u-type-color-blue-75 {
    color: #4073af !important;
  }
  .ecl-u-type-color-blue-50 {
    color: #7fa1c9 !important;
  }
  .ecl-u-type-color-blue-25 {
    color: #bfd0e4 !important;
  }
  .ecl-u-type-color-blue-5 {
    color: #f2f5f9 !important;
  }
  .ecl-u-type-color-green-100 {
    color: #467a39 !important;
  }
  .ecl-u-type-color-grey-100 {
    color: #404040 !important;
  }
  .ecl-u-type-color-grey-75 {
    color: #707070 !important;
  }
  .ecl-u-type-color-grey-50 {
    color: #9f9f9f !important;
  }
  .ecl-u-type-color-grey-25 {
    color: #cfcfcf !important;
  }
  .ecl-u-type-color-grey-20 {
    color: #d9d9d9 !important;
  }
  .ecl-u-type-color-grey-15 {
    color: #e3e3e3 !important;
  }
  .ecl-u-type-color-grey-10 {
    color: #ebebeb !important;
  }
  .ecl-u-type-color-grey-5 {
    color: #f5f5f5 !important;
  }
  .ecl-u-type-color-grey-3 {
    color: #f9f9f9 !important;
  }
  .ecl-u-type-color-orange-100 {
    color: #f29527 !important;
  }
  .ecl-u-type-color-purple-25 {
    color: #d2bfdd !important;
  }
  .ecl-u-type-color-purple-100 {
    color: #4b0076 !important;
  }
  .ecl-u-type-color-red-100 {
    color: #da2131 !important;
  }
  .ecl-u-type-color-red-130 {
    color: #981722 !important;
  }
  .ecl-u-type-color-white-100 {
    color: #fff !important;
  }
  .ecl-u-type-regular {
    font-weight: 400 !important;
  }
  .ecl-u-type-bold {
    font-weight: 600 !important;
  }
  .ecl-u-type-capitalize {
    text-transform: capitalize !important;
  }
  .ecl-u-type-lowercase {
    text-transform: lowercase !important;
  }
  .ecl-u-type-uppercase {
    text-transform: uppercase !important;
  }
  .ecl-u-type-overline {
    text-decoration: overline !important;
  }
  .ecl-u-type-underline {
    text-decoration: underline !important;
  }
  .ecl-u-type-strike {
    text-decoration: line-through !important;
  }
  .ecl-u-type-none {
    text-decoration: none !important;
  }
  .ecl-u-type-family {
    font-family: verdana, sans-serif !important;
  }
  .ecl-u-type-family-alt {
    font-family: arial, sans-serif !important;
  }
  .ecl-u-type-align-left {
    text-align: left !important;
  }
  .ecl-u-type-align-right {
    text-align: right !important;
  }
  .ecl-u-type-align-center {
    text-align: center !important;
  }
  .ecl-u-z-highlight {
    z-index: 1 !important;
  }
  .ecl-u-z-navigation {
    z-index: 10 !important;
  }
  .ecl-u-z-dropdown {
    z-index: 15 !important;
  }
  .ecl-u-z-modal {
    z-index: 50 !important;
  }
  .ecl-u-z-overlay {
    z-index: 100 !important;
  }
  .ecl-u-z-max {
    z-index: 9999 !important;
  }
  html {
    font-family: arial, sans-serif;
  }
}
.ecl-breadcrumb a:not([href]):not([tabindex]),
.ecl-menu a:not([href]):not([tabindex]),
.ecl-pagination a:not([href]):not([tabindex]),
.ecl-popover a:not([href]):not([tabindex]),
.ecl-site-header__language a:not([href]):not([tabindex]) {
  cursor: pointer;
}
.ecl-modal {
  z-index: 10000;
}
.ecl-tabs {
  margin-bottom: 0;
}
.ecl-blockquote__quote {
  border-left: 0;
  padding: 0;
}
.ecl-menu__link,
.ecl-select__multiple .ecl-checkbox__label,
.ecl-select__multiple .ecl-select-multiple-selections-counter span {
  box-sizing: unset;
}
@media print {
  .ecl-accordion__content[hidden],
  .ecl-expandable__content[hidden] {
    display: block !important;
  }
}

/* node_modules/@eui/styles/dist/styles/eui.css */
html {
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
hr {
  box-sizing: initial;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: initial;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: initial;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: .35em .75em .625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: initial;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
:root {
  --eui-base-color-grey-110:#2b2b2b;
  --eui-base-color-grey-110-contrast:#fff;
  --eui-base-color-grey-100:#303030;
  --eui-base-color-grey-100-contrast:#fff;
  --eui-base-color-grey-90:#454545;
  --eui-base-color-grey-90-contrast:#fff;
  --eui-base-color-grey-80:#595959;
  --eui-base-color-grey-80-contrast:#fff;
  --eui-base-color-grey-75:#646464;
  --eui-base-color-grey-75-contrast:#fff;
  --eui-base-color-grey-50:#989898;
  --eui-base-color-grey-50-contrast:#262626;
  --eui-base-color-grey-25:#cbcbcb;
  --eui-base-color-grey-25-contrast:#262626;
  --eui-base-color-grey-20:#d6d6d6;
  --eui-base-color-grey-20-contrast:#262626;
  --eui-base-color-grey-15:#e0e0e0;
  --eui-base-color-grey-15-contrast:#262626;
  --eui-base-color-grey-10:#eaeaea;
  --eui-base-color-grey-10-contrast:#262626;
  --eui-base-color-grey-5:#f5f5f5;
  --eui-base-color-grey-5-contrast:#262626;
  --eui-base-color-grey-2:#fcfcfd;
  --eui-base-color-grey-2-contrast:#262626;
  --eui-base-color-grey-0:#fff;
  --eui-base-color-grey-0-contrast:#262626;
  --eui-base-color-primary-140:#002959;
  --eui-base-color-primary-140-contrast:#fff;
  --eui-base-color-primary-130:#003068;
  --eui-base-color-primary-130-contrast:#fff;
  --eui-base-color-primary-120:#003676;
  --eui-base-color-primary-120-contrast:#fff;
  --eui-base-color-primary-110:#003d85;
  --eui-base-color-primary-110-contrast:#fff;
  --eui-base-color-primary-100:#004494;
  --eui-base-color-primary-100-contrast:#fff;
  --eui-base-color-primary-75:#4073af;
  --eui-base-color-primary-75-contrast:#fff;
  --eui-base-color-primary-50:#80a2ca;
  --eui-base-color-primary-50-contrast:#262626;
  --eui-base-color-primary-25:#bfd0e4;
  --eui-base-color-primary-25-contrast:#262626;
  --eui-base-color-primary-10:#e6ecf4;
  --eui-base-color-primary-10-contrast:#262626;
  --eui-base-color-primary-5:#f2f6fa;
  --eui-base-color-primary-5-contrast:#262626;
  --eui-base-color-primary-0:#fff;
  --eui-base-color-primary-0-contrast:#262626;
  --eui-base-color-info-140:#00436c;
  --eui-base-color-info-140-contrast:#fff;
  --eui-base-color-info-130:#004e7e;
  --eui-base-color-info-130-contrast:#fff;
  --eui-base-color-info-120:#005990;
  --eui-base-color-info-120-contrast:#fff;
  --eui-base-color-info-110:#0064a2;
  --eui-base-color-info-110-contrast:#fff;
  --eui-base-color-info-100:#006fb4;
  --eui-base-color-info-100-contrast:#fff;
  --eui-base-color-info-75:#2277ab;
  --eui-base-color-info-75-contrast:#fff;
  --eui-base-color-info-50:#80b7da;
  --eui-base-color-info-50-contrast:#262626;
  --eui-base-color-info-25:#bfdbec;
  --eui-base-color-info-25-contrast:#262626;
  --eui-base-color-info-10:#e6f1f8;
  --eui-base-color-info-10-contrast:#262626;
  --eui-base-color-info-5:#f2f8fb;
  --eui-base-color-info-5-contrast:#262626;
  --eui-base-color-info-0:#fff;
  --eui-base-color-info-0-contrast:#262626;
  --eui-base-color-success-140:#2a4922;
  --eui-base-color-success-140-contrast:#fff;
  --eui-base-color-success-130:#315528;
  --eui-base-color-success-130-contrast:#fff;
  --eui-base-color-success-120:#38622e;
  --eui-base-color-success-120-contrast:#fff;
  --eui-base-color-success-110:#3f6e33;
  --eui-base-color-success-110-contrast:#fff;
  --eui-base-color-success-100:#467a39;
  --eui-base-color-success-100-contrast:#fff;
  --eui-base-color-success-75:#5d7d55;
  --eui-base-color-success-75-contrast:#fff;
  --eui-base-color-success-50:#a3bd9c;
  --eui-base-color-success-50-contrast:#262626;
  --eui-base-color-success-25:#d1dece;
  --eui-base-color-success-25-contrast:#262626;
  --eui-base-color-success-10:#edf2eb;
  --eui-base-color-success-10-contrast:#262626;
  --eui-base-color-success-5:#f6f8f5;
  --eui-base-color-success-5-contrast:#262626;
  --eui-base-color-success-0:#fff;
  --eui-base-color-success-0-contrast:#262626;
  --eui-base-color-warning-140:#613c10;
  --eui-base-color-warning-140-contrast:#fff;
  --eui-base-color-warning-130:#794b14;
  --eui-base-color-warning-130-contrast:#fff;
  --eui-base-color-warning-120:#915917;
  --eui-base-color-warning-120-contrast:#fff;
  --eui-base-color-warning-110:#da8623;
  --eui-base-color-warning-110-contrast:#262626;
  --eui-base-color-warning-100:#f29527;
  --eui-base-color-warning-100-contrast:#262626;
  --eui-base-color-warning-75:#f5b05d;
  --eui-base-color-warning-75-contrast:#262626;
  --eui-base-color-warning-50:#f9ca93;
  --eui-base-color-warning-50-contrast:#262626;
  --eui-base-color-warning-25:#fce5c9;
  --eui-base-color-warning-25-contrast:#262626;
  --eui-base-color-warning-10:#fef4e9;
  --eui-base-color-warning-10-contrast:#262626;
  --eui-base-color-warning-5:#fefaf4;
  --eui-base-color-warning-5-contrast:#262626;
  --eui-base-color-warning-0:#fff;
  --eui-base-color-warning-0-contrast:#262626;
  --eui-base-color-danger-140:#83141d;
  --eui-base-color-danger-140-contrast:#fff;
  --eui-base-color-danger-130:#991722;
  --eui-base-color-danger-130-contrast:#fff;
  --eui-base-color-danger-120:#ae1a27;
  --eui-base-color-danger-120-contrast:#fff;
  --eui-base-color-danger-110:#c41e2c;
  --eui-base-color-danger-110-contrast:#fff;
  --eui-base-color-danger-100:#da2131;
  --eui-base-color-danger-100-contrast:#fff;
  --eui-base-color-danger-75:#c14b55;
  --eui-base-color-danger-75-contrast:#fff;
  --eui-base-color-danger-50:#ed9098;
  --eui-base-color-danger-50-contrast:#262626;
  --eui-base-color-danger-25:#f6c8cc;
  --eui-base-color-danger-25-contrast:#262626;
  --eui-base-color-danger-10:#fbe9ea;
  --eui-base-color-danger-10-contrast:#262626;
  --eui-base-color-danger-5:#fdf4f5;
  --eui-base-color-danger-5-contrast:#262626;
  --eui-base-color-danger-0:#fff;
  --eui-base-color-danger-0-contrast:#262626;
  --eui-base-color-accent-140:#896d00;
  --eui-base-color-accent-140-contrast:#fff;
  --eui-base-color-accent-130:#b38f00;
  --eui-base-color-accent-130-contrast:#262626;
  --eui-base-color-accent-120:#cca300;
  --eui-base-color-accent-120-contrast:#262626;
  --eui-base-color-accent-110:#e6b800;
  --eui-base-color-accent-110-contrast:#262626;
  --eui-base-color-accent-100:#fc0;
  --eui-base-color-accent-100-contrast:#262626;
  --eui-base-color-accent-75:#ffd940;
  --eui-base-color-accent-75-contrast:#262626;
  --eui-base-color-accent-50:#ffe680;
  --eui-base-color-accent-50-contrast:#262626;
  --eui-base-color-accent-25:#fff2bf;
  --eui-base-color-accent-25-contrast:#262626;
  --eui-base-color-accent-10:#fffae6;
  --eui-base-color-accent-10-contrast:#262626;
  --eui-base-color-accent-5:#fffcf2;
  --eui-base-color-accent-5-contrast:#262626;
  --eui-base-color-accent-0:#fff;
  --eui-base-color-accent-0-contrast:#262626;
  --eui-base-color-extra-code-100:#b80056;
  --eui-base-color-extra-code-100-contrast:#fff;
  --eui-base-color-extra-code-25:#edbfd5;
  --eui-base-color-extra-code-25-contrast:#262626;
  --eui-base-color-text:var(--eui-base-color-grey-100);
  --eui-base-color-link:var(--eui-base-color-primary-100);
  --eui-base-color-black:var(--eui-base-color-grey-100);
  --eui-base-color-white:var(--eui-base-color-grey-0);
  --eui-base-color:var(--eui-base-color-grey-100);
  --eui-base-font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  --eui-base-font-family-icons:"eui-icons",sans-serif;
  --eui-base-font-family-monospace:"Consolas","Liberation Mono","Courier New",monospace;
  --eui-base-font-size:16px;
  --eui-base-font-size-6xl:2.625rem;
  --eui-base-font-size-5xl:2.25rem;
  --eui-base-font-size-4xl:2rem;
  --eui-base-font-size-3xl:1.75rem;
  --eui-base-font-size-2xl:1.5rem;
  --eui-base-font-size-xl:1.25rem;
  --eui-base-font-size-l:1.125rem;
  --eui-base-font-size-m:1rem;
  --eui-base-font-size-s:0.875rem;
  --eui-base-font-size-xs:0.75rem;
  --eui-base-font-size-2xs:0.625rem;
  --eui-base-icon-size:1.5rem;
  --eui-base-icon-size-2xs:0.75rem;
  --eui-base-icon-size-xs:1rem;
  --eui-base-icon-size-s:1.25rem;
  --eui-base-icon-size-m:1.5rem;
  --eui-base-icon-size-l:2rem;
  --eui-base-icon-size-xl:2.5rem;
  --eui-base-icon-size-2xl:3rem;
  --eui-base-icon-size-3xl:3.5rem;
  --eui-base-icon-size-4xl:4rem;
  --eui-base-font-6xl:normal normal 400 2.625rem/3.25rem var(--eui-base-font-family);
  --eui-base-font-5xl:normal normal 400 2.25rem/2.75rem var(--eui-base-font-family);
  --eui-base-font-4xl:normal normal 400 2rem/2.5rem var(--eui-base-font-family);
  --eui-base-font-3xl:normal normal 400 1.75rem/2rem var(--eui-base-font-family);
  --eui-base-font-2xl:normal normal 400 1.5rem/1.75rem var(--eui-base-font-family);
  --eui-base-font-xl:normal normal 400 1.25rem/1.5rem var(--eui-base-font-family);
  --eui-base-font-l:normal normal 400 1.125rem/1.5rem var(--eui-base-font-family);
  --eui-base-font-m:normal normal 400 1rem/1.25rem var(--eui-base-font-family);
  --eui-base-font-s:normal normal 400 0.875rem/1rem var(--eui-base-font-family);
  --eui-base-font-xs:normal normal 400 0.75rem/1rem var(--eui-base-font-family);
  --eui-base-font-2xs:normal normal 400 0.625rem/1rem var(--eui-base-font-family);
  --eui-base-font-bold-6xl:normal normal 700 2.625rem/3.25rem var(--eui-base-font-family);
  --eui-base-font-bold-5xl:normal normal 700 2.25rem/2.75rem var(--eui-base-font-family);
  --eui-base-font-bold-4xl:normal normal 700 2rem/2.5rem var(--eui-base-font-family);
  --eui-base-font-bold-3xl:normal normal 700 1.75rem/2rem var(--eui-base-font-family);
  --eui-base-font-bold-2xl:normal normal 700 1.5rem/1.75rem var(--eui-base-font-family);
  --eui-base-font-bold-xl:normal normal 700 1.25rem/1.5rem var(--eui-base-font-family);
  --eui-base-font-bold-l:normal normal 700 1.125rem/1.5rem var(--eui-base-font-family);
  --eui-base-font-bold-m:normal normal 700 1rem/1.25rem var(--eui-base-font-family);
  --eui-base-font-bold-s:normal normal 700 0.875rem/1rem var(--eui-base-font-family);
  --eui-base-font-bold-xs:normal normal 700 0.75rem/1rem var(--eui-base-font-family);
  --eui-base-font-bold-2xs:normal normal 700 0.625rem/1rem var(--eui-base-font-family);
  --eui-base-spacing-none:0;
  --eui-base-spacing-2xs:0.25rem;
  --eui-base-spacing-xs:0.5rem;
  --eui-base-spacing-s:0.75rem;
  --eui-base-spacing-m:1rem;
  --eui-base-spacing-l:1.5rem;
  --eui-base-spacing-xl:2rem;
  --eui-base-spacing-2xl:2.5rem;
  --eui-base-spacing-3xl:3rem;
  --eui-base-spacing-4xl:4rem;
  --eui-base-shadow-1:0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;
  --eui-base-shadow-2:0 3px 1px -2px #0003,0 2px 2px 0 #00000024,0 1px 5px 0 #0000001f;
  --eui-base-shadow-3:0 3px 1px -2px #0003,0 3px 4px 0 #00000024,0 1px 8px 0 #0000001f;
  --eui-base-shadow-4:0 2px 4px -1px #0003,0 4px 5px 0 #00000024,0 1px 10px 0 #0000001f;
  --eui-base-shadow-6:0px 3px 5px -1px #0003,0px 6px 10px 0px #00000024,0px 1px 18px 0px #0000001f;
  --eui-base-shadow-8:0px 5px 5px -3px #0003,0px 8px 10px 1px #00000024,0px 3px 14px 2px #0000001f;
  --eui-base-shadow-9:0px 5px 6px -3px #0003,0px 9px 12px 1px #00000024,0px 3px 16px 2px #0000001f;
  --eui-base-shadow-12:0px 7px 8px -4px #0003,0px 12px 17px 2px #00000024,0px 5px 22px 4px #0000001f;
  --eui-base-shadow-16:0px 8px 10px -5px #0003,0px 16px 24px 2px #00000024,0px 6px 30px 5px #0000001f;
  --eui-base-shadow-24:0px 11px 15px -7px #0003,0px 24px 38px 3px #00000024,0px 9px 46px 8px #0000001f;
  --eui-base-shadow-z-depth-0:0 1px 0 #00000014,0 1px 1px #00000014;
  --eui-base-shadow-z-depth-1:0 1px 3px #0000001f,0 1px 2px #0000003d;
  --eui-base-shadow-z-depth-2:0 3px 6px #00000029,0 3px 6px #0000003b;
  --eui-base-shadow-z-depth-3:0 10px 20px #00000030,0 6px 6px #0000003b;
  --eui-base-shadow-z-depth-4:0 14px 28px #00000040,0 10px 10px #00000038;
  --eui-base-shadow-z-depth-5:0 19px 38px #0000004d,0 15px 12px #00000038;
  --eui-base-z-index-auto:auto;
  --eui-base-z-index-zero:0;
  --eui-base-z-index-root:1;
  --eui-base-z-index-input-maxlength:2;
  --eui-base-z-index-clearable-icon:3;
  --eui-base-z-index-breadcrumb:9;
  --eui-base-z-index-header:10;
  --eui-base-z-index-top-message:12;
  --eui-base-z-index-nav:15;
  --eui-base-z-index-loading-indicator:20;
  --eui-base-z-index-cdk-overlay-pane:999;
  --eui-base-z-index-logo:1000;
  --eui-base-z-index-sticky:1040;
  --eui-base-z-index-sidebar:1044;
  --eui-base-z-index-overlay:1045;
  --eui-base-z-index-btn-floating:1046;
  --eui-base-z-index-highlighted:1047;
  --eui-base-z-index-footer-action-bar:1048;
  --eui-base-z-index-modal-backdrop:1049;
  --eui-base-z-index-modal:1050;
  --eui-base-z-index-menu:1060;
  --eui-base-z-index-tooltip:1070;
  --eui-base-z-index-max:9999;
  --eui-base-z-index-cdk-overlay-container:10000;
  --eui-base-z-index-block-document:10010;
  --eui-base-z-index-growl-message:99999;
  --eui-base-line-height:1.5;
  --eui-base-scale-factor:1;
  --eui-base-disabled-opacity:0.5;
  --eui-base-border-radius:3px;
  --eui-base-border-state-width:var(--eui-base-spacing-xs);
  --eui-base-border:1px solid var(--eui-color-grey-lighter);
  --eui-base-border-light:1px solid var(--eui-color-grey-light);
  --eui-base-border-lighter:1px solid var(--eui-color-grey-lighter);
  --eui-base-border-lightest:1px solid var(--eui-color-grey-lightest);
  --eui-base-animation-linear-out-slow-in-timing-function:cubic-bezier(0,0,0.2,1);
  --eui-base-animation-fast-out-slow-in-timing-function:cubic-bezier(0.4,0,0.2,1);
  --eui-base-animation-fast-out-linear-in-timing-function:cubic-bezier(0.4,0,1,1);
  --eui-base-animation-ease-timing-function:cubic-bezier(0.25,0.1,0.25,1);
  --eui-base-animation-ease-in-out-timing-function:ease-in-out;
  --eui-base-animation-duration-fast:0.25s;
  --eui-base-animation-duration-medium:0.5s;
  --eui-base-animation-duration-slow:1s;
  --eui-base-animation-duration-base:500ms;
  --eui-base-animation-duration:var(--eui-base-animation-duration-base);
  --eui-base-animation-transition-base:all 0.2s var(--eui-base-animation-linear-out-slow-in-timing-function);
  --eui-base-animation-transition-ease:all 0.2s var(--eui-base-animation-ease-timing-function);
  --eui-base-animation-transition-ease-in-out:all 0.2s var(--eui-base-animation-ease-in-out-timing-function);
  --eui-base-animation-transition-ease-in-out-1s:all 1s var(--eui-base-animation-ease-in-out-timing-function);
  --eui-base-animation-delay:0s;
  --eui-base-animation-direction:normal;
  --eui-base-animation-fill-mode:forwards;
  --eui-base-animation-background-color:var(--eui-base-color-primary-50);
  --eui-base-color-accessible-focus:var(--eui-base-color-accent-110);
  --eui-app-header-height-default:0px;
  --eui-app-header-height:0px;
  --eui-app-header-height-active:90px;
  --eui-app-header-height-shrink:0px;
  --eui-app-breadcrumb-height-default:0px;
  --eui-app-breadcrumb-height:0px;
  --eui-app-breadcrumb-height-active:20px;
  --eui-app-top-message-height-default:0px;
  --eui-app-top-message-height:0px;
  --eui-app-top-message-height-active:42px;
  --eui-app-toolbar-height-default:0px;
  --eui-app-toolbar-height:0px;
  --eui-app-toolbar-height-active:55px;
  --eui-app-sidebar-width-default:0px;
  --eui-app-sidebar-width:0px;
  --eui-app-sidebar-width-active:300px;
  --eui-app-sidebar-width-close-default:0px;
  --eui-app-sidebar-width-close:0px;
  --eui-app-sidebar-width-close-active:64px;
  --eui-app-sidebar-header-height:0px;
  --eui-app-sidebar-header-height-default:0px;
  --eui-app-sidebar-header-height-active:48px;
  --eui-app-sidebar-header-user-profile:64px;
  --eui-app-sidebar-footer-height:0px;
  --eui-app-sidebar-footer-height-default:0px;
  --eui-app-sidebar-footer-height-active:24px;
  --eui-page-header-with-subtitle-height:4rem;
  --eui-page-header-without-subtitle-height:2rem;
  --eui-page-column--size-s:50px;
  --eui-page-column--size-m:150px;
  --eui-page-column--size-l:200px;
  --eui-page-column--size-xl:250px;
  --eui-page-column--size-xxl:300px;
  --eui-page-column--size-xxxl:350px;
  --eui-page-column-footer-height:3.5rem;
}
.sm,
.xs {
  --eui-app-header-height:0px;
}
:root {
  --eui-app-box-shadow:none;
}
.eui-icon-svg {
  fill: currentColor;
  align-items: center;
  display: inline-flex;
  margin: 0;
  transform: scaleX(1) scaleY(1) rotate(0deg);
  transition: transform .3s ease-in-out;
}
.eui-icon-svg--size-2xs {
  height: .75rem;
  width: .75rem;
}
.eui-icon-svg--size-xs {
  height: 1rem;
  width: 1rem;
}
.eui-icon-svg--size-s {
  height: 1.25rem;
  width: 1.25rem;
}
.eui-icon-svg--size-m {
  height: 1.5rem;
  width: 1.5rem;
}
.eui-icon-svg--size-l {
  height: 2rem;
  width: 2rem;
}
.eui-icon-svg--size-xl {
  height: 2.5rem;
  width: 2.5rem;
}
.eui-icon-svg--size-2xl {
  height: 3rem;
  width: 3rem;
}
.eui-icon-svg--size-3xl {
  height: 3.5rem;
  width: 3.5rem;
}
.eui-icon-svg--size-4xl {
  height: 4rem;
  width: 4rem;
}
.eui-icon-svg--color-grey-110 {
  fill: var(--eui-base-color-grey-110);
  color: var(--eui-base-color-grey-110);
}
.eui-icon-svg--color-grey-100 {
  fill: var(--eui-base-color-grey-100);
  color: var(--eui-base-color-grey-100);
}
.eui-icon-svg--color-grey-90 {
  fill: var(--eui-base-color-grey-90);
  color: var(--eui-base-color-grey-90);
}
.eui-icon-svg--color-grey-80 {
  fill: var(--eui-base-color-grey-80);
  color: var(--eui-base-color-grey-80);
}
.eui-icon-svg--color-grey-75 {
  fill: var(--eui-base-color-grey-75);
  color: var(--eui-base-color-grey-75);
}
.eui-icon-svg--color-grey-50 {
  fill: var(--eui-base-color-grey-50);
  color: var(--eui-base-color-grey-50);
}
.eui-icon-svg--color-grey-25 {
  fill: var(--eui-base-color-grey-25);
  color: var(--eui-base-color-grey-25);
}
.eui-icon-svg--color-grey-20 {
  fill: var(--eui-base-color-grey-20);
  color: var(--eui-base-color-grey-20);
}
.eui-icon-svg--color-grey-15 {
  fill: var(--eui-base-color-grey-15);
  color: var(--eui-base-color-grey-15);
}
.eui-icon-svg--color-grey-10 {
  fill: var(--eui-base-color-grey-10);
  color: var(--eui-base-color-grey-10);
}
.eui-icon-svg--color-grey-5 {
  fill: var(--eui-base-color-grey-5);
  color: var(--eui-base-color-grey-5);
}
.eui-icon-svg--color-grey-2 {
  fill: var(--eui-base-color-grey-2);
  color: var(--eui-base-color-grey-2);
}
.eui-icon-svg--color-grey-0 {
  fill: var(--eui-base-color-grey-0);
  color: var(--eui-base-color-grey-0);
}
.eui-icon-svg--color-primary-140 {
  fill: var(--eui-base-color-primary-140);
  color: var(--eui-base-color-primary-140);
}
.eui-icon-svg--color-primary-130 {
  fill: var(--eui-base-color-primary-130);
  color: var(--eui-base-color-primary-130);
}
.eui-icon-svg--color-primary-120 {
  fill: var(--eui-base-color-primary-120);
  color: var(--eui-base-color-primary-120);
}
.eui-icon-svg--color-primary-110 {
  fill: var(--eui-base-color-primary-110);
  color: var(--eui-base-color-primary-110);
}
.eui-icon-svg--color-primary-100 {
  fill: var(--eui-base-color-primary-100);
  color: var(--eui-base-color-primary-100);
}
.eui-icon-svg--color-primary-75 {
  fill: var(--eui-base-color-primary-75);
  color: var(--eui-base-color-primary-75);
}
.eui-icon-svg--color-primary-50 {
  fill: var(--eui-base-color-primary-50);
  color: var(--eui-base-color-primary-50);
}
.eui-icon-svg--color-primary-25 {
  fill: var(--eui-base-color-primary-25);
  color: var(--eui-base-color-primary-25);
}
.eui-icon-svg--color-primary-10 {
  fill: var(--eui-base-color-primary-10);
  color: var(--eui-base-color-primary-10);
}
.eui-icon-svg--color-primary-5 {
  fill: var(--eui-base-color-primary-5);
  color: var(--eui-base-color-primary-5);
}
.eui-icon-svg--color-primary-0 {
  fill: var(--eui-base-color-primary-0);
  color: var(--eui-base-color-primary-0);
}
.eui-icon-svg--color-info-140 {
  fill: var(--eui-base-color-info-140);
  color: var(--eui-base-color-info-140);
}
.eui-icon-svg--color-info-130 {
  fill: var(--eui-base-color-info-130);
  color: var(--eui-base-color-info-130);
}
.eui-icon-svg--color-info-120 {
  fill: var(--eui-base-color-info-120);
  color: var(--eui-base-color-info-120);
}
.eui-icon-svg--color-info-110 {
  fill: var(--eui-base-color-info-110);
  color: var(--eui-base-color-info-110);
}
.eui-icon-svg--color-info-100 {
  fill: var(--eui-base-color-info-100);
  color: var(--eui-base-color-info-100);
}
.eui-icon-svg--color-info-75 {
  fill: var(--eui-base-color-info-75);
  color: var(--eui-base-color-info-75);
}
.eui-icon-svg--color-info-50 {
  fill: var(--eui-base-color-info-50);
  color: var(--eui-base-color-info-50);
}
.eui-icon-svg--color-info-25 {
  fill: var(--eui-base-color-info-25);
  color: var(--eui-base-color-info-25);
}
.eui-icon-svg--color-info-10 {
  fill: var(--eui-base-color-info-10);
  color: var(--eui-base-color-info-10);
}
.eui-icon-svg--color-info-5 {
  fill: var(--eui-base-color-info-5);
  color: var(--eui-base-color-info-5);
}
.eui-icon-svg--color-info-0 {
  fill: var(--eui-base-color-info-0);
  color: var(--eui-base-color-info-0);
}
.eui-icon-svg--color-success-140 {
  fill: var(--eui-base-color-success-140);
  color: var(--eui-base-color-success-140);
}
.eui-icon-svg--color-success-130 {
  fill: var(--eui-base-color-success-130);
  color: var(--eui-base-color-success-130);
}
.eui-icon-svg--color-success-120 {
  fill: var(--eui-base-color-success-120);
  color: var(--eui-base-color-success-120);
}
.eui-icon-svg--color-success-110 {
  fill: var(--eui-base-color-success-110);
  color: var(--eui-base-color-success-110);
}
.eui-icon-svg--color-success-100 {
  fill: var(--eui-base-color-success-100);
  color: var(--eui-base-color-success-100);
}
.eui-icon-svg--color-success-75 {
  fill: var(--eui-base-color-success-75);
  color: var(--eui-base-color-success-75);
}
.eui-icon-svg--color-success-50 {
  fill: var(--eui-base-color-success-50);
  color: var(--eui-base-color-success-50);
}
.eui-icon-svg--color-success-25 {
  fill: var(--eui-base-color-success-25);
  color: var(--eui-base-color-success-25);
}
.eui-icon-svg--color-success-10 {
  fill: var(--eui-base-color-success-10);
  color: var(--eui-base-color-success-10);
}
.eui-icon-svg--color-success-5 {
  fill: var(--eui-base-color-success-5);
  color: var(--eui-base-color-success-5);
}
.eui-icon-svg--color-success-0 {
  fill: var(--eui-base-color-success-0);
  color: var(--eui-base-color-success-0);
}
.eui-icon-svg--color-warning-140 {
  fill: var(--eui-base-color-warning-140);
  color: var(--eui-base-color-warning-140);
}
.eui-icon-svg--color-warning-130 {
  fill: var(--eui-base-color-warning-130);
  color: var(--eui-base-color-warning-130);
}
.eui-icon-svg--color-warning-120 {
  fill: var(--eui-base-color-warning-120);
  color: var(--eui-base-color-warning-120);
}
.eui-icon-svg--color-warning-110 {
  fill: var(--eui-base-color-warning-110);
  color: var(--eui-base-color-warning-110);
}
.eui-icon-svg--color-warning-100 {
  fill: var(--eui-base-color-warning-100);
  color: var(--eui-base-color-warning-100);
}
.eui-icon-svg--color-warning-75 {
  fill: var(--eui-base-color-warning-75);
  color: var(--eui-base-color-warning-75);
}
.eui-icon-svg--color-warning-50 {
  fill: var(--eui-base-color-warning-50);
  color: var(--eui-base-color-warning-50);
}
.eui-icon-svg--color-warning-25 {
  fill: var(--eui-base-color-warning-25);
  color: var(--eui-base-color-warning-25);
}
.eui-icon-svg--color-warning-10 {
  fill: var(--eui-base-color-warning-10);
  color: var(--eui-base-color-warning-10);
}
.eui-icon-svg--color-warning-5 {
  fill: var(--eui-base-color-warning-5);
  color: var(--eui-base-color-warning-5);
}
.eui-icon-svg--color-warning-0 {
  fill: var(--eui-base-color-warning-0);
  color: var(--eui-base-color-warning-0);
}
.eui-icon-svg--color-danger-140 {
  fill: var(--eui-base-color-danger-140);
  color: var(--eui-base-color-danger-140);
}
.eui-icon-svg--color-danger-130 {
  fill: var(--eui-base-color-danger-130);
  color: var(--eui-base-color-danger-130);
}
.eui-icon-svg--color-danger-120 {
  fill: var(--eui-base-color-danger-120);
  color: var(--eui-base-color-danger-120);
}
.eui-icon-svg--color-danger-110 {
  fill: var(--eui-base-color-danger-110);
  color: var(--eui-base-color-danger-110);
}
.eui-icon-svg--color-danger-100 {
  fill: var(--eui-base-color-danger-100);
  color: var(--eui-base-color-danger-100);
}
.eui-icon-svg--color-danger-75 {
  fill: var(--eui-base-color-danger-75);
  color: var(--eui-base-color-danger-75);
}
.eui-icon-svg--color-danger-50 {
  fill: var(--eui-base-color-danger-50);
  color: var(--eui-base-color-danger-50);
}
.eui-icon-svg--color-danger-25 {
  fill: var(--eui-base-color-danger-25);
  color: var(--eui-base-color-danger-25);
}
.eui-icon-svg--color-danger-10 {
  fill: var(--eui-base-color-danger-10);
  color: var(--eui-base-color-danger-10);
}
.eui-icon-svg--color-danger-5 {
  fill: var(--eui-base-color-danger-5);
  color: var(--eui-base-color-danger-5);
}
.eui-icon-svg--color-danger-0 {
  fill: var(--eui-base-color-danger-0);
  color: var(--eui-base-color-danger-0);
}
.eui-icon-svg--color-accent-140 {
  fill: var(--eui-base-color-accent-140);
  color: var(--eui-base-color-accent-140);
}
.eui-icon-svg--color-accent-130 {
  fill: var(--eui-base-color-accent-130);
  color: var(--eui-base-color-accent-130);
}
.eui-icon-svg--color-accent-120 {
  fill: var(--eui-base-color-accent-120);
  color: var(--eui-base-color-accent-120);
}
.eui-icon-svg--color-accent-110 {
  fill: var(--eui-base-color-accent-110);
  color: var(--eui-base-color-accent-110);
}
.eui-icon-svg--color-accent-100 {
  fill: var(--eui-base-color-accent-100);
  color: var(--eui-base-color-accent-100);
}
.eui-icon-svg--color-accent-75 {
  fill: var(--eui-base-color-accent-75);
  color: var(--eui-base-color-accent-75);
}
.eui-icon-svg--color-accent-50 {
  fill: var(--eui-base-color-accent-50);
  color: var(--eui-base-color-accent-50);
}
.eui-icon-svg--color-accent-25 {
  fill: var(--eui-base-color-accent-25);
  color: var(--eui-base-color-accent-25);
}
.eui-icon-svg--color-accent-10 {
  fill: var(--eui-base-color-accent-10);
  color: var(--eui-base-color-accent-10);
}
.eui-icon-svg--color-accent-5 {
  fill: var(--eui-base-color-accent-5);
  color: var(--eui-base-color-accent-5);
}
.eui-icon-svg--color-accent-0 {
  fill: var(--eui-base-color-accent-0);
  color: var(--eui-base-color-accent-0);
}
.eui-icon-svg--color-extra-code-100 {
  fill: var(--eui-base-color-extra-code-100);
  color: var(--eui-base-color-extra-code-100);
}
.eui-icon-svg--color-extra-code-25 {
  fill: var(--eui-base-color-extra-code-25);
  color: var(--eui-base-color-extra-code-25);
}
.eui-icon-svg--color-white {
  fill: var(--eui-base-color-white);
  color: var(--eui-base-color-white);
}
.eui-icon-svg--color-black {
  fill: var(--eui-base-color-black);
  color: var(--eui-base-color-black);
}
.eui-icon-svg--color-transparent {
  fill: #0000 !important;
  color: #0000 !important;
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%;
}
.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.3333333333%;
}
.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.6666666667%;
}
.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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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:1440px) {
  .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.3333333333%;
  }
  .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.6666666667%;
  }
  .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;
  }
}
@media (min-width:1900px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y:3rem;
  }
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  background-color: var(--mat-ripple-color,#0000001a);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  transform: scale3d(0, 0, 0);
  transition: opacity, transform 0ms cubic-bezier(0, 0, .2, 1);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  height: 1px;
  left: 0;
  margin: -1px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-container {
  height: 100%;
  left: 0;
  pointer-events: none;
  top: 0;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  pointer-events: auto;
}
.cdk-overlay-backdrop {
  -webkit-tap-highlight-color: transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
  z-index: 1000;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: #00000052;
}
.cdk-overlay-transparent-backdrop {
  opacity: 1;
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  display: flex;
  flex-direction: column;
  min-height: 1px;
  min-width: 1px;
  position: absolute;
  z-index: 1000;
}
.cdk-global-scrollblock {
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  box-sizing: initial !important;
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  box-sizing: initial !important;
  height: 0 !important;
  padding: 2px 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator:before {
  border: var(--mat-focus-indicator-border-width,3px) var(--mat-focus-indicator-border-style,solid) var(--mat-focus-indicator-border-color,#0000);
  border-radius: var(--mat-focus-indicator-border-radius,4px);
  bottom: 0;
  box-sizing: border-box;
  display: var(--mat-focus-indicator-display,none);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.mat-focus-indicator:focus:before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display:block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator:before {
  border: var(--mat-mdc-focus-indicator-border-width,3px) var(--mat-mdc-focus-indicator-border-style,solid) var(--mat-mdc-focus-indicator-border-color,#0000);
  border-radius: var(--mat-mdc-focus-indicator-border-radius,4px);
  bottom: 0;
  box-sizing: border-box;
  display: var(--mat-mdc-focus-indicator-display,none);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}
.mat-mdc-focus-indicator:focus:before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display:block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color,#0000);
  color: var(--mat-app-text-color,inherit);
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px #0003,0px 4px 5px 0px #00000024,0px 1px 10px 0px #0000001f;
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px #0003,0px 24px 38px 3px #00000024,0px 9px 46px 8px #0000001f;
  --mat-datepicker-calendar-date-selected-state-text-color:#fff;
  --mat-datepicker-calendar-date-selected-state-background-color:#004494;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:#00449466;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#fff;
  --mat-datepicker-calendar-date-focus-state-background-color:#0044944d;
  --mat-datepicker-calendar-date-hover-state-background-color:#0044944d;
  --mat-datepicker-toggle-active-state-icon-color:#004494;
  --mat-datepicker-calendar-date-in-range-state-background-color:#00449433;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#f9ab0033;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:#0000008a;
  --mat-datepicker-calendar-body-label-text-color:#0000008a;
  --mat-datepicker-calendar-period-button-text-color:#000;
  --mat-datepicker-calendar-period-button-icon-color:#0000008a;
  --mat-datepicker-calendar-navigation-button-icon-color:#0000008a;
  --mat-datepicker-calendar-header-divider-color:#0000001f;
  --mat-datepicker-calendar-header-text-color:#0000008a;
  --mat-datepicker-calendar-date-today-outline-color:#00000061;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:#0000002e;
  --mat-datepicker-calendar-date-text-color:#000000de;
  --mat-datepicker-calendar-date-outline-color:#0000;
  --mat-datepicker-calendar-date-disabled-state-text-color:#00000061;
  --mat-datepicker-calendar-date-preview-state-outline-color:#0000003d;
  --mat-datepicker-range-input-separator-color:#000000de;
  --mat-datepicker-range-input-disabled-state-separator-color:#00000061;
  --mat-datepicker-range-input-disabled-state-text-color:#00000061;
  --mat-datepicker-calendar-container-background-color:#fff;
  --mat-datepicker-calendar-container-text-color:#000000de;
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:#999;
  --mat-datepicker-calendar-date-selected-state-background-color:#fffcf4;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:#fffcf466;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#999;
  --mat-datepicker-calendar-date-focus-state-background-color:#fffcf44d;
  --mat-datepicker-calendar-date-hover-state-background-color:#fffcf44d;
  --mat-datepicker-calendar-date-in-range-state-background-color:#fffcf433;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#f9ab0033;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:#fff;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:#f4433666;
  --mat-datepicker-calendar-date-today-selected-state-outline-color:#fff;
  --mat-datepicker-calendar-date-focus-state-background-color:#f443364d;
  --mat-datepicker-calendar-date-hover-state-background-color:#f443364d;
  --mat-datepicker-calendar-date-in-range-state-background-color:#f4433633;
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:#f9ab0033;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#fffcf4;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:40px;
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
  width: var(--mdc-icon-button-state-layer-size);
}
.mat-calendar {
  font-family: var(--eui-base-font-family) !important;
  font-size: small !important;
}
.mat-calendar.mat-calendar-year .mat-calendar-period-button {
  display: none;
}
.cdk-drag-handle {
  cursor: move !important;
}
.cdk-drop-list {
  display: flex;
  min-width: 100%;
}
.cdk-drop-list:not(.cdk-drop-list-disabled) {
  min-height: var(--eui-base-spacing-xl);
}
.cdk-drop-list-dragging .cdk-drag {
  transition: transform .25s cubic-bezier(0, 0, .2, 1);
}
.cdk-drag-animating {
  transition: transform .3s cubic-bezier(0, 0, .2, 1);
}
.cdk-drag-preview {
  background-color: initial;
  box-shadow: none;
  cursor: grab !important;
  display: table;
  margin: 0 !important;
  opacity: 1;
  position: relative;
}
.cdk-drag-dragging {
  opacity: 1;
}
.cdk-drag-placeholder {
  background-color: initial;
  opacity: .35;
}
.cdk-drag-placeholder:hover {
  outline: 2px dashed var(--eui-base-color-grey-35);
  outline-offset: 2px;
}
.cdk-global-scrollblock {
  left: 0 !important;
  overflow-y: visible;
  position: fixed;
  width: 100%;
}
.cdk-global-scrollblock::-webkit-scrollbar {
  background-color: var(--eui-base-color-grey-5);
  display: inherit;
  height: 8px;
  width: 8px;
}
.cdk-global-scrollblock::-webkit-scrollbar-thumb {
  background-color: var(--eui-base-color-grey-20);
  border-radius: 5rem;
}
.cdk-global-scrollblock::-webkit-scrollbar-thumb:hover {
  background-color: var(--eui-base-color-grey-50);
}
.cdk-global-scrollblock::-webkit-scrollbar-track {
  background-color: var(--eui-base-color-grey-5);
  border-radius: 0;
}
@media screen and (max-width:767px) {
  .cdk-global-scrollblock {
    height: 100%;
    overflow: auto;
    position: fixed;
    width: 100%;
  }
  .cdk-global-scrollblock::-webkit-scrollbar {
    background-color: var(--eui-base-color-grey-5);
    display: inherit;
    height: 8px;
    width: 8px;
  }
  .cdk-global-scrollblock::-webkit-scrollbar-thumb {
    background-color: var(--eui-base-color-grey-20);
    border-radius: 5rem;
  }
  .cdk-global-scrollblock::-webkit-scrollbar-thumb:hover {
    background-color: var(--eui-base-color-grey-50);
  }
  .cdk-global-scrollblock::-webkit-scrollbar-track {
    background-color: var(--eui-base-color-grey-5);
    border-radius: 0;
  }
}
.cdk-overlay-container {
  z-index: var(--eui-base-z-index-cdk-overlay-container);
}
.cdk-overlay-container .mat-menu-panel {
  max-width: inherit;
  min-height: var(--eui-base-spacing-l);
}
.cdk-overlay-container .mat-menu-panel::-webkit-scrollbar {
  background-color: var(--eui-base-color-grey-5);
  display: inherit;
  height: 8px;
  width: 8px;
}
.cdk-overlay-container .mat-menu-panel::-webkit-scrollbar-thumb {
  background-color: var(--eui-base-color-grey-20);
  border-radius: 5rem;
}
.cdk-overlay-container .mat-menu-panel::-webkit-scrollbar-thumb:hover {
  background-color: var(--eui-base-color-grey-50);
}
.cdk-overlay-container .mat-menu-panel::-webkit-scrollbar-track {
  background-color: var(--eui-base-color-grey-5);
  border-radius: 0;
}
.cdk-overlay-container .mat-autocomplete-panel::-webkit-scrollbar {
  background-color: var(--eui-base-color-grey-5);
  display: inherit;
  height: 8px;
  width: 8px;
}
.cdk-overlay-container .mat-autocomplete-panel::-webkit-scrollbar-thumb {
  background-color: var(--eui-base-color-grey-20);
  border-radius: 5rem;
}
.cdk-overlay-container .mat-autocomplete-panel::-webkit-scrollbar-thumb:hover {
  background-color: var(--eui-base-color-grey-50);
}
.cdk-overlay-container .mat-autocomplete-panel::-webkit-scrollbar-track {
  background-color: var(--eui-base-color-grey-5);
  border-radius: 0;
}
@media screen and (max-width:767px) {
  .cdk-overlay-container {
    height: 100vh;
    height: calc(var(--eui-app-vh, 1vh)*100);
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
  }
}
.cdk-overlay-pane {
  background-color: var(--eui-base-color-white);
  z-index: var(--eui-base-z-index-cdk-overlay-pane);
}
.cdk-virtual-scrollable::-webkit-scrollbar {
  background-color: var(--eui-base-color-grey-5);
  display: inherit;
  height: 8px;
  width: 8px;
}
.cdk-virtual-scrollable::-webkit-scrollbar-thumb {
  background-color: var(--eui-base-color-grey-20);
  border-radius: 5rem;
}
.cdk-virtual-scrollable::-webkit-scrollbar-thumb:hover {
  background-color: var(--eui-base-color-grey-50);
}
.cdk-virtual-scrollable::-webkit-scrollbar-track {
  background-color: var(--eui-base-color-grey-5);
  border-radius: 0;
}
:focus,
:focus-visible {
  outline: none;
}
html {
  display: block;
  font-size: var(--eui-base-font-size);
}
body,
html {
  height: 100%;
  line-height: var(--eui-base-line-height);
}
body {
  font-feature-settings: "liga";
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: var(--eui-base-color-grey-2);
  color: var(--eui-base-color-grey-100);
  font-family: var(--eui-base-font-family);
  font-size: var(--eui-base-font-size);
  font-style: normal;
  font-weight: 400;
  margin: 0;
  text-align: start;
  text-rendering: optimizeLegibility;
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
[hidden] {
  display: none !important;
}
abbr,
blockquote,
del,
label,
mark,
p {
  font-size: var(--eui-base-font-size);
}
b,
strong {
  font-weight: 700;
}
table.eui-table-default {
  background-color: initial;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--eui-base-color-font);
  max-width: 100%;
  overflow: auto;
  position: relative;
}
table.eui-table-default tbody > tr > td,
table.eui-table-default tfoot > tr > td,
table.eui-table-default thead > tr > th {
  vertical-align: top;
}
table.eui-table-default tr > td,
table.eui-table-default tr > th {
  padding: var(--eui-base-spacing-s);
}
table.eui-table-default thead th {
  border-bottom: 1px solid var(--eui-base-color-grey-10);
  color: var(--eui-base-color-grey-100);
  font-size: var(--eui-base-font-size);
  font: normal normal 400 1rem/1.25rem var(--eui-base-font-family);
  font-weight: 700;
  padding: var(--eui-base-spacing-m) var(--eui-base-spacing-s);
  vertical-align: middle;
}
table.eui-table-default thead tr {
  background: var(--eui-base-color-grey-10);
  border-top: 0;
}
table.eui-table-default tbody {
  -webkit-overflow-scrolling: touch;
}
table.eui-table-default tbody tr:nth-of-type(odd) {
  background-color: var(--eui-base-color-grey-2);
}
table.eui-table-default tbody tr:nth-of-type(odd):hover {
  background-color: var(--eui-base-color-grey-10);
}
table.eui-table-default tbody tr:nth-of-type(2n) {
  background-color: var(--eui-base-color-grey-5);
}
table.eui-table-default tbody tr:nth-of-type(2n):hover {
  background-color: var(--eui-base-color-grey-10);
}
table.eui-table-default tr {
  border-bottom: 1px solid var(--eui-base-color-grey-20);
  display: table-row;
}
table.eui-table-default--compact thead th {
  padding: var(--eui-base-spacing-xs) var(--eui-base-spacing-s);
}
table.eui-table-default--compact tr > td {
  padding: var(--eui-base-spacing-2xs) var(--eui-base-spacing-s);
}
table.eui-table-default--responsive {
  display: table;
  width: 100%;
}
table.eui-table-default--responsive--bordered {
  border: 0;
}
table.eui-table-default--bordered td,
table.eui-table-default--bordered th {
  border: 1px solid var(--eui-base-color-grey-20);
}
table.eui-table-default--shadowed {
  box-shadow: var(--eui-base-shadow-1);
}
table.eui-table-default--nowrap,
table.eui-table-default--nowrap tbody > tr > td,
table.eui-table-default--nowrap tfoot > tr > td,
table.eui-table-default--nowrap thead > tr > th {
  white-space: nowrap;
}
table.eui-table-default--centered {
  display: table;
  margin: 0 auto;
  width: auto;
}
table.eui-table-default--align-middle tbody > tr > td,
table.eui-table-default--align-middle tfoot > tr > td,
table.eui-table-default--align-middle thead > tr > th {
  vertical-align: middle;
}
.eui-clearable-wrapper {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.eui-clearable-wrapper .eui-input-text--clearable-icon {
  bottom: calc(var(--eui-base-spacing-s) - 2px);
  cursor: pointer;
  position: absolute !important;
  right: var(--eui-base-spacing-s);
  -webkit-user-select: none;
  user-select: none;
  visibility: visible;
  z-index: var(--eui-base-z-index-clearable-icon);
}
.eui-clearable-wrapper .eui-input-text--clearable-icon [tabindex="0"]:active:not([readonly]),
.eui-clearable-wrapper .eui-input-text--clearable-icon [tabindex="0"]:focus:not([readonly]),
.eui-clearable-wrapper .eui-input-text--clearable-icon:active:not([readonly]),
.eui-clearable-wrapper .eui-input-text--clearable-icon:focus:not([readonly]) {
  outline: 2px solid var(--eui-base-color-accessible-focus);
  outline-offset: -2px;
  transition: none;
}
.eui-clearable-wrapper .eui-input-text--clearable-icon > svg {
  fill: var(--eui-base-color-grey-35);
}
.eui-clearable-wrapper .eui-input-text--clearable-icon > svg:hover {
  fill: var(--eui-base-color-danger-100);
}
.eui-input-maxlength-wrapper {
  position: relative;
  width: 100%;
}
.eui-input-maxlength-wrapper .eui-input-maxlength {
  background-color: var(--eui-base-color-grey-10);
  border: 1px solid var(--eui-base-color-grey-50);
  border-radius: var(--eui-base-border-radius);
  color: var(--eui-base-color-grey-100);
  font: normal normal 400 .75rem/1rem var(--eui-base-font-family);
  padding: 0 var(--eui-base-spacing-2xs);
  position: absolute;
  right: calc(var(--eui-base-spacing-xs)*-1);
  top: calc(var(--eui-base-spacing-xs)*-1);
  z-index: var(--eui-base-z-index-input-maxlength);
}
.eui-input-maxlength-wrapper .eui-input-maxlength--invalid {
  background-color: var(--eui-base-color-warning-100);
  border-color: var(--eui-base-color-warning-100);
  color: var(--eui-base-color-white);
}
@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
  img[src$=".svg"] {
    width: 100%;
  }
}
@media screen {
  img {
    -ms-interpolation-mode: bicubic;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.cookie-consent-banner {
  background: var(--eui-base-color-primary) !important;
  box-shadow: var(--eui-base-shadow-24) !important;
  color: var(eui-base-color-white) !important;
  display: block !important;
  min-width: 50% !important;
  position: absolute !important;
  right: 50% !important;
  top: var(--eui-base-spacing-m) !important;
  transform: translateX(50%) !important;
  z-index: var(--eui-base-z-index-max) !important;
}
#loader-wrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#loader-wrapper #loader {
  animation: spin 2s linear infinite;
  animation: hourglass 5s linear infinite;
  border: 10px solid #0000;
  border-radius: 50%;
  border-top: 10px solid var(--eui-base-color-warning-100);
  display: block;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: relative;
  top: 50%;
  width: 200px;
}
#loader-wrapper #loader:before {
  animation: spin 2s linear infinite;
  animation: hourglass 4s linear infinite;
  border: 10px solid #0000;
  border-radius: 50%;
  border-top: 10px solid var(--eui-base-color-danger-100);
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
#loader-wrapper #loader:after {
  animation: spin 1s linear infinite;
  animation: hourglass 3s linear infinite;
  border: 10px solid #0000;
  border-radius: 50%;
  border-top: 10px solid var(--eui-base-color-primary-100);
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes hourglass {
  0% {
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: rotate(0);
  }
  50% {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(900deg);
  }
  to {
    transform: rotate(5turn);
  }
}

/* src/styles.scss */

/* angular:styles/global:styles */
