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

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1480px) {
  .container {
    max-width: 1440px;
  }
}

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

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1480px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

.col-1 {
  -ms-flex: 0 0 7.1428571429%;
  flex: 0 0 7.1428571429%;
  max-width: 7.1428571429%;
}

.col-2 {
  -ms-flex: 0 0 14.2857142857%;
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

.col-3 {
  -ms-flex: 0 0 21.4285714286%;
  flex: 0 0 21.4285714286%;
  max-width: 21.4285714286%;
}

.col-4 {
  -ms-flex: 0 0 28.5714285714%;
  flex: 0 0 28.5714285714%;
  max-width: 28.5714285714%;
}

.col-4,
.col-5 {
  -webkit-box-flex: 0;
}

.col-5 {
  -ms-flex: 0 0 35.7142857143%;
  flex: 0 0 35.7142857143%;
  max-width: 35.7142857143%;
}

.col-6 {
  -ms-flex: 0 0 42.8571428571%;
  flex: 0 0 42.8571428571%;
  max-width: 42.8571428571%;
}

.col-6,
.col-7 {
  -webkit-box-flex: 0;
}

.col-7 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-8 {
  -ms-flex: 0 0 57.1428571429%;
  flex: 0 0 57.1428571429%;
  max-width: 57.1428571429%;
}

.col-8,
.col-9 {
  -webkit-box-flex: 0;
}

.col-9 {
  -ms-flex: 0 0 64.2857142857%;
  flex: 0 0 64.2857142857%;
  max-width: 64.2857142857%;
}

.col-10 {
  -ms-flex: 0 0 71.4285714286%;
  flex: 0 0 71.4285714286%;
  max-width: 71.4285714286%;
}

.col-10,
.col-11 {
  -webkit-box-flex: 0;
}

.col-11 {
  -ms-flex: 0 0 78.5714285714%;
  flex: 0 0 78.5714285714%;
  max-width: 78.5714285714%;
}

.col-12 {
  -ms-flex: 0 0 85.7142857143%;
  flex: 0 0 85.7142857143%;
  max-width: 85.7142857143%;
}

.col-12,
.col-13 {
  -webkit-box-flex: 0;
}

.col-13 {
  -ms-flex: 0 0 92.8571428571%;
  flex: 0 0 92.8571428571%;
  max-width: 92.8571428571%;
}

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

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

.order-last {
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-14 {
  -webkit-box-ordinal-group: 15;
  -ms-flex-order: 14;
  order: 14;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
  margin-left: 85.7142857143%;
}

.offset-13 {
  margin-left: 92.8571428571%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92.8571428571%;
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-sm-last {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 7.1428571429%;
  }

  .offset-sm-2 {
    margin-left: 14.2857142857%;
  }

  .offset-sm-3 {
    margin-left: 21.4285714286%;
  }

  .offset-sm-4 {
    margin-left: 28.5714285714%;
  }

  .offset-sm-5 {
    margin-left: 35.7142857143%;
  }

  .offset-sm-6 {
    margin-left: 42.8571428571%;
  }

  .offset-sm-7 {
    margin-left: 50%;
  }

  .offset-sm-8 {
    margin-left: 57.1428571429%;
  }

  .offset-sm-9 {
    margin-left: 64.2857142857%;
  }

  .offset-sm-10 {
    margin-left: 71.4285714286%;
  }

  .offset-sm-11 {
    margin-left: 78.5714285714%;
  }

  .offset-sm-12 {
    margin-left: 85.7142857143%;
  }

  .offset-sm-13 {
    margin-left: 92.8571428571%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92.8571428571%;
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-md-last {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 7.1428571429%;
  }

  .offset-md-2 {
    margin-left: 14.2857142857%;
  }

  .offset-md-3 {
    margin-left: 21.4285714286%;
  }

  .offset-md-4 {
    margin-left: 28.5714285714%;
  }

  .offset-md-5 {
    margin-left: 35.7142857143%;
  }

  .offset-md-6 {
    margin-left: 42.8571428571%;
  }

  .offset-md-7 {
    margin-left: 50%;
  }

  .offset-md-8 {
    margin-left: 57.1428571429%;
  }

  .offset-md-9 {
    margin-left: 64.2857142857%;
  }

  .offset-md-10 {
    margin-left: 71.4285714286%;
  }

  .offset-md-11 {
    margin-left: 78.5714285714%;
  }

  .offset-md-12 {
    margin-left: 85.7142857143%;
  }

  .offset-md-13 {
    margin-left: 92.8571428571%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92.8571428571%;
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-lg-last {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 7.1428571429%;
  }

  .offset-lg-2 {
    margin-left: 14.2857142857%;
  }

  .offset-lg-3 {
    margin-left: 21.4285714286%;
  }

  .offset-lg-4 {
    margin-left: 28.5714285714%;
  }

  .offset-lg-5 {
    margin-left: 35.7142857143%;
  }

  .offset-lg-6 {
    margin-left: 42.8571428571%;
  }

  .offset-lg-7 {
    margin-left: 50%;
  }

  .offset-lg-8 {
    margin-left: 57.1428571429%;
  }

  .offset-lg-9 {
    margin-left: 64.2857142857%;
  }

  .offset-lg-10 {
    margin-left: 71.4285714286%;
  }

  .offset-lg-11 {
    margin-left: 78.5714285714%;
  }

  .offset-lg-12 {
    margin-left: 85.7142857143%;
  }

  .offset-lg-13 {
    margin-left: 92.8571428571%;
  }
}

@media (min-width: 1480px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92.8571428571%;
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-xl-last {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-14 {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 7.1428571429%;
  }

  .offset-xl-2 {
    margin-left: 14.2857142857%;
  }

  .offset-xl-3 {
    margin-left: 21.4285714286%;
  }

  .offset-xl-4 {
    margin-left: 28.5714285714%;
  }

  .offset-xl-5 {
    margin-left: 35.7142857143%;
  }

  .offset-xl-6 {
    margin-left: 42.8571428571%;
  }

  .offset-xl-7 {
    margin-left: 50%;
  }

  .offset-xl-8 {
    margin-left: 57.1428571429%;
  }

  .offset-xl-9 {
    margin-left: 64.2857142857%;
  }

  .offset-xl-10 {
    margin-left: 71.4285714286%;
  }

  .offset-xl-11 {
    margin-left: 78.5714285714%;
  }

  .offset-xl-12 {
    margin-left: 85.7142857143%;
  }

  .offset-xl-13 {
    margin-left: 92.8571428571%;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
}

.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1480px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}

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

.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}

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

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

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1480px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1480px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  top: 0;
}

.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  bottom: 0;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1480px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1480px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: rgba(0, 0, 0, 0);
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat 50%;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1479.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1480px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.5);
  border-color: hsla(0, 0%, 100%, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer:before {
  content: "\2014\A0";
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  -o-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.border-top {
  border-top: 1px solid #d8d8d8 !important;
}

.border-right {
  border-right: 1px solid #d8d8d8 !important;
}

.border-bottom {
  border-bottom: 1px solid #d8d8d8 !important;
}

.border-left {
  border-left: 1px solid #d8d8d8 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-x {
  border-left: 1px solid #d8d8d8 !important;
  border-right: 1px solid #d8d8d8 !important;
}

.border-y {
  border-top: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #d8d8d8 !important;
  }

  .border-sm-right {
    border-right: 1px solid #d8d8d8 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #d8d8d8 !important;
  }

  .border-sm-left {
    border-left: 1px solid #d8d8d8 !important;
  }

  .border-sm-top-0 {
    border-top: 0 !important;
  }

  .border-sm-right-0 {
    border-right: 0 !important;
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-sm-left-0 {
    border-left: 0 !important;
  }

  .border-sm-x {
    border-left: 1px solid #d8d8d8 !important;
    border-right: 1px solid #d8d8d8 !important;
  }

  .border-sm-y {
    border-top: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #d8d8d8 !important;
  }

  .border-md-right {
    border-right: 1px solid #d8d8d8 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #d8d8d8 !important;
  }

  .border-md-left {
    border-left: 1px solid #d8d8d8 !important;
  }

  .border-md-top-0 {
    border-top: 0 !important;
  }

  .border-md-right-0 {
    border-right: 0 !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-md-left-0 {
    border-left: 0 !important;
  }

  .border-md-x {
    border-left: 1px solid #d8d8d8 !important;
    border-right: 1px solid #d8d8d8 !important;
  }

  .border-md-y {
    border-top: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #d8d8d8 !important;
  }

  .border-lg-right {
    border-right: 1px solid #d8d8d8 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #d8d8d8 !important;
  }

  .border-lg-left {
    border-left: 1px solid #d8d8d8 !important;
  }

  .border-lg-top-0 {
    border-top: 0 !important;
  }

  .border-lg-right-0 {
    border-right: 0 !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-lg-left-0 {
    border-left: 0 !important;
  }

  .border-lg-x {
    border-left: 1px solid #d8d8d8 !important;
    border-right: 1px solid #d8d8d8 !important;
  }

  .border-lg-y {
    border-top: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }
}

@media (min-width: 1480px) {
  .border-xl-top {
    border-top: 1px solid #d8d8d8 !important;
  }

  .border-xl-right {
    border-right: 1px solid #d8d8d8 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #d8d8d8 !important;
  }

  .border-xl-left {
    border-left: 1px solid #d8d8d8 !important;
  }

  .border-xl-top-0 {
    border-top: 0 !important;
  }

  .border-xl-right-0 {
    border-right: 0 !important;
  }

  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-xl-left-0 {
    border-left: 0 !important;
  }

  .border-xl-x {
    border-left: 1px solid #d8d8d8 !important;
    border-right: 1px solid #d8d8d8 !important;
  }

  .border-xl-y {
    border-top: 1px solid #d8d8d8 !important;
    border-bottom: 1px solid #d8d8d8 !important;
  }
}

.btn,
.button,
.scfSubmitButton,
button {
  display: inline-block;
  min-width: 142px;
  min-height: 60px;
  padding: 12px 44px;
  border-radius: 500px;

  font-family: Guardian Sans Web, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 600;
  background-color: #006cd4;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.btn:hover,
.button:hover,
.scfSubmitButton:hover,
button:hover {
  color: #fff;
  background-color: #003480;
}

.btn:focus,
.button:focus,
.scfSubmitButton:focus,
button:focus {
  outline-style: double;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #003480;
  color: #fff;
  background-color: #003480;
}

.btn[disabled],
.button[disabled],
.scfSubmitButton[disabled],
button[disabled] {
  background-color: #cacaca;
  color: #58595b;
  cursor: not-allowed;
}

.btn-news,
.button-news,
.scfSubmitButton-news,
button-news {
  font-family: Guardian Egyptian Web, serif;
}

.button--black {
  background-color: #000;
  color: #fff;
}

.button--black:focus,
.button--black:hover {
  background-color: #949494;
}

.button--black[disabled]:hover {
  background-color: #cacaca;
}

.button--white {
  background-color: #fff;
  color: #000;
}

.button--white:focus,
.button--white:hover {
  background-color: #949494;
}

.button--white[disabled] {
  background-color: #58595b;
  color: #949494;
}

.button--secondary {
  background-color: #fff;
  border: 2px solid #006cd4;
  color: #006cd4;
}

.button--secondary:hover {
  -webkit-box-shadow: 0 0 0 1px #003480;
  box-shadow: 0 0 0 1px #003480;
}

.button--secondary:focus,
.button--secondary:hover {
  border: 2px solid #003480;
  color: #003480;
  background-color: #fff;
}

.button--secondary[disabled] {
  background-color: #fff;
  color: #cacaca;
  border-color: #cacaca;
  -webkit-box-shadow: initial;
  box-shadow: none;
}

.button--secondary-black {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border: 2px solid #000;
}

.button--secondary-black:focus,
.button--secondary-black:hover {
  border-color: #003480;
  background-color: rgba(0, 0, 0, 0);
  color: #003480;
}

.button--secondary-black[disabled] {
  background-color: rgba(0, 0, 0, 0);
  color: #cacaca;
  border-color: #cacaca;
  -webkit-box-shadow: initial;
  box-shadow: none;
}

.button--secondary-white {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}

.button--secondary-white:hover {
  border-color: #949494;
  background-color: #000;
  -webkit-box-shadow: 0 0 0 1px #949494;
  box-shadow: 0 0 0 1px #949494;
  color: #949494;
}

.button--secondary-white:focus {
  color: #949494;
  border-color: #949494;
  -webkit-box-shadow: 0 0 0 4px #003480;
  box-shadow: 0 0 0 4px #003480;
}

.button--secondary-white[disabled] {
  background-color: #000;
  color: #58595b;
  border-color: #58595b;
  -webkit-box-shadow: initial;
  box-shadow: none;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border: 2px solid #000;
  background: #fff;
  border-radius: 0;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  font-size: 1.375em;
  color: #cb22ed;
  line-height: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 39 39'%3E%3Cpath class='checkbox__checkmark' stroke='%23fff' stroke-width='5' fill='%2300001d' d='M5 17l7 6L28 5'/%3E%3C/svg%3E");
}

[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
}

[type="checkbox"]:disabled:checked + label:before,
[type="checkbox"]:disabled:not(:checked) + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #777;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  -webkit-box-shadow: 0 0 0 3px #006cd4;
  box-shadow: 0 0 0 3px #006cd4;
}

@font-face {
  font-family: Guardian Sans Web;
  src: url(../fonts/GuardianSans-Light-Web.woff2) format("woff2"),
    url(../fonts/GuardianSans-Light-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Guardian Sans Web;
  src: url(../fonts/GuardianSans-Regular-Web.woff2) format("woff2"),
    url(../fonts/GuardianSans-Regular-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Guardian Sans Web;
  src: url(../fonts/GuardianSans-Semibold-Web.woff2) format("woff2"),
    url(../fonts/GuardianSans-Semibold-Web.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Guardian Egyptian Web;
  src: url(../fonts/GuardianEgyp-Regular-Web.woff2) format("woff2"),
    url(../fonts/GuardianEgyp-Regular-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Guardian Egyptian Web;
  src: url(../fonts/GuardianEgyp-Bold-Web.woff2) format("woff2"),
    url(../fonts/GuardianEgyp-Bold-Web.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.h1,
h1 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 54px;
  line-height: 5.4rem;
  font-weight: 400;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 70px;
    font-size: 7rem;
    line-height: 76px;
    line-height: 7.6rem;
  }
}

.h2,
h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 44px;
  line-height: 4.4rem;
  font-weight: 500;
}

.h3,
h3 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 45px;
  line-height: 4.5rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .h3,
  h3 {
    line-height: 3.5rem;
  }
}

.h4,
h4 {
  font-weight: 500;
}

.h4,
.h5,
h4,
h5 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.h5,
h5 {
  font-weight: 400;
}

.h6,
h6 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  line-height: 2.7rem;
  font-weight: 600;
}

.h2,
h2 {
  margin-top: 48px;
  margin-bottom: 12px;
}

.h3,
h3 {
  margin-top: 24px;
  margin-bottom: 6px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.min-w--0 {
  min-width: 0 !important;
}

.overflow-scrollx {
  overflow-x: scroll;
}

.align-center {
  text-align: center;
}

.font-light {
  font-weight: 400;
}

.square {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.AccessibilityHide {
  display: none;
}

.color-box--black:before {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  background-color: #000;
  margin-bottom: 15px;
}

.color-box--white:before {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  background-color: #fff;
  margin-bottom: 15px;
}

.color-box--yellow:before {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  background-color: #fd0;
  margin-bottom: 15px;
}

.color-box--hovergrey:before {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  background-color: #949494;
  margin-bottom: 15px;
}

.color-box--disabledgreylight:before {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  background-color: #cacaca;
  margin-bottom: 15px;
}

.color-box--disabledgreydark:before {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  background-color: #58595b;
  margin-bottom: 15px;
}

.color-box--normalblue:before {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  background-color: #006cd4;
  margin-bottom: 15px;
}

.color-box--hoverblue:before {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  background-color: #003480;
  margin-bottom: 15px;
}

.bg--black {
  background-color: #000;
}

.bg--white {
  background-color: #fff;
}

.bg--yellow {
  background-color: #fd0;
}

.bg--hovergrey {
  background-color: #949494;
}

.bg--disabledgreylight {
  background-color: #cacaca;
}

.bg--disabledgreydark {
  background-color: #58595b;
}

.bg--normalblue {
  background-color: #006cd4;
}

.bg--hoverblue {
  background-color: #003480;
}

.icon:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
}

.icon--chevron:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.1 22.4L16.5 12 6.1 1.6' fill='none' stroke='currentColor' stroke-width='3.928'/%3E%3C/svg%3E");
}

a:hover .icon--chevron:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.1 22.4L16.5 12 6.1 1.6' fill='none' stroke='%23006cd4' stroke-width='3.928'/%3E%3C/svg%3E");
}

a:focus .icon--chevron:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.1 22.4L16.5 12 6.1 1.6' fill='none' stroke='%23fff' stroke-width='3.928'/%3E%3C/svg%3E");
}

.icon--chevron-small:after {
  width: 14px;
  height: 14px;
  background-size: 14px;
}

.icon--chevron-left:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon--chevron-up:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon--chevron-down:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon--search:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='13.99' cy='9.75' r='8.67' fill='none' stroke='currentColor' stroke-width='2.17'/%3E%3Cpath fill='currentColor' d='M.32 21.13L6.44 15a1.1 1.1 0 011.54 0 1.09 1.09 0 010 1.53l-6.11 6.13a1.09 1.09 0 01-1.53 0 1.07 1.07 0 01-.02-1.53z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--search-dark:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='13.99' cy='9.75' r='8.67' fill='none' stroke='%23fff' stroke-width='2.17'/%3E%3Cpath fill='%23fff' d='M.32 21.13L6.44 15a1.1 1.1 0 011.54 0 1.09 1.09 0 010 1.53l-6.11 6.13a1.09 1.09 0 01-1.53 0 1.07 1.07 0 01-.02-1.53z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon--menu:after {
  width: 34px;
  height: 18px;
  background-size: 34px 18px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 18'%3E%3Cpath d='M0 0h34v2H0zm0 8h34v2H0zm0 8h34v2H0z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--menu-dark:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 18'%3E%3Cpath d='M0 0h34v2H0zm0 8h34v2H0zm0 8h34v2H0z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--close:after,
.icon--menu-close:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M21.4 0L0 22.23l1.26 1.31 21.4-22.23z'/%3E%3Cpath fill='currentColor' d='M1.26 0l21.4 22.23-1.26 1.31L0 1.31z'/%3E%3C/svg%3E");
}

.icon--close-dark:after,
.icon--menu-close-dark:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M21.4 0L0 22.23l1.26 1.31 21.4-22.23z'/%3E%3Cpath fill='%23fff' d='M1.26 0l21.4 22.23-1.26 1.31L0 1.31z'/%3E%3C/svg%3E");
}

.icon--alert:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(/assets/images/icons/base/alert.svg);
}

.icon--plus:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(/assets/images/icons/base/plus.svg);
}

.icon--minus:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url(/assets/images/icons/base/minus.svg);
}

.icon--social:after {
  width: 3rem;
  height: 3rem;
  background-size: 3rem 3rem;
  border-radius: 10rem;
  background-color: #fff;
}

a:hover .icon--social:after {
  background-color: #949494;
}

.icon--social-facebook:after {
  background-image: url(/assets/images/icons/social/facebook.svg);
}

.icon--social-instagram:after {
  background-image: url(/assets/images/icons/social/instagram.svg);
}

.icon--social-neighbourly:after {
  background-image: url(/assets/images/icons/social/neighbourly.svg);
}

.icon--social-linkedin:after {
  background-image: url(/assets/images/icons/social/linkedin.svg);
}

.icon--social-youtube:after {
  background-image: url(/assets/images/icons/social/youtube.svg);
}

.icon--social-twitter:after {
  background-image: url(/assets/images/icons/social/twitter.svg);
}

.icon--social-lgt:after {
  width: 3rem;
  height: 3rem;
  background-size: 3rem 3rem;
  border-radius: 10rem;
  background-color: #000;
}

a:hover .icon--social-lgt:after {
  background-color: #003480;
}

.icon--social-lgt-facebook:after {
  background-image: url(/assets/images/icons/social/facebook_lgt.svg);
}

.icon--social-lgt-instagram:after {
  background-image: url(/assets/images/icons/social/instagram_lgt.svg);
}

.icon--social-lgt-neighbourly:after {
  background-image: url(/assets/images/icons/social/neighbourly_lgt.svg);
}

.icon--social-lgt-linkedin:after {
  background-image: url(/assets/images/icons/social/linkedin_lgt.svg);
}

.icon--social-lgt-youtube:after {
  background-image: url(/assets/images/icons/social/youtube_lgt.svg);
}

.icon--social-lgt-twitter:after {
  background-image: url(/assets/images/icons/social/twitter_lgt.svg);
}

.icon--category:after {
  background-size: 3.5rem 3.5rem;
  width: 3.5rem;
  height: 3.5rem;
}

.icon--category-arts:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M4.8 11.4c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5zm0-2.1c.4 0 .6.3.6.6s-.3.6-.6.6-.6-.3-.6-.6.3-.6.6-.6zM9 11.4c.8 0 1.5-.7 1.5-1.5S9.9 8.4 9 8.4s-1.5.7-1.5 1.5.7 1.5 1.5 1.5zm0-2.1c.4 0 .6.3.6.6s-.3.6-.6.6-.6-.3-.6-.6.3-.6.6-.6zM13.2 11.4c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5zm0-2.1c.4 0 .6.3.6.6s-.3.6-.6.6-.6-.3-.6-.6.3-.6.6-.6z'/%3E%3Cpath d='M0 1.3v15.3h3.1v-2.4c0-.9.7-1.7 1.7-1.7s1.7.7 1.7 1.7v2.5h.9v-2.4c0-.9.7-1.7 1.7-1.7s1.7.7 1.7 1.7v2.5h.9v-2.4c0-.9.7-1.7 1.7-1.7s1.7.7 1.7 1.7v2.4h3.1V1.3H0zm17.1 14.5h-1.3v-1.5c0-1.4-1.1-2.6-2.6-2.6-.9 0-1.6.4-2.1 1.1-.5-.7-1.2-1.1-2.1-1.1s-1.6.4-2.1 1.1c-.5-.7-1.2-1.1-2.1-1.1-1.4 0-2.6 1.2-2.6 2.6v1.5H.9V2.2h16.2v13.6z'/%3E%3C/svg%3E");
}

.icon--category-cemeteries:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M12.24 14.11V5.97H9.47v-.62c.07-.02.14-.04.2-.06.2-.08.38-.21.53-.36.3-.3.49-.72.49-1.18 0-.13-.02-.26-.05-.38-.03-.12-.08-.23-.13-.35L9.02 0l-1.5 3.03c-.1.22-.17.46-.17.72 0 .76.52 1.39 1.22 1.59v.62H5.79v8.14H0v3.92h18.03V14.1h-5.79zM8.25 3.75c0-.1.03-.2.09-.32l.68-1.39.68 1.39c.06.12.09.23.09.33 0 .42-.35.77-.77.77a.779.779 0 01-.77-.78zM6.69 6.87h4.66v7.21H6.69V6.87zm10.44 10.26H.9v-2.12h16.23v2.12z'/%3E%3C/svg%3E");
}

.icon--category-community:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M15.49 10.37c-.35-2.1-1.69-3.9-3.61-4.83V2.87L9.01.01 6.15 2.87v2.68a6.534 6.534 0 00-3.61 4.83L0 12.91v5.1h5.73v-.89c1 .58 2.11.9 3.29.9s2.29-.32 3.29-.89v.88h5.73v-5.1l-2.55-2.54zM7.05 3.24l1.96-1.96 1.96 1.96v3.83H9.78V4.09H8.24v2.98H7.05V3.24zM4.83 17.11h-1.2v-2.98H2.09v2.98H.9v-3.83l1.96-1.96 1.96 1.96v3.83zm.9-1.05v-3.14L3.42 10.6c.25-1.7 1.25-3.19 2.73-4.05v1.42h5.72V6.55c1.47.86 2.49 2.35 2.74 4.05l-2.32 2.31v3.14c-1.93 1.38-4.63 1.38-6.56.01zm11.39 1.05h-1.19v-2.98h-1.54v2.98H13.2v-3.83l1.96-1.96 1.96 1.96v3.83z'/%3E%3C/svg%3E");
}

.icon--category-dogs:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M17.2 3.53l-.09-.05h-.99l-.36-.34c-.63-.6-1.46-.89-2.28-.85-.14-.47-.57-.79-1.07-.79h-.01c-.3 0-.58.12-.79.33-.21.21-.33.49-.34.8V4.7c0 .15.01.3.03.45.11.7.46 1.31.99 1.72.45.35 1.01.54 1.58.54h3.81l.05-.39c.01-.1.27-1.89.28-2 .08-.63-.24-1.21-.81-1.49zm-.3 2.98h-3.03c-.37 0-.73-.13-1.03-.35-.34-.26-.58-.68-.65-1.14-.02-.1-.02-.2-.02-.3l.01-2.07c0-.08.04-.14.07-.16.02-.02.08-.06.16-.06.1 0 .19.07.22.17l.2.75.43-.09c.66-.14 1.36.07 1.89.57l.62.59h1.13c.14.1.26.27.23.51-.02.04-.15 1.02-.23 1.58zM12.71 7.82l-2.04.15H6.1l-.32-.06c-.09-.02-.19-.04-.3-.08L4.07 7.2l-.12-.08-.68-.57a.882.882 0 00-.99-.14c-.21.11-.36.29-.44.52-.07.22-.05.46.05.67l.29.57c.05.09.12.2.19.31l.09.12c.04.06.08.12.13.19l.35.44c.05.06.1.11.15.17l.22.23-3.3 6.87h3.04l2.41-3.22h5.6l.32 3.22h2.64l.68-6.65c.01-.1.01-.21 0-.32-.04-.5-.26-.95-.64-1.27-.37-.32-.85-.47-1.35-.44zm1.09 1.95l-.6 5.83h-1l-.32-3.22H5.01L2.6 15.6H1.44l2.8-5.85.18-.32-.27-.24-.85-.94c-.03-.05-.06-.09-.08-.13l-.09-.14-.16-.24-.26-.49.41.37c.06.05.12.09.19.14l.17.12c.04.03.08.06.13.09l.4.24c.05.03.1.05.23.11l.44.19.12.05c.06.02.12.04.19.06l.22.06c.12.04.25.07.38.1l.47.09h4.64l2.07-.15c.25-.02.51.06.7.23.19.17.31.4.33.66.01.05.01.11 0 .16z'/%3E%3C/svg%3E");
}

.icon--category-environment:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M16.33 16.08c-.35.17-.66.32-1.31.32s-.96-.15-1.31-.32c-.4-.19-.84-.41-1.7-.41-.85 0-1.3.22-1.7.41-.26.12-.49.23-.85.28v-2.43c2.23-1.4 3.61-3.85 3.61-6.45 0-2.7-1.47-5.23-3.83-6.61L9.02.74l-.23.13c-2.36 1.37-3.83 3.91-3.83 6.6 0 2.61 1.38 5.05 3.61 6.45v2.43c-.37-.05-.6-.16-.86-.29-.4-.19-.84-.41-1.7-.41-.85 0-1.3.22-1.7.41-.35.19-.66.33-1.31.33s-.95-.15-1.3-.32c-.4-.18-.84-.4-1.7-.4v.9c.65 0 .95.15 1.3.32.4.19.85.4 1.7.4s1.3-.22 1.7-.41c.35-.17.66-.32 1.31-.32s.95.15 1.31.32c.4.19.84.41 1.7.41s1.3-.22 1.7-.41c.35-.17.66-.32 1.31-.32s.96.15 1.31.32c.4.19.84.41 1.7.41s1.3-.22 1.7-.41c.35-.17.66-.32 1.31-.32v-.9c-.87.01-1.32.23-1.72.42zM9.47 6.65l2.05-2.05c.32.67.53 1.39.61 2.15L9.47 9.41V6.65zm-.9 2.74L5.9 6.73c.08-.76.3-1.49.63-2.16L8.57 6.6v2.79zm.9 3.45v-2.16l2.68-2.67a6.683 6.683 0 01-2.68 4.83zm1.59-9.05L9.47 5.38V2.11c.63.47 1.16 1.04 1.59 1.68zM8.57 2.11v3.22L6.99 3.76c.42-.63.95-1.18 1.58-1.65zM5.89 7.99l2.68 2.68v2.18a6.677 6.677 0 01-2.68-4.86z'/%3E%3C/svg%3E");
}

.icon--category-news:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3 1.7v4.76H0v6.86c0 1.65 1.35 3 3.01 3h12.21c1.55 0 2.81-1.26 2.81-2.81V1.7H3zm0 13.72a2.1 2.1 0 01-2.1-2.1V7.36H3v8.06zm14.13-1.9c0 1.05-.86 1.91-1.91 1.91H3.91V2.6h13.22v10.92z'/%3E%3Cpath d='M9.86 4.94H5.47v4.59h4.39V4.94zm-.9 3.7H6.37v-2.8h2.59v2.8zm-3.49 1.82h4.39v.9H5.47zm0 1.82h4.39v.9H5.47zm5.71-1.82h4.39v.9h-4.39zm0-1.82h4.39v.9h-4.39zm0-1.82h4.39v.9h-4.39zm0-1.82h4.39v.9h-4.39zm0 7.28h4.39v.9h-4.39z'/%3E%3C/svg%3E");
}

.icon--category-parking:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M16.94 4.72A9.06 9.06 0 0012.52.71C11.44.25 10.26 0 9.01 0s-2.43.25-3.5.71C2.27 2.08 0 5.28 0 9.01c0 3.73 2.27 6.94 5.51 8.31 1.08.46 2.26.71 3.51.71a8.91 8.91 0 004.3-1.09 9.06 9.06 0 003.63-3.63c.69-1.28 1.09-2.74 1.09-4.3s-.41-3.01-1.1-4.29zM9.01 17.13C4.54 17.13.9 13.49.9 9.02.9 4.55 4.54.91 9.01.91s8.11 3.64 8.11 8.11c.01 4.47-3.63 8.11-8.11 8.11z'/%3E%3Cpath d='M10.66 5.3H6.17v8.04h.9V9.86h3.58c1.26 0 2.28-1.02 2.28-2.28a2.27 2.27 0 00-2.27-2.28zm0 3.66H7.07V6.2h3.58c.76 0 1.38.62 1.38 1.38s-.61 1.38-1.37 1.38z'/%3E%3C/svg%3E");
}

.icon--category-property:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M7.94 0v6.7H4.22L0 10.92v7.11h18.03V0H7.94zM7.9 17.12H5.66v-4.34H3.14v4.34H.9v-5.83l3.5-3.51 3.5 3.51v5.83zM5.49 7.6h2.45v2.45L5.49 7.6zm11.64 9.53H8.84V.9h8.29v16.23z'/%3E%3Cpath d='M10 7.64h5.96v.9H10zm0-1.85h5.96v.9H10zm0-1.85h5.96v.9H10zm0-1.85h5.96v.9H10zm0 7.4h5.96v.9H10z'/%3E%3C/svg%3E");
}

.icon--category-recreation:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9.01 0C4.03 0 0 4.04 0 9.01s4.04 9.01 9.01 9.01 9.01-4.04 9.01-9.01S13.99 0 9.01 0zm6.89 4.75c.5.8.87 1.69 1.06 2.64a5.36 5.36 0 01-1.64-1.27c.23-.43.41-.89.58-1.37zm-.64-.91c-.15.5-.33.99-.54 1.45-.49-.81-.81-1.77-.93-2.82.54.39 1.04.85 1.47 1.37zm-2.41-1.97c.06 1.67.55 3.16 1.41 4.34-.21.36-.43.71-.67 1.04-.09-.12-.16-.25-.25-.37-2.08-2.78-5.35-4.33-9.13-4.4a8.074 8.074 0 018.64-.61zM3.17 3.4c3.91-.23 7.36 1.23 9.45 4.03.14.18.25.37.38.56-.62.73-1.32 1.38-2.09 1.96C9.42 7.54 5.42 6.8.96 8.06c.21-1.8 1.02-3.42 2.21-4.66zm7 7.06c-2.43 1.59-5.34 2.5-8.03 2.85A8.094 8.094 0 01.9 9.01c4.89-1.48 8.21-.32 9.27 1.45zm-7.45 3.67c2.62-.4 5.39-1.3 7.77-2.82.36 1.63-.66 3.67-2.85 5.69a8.095 8.095 0 01-4.92-2.87zm6.11 2.99c2.21-2.23 3.07-4.47 2.45-6.34.79-.57 1.53-1.22 2.18-1.95 1.03 2.07 1.22 4.43.48 6.62a8.094 8.094 0 01-4.93 1.69c-.06-.01-.12-.02-.18-.02zm6.33-2.82c.36-2.12 0-4.3-1.06-6.22.28-.36.53-.74.77-1.13.62.64 1.37 1.15 2.23 1.49.01.19.03.39.03.58 0 2.01-.75 3.85-1.97 5.28z'/%3E%3C/svg%3E");
}

.icon--category-rubbish:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M17.3 9.75l-1.29-2.43-.79.42 1.29 2.43c.62 1.17.58 2.54-.1 3.67a3.713 3.713 0 01-3.2 1.81h-2.95v-1.49L8.32 16.1l1.94 1.94v-1.49h2.95c1.64 0 3.13-.84 3.97-2.24.84-1.41.89-3.11.12-4.56zm-15.67 4.1a3.699 3.699 0 01-.1-3.67l1.38-2.61 1.32.7-.81-2.63-2.62.81 1.32.7-1.39 2.6c-.77 1.45-.72 3.15.12 4.56a4.588 4.588 0 003.97 2.24h2.75v-.9H4.83c-1.32.01-2.52-.67-3.2-1.8zM5.78 2.69A3.7 3.7 0 018.97.89h.02c1.32.01 2.52.69 3.19 1.82l1.51 2.54-1.28.76 2.66.67.67-2.66-1.27.78-1.51-2.54A4.6 4.6 0 009 0h-.03C7.34 0 5.86.83 5.01 2.23L3.59 4.57l.77.47 1.42-2.35z'/%3E%3C/svg%3E");
}

.icon--category-city:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M15.93 11.02V8.49h-1.8V5.97h-1.67V3.46H9.43v-.83h3.15V0H8.53v3.46H5.57v2.51H3.9V8.5H2.1v2.53H0v7.01h18.03v-7.01h-2.1zM9.43.9h2.25v.83H9.43V.9zM6.47 4.36h5.1v1.61h-5.1V4.36zM4.8 6.87h8.44v1.62H4.8V6.87zM3 9.39h12.04v1.62H3V9.39zm3.85 2.53v5.21H4.34v-5.21h2.51zm.9 0h2.51v5.21H7.75v-5.21zm3.42 0h2.51v5.21h-2.51v-5.21zm-10.27 0h2.54v5.21H.9v-5.21zm16.23 5.21h-2.55v-5.21h2.55v5.21z'/%3E%3C/svg%3E");
}

.icon--category-council:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M9.01 4.76c.88 0 1.61-.72 1.61-1.6s-.72-1.6-1.61-1.6-1.6.72-1.6 1.6.72 1.6 1.6 1.6zm0-2.3c.39 0 .71.32.71.7a.704.704 0 01-1.41 0c0-.39.32-.7.7-.7zm-4.52 2.3c.88 0 1.6-.72 1.6-1.6s-.72-1.6-1.6-1.6-1.61.72-1.61 1.6.73 1.6 1.61 1.6zm0-2.3c.39 0 .7.32.7.7 0 .39-.32.7-.7.7s-.71-.32-.71-.7c.01-.39.32-.7.71-.7zm9.05 2.3c.88 0 1.6-.72 1.6-1.6s-.72-1.6-1.6-1.6-1.6.72-1.6 1.6.71 1.6 1.6 1.6zm0-2.3c.39 0 .7.32.7.7 0 .39-.32.7-.7.7s-.7-.32-.7-.7a.69.69 0 01.7-.7zm4.49 7.74h-1.78V7.8c0-1.5-1.22-2.71-2.71-2.71-.94 0-1.78.49-2.26 1.22a2.728 2.728 0 00-2.26-1.22c-.94 0-1.78.49-2.26 1.22a2.708 2.708 0 00-2.27-1.22C3 5.09 1.78 6.3 1.78 7.8v2.4H0v4.08h1.79v3.75h14.44v-3.75h1.79V10.2zm-2.69 6.93H2.69V14.3h12.64v2.83zm-1.8-11.14c1 0 1.81.81 1.81 1.81v2.4h-3.62V7.8c0-1 .81-1.81 1.81-1.81zm-4.53 0c1 0 1.81.81 1.81 1.81v2.4H9.47V9.19c.51-.19.87-.67.87-1.24 0-.73-.6-1.33-1.33-1.33s-1.33.6-1.33 1.33c0 .57.37 1.05.88 1.24v1.01H7.2V7.8c0-1 .82-1.81 1.81-1.81zm-.42 1.96c0-.24.19-.43.43-.43s.43.19.43.43-.19.43-.43.43-.43-.19-.43-.43zM2.68 7.8a1.81 1.81 0 113.62 0v2.4H2.68V7.8zm14.45 5.58H.9V11.1h7.66v.69H7.23v.9h3.62v-.9H9.47v-.69h7.66v2.28z'/%3E%3C/svg%3E");
}

.icon--category-certificates:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.26 21.26'%3E%3Cpath d='M3.72 9.73h5.92v.9H3.72zm0-1.82h5.89v.9H3.72zm0-1.82H16.8v.9H3.72z'/%3E%3Cpath d='M1.62 4.01V18.6h10.05v1.04l2.4-1.04h.2l2.4 1.04V18.6h2.98V4.01H1.62zM12.56 17.7v-3.05c.47.24 1 .38 1.57.38.59 0 1.14-.16 1.63-.42v3.65l-1.24-.54-.07-.03-.29-.12-.29.12-.07.03-1.24.54v-.56zm6.18 0h-2.08v-3.74a3.55 3.55 0 001.01-2.48c0-.26-.03-.52-.09-.77l-.82.82c0 .23-.05.45-.11.67-.15.54-.47 1.01-.9 1.35-.45.36-1.01.58-1.63.58-.59 0-1.13-.2-1.57-.53-.41-.3-.72-.71-.9-1.19-.11-.29-.18-.6-.18-.92 0-1.46 1.19-2.64 2.64-2.64.51 0 .98.15 1.39.4l.65-.65c-.58-.41-1.28-.65-2.04-.65a3.54 3.54 0 00-3.54 3.54c0 1 .41 1.89 1.08 2.54v3.68H2.52V4.91h16.23V17.7z'/%3E%3Cpath d='M13.18 10.79l-.63.63 1.6 1.61 3.29-3.3-.64-.63-2.65 2.65zM3.72 9.73h5.92v.9H3.72zm0-1.82h5.89v.9H3.72zm0-1.82H16.8v.9H3.72z'/%3E%3Cpath d='M1.62 4.01V18.6h10.05v1.04l2.4-1.04h.2l2.4 1.04V18.6h2.98V4.01H1.62zM12.56 17.7v-3.05c.47.24 1 .38 1.57.38.59 0 1.14-.16 1.63-.42v3.65l-1.24-.54-.07-.03-.29-.12-.29.12-.07.03-1.24.54v-.56zm6.18 0h-2.08v-3.74a3.55 3.55 0 001.01-2.48c0-.26-.03-.52-.09-.77l-.82.82c0 .23-.05.45-.11.67-.15.54-.47 1.01-.9 1.35-.45.36-1.01.58-1.63.58-.59 0-1.13-.2-1.57-.53-.41-.3-.72-.71-.9-1.19-.11-.29-.18-.6-.18-.92 0-1.46 1.19-2.64 2.64-2.64.51 0 .98.15 1.39.4l.65-.65c-.58-.41-1.28-.65-2.04-.65a3.54 3.54 0 00-3.54 3.54c0 1 .41 1.89 1.08 2.54v3.68H2.52V4.91h16.23V17.7z'/%3E%3Cpath d='M13.18 10.79l-.63.63 1.6 1.61 3.29-3.3-.64-.63-2.65 2.65z'/%3E%3C/svg%3E");
}

.icon--category-haveyoursay:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.26 21.26'%3E%3Cpath d='M1.62 4.02v11.49h2.41v4.13l4.13-4.13h11.48V4.02H1.62zm17.12 10.59H7.79l-.26.26-2.6 2.6v-2.86H2.52V4.92h16.23v9.69z'/%3E%3Cpath d='M3.73 9.72h6.9v.9h-6.9zm0-1.82h13.08v.9H3.73zm0-1.82h13.08v.9H3.73z'/%3E%3Cpath d='M1.62 4.02v11.49h2.41v4.13l4.13-4.13h11.48V4.02H1.62zm17.12 10.59H7.79l-.26.26-2.6 2.6v-2.86H2.52V4.92h16.23v9.69z'/%3E%3Cpath d='M3.73 9.72h6.9v.9h-6.9zm0-1.82h13.08v.9H3.73zm0-1.82h13.08v.9H3.73z'/%3E%3C/svg%3E");
}

.icon--tick:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23228b22' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 6.6C26 6.6 6.6 26 6.6 50S26 93.4 50 93.4 93.4 74 93.4 50 74 6.6 50 6.6zm-3.7 60c-.8.8-1.8 1.2-2.8 1.2s-2-.4-2.8-1.2L28 54l5.7-5.7 9.8 9.8 22.8-22.8L72 41 46.3 66.6z'/%3E%3C/svg%3E");
}

.icon--cross:after {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23FF0039' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 6.6C26 6.6 6.6 26 6.6 50S26 93.4 50 93.4 93.4 74 93.4 50 74 6.6 50 6.6zM38.3 67.7l-6-6L44 50 32.3 38.3l6-6L50 44l11.7-11.7 6 6L56 50l11.7 11.7-6 6L50 56 38.3 67.7z'/%3E%3C/svg%3E");
}

.icon--chevron-circle:after {
  background-size: 44px 44px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' aria-hidden='true'%3E%3Ccircle cx='27' cy='27' r='26' fill='%23006cd4'/%3E%3Cpath d='M23.05 15.636L34.364 26.95l-.05.05.05.05L23.05 38.364l-1.414-1.414 9.95-9.95-9.95-9.95z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
  width: 44px;
  height: 44px;
}

@media (min-width: 768px) {
  .icon--chevron-circle:after {
    background-size: 54px 54px;
    width: 54px;
    height: 54px;
  }
}

a:hover .icon--chevron-circle:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' aria-hidden='true'%3E%3Ccircle cx='27' cy='27' r='26' fill='%23003480'/%3E%3Cpath d='M23.05 15.636L34.364 26.95l-.05.05.05.05L23.05 38.364l-1.414-1.414 9.95-9.95-9.95-9.95z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

a:focus .icon--chevron-circle:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 54 54' aria-hidden='true'%3E%3Ccircle cx='27' cy='27' r='26' fill='%23003480'/%3E%3Cpath d='M23.05 15.636L34.364 26.95l-.05.05.05.05L23.05 38.364l-1.414-1.414 9.95-9.95-9.95-9.95z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon--chevron-circle-left:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section {
  max-width: 1440px;
  margin: auto;
}

.aside {
  width: 60%;
  height: 100vh;
}

.hero,
.hub__content {
  background-color: #fd0;
}

.hub__content-alternate {
  background-color: #fff;
}

.index-page,
.landing-page {
  background-color: #fd0;
}

.index-page-alternate,
.landing-page-alternate {
  background-color: #fff;
}

.homepage-scroll {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  margin-top: -23px;
}

.homepage-scroll:active,
.homepage-scroll:focus,
.homepage-scroll:hover {
  background: none;
}

.homepage-scroll:hover svg circle {
  fill: #003480;
}

.homepage-scroll:hover svg path {
  fill: #fff;
}

.back-to-top {
  position: absolute;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  width: 66px;
  height: 66px;
  line-height: 1rem;
  border-radius: 33px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
  font-weight: 600;
}

.back-to-top:active,
.back-to-top:focus,
.back-to-top:hover {
  background: #003480;
  color: #fff;
}

.back-to-top:active svg path,
.back-to-top:focus svg path,
.back-to-top:hover svg path {
  fill: #fff;
}

.back-to-top svg {
  margin-top: -10px;
}

.link,
a {
  text-decoration: underline;
  color: #000;
}

.link:hover,
a:hover {
  color: #006cd4;
}

.link:focus,
a:focus {
  background-color: #003480;
  outline: none;
  color: #fff;
}

.link[disabled],
a[disabled] {
  color: #cacaca;
  pointer-events: none;
}

.link-image:focus,
a-image:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: 2px solid #006cd4;
}

.link--navigation {
  font-weight: 600;
}

.link--icon {
  color: #fff;
}

.link--icon:focus {
  background-color: #fff;
  color: #fff;
  outline: 2px solid #003480;
}

.link--light {
  color: #fff;
}

.link--light:hover {
  color: #949494;
}

.link--light:focus {
  background-color: #003480;
  color: #fff;
}

.link--light[disabled] {
  color: #58595b;
}

.list-reset,
.list-reset li {
  margin: 0;
  padding: 0;
}

.list-reset li {
  list-style-type: none;
}

.list-reset li:before {
  content: "";
}

ol,
ul {
  margin-left: 2rem;
  margin-bottom: 24px;
  list-style: inherit;
}

li {
  padding-left: 0.8rem;
  margin-left: 1.5em;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

li > ol,
li > ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol {
  counter-reset: section;
}

ol li {
  position: relative;
}

ul.list-layout.progress {
  list-style: none;
  margin-left: 0;
}

ul.list-layout.progress li {
  padding-left: 0;
}

.dot-flashing {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  -webkit-animation: dotFlashing 1s linear infinite alternate;
  animation: dotFlashing 1s linear infinite alternate;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.dot-flashing:after,
.dot-flashing:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing:before {
  left: -12px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  -webkit-animation: dotFlashing 1s infinite alternate;
  animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.dot-flashing:after {
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  -webkit-animation: dotFlashing 1s infinite alternate;
  animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #000;
  }

  50%,
  to {
    background-color: #949494;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #000;
  }

  50%,
  to {
    background-color: #949494;
  }
}

body:before {
  position: absolute;
  left: -100%;
  top: -100%;
  visibility: hidden;
  content: "xs";
}

@media (min-width: 576px) {
  body:before {
    content: "sm";
  }
}

@media (min-width: 768px) {
  body:before {
    content: "md";
  }
}

@media (min-width: 992px) {
  body:before {
    content: "lg";
  }
}

@media (min-width: 1200px) {
  body:before {
    content: "xl";
  }
}

@media (min-width: xxl) {
  body:before {
    content: "xxl";
  }
}

@media (min-width: xxxl) {
  body:before {
    content: "xxxl";
  }
}

@media (min-width: xxxxl) {
  body:before {
    content: "xxxxl";
  }
}

.media--mobile-hide {
  display: none;
}

@media only screen and (min-device-width: 768px) {
  .media--mobile-hide {
    display: block;
  }
}

.media--mobile-show {
  display: block;
}

@media only screen and (min-device-width: 768px) {
  .media--mobile-show {
    display: none;
  }
}

.mt--xxxs {
  margin-top: 5px;
}

.mt--xxs {
  margin-top: 12px;
}

.mt--xs {
  margin-top: 24px;
}

.mt--ms {
  margin-top: 36px;
}

.mt--s {
  margin-top: 48px;
}

.mt--m {
  margin-top: 72px;
}

.mt--l {
  margin-top: 96px;
}

.mt--xl {
  margin-top: 144px;
}

.mb--xxxs {
  margin-bottom: 5px;
}

.mb--xxs {
  margin-bottom: 12px;
}

.mb--xs {
  margin-bottom: 24px;
}

.mb--ms {
  margin-bottom: 36px;
}

.mb--s {
  margin-bottom: 48px;
}

.mb--m {
  margin-bottom: 72px;
}

.mb--l {
  margin-bottom: 96px;
}

.mb--xl {
  margin-bottom: 144px;
}

.ml--xxxs {
  margin-left: 5px;
}

.ml--xxs {
  margin-left: 12px;
}

.ml--xs {
  margin-left: 24px;
}

.ml--ms {
  margin-left: 36px;
}

.ml--s {
  margin-left: 48px;
}

.ml--m {
  margin-left: 72px;
}

.ml--l {
  margin-left: 96px;
}

.ml--xl {
  margin-left: 144px;
}

.mr--xxxs {
  margin-right: 5px;
}

.mr--xxs {
  margin-right: 12px;
}

.mr--xs {
  margin-right: 24px;
}

.mr--ms {
  margin-right: 36px;
}

.mr--s {
  margin-right: 48px;
}

.mr--m {
  margin-right: 72px;
}

.mr--l {
  margin-right: 96px;
}

.mr--xl {
  margin-right: 144px;
}

.mx--xxxs {
  margin-left: 5px;
  margin-right: 5px;
}

.mx--xxs {
  margin-left: 12px;
  margin-right: 12px;
}

.mx--xs {
  margin-left: 24px;
  margin-right: 24px;
}

.mx--ms {
  margin-left: 36px;
  margin-right: 36px;
}

.mx--s {
  margin-left: 48px;
  margin-right: 48px;
}

.mx--m {
  margin-left: 72px;
  margin-right: 72px;
}

.mx--l {
  margin-left: 96px;
  margin-right: 96px;
}

.mx--xl {
  margin-left: 144px;
  margin-right: 144px;
}

.my--xxxs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my--xxs {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my--xs {
  margin-top: 24px;
  margin-bottom: 24px;
}

.my--ms {
  margin-top: 36px;
  margin-bottom: 36px;
}

.my--s {
  margin-top: 48px;
  margin-bottom: 48px;
}

.my--m {
  margin-top: 72px;
  margin-bottom: 72px;
}

.my--l {
  margin-top: 96px;
  margin-bottom: 96px;
}

.my--xl {
  margin-top: 144px;
  margin-bottom: 144px;
}

.pt--xxxs {
  padding-top: 5px;
}

.pt--xxs {
  padding-top: 12px;
}

.pt--xs {
  padding-top: 24px;
}

.pt--ms {
  padding-top: 36px;
}

.pt--s {
  padding-top: 48px;
}

.pt--m {
  padding-top: 72px;
}

.pt--l {
  padding-top: 96px;
}

.pt--xl {
  padding-top: 144px;
}

.pb--xxxs {
  padding-bottom: 5px;
}

.pb--xxs {
  padding-bottom: 12px;
}

.pb--xs {
  padding-bottom: 24px;
}

.pb--ms {
  padding-bottom: 36px;
}

.pb--s {
  padding-bottom: 48px;
}

.pb--m {
  padding-bottom: 72px;
}

.pb--l {
  padding-bottom: 96px;
}

.pb--xl {
  padding-bottom: 144px;
}

.pl--xxxs {
  padding-left: 5px;
}

.pl--xxs {
  padding-left: 12px;
}

.pl--xs {
  padding-left: 24px;
}

.pl--ms {
  padding-left: 36px;
}

.pl--s {
  padding-left: 48px;
}

.pl--m {
  padding-left: 72px;
}

.pl--l {
  padding-left: 96px;
}

.pl--xl {
  padding-left: 144px;
}

.pr--xxxs {
  padding-right: 5px;
}

.pr--xxs {
  padding-right: 12px;
}

.pr--xs {
  padding-right: 24px;
}

.pr--ms {
  padding-right: 36px;
}

.pr--s {
  padding-right: 48px;
}

.pr--m {
  padding-right: 72px;
}

.pr--l {
  padding-right: 96px;
}

.pr--xl {
  padding-right: 144px;
}

.px--xxxs {
  padding-left: 5px;
  padding-right: 5px;
}

.px--xxs {
  padding-left: 12px;
  padding-right: 12px;
}

.px--xs {
  padding-left: 24px;
  padding-right: 24px;
}

.px--ms {
  padding-left: 36px;
  padding-right: 36px;
}

.px--s {
  padding-left: 48px;
  padding-right: 48px;
}

.px--m {
  padding-left: 72px;
  padding-right: 72px;
}

.px--l {
  padding-left: 96px;
  padding-right: 96px;
}

.px--xl {
  padding-left: 144px;
  padding-right: 144px;
}

.py--xxxs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py--xxs {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py--xs {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py--ms {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py--s {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py--m {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py--l {
  padding-top: 96px;
  padding-bottom: 96px;
}

.py--xl {
  padding-top: 144px;
  padding-bottom: 144px;
}

.mw--5 {
  max-width: 5%;
}

.mw--10 {
  max-width: 10%;
}

.mw--15 {
  max-width: 15%;
}

.mw--20 {
  max-width: 20%;
}

.mw--25 {
  max-width: 25%;
}

.mw--30 {
  max-width: 30%;
}

.mw--35 {
  max-width: 35%;
}

.mw--40 {
  max-width: 40%;
}

.mw--45 {
  max-width: 45%;
}

.mw--50 {
  max-width: 50%;
}

.mw--55 {
  max-width: 55%;
}

.mw--60 {
  max-width: 60%;
}

.mw--65 {
  max-width: 65%;
}

.mw--70 {
  max-width: 70%;
}

.mw--75 {
  max-width: 75%;
}

.mw--80 {
  max-width: 80%;
}

.mw--85 {
  max-width: 85%;
}

.mw--90 {
  max-width: 90%;
}

.mw--95 {
  max-width: 95%;
}

.mw--100 {
  max-width: 100%;
}

.w--5 {
  width: 5%;
}

.w--10 {
  width: 10%;
}

.w--15 {
  width: 15%;
}

.w--20 {
  width: 20%;
}

.w--25 {
  width: 25%;
}

.w--30 {
  width: 30%;
}

.w--35 {
  width: 35%;
}

.w--40 {
  width: 40%;
}

.w--45 {
  width: 45%;
}

.w--50 {
  width: 50%;
}

.w--55 {
  width: 55%;
}

.w--60 {
  width: 60%;
}

.w--65 {
  width: 65%;
}

.w--70 {
  width: 70%;
}

.w--75 {
  width: 75%;
}

.w--80 {
  width: 80%;
}

.w--85 {
  width: 85%;
}

.w--90 {
  width: 90%;
}

.w--95 {
  width: 95%;
}

.w--100 {
  width: 100%;
}

@media (min-width: 576px) {
  .mt-sm--xxxs {
    margin-top: 5px;
  }

  .mt-sm--xxs {
    margin-top: 12px;
  }

  .mt-sm--xs {
    margin-top: 24px;
  }

  .mt-sm--ms {
    margin-top: 36px;
  }

  .mt-sm--s {
    margin-top: 48px;
  }

  .mt-sm--m {
    margin-top: 72px;
  }

  .mt-sm--l {
    margin-top: 96px;
  }

  .mt-sm--xl {
    margin-top: 144px;
  }

  .mb-sm--xxxs {
    margin-bottom: 5px;
  }

  .mb-sm--xxs {
    margin-bottom: 12px;
  }

  .mb-sm--xs {
    margin-bottom: 24px;
  }

  .mb-sm--ms {
    margin-bottom: 36px;
  }

  .mb-sm--s {
    margin-bottom: 48px;
  }

  .mb-sm--m {
    margin-bottom: 72px;
  }

  .mb-sm--l {
    margin-bottom: 96px;
  }

  .mb-sm--xl {
    margin-bottom: 144px;
  }

  .ml-sm--xxxs {
    margin-left: 5px;
  }

  .ml-sm--xxs {
    margin-left: 12px;
  }

  .ml-sm--xs {
    margin-left: 24px;
  }

  .ml-sm--ms {
    margin-left: 36px;
  }

  .ml-sm--s {
    margin-left: 48px;
  }

  .ml-sm--m {
    margin-left: 72px;
  }

  .ml-sm--l {
    margin-left: 96px;
  }

  .ml-sm--xl {
    margin-left: 144px;
  }

  .mr-sm--xxxs {
    margin-right: 5px;
  }

  .mr-sm--xxs {
    margin-right: 12px;
  }

  .mr-sm--xs {
    margin-right: 24px;
  }

  .mr-sm--ms {
    margin-right: 36px;
  }

  .mr-sm--s {
    margin-right: 48px;
  }

  .mr-sm--m {
    margin-right: 72px;
  }

  .mr-sm--l {
    margin-right: 96px;
  }

  .mr-sm--xl {
    margin-right: 144px;
  }

  .mx-sm--xxxs {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mx-sm--xxs {
    margin-left: 12px;
    margin-right: 12px;
  }

  .mx-sm--xs {
    margin-left: 24px;
    margin-right: 24px;
  }

  .mx-sm--ms {
    margin-left: 36px;
    margin-right: 36px;
  }

  .mx-sm--s {
    margin-left: 48px;
    margin-right: 48px;
  }

  .mx-sm--m {
    margin-left: 72px;
    margin-right: 72px;
  }

  .mx-sm--l {
    margin-left: 96px;
    margin-right: 96px;
  }

  .mx-sm--xl {
    margin-left: 144px;
    margin-right: 144px;
  }

  .my-sm--xxxs {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .my-sm--xxs {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .my-sm--xs {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .my-sm--ms {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .my-sm--s {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .my-sm--m {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .my-sm--l {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .my-sm--xl {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .pt-sm--xxxs {
    padding-top: 5px;
  }

  .pt-sm--xxs {
    padding-top: 12px;
  }

  .pt-sm--xs {
    padding-top: 24px;
  }

  .pt-sm--ms {
    padding-top: 36px;
  }

  .pt-sm--s {
    padding-top: 48px;
  }

  .pt-sm--m {
    padding-top: 72px;
  }

  .pt-sm--l {
    padding-top: 96px;
  }

  .pt-sm--xl {
    padding-top: 144px;
  }

  .pb-sm--xxxs {
    padding-bottom: 5px;
  }

  .pb-sm--xxs {
    padding-bottom: 12px;
  }

  .pb-sm--xs {
    padding-bottom: 24px;
  }

  .pb-sm--ms {
    padding-bottom: 36px;
  }

  .pb-sm--s {
    padding-bottom: 48px;
  }

  .pb-sm--m {
    padding-bottom: 72px;
  }

  .pb-sm--l {
    padding-bottom: 96px;
  }

  .pb-sm--xl {
    padding-bottom: 144px;
  }

  .pl-sm--xxxs {
    padding-left: 5px;
  }

  .pl-sm--xxs {
    padding-left: 12px;
  }

  .pl-sm--xs {
    padding-left: 24px;
  }

  .pl-sm--ms {
    padding-left: 36px;
  }

  .pl-sm--s {
    padding-left: 48px;
  }

  .pl-sm--m {
    padding-left: 72px;
  }

  .pl-sm--l {
    padding-left: 96px;
  }

  .pl-sm--xl {
    padding-left: 144px;
  }

  .pr-sm--xxxs {
    padding-right: 5px;
  }

  .pr-sm--xxs {
    padding-right: 12px;
  }

  .pr-sm--xs {
    padding-right: 24px;
  }

  .pr-sm--ms {
    padding-right: 36px;
  }

  .pr-sm--s {
    padding-right: 48px;
  }

  .pr-sm--m {
    padding-right: 72px;
  }

  .pr-sm--l {
    padding-right: 96px;
  }

  .pr-sm--xl {
    padding-right: 144px;
  }

  .px-sm--xxxs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-sm--xxs {
    padding-left: 12px;
    padding-right: 12px;
  }

  .px-sm--xs {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px-sm--ms {
    padding-left: 36px;
    padding-right: 36px;
  }

  .px-sm--s {
    padding-left: 48px;
    padding-right: 48px;
  }

  .px-sm--m {
    padding-left: 72px;
    padding-right: 72px;
  }

  .px-sm--l {
    padding-left: 96px;
    padding-right: 96px;
  }

  .px-sm--xl {
    padding-left: 144px;
    padding-right: 144px;
  }

  .py-sm--xxxs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .py-sm--xxs {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py-sm--xs {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-sm--ms {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .py-sm--s {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .py-sm--m {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .py-sm--l {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .py-sm--xl {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .mw-sm--5 {
    max-width: 5%;
  }

  .mw-sm--10 {
    max-width: 10%;
  }

  .mw-sm--15 {
    max-width: 15%;
  }

  .mw-sm--20 {
    max-width: 20%;
  }

  .mw-sm--25 {
    max-width: 25%;
  }

  .mw-sm--30 {
    max-width: 30%;
  }

  .mw-sm--35 {
    max-width: 35%;
  }

  .mw-sm--40 {
    max-width: 40%;
  }

  .mw-sm--45 {
    max-width: 45%;
  }

  .mw-sm--50 {
    max-width: 50%;
  }

  .mw-sm--55 {
    max-width: 55%;
  }

  .mw-sm--60 {
    max-width: 60%;
  }

  .mw-sm--65 {
    max-width: 65%;
  }

  .mw-sm--70 {
    max-width: 70%;
  }

  .mw-sm--75 {
    max-width: 75%;
  }

  .mw-sm--80 {
    max-width: 80%;
  }

  .mw-sm--85 {
    max-width: 85%;
  }

  .mw-sm--90 {
    max-width: 90%;
  }

  .mw-sm--95 {
    max-width: 95%;
  }

  .mw-sm--100 {
    max-width: 100%;
  }

  .w-sm--5 {
    width: 5%;
  }

  .w-sm--10 {
    width: 10%;
  }

  .w-sm--15 {
    width: 15%;
  }

  .w-sm--20 {
    width: 20%;
  }

  .w-sm--25 {
    width: 25%;
  }

  .w-sm--30 {
    width: 30%;
  }

  .w-sm--35 {
    width: 35%;
  }

  .w-sm--40 {
    width: 40%;
  }

  .w-sm--45 {
    width: 45%;
  }

  .w-sm--50 {
    width: 50%;
  }

  .w-sm--55 {
    width: 55%;
  }

  .w-sm--60 {
    width: 60%;
  }

  .w-sm--65 {
    width: 65%;
  }

  .w-sm--70 {
    width: 70%;
  }

  .w-sm--75 {
    width: 75%;
  }

  .w-sm--80 {
    width: 80%;
  }

  .w-sm--85 {
    width: 85%;
  }

  .w-sm--90 {
    width: 90%;
  }

  .w-sm--95 {
    width: 95%;
  }

  .w-sm--100 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mt-md--xxxs {
    margin-top: 5px;
  }

  .mt-md--xxs {
    margin-top: 12px;
  }

  .mt-md--xs {
    margin-top: 24px;
  }

  .mt-md--ms {
    margin-top: 36px;
  }

  .mt-md--s {
    margin-top: 48px;
  }

  .mt-md--m {
    margin-top: 72px;
  }

  .mt-md--l {
    margin-top: 96px;
  }

  .mt-md--xl {
    margin-top: 144px;
  }

  .mb-md--xxxs {
    margin-bottom: 5px;
  }

  .mb-md--xxs {
    margin-bottom: 12px;
  }

  .mb-md--xs {
    margin-bottom: 24px;
  }

  .mb-md--ms {
    margin-bottom: 36px;
  }

  .mb-md--s {
    margin-bottom: 48px;
  }

  .mb-md--m {
    margin-bottom: 72px;
  }

  .mb-md--l {
    margin-bottom: 96px;
  }

  .mb-md--xl {
    margin-bottom: 144px;
  }

  .ml-md--xxxs {
    margin-left: 5px;
  }

  .ml-md--xxs {
    margin-left: 12px;
  }

  .ml-md--xs {
    margin-left: 24px;
  }

  .ml-md--ms {
    margin-left: 36px;
  }

  .ml-md--s {
    margin-left: 48px;
  }

  .ml-md--m {
    margin-left: 72px;
  }

  .ml-md--l {
    margin-left: 96px;
  }

  .ml-md--xl {
    margin-left: 144px;
  }

  .mr-md--xxxs {
    margin-right: 5px;
  }

  .mr-md--xxs {
    margin-right: 12px;
  }

  .mr-md--xs {
    margin-right: 24px;
  }

  .mr-md--ms {
    margin-right: 36px;
  }

  .mr-md--s {
    margin-right: 48px;
  }

  .mr-md--m {
    margin-right: 72px;
  }

  .mr-md--l {
    margin-right: 96px;
  }

  .mr-md--xl {
    margin-right: 144px;
  }

  .mx-md--xxxs {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mx-md--xxs {
    margin-left: 12px;
    margin-right: 12px;
  }

  .mx-md--xs {
    margin-left: 24px;
    margin-right: 24px;
  }

  .mx-md--ms {
    margin-left: 36px;
    margin-right: 36px;
  }

  .mx-md--s {
    margin-left: 48px;
    margin-right: 48px;
  }

  .mx-md--m {
    margin-left: 72px;
    margin-right: 72px;
  }

  .mx-md--l {
    margin-left: 96px;
    margin-right: 96px;
  }

  .mx-md--xl {
    margin-left: 144px;
    margin-right: 144px;
  }

  .my-md--xxxs {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .my-md--xxs {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .my-md--xs {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .my-md--ms {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .my-md--s {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .my-md--m {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .my-md--l {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .my-md--xl {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .pt-md--xxxs {
    padding-top: 5px;
  }

  .pt-md--xxs {
    padding-top: 12px;
  }

  .pt-md--xs {
    padding-top: 24px;
  }

  .pt-md--ms {
    padding-top: 36px;
  }

  .pt-md--s {
    padding-top: 48px;
  }

  .pt-md--m {
    padding-top: 72px;
  }

  .pt-md--l {
    padding-top: 96px;
  }

  .pt-md--xl {
    padding-top: 144px;
  }

  .pb-md--xxxs {
    padding-bottom: 5px;
  }

  .pb-md--xxs {
    padding-bottom: 12px;
  }

  .pb-md--xs {
    padding-bottom: 24px;
  }

  .pb-md--ms {
    padding-bottom: 36px;
  }

  .pb-md--s {
    padding-bottom: 48px;
  }

  .pb-md--m {
    padding-bottom: 72px;
  }

  .pb-md--l {
    padding-bottom: 96px;
  }

  .pb-md--xl {
    padding-bottom: 144px;
  }

  .pl-md--xxxs {
    padding-left: 5px;
  }

  .pl-md--xxs {
    padding-left: 12px;
  }

  .pl-md--xs {
    padding-left: 24px;
  }

  .pl-md--ms {
    padding-left: 36px;
  }

  .pl-md--s {
    padding-left: 48px;
  }

  .pl-md--m {
    padding-left: 72px;
  }

  .pl-md--l {
    padding-left: 96px;
  }

  .pl-md--xl {
    padding-left: 144px;
  }

  .pr-md--xxxs {
    padding-right: 5px;
  }

  .pr-md--xxs {
    padding-right: 12px;
  }

  .pr-md--xs {
    padding-right: 24px;
  }

  .pr-md--ms {
    padding-right: 36px;
  }

  .pr-md--s {
    padding-right: 48px;
  }

  .pr-md--m {
    padding-right: 72px;
  }

  .pr-md--l {
    padding-right: 96px;
  }

  .pr-md--xl {
    padding-right: 144px;
  }

  .px-md--xxxs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-md--xxs {
    padding-left: 12px;
    padding-right: 12px;
  }

  .px-md--xs {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px-md--ms {
    padding-left: 36px;
    padding-right: 36px;
  }

  .px-md--s {
    padding-left: 48px;
    padding-right: 48px;
  }

  .px-md--m {
    padding-left: 72px;
    padding-right: 72px;
  }

  .px-md--l {
    padding-left: 96px;
    padding-right: 96px;
  }

  .px-md--xl {
    padding-left: 144px;
    padding-right: 144px;
  }

  .py-md--xxxs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .py-md--xxs {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py-md--xs {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-md--ms {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .py-md--s {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .py-md--m {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .py-md--l {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .py-md--xl {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .mw-md--5 {
    max-width: 5%;
  }

  .mw-md--10 {
    max-width: 10%;
  }

  .mw-md--15 {
    max-width: 15%;
  }

  .mw-md--20 {
    max-width: 20%;
  }

  .mw-md--25 {
    max-width: 25%;
  }

  .mw-md--30 {
    max-width: 30%;
  }

  .mw-md--35 {
    max-width: 35%;
  }

  .mw-md--40 {
    max-width: 40%;
  }

  .mw-md--45 {
    max-width: 45%;
  }

  .mw-md--50 {
    max-width: 50%;
  }

  .mw-md--55 {
    max-width: 55%;
  }

  .mw-md--60 {
    max-width: 60%;
  }

  .mw-md--65 {
    max-width: 65%;
  }

  .mw-md--70 {
    max-width: 70%;
  }

  .mw-md--75 {
    max-width: 75%;
  }

  .mw-md--80 {
    max-width: 80%;
  }

  .mw-md--85 {
    max-width: 85%;
  }

  .mw-md--90 {
    max-width: 90%;
  }

  .mw-md--95 {
    max-width: 95%;
  }

  .mw-md--100 {
    max-width: 100%;
  }

  .w-md--5 {
    width: 5%;
  }

  .w-md--10 {
    width: 10%;
  }

  .w-md--15 {
    width: 15%;
  }

  .w-md--20 {
    width: 20%;
  }

  .w-md--25 {
    width: 25%;
  }

  .w-md--30 {
    width: 30%;
  }

  .w-md--35 {
    width: 35%;
  }

  .w-md--40 {
    width: 40%;
  }

  .w-md--45 {
    width: 45%;
  }

  .w-md--50 {
    width: 50%;
  }

  .w-md--55 {
    width: 55%;
  }

  .w-md--60 {
    width: 60%;
  }

  .w-md--65 {
    width: 65%;
  }

  .w-md--70 {
    width: 70%;
  }

  .w-md--75 {
    width: 75%;
  }

  .w-md--80 {
    width: 80%;
  }

  .w-md--85 {
    width: 85%;
  }

  .w-md--90 {
    width: 90%;
  }

  .w-md--95 {
    width: 95%;
  }

  .w-md--100 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .mt-lg--xxxs {
    margin-top: 5px;
  }

  .mt-lg--xxs {
    margin-top: 12px;
  }

  .mt-lg--xs {
    margin-top: 24px;
  }

  .mt-lg--ms {
    margin-top: 36px;
  }

  .mt-lg--s {
    margin-top: 48px;
  }

  .mt-lg--m {
    margin-top: 72px;
  }

  .mt-lg--l {
    margin-top: 96px;
  }

  .mt-lg--xl {
    margin-top: 144px;
  }

  .mb-lg--xxxs {
    margin-bottom: 5px;
  }

  .mb-lg--xxs {
    margin-bottom: 12px;
  }

  .mb-lg--xs {
    margin-bottom: 24px;
  }

  .mb-lg--ms {
    margin-bottom: 36px;
  }

  .mb-lg--s {
    margin-bottom: 48px;
  }

  .mb-lg--m {
    margin-bottom: 72px;
  }

  .mb-lg--l {
    margin-bottom: 96px;
  }

  .mb-lg--xl {
    margin-bottom: 144px;
  }

  .ml-lg--xxxs {
    margin-left: 5px;
  }

  .ml-lg--xxs {
    margin-left: 12px;
  }

  .ml-lg--xs {
    margin-left: 24px;
  }

  .ml-lg--ms {
    margin-left: 36px;
  }

  .ml-lg--s {
    margin-left: 48px;
  }

  .ml-lg--m {
    margin-left: 72px;
  }

  .ml-lg--l {
    margin-left: 96px;
  }

  .ml-lg--xl {
    margin-left: 144px;
  }

  .mr-lg--xxxs {
    margin-right: 5px;
  }

  .mr-lg--xxs {
    margin-right: 12px;
  }

  .mr-lg--xs {
    margin-right: 24px;
  }

  .mr-lg--ms {
    margin-right: 36px;
  }

  .mr-lg--s {
    margin-right: 48px;
  }

  .mr-lg--m {
    margin-right: 72px;
  }

  .mr-lg--l {
    margin-right: 96px;
  }

  .mr-lg--xl {
    margin-right: 144px;
  }

  .mx-lg--xxxs {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mx-lg--xxs {
    margin-left: 12px;
    margin-right: 12px;
  }

  .mx-lg--xs {
    margin-left: 24px;
    margin-right: 24px;
  }

  .mx-lg--ms {
    margin-left: 36px;
    margin-right: 36px;
  }

  .mx-lg--s {
    margin-left: 48px;
    margin-right: 48px;
  }

  .mx-lg--m {
    margin-left: 72px;
    margin-right: 72px;
  }

  .mx-lg--l {
    margin-left: 96px;
    margin-right: 96px;
  }

  .mx-lg--xl {
    margin-left: 144px;
    margin-right: 144px;
  }

  .my-lg--xxxs {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .my-lg--xxs {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .my-lg--xs {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .my-lg--ms {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .my-lg--s {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .my-lg--m {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .my-lg--l {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .my-lg--xl {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .pt-lg--xxxs {
    padding-top: 5px;
  }

  .pt-lg--xxs {
    padding-top: 12px;
  }

  .pt-lg--xs {
    padding-top: 24px;
  }

  .pt-lg--ms {
    padding-top: 36px;
  }

  .pt-lg--s {
    padding-top: 48px;
  }

  .pt-lg--m {
    padding-top: 72px;
  }

  .pt-lg--l {
    padding-top: 96px;
  }

  .pt-lg--xl {
    padding-top: 144px;
  }

  .pb-lg--xxxs {
    padding-bottom: 5px;
  }

  .pb-lg--xxs {
    padding-bottom: 12px;
  }

  .pb-lg--xs {
    padding-bottom: 24px;
  }

  .pb-lg--ms {
    padding-bottom: 36px;
  }

  .pb-lg--s {
    padding-bottom: 48px;
  }

  .pb-lg--m {
    padding-bottom: 72px;
  }

  .pb-lg--l {
    padding-bottom: 96px;
  }

  .pb-lg--xl {
    padding-bottom: 144px;
  }

  .pl-lg--xxxs {
    padding-left: 5px;
  }

  .pl-lg--xxs {
    padding-left: 12px;
  }

  .pl-lg--xs {
    padding-left: 24px;
  }

  .pl-lg--ms {
    padding-left: 36px;
  }

  .pl-lg--s {
    padding-left: 48px;
  }

  .pl-lg--m {
    padding-left: 72px;
  }

  .pl-lg--l {
    padding-left: 96px;
  }

  .pl-lg--xl {
    padding-left: 144px;
  }

  .pr-lg--xxxs {
    padding-right: 5px;
  }

  .pr-lg--xxs {
    padding-right: 12px;
  }

  .pr-lg--xs {
    padding-right: 24px;
  }

  .pr-lg--ms {
    padding-right: 36px;
  }

  .pr-lg--s {
    padding-right: 48px;
  }

  .pr-lg--m {
    padding-right: 72px;
  }

  .pr-lg--l {
    padding-right: 96px;
  }

  .pr-lg--xl {
    padding-right: 144px;
  }

  .px-lg--xxxs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-lg--xxs {
    padding-left: 12px;
    padding-right: 12px;
  }

  .px-lg--xs {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px-lg--ms {
    padding-left: 36px;
    padding-right: 36px;
  }

  .px-lg--s {
    padding-left: 48px;
    padding-right: 48px;
  }

  .px-lg--m {
    padding-left: 72px;
    padding-right: 72px;
  }

  .px-lg--l {
    padding-left: 96px;
    padding-right: 96px;
  }

  .px-lg--xl {
    padding-left: 144px;
    padding-right: 144px;
  }

  .py-lg--xxxs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .py-lg--xxs {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py-lg--xs {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-lg--ms {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .py-lg--s {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .py-lg--m {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .py-lg--l {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .py-lg--xl {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .mw-lg--5 {
    max-width: 5%;
  }

  .mw-lg--10 {
    max-width: 10%;
  }

  .mw-lg--15 {
    max-width: 15%;
  }

  .mw-lg--20 {
    max-width: 20%;
  }

  .mw-lg--25 {
    max-width: 25%;
  }

  .mw-lg--30 {
    max-width: 30%;
  }

  .mw-lg--35 {
    max-width: 35%;
  }

  .mw-lg--40 {
    max-width: 40%;
  }

  .mw-lg--45 {
    max-width: 45%;
  }

  .mw-lg--50 {
    max-width: 50%;
  }

  .mw-lg--55 {
    max-width: 55%;
  }

  .mw-lg--60 {
    max-width: 60%;
  }

  .mw-lg--65 {
    max-width: 65%;
  }

  .mw-lg--70 {
    max-width: 70%;
  }

  .mw-lg--75 {
    max-width: 75%;
  }

  .mw-lg--80 {
    max-width: 80%;
  }

  .mw-lg--85 {
    max-width: 85%;
  }

  .mw-lg--90 {
    max-width: 90%;
  }

  .mw-lg--95 {
    max-width: 95%;
  }

  .mw-lg--100 {
    max-width: 100%;
  }

  .w-lg--5 {
    width: 5%;
  }

  .w-lg--10 {
    width: 10%;
  }

  .w-lg--15 {
    width: 15%;
  }

  .w-lg--20 {
    width: 20%;
  }

  .w-lg--25 {
    width: 25%;
  }

  .w-lg--30 {
    width: 30%;
  }

  .w-lg--35 {
    width: 35%;
  }

  .w-lg--40 {
    width: 40%;
  }

  .w-lg--45 {
    width: 45%;
  }

  .w-lg--50 {
    width: 50%;
  }

  .w-lg--55 {
    width: 55%;
  }

  .w-lg--60 {
    width: 60%;
  }

  .w-lg--65 {
    width: 65%;
  }

  .w-lg--70 {
    width: 70%;
  }

  .w-lg--75 {
    width: 75%;
  }

  .w-lg--80 {
    width: 80%;
  }

  .w-lg--85 {
    width: 85%;
  }

  .w-lg--90 {
    width: 90%;
  }

  .w-lg--95 {
    width: 95%;
  }

  .w-lg--100 {
    width: 100%;
  }
}

@media (min-width: 1480px) {
  .mt-xl--xxxs {
    margin-top: 5px;
  }

  .mt-xl--xxs {
    margin-top: 12px;
  }

  .mt-xl--xs {
    margin-top: 24px;
  }

  .mt-xl--ms {
    margin-top: 36px;
  }

  .mt-xl--s {
    margin-top: 48px;
  }

  .mt-xl--m {
    margin-top: 72px;
  }

  .mt-xl--l {
    margin-top: 96px;
  }

  .mt-xl--xl {
    margin-top: 144px;
  }

  .mb-xl--xxxs {
    margin-bottom: 5px;
  }

  .mb-xl--xxs {
    margin-bottom: 12px;
  }

  .mb-xl--xs {
    margin-bottom: 24px;
  }

  .mb-xl--ms {
    margin-bottom: 36px;
  }

  .mb-xl--s {
    margin-bottom: 48px;
  }

  .mb-xl--m {
    margin-bottom: 72px;
  }

  .mb-xl--l {
    margin-bottom: 96px;
  }

  .mb-xl--xl {
    margin-bottom: 144px;
  }

  .ml-xl--xxxs {
    margin-left: 5px;
  }

  .ml-xl--xxs {
    margin-left: 12px;
  }

  .ml-xl--xs {
    margin-left: 24px;
  }

  .ml-xl--ms {
    margin-left: 36px;
  }

  .ml-xl--s {
    margin-left: 48px;
  }

  .ml-xl--m {
    margin-left: 72px;
  }

  .ml-xl--l {
    margin-left: 96px;
  }

  .ml-xl--xl {
    margin-left: 144px;
  }

  .mr-xl--xxxs {
    margin-right: 5px;
  }

  .mr-xl--xxs {
    margin-right: 12px;
  }

  .mr-xl--xs {
    margin-right: 24px;
  }

  .mr-xl--ms {
    margin-right: 36px;
  }

  .mr-xl--s {
    margin-right: 48px;
  }

  .mr-xl--m {
    margin-right: 72px;
  }

  .mr-xl--l {
    margin-right: 96px;
  }

  .mr-xl--xl {
    margin-right: 144px;
  }

  .mx-xl--xxxs {
    margin-left: 5px;
    margin-right: 5px;
  }

  .mx-xl--xxs {
    margin-left: 12px;
    margin-right: 12px;
  }

  .mx-xl--xs {
    margin-left: 24px;
    margin-right: 24px;
  }

  .mx-xl--ms {
    margin-left: 36px;
    margin-right: 36px;
  }

  .mx-xl--s {
    margin-left: 48px;
    margin-right: 48px;
  }

  .mx-xl--m {
    margin-left: 72px;
    margin-right: 72px;
  }

  .mx-xl--l {
    margin-left: 96px;
    margin-right: 96px;
  }

  .mx-xl--xl {
    margin-left: 144px;
    margin-right: 144px;
  }

  .my-xl--xxxs {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .my-xl--xxs {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .my-xl--xs {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .my-xl--ms {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .my-xl--s {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .my-xl--m {
    margin-top: 72px;
    margin-bottom: 72px;
  }

  .my-xl--l {
    margin-top: 96px;
    margin-bottom: 96px;
  }

  .my-xl--xl {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .pt-xl--xxxs {
    padding-top: 5px;
  }

  .pt-xl--xxs {
    padding-top: 12px;
  }

  .pt-xl--xs {
    padding-top: 24px;
  }

  .pt-xl--ms {
    padding-top: 36px;
  }

  .pt-xl--s {
    padding-top: 48px;
  }

  .pt-xl--m {
    padding-top: 72px;
  }

  .pt-xl--l {
    padding-top: 96px;
  }

  .pt-xl--xl {
    padding-top: 144px;
  }

  .pb-xl--xxxs {
    padding-bottom: 5px;
  }

  .pb-xl--xxs {
    padding-bottom: 12px;
  }

  .pb-xl--xs {
    padding-bottom: 24px;
  }

  .pb-xl--ms {
    padding-bottom: 36px;
  }

  .pb-xl--s {
    padding-bottom: 48px;
  }

  .pb-xl--m {
    padding-bottom: 72px;
  }

  .pb-xl--l {
    padding-bottom: 96px;
  }

  .pb-xl--xl {
    padding-bottom: 144px;
  }

  .pl-xl--xxxs {
    padding-left: 5px;
  }

  .pl-xl--xxs {
    padding-left: 12px;
  }

  .pl-xl--xs {
    padding-left: 24px;
  }

  .pl-xl--ms {
    padding-left: 36px;
  }

  .pl-xl--s {
    padding-left: 48px;
  }

  .pl-xl--m {
    padding-left: 72px;
  }

  .pl-xl--l {
    padding-left: 96px;
  }

  .pl-xl--xl {
    padding-left: 144px;
  }

  .pr-xl--xxxs {
    padding-right: 5px;
  }

  .pr-xl--xxs {
    padding-right: 12px;
  }

  .pr-xl--xs {
    padding-right: 24px;
  }

  .pr-xl--ms {
    padding-right: 36px;
  }

  .pr-xl--s {
    padding-right: 48px;
  }

  .pr-xl--m {
    padding-right: 72px;
  }

  .pr-xl--l {
    padding-right: 96px;
  }

  .pr-xl--xl {
    padding-right: 144px;
  }

  .px-xl--xxxs {
    padding-left: 5px;
    padding-right: 5px;
  }

  .px-xl--xxs {
    padding-left: 12px;
    padding-right: 12px;
  }

  .px-xl--xs {
    padding-left: 24px;
    padding-right: 24px;
  }

  .px-xl--ms {
    padding-left: 36px;
    padding-right: 36px;
  }

  .px-xl--s {
    padding-left: 48px;
    padding-right: 48px;
  }

  .px-xl--m {
    padding-left: 72px;
    padding-right: 72px;
  }

  .px-xl--l {
    padding-left: 96px;
    padding-right: 96px;
  }

  .px-xl--xl {
    padding-left: 144px;
    padding-right: 144px;
  }

  .py-xl--xxxs {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .py-xl--xxs {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .py-xl--xs {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .py-xl--ms {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .py-xl--s {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .py-xl--m {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .py-xl--l {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .py-xl--xl {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .mw-xl--5 {
    max-width: 5%;
  }

  .mw-xl--10 {
    max-width: 10%;
  }

  .mw-xl--15 {
    max-width: 15%;
  }

  .mw-xl--20 {
    max-width: 20%;
  }

  .mw-xl--25 {
    max-width: 25%;
  }

  .mw-xl--30 {
    max-width: 30%;
  }

  .mw-xl--35 {
    max-width: 35%;
  }

  .mw-xl--40 {
    max-width: 40%;
  }

  .mw-xl--45 {
    max-width: 45%;
  }

  .mw-xl--50 {
    max-width: 50%;
  }

  .mw-xl--55 {
    max-width: 55%;
  }

  .mw-xl--60 {
    max-width: 60%;
  }

  .mw-xl--65 {
    max-width: 65%;
  }

  .mw-xl--70 {
    max-width: 70%;
  }

  .mw-xl--75 {
    max-width: 75%;
  }

  .mw-xl--80 {
    max-width: 80%;
  }

  .mw-xl--85 {
    max-width: 85%;
  }

  .mw-xl--90 {
    max-width: 90%;
  }

  .mw-xl--95 {
    max-width: 95%;
  }

  .mw-xl--100 {
    max-width: 100%;
  }

  .w-xl--5 {
    width: 5%;
  }

  .w-xl--10 {
    width: 10%;
  }

  .w-xl--15 {
    width: 15%;
  }

  .w-xl--20 {
    width: 20%;
  }

  .w-xl--25 {
    width: 25%;
  }

  .w-xl--30 {
    width: 30%;
  }

  .w-xl--35 {
    width: 35%;
  }

  .w-xl--40 {
    width: 40%;
  }

  .w-xl--45 {
    width: 45%;
  }

  .w-xl--50 {
    width: 50%;
  }

  .w-xl--55 {
    width: 55%;
  }

  .w-xl--60 {
    width: 60%;
  }

  .w-xl--65 {
    width: 65%;
  }

  .w-xl--70 {
    width: 70%;
  }

  .w-xl--75 {
    width: 75%;
  }

  .w-xl--80 {
    width: 80%;
  }

  .w-xl--85 {
    width: 85%;
  }

  .w-xl--90 {
    width: 90%;
  }

  .w-xl--95 {
    width: 95%;
  }

  .w-xl--100 {
    width: 100%;
  }
}

.table,
table {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.table thead,
table thead {
  background-color: #000;
  color: #fff;
  font-weight: 600;
}

.table thead tr,
table thead tr {
  border: none;
}

.table caption,
table caption {
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #cacaca;
  padding: 10px;
}

.table td,
.table th,
table td,
table th {
  padding: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.table th,
table th {
  text-align: left;
}

.table tr,
table tr {
  border-bottom: 1px solid #cacaca;
}

.table-fixed {
  table-layout: fixed;
}

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 500;
}

.big-text {
  font-size: 100px;
  font-size: 10rem;
  line-height: 110px;
  line-height: 11rem;
}

.small-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.font-bold,
.strong,
b,
strong {
  font-weight: 600;
}

.font-light,
.light {
  font-weight: 400;
}

.font-regular {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.true-white {
  color: #fff;
}

.true-black {
  color: #000;
}

.true-yellow {
  color: #fd0;
}

.download__container {
  display: block;
}

.download {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}

.download:focus {
  background: rgba(0, 0, 0, 0);
  outline: none;
}

.download__icon {
  border-radius: 500px 0 0 500px;
  background: #fd0;
  padding: 8px 12px 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2px;
}

@media (min-width: 768px) {
  .download__icon {
    padding: 16px 24px 16px 32px;
  }
}

.download__icon:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-image: url(/assets/images/icons/base/download.svg);
}

@media (min-width: 768px) {
  .download__icon:after {
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}

.download__meta {
  border-radius: 0 100px 100px 0;
  background: #fd0;
  padding: 12px 24px 12px 12px;
}

@media (min-width: 768px) {
  .download__meta {
    padding: 16px 44px 16px 24px;
  }
}

.download__title {
  display: block;
  font-weight: 600;
  color: #000 !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  .download__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

a.download:focus .download__icon,
a.download:focus .download__meta {
  -webkit-box-shadow: 0 0 0 4px #006cd4;
  box-shadow: 0 0 0 4px #006cd4;
}

a.download:hover .download__icon,
a.download:hover .download__meta {
  background-color: #ec0;
}

.download__filesize {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #000 !important;
}

/*! jQuery UI - v1.13.1 - 2022-01-31
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, selectmenu.css, spinner.css, tabs.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-menu {
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  vertical-align: middle;
  margin: 0.2em 2em 0.2em 0.4em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
}

.ui-widget,
.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)";
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
  background-image: url(/assets/images/icons/ui-icons_444444_256x240.png);
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(/assets/images/icons/ui-icons_555555_256x240.png);
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(/assets/images/icons/ui-icons_ffffff_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(/assets/images/icons/ui-icons_777620_256x240.png);
}

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
  background-image: url(/assets/images/icons/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(/assets/images/icons/ui-icons_777777_256x240.png);
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  -ms-filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

.access-keys {
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 100;
  list-style: none;
  margin: -0.6em 0 1.8em;
}

.access-keys li {
  padding: 0;
}

.access-keys a {
  color: #333;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  background-color: rgba(0, 0, 0, 0);
}

.access-keys a:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  outline: none;
  background-color: #003480;
  color: #fff;
}

.info-expander-title {
  padding: 9px 12px;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 700;
}

.info-expander-title:focus,
.info-expander-title:hover {
  background-color: #006cd4;
  color: #fff;
  cursor: pointer;
}

.info-expander-title:focus:before,
.info-expander-title:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
}

.info-expander-title:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23006CD4' d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
}

button.accordion-trigger {
  width: 100%;
  border: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-height: auto;
  padding: 9px 12px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

button.accordion-trigger:focus,
button.accordion-trigger:hover {
  background-color: #006cd4;
  color: #fff;
  cursor: pointer;
}

button.accordion-trigger:focus .accordion-title:before,
button.accordion-trigger:hover .accordion-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
}

button.accordion-trigger .accordion-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23006CD4' d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
}

button.accordion-trigger.open .accordion-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23006CD4' d='M0 10h24v4H0z'/%3E%3C/svg%3E");
}

button.accordion-trigger.open:focus .accordion-title:before,
button.accordion-trigger.open:hover .accordion-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M0 10h24v4H0z'/%3E%3C/svg%3E");
}

.accordion-panel {
  padding: 0 12px 12px;
}

.accordion-content {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  position: relative;
  padding: 0;
}

.accordion-content .accordion-title:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}

.accordion-content .info-expander-content {
  padding-bottom: 9px;
}

.accordion-content.open .info-expander-title:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23006CD4' d='M0 10h24v4H0z'/%3E%3C/svg%3E");
}

.accordion-content.open .info-expander-title:focus:before,
.accordion-content.open .info-expander-title:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M0 10h24v4H0z'/%3E%3C/svg%3E");
}

.component-accordion + .component-accordion .accordion-content {
  margin-top: -1px;
}

.component-accordion + .component:not(.component-accordion) {
  margin-top: 48px;
}

.js .component-accordion {
  overflow: hidden;
}

.js .component-accordion .info-expander-content {
  overflow: auto;
}

.accordion-content img,
.accordion-content ol,
.accordion-content table,
.accordion-content ul {
  margin-bottom: 24px;
}

.accordion-content p + p {
  margin-top: 24px;
}

.announcements {
  background-color: #fffad7;
  padding: 24px 0;
  position: relative;
}

.announcements-closed {
  display: none;
}

.announcements__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 600;
  color: #000;
}

.announcements__date {
  display: block;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .announcements__date {
    margin-top: 12px;
  }
}

.announcements__icon {
  width: 36px;
  height: 36px;
}

.announcements__text p {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .announcements__text :first-child {
    margin-top: 0;
  }
}

.announcements__text :last-child {
  margin-bottom: 0;
}

.announcements__closebutton {
  position: absolute;
  right: 24px;
  top: 24px;
}

.announcements--medium-urgency {
  background-color: #f70;
}

.announcements--high-urgency {
  background-color: #ed1c41;
}

.announcements--low-urgency.announcement-green .announcements__icon,
.announcements--low-urgency.announcement-green .announcements__title {
  color: #009651;
}

.announcements--low-urgency.announcement-orange .announcements__icon,
.announcements--low-urgency.announcement-orange .announcements__title {
  color: #e66e05;
}

.announcements--low-urgency.announcement-red .announcements__icon,
.announcements--low-urgency.announcement-red .announcements__title {
  color: #ed1c41;
}

.ui-autocomplete {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 10 !important;
  background: #fff !important;
}

.ui-widget.ui-widget-content {
  border: 2px solid #000;
  border-top: 0;
  color: #333;
}

.ui-widget.ui-widget-content a {
  color: #333;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}

.ui-menu .ui-menu-item a {
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  line-height: 1.5;
  zoom: 1;
  font-weight: 400;
}

.ui-menu .ui-menu-item a.ui-state-active {
  border: 0;
}

.ui-menu .ui-menu-item a.ui-state-active span {
  color: #fff;
}

.ui-menu .ui-menu-item a .label {
  display: block;
  width: 100%;
  margin-top: 0;
  font-weight: 500;
}

.ui-menu .ui-menu-item a .account {
  float: left;
}

.ui-menu .ui-menu-item a .type {
  float: right;
}

.ui-menu .ui-menu-item a .smaller {
  display: block;
  font-size: 0.7em;
  line-height: 1.6363em;
  margin-top: -0.3em;
  color: #000;
}

.rr_drop_show {
  display: block !important;
  border-color: #fff !important;
}

.rr_drop_show li {
  background-color: #fff;
  padding: 0.1em 0;
}

.rr_drop_show li:before {
  content: none;
}

.rr_drop_message {
  padding: 0.3em 0;
}

#sb_autocomplete.rr_drop_show li:hover {
  border: none;
  background: #cb4915;
  color: inherit;
}

.breadcrumbs {
  background: #fd0;
}

.news .breadcrumbs {
  background: #fff;
}

.breadcrumbs__content .icon:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}

.Calc-item {
  margin-bottom: 0.5em;
}

.Calc-details {
  margin-bottom: 72px;
}

.Calc-item.itemError .Calc-details {
  background-color: #d3bebe;
}

.Calc-title {
  padding-bottom: 0.25em;
}

.CalcTotal-text p {
  margin-bottom: 24px;
}

.Calc-link,
.submitButton {
  cursor: pointer;
  display: inline-block;
  padding: 12px 44px;
  border-radius: 500px;
  border: 2px solid #006cd4;
  font-family: Guardian Sans Web, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 600;
  background-color: #006cd4;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.Calc-link:hover,
.submitButton:hover {
  color: #fff;
  background-color: #003480;
}

.Calc-link:focus,
.submitButton:focus {
  outline: none;
  color: #fff;
  background-color: #003480;
  -webkit-box-shadow: 0 0 0 2px #006cd4;
  box-shadow: 0 0 0 2px #006cd4;
}

#Calc-Error {
  background-color: #cb4915;
  color: #fff;
  display: block;
  font-family: Helvetica Condensed Light, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1;
  margin: 0.5em 0;
  padding: 1em 1em 1em 55px;
  background-image: url(/wcc/images/calc-icon-alert.png);
  background-repeat: no-repeat;
  background-position: 1em;
  display: none;
}

#Calc-Error.showError {
  display: block;
}

.Calc-item.itemError .Calc-link {
  display: none;
}

.Calc-link.own {
  margin-bottom: 1em;
}

.Calc-error {
  display: none;
  font-weight: 700;
  color: #cb4915;
}

.Calc-item.itemError .Calc-error {
  display: block;
}

#Calc-Calculators {
  margin-bottom: 1em;
  font-size: inherit;
}

#Calc-Calculators h3 {
  margin-top: 0;
}

#Calc-CalcQuestions {
  margin-bottom: 1em;
}

.CalcQuest-item {
  margin-bottom: 0.5em;
}

legend.CalcQuest-Legend {
  padding-bottom: 12px;
}

legend.CalcQuest-Legend:after {
  background: none;
  content: none;
}

.CalcQuest-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 500;
  margin-top: 24px;
}

.CalcQuest-content,
.CalcQuest-title {
  margin-bottom: 12px;
}

.CalcQuest-item label {
  font-size: inherit;
  line-height: normal;
}

.CalcQuest-more {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 12px;
}

.CalcArrow {
  float: left;
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23006CD4' d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
  margin-top: 7px;
  margin-right: 5px;
}

.CalcQuest-moreInfo {
  padding: 8px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 5px;
  display: none;
}

.CalcQuest-moreInfo ul {
  margin: 0.5em 0 0;
  list-style: disc outside none;
  padding-left: 2em;
}

.CalcQuest-moreInfo ul li {
  font-size: inherit;
  padding-left: 0;
  padding-bottom: 0;
}

.CalcQuest-moreInfo ul > li:before {
  background-image: none;
}

.CalcQuest-moreInfo p {
  font-size: inherit;
  line-height: normal;
  margin: auto;
}

.CalcQuest-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.CalcQuest-input {
  display: table;
  padding: 0.5em 0;
  width: 100%;
}

.CalcQuest-input .input-addon {
  padding: 3px 22px 0 16px;
  margin: 6px 0;
  width: 10%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 600;
  text-align: center;
  float: left;
  border-right: 2px solid #000;
}

.CalcQuest-input input {
  width: 70%;
  display: table-cell;
  border: 0;
  height: 23px;
  padding: 5px 12px;
  font-size: 14px;
  border: 0 !important;
}

.CalcQuest-option {
  padding: 2px;
}

.CalcQuest-option .CalcOption {
  margin-right: 5px;
  margin-left: 10px;
}

.CalcQuest-option .CalcOption[type="radio"] {
  display: block;
  margin-left: 0;
}

.CalcQuest-option .CalcOption + label {
  display: block;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 0;
}

.submitButton.inputError {
  background-color: #cacaca;
  color: #000;
  border-color: #fff;
}

.Calc-ResultHeadLine {
  padding: 9px 12px;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.Calc-ResultHeadLine,
.Calc-ResultHeadline-Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}

.Calc-ResultHeadline-Row {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.CalcTotal-Title {
  font-weight: 700;
  float: left;
  clear: both;
}

.CalcTotal-LargeValue {
  font-weight: 700;
}

.CalcSplitter {
  clear: both;
}

.CalcTotal-ReportItem {
  padding: 0;
  border-top: 1px solid #000;
  border-bottom: 0;
}

.CalcReport-Title {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.CalcReport-Title h4 {
  margin: 0;
}

.CalcReport-Title h4,
.CalcReport-Value {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  line-height: 2.9rem;
}

.CalcReport-Value {
  margin-left: auto;
}

.CalcReport-Info {
  display: none;
  clear: both;
  padding-left: 12px;
  padding-right: 12px;
}

.CalcTotal-FeeOuter {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.CalcTotal-Fee {
  padding: 9px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CalcTotal-Fee .CalcTotal-LargeValue {
  margin-left: auto;
}

.CalcTotal-SubTotalOuter {
  clear: both;
  padding: 0.5em 0;
}

.CalcTotal-SubTotalInner {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.5em 0;
}

.clear {
  font-size: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.clear,
.clearAll {
  clear: both;
}

.CalcQuest-emailAddress {
  font-weight: 600 !important;
}

.CalcQuest-emailresponse {
  display: none;
  background-color: #f70;
  color: #000;
  padding: 21px 24px;
}

.CalcQuest-conditional {
  display: none;
}

.CalcQuest-conditional.shown {
  display: block;
}

.CalcQuest-conditional.conlevel1 {
  padding-left: 1.5em;
}

.CalcQuest-conditional.conlevel2 {
  padding-left: 2.5em;
}

.CalcQuest-conditional.conlevel3 {
  padding-left: 3.5em;
}

.CalcQuest-conditional.conlevel4 {
  padding-left: 4.5em;
}

.webcalculators fieldset {
  margin: 0;
}

.webcalculators input[type="text"] {
  width: unset;
  height: 43px;
}

.contactdetails {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contactdetails,
.contactdetails__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.contactdetails__info {
  height: 460px;
  background: #fd0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .contactdetails__info {
    width: 50%;
    height: auto;
  }
}

.contactdetails__map {
  width: 100%;
  height: 0;
  padding-bottom: 460px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .contactdetails-textmap .contactdetails__map {
    width: 50%;
    padding-bottom: 650px;
  }
}

.contactdetails__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contactdetails__textonly {
  margin-top: 24px;
  margin-bottom: 24px;
}

.type-introduction {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .type-introduction {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

.component-first {
  padding-top: 48px;
  margin-top: 0 !important;
}

.component-last {
  padding-bottom: 48px;
}

.online-payment p,
.webform p {
  margin-bottom: 24px;
}

.events__facet {
  margin-right: 12px;
}

.events__facet input,
.events__facet select {
  min-width: auto;
}

.events__facet select {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #fd0;
}

.events__facet select optgroup,
.events__facet select option {
  background-color: #fff;
}

.events__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}

.events__block {
  text-decoration: none;
}

.events__block .events__title {
  display: inline;
  border-bottom: 2px solid #000;
  text-decoration: none;
  padding-bottom: 2px;
}

.events__block:hover {
  color: #000;
}

.events__block:hover .events__title {
  color: #006cd4;
  border-color: #006cd4;
}

.events__block:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
}

.events__block:focus .events__title {
  background-color: #003480;
  color: #fff !important;
  border-color: #fff;
}

.events__image {
  display: none;
  margin-right: 24px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .events__image {
    display: block;
  }
}

.footer {
  background: #000;
  color: #fff;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.footer ul li {
  padding: 0;
  list-style-type: none;
}

.footer h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 600;
  margin-top: 0;
}

.footer h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 0;
}

.footer a.link--navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  border-bottom: 0;
  text-decoration: underline;
}

.footer a.link--navigation:after {
  margin-top: 0.5rem;
  content: "";
  height: 1px;
  background: rgba(0, 0, 0, 0);
  display: block;
}

@media (max-width: 991.98px) {
  .footer__links {
    padding-bottom: 24px;
  }
}

.footer__links li.list-inline-item {
  margin-right: 24px;
}

.form,
form {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="text"],
select {
  border: 2px solid #000;
  outline: none;
}

input[type="text"]:focus,
select:focus {
  outline: none;
}

fieldset {
  margin: 48px 0;
}

legend {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
}

.label,
.scfCheckBoxListLabel,
label {
  display: block;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  margin-top: 24px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.label[disabled],
.scfCheckBoxListLabel[disabled],
label[disabled] {
  color: #cacaca;
  cursor: not-allowed;
}

.label[disabled] input,
.scfCheckBoxListLabel[disabled] input,
label[disabled] input {
  border-color: #cacaca;
}

.label[disabled] .phone-holder:before,
.scfCheckBoxListLabel[disabled] .phone-holder:before,
label[disabled] .phone-holder:before {
  border-color: #cacaca;
}

.label svg *,
.scfCheckBoxListLabel svg *,
label svg * {
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.customform legend,
.online-payment legend,
.webform legend {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-weight: 500;
  margin-top: 48px;
  margin-bottom: 24px;
}

.scfMultipleLineTextUsefulInfo,
.scfSingleLineTextUsefulInfo {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 2rem;
  display: block;
  margin-bottom: 12px;
}

.phone-holder {
  position: relative;
}

.phone-holder:before {
  content: "+64";
  position: absolute;
  top: 12px;
  left: 13px;
  height: 25px;
  width: 46px;
  font-weight: 500;
  border-right: 2px solid #000;
}

.input-prefix {
  position: absolute;
  border-right: 2px solid #000;
  padding: 3px;
  width: 55px;
  margin-top: -40px;
  text-align: center;
}

.hasError .input-prefix {
  border-right: 2px solid #ff0039;
}

input[type="text"] {
  display: block;
  width: 100%;
  padding: 8px 16px;
  height: 48px;
  font-family: Guardian Sans Web, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

input[type="text"]:focus {
  border: 3px solid #006cd4;
}

input[type="text"]::-webkit-input-placeholder {
  color: #949494;
}

input[type="text"]::-moz-placeholder {
  color: #949494;
}

input[type="text"]:-ms-input-placeholder {
  color: #949494;
}

input[type="text"]::-ms-input-placeholder {
  color: #949494;
}

input[type="text"]::placeholder {
  color: #949494;
}

input[type="text"][type="tel"] {
  padding-left: 70px;
}

input[type="text"][disabled] {
  color: #cacaca;
  cursor: not-allowed;
  background-color: #fff;
}

input[type="text"][disabled]::-webkit-input-placeholder {
  color: #cacaca;
}

input[type="text"][disabled]::-moz-placeholder {
  color: #cacaca;
}

input[type="text"][disabled]:-ms-input-placeholder {
  color: #cacaca;
}

input[type="text"][disabled]::-ms-input-placeholder {
  color: #cacaca;
}

input[type="text"][disabled]::placeholder {
  color: #cacaca;
}

input[type="text"].currency {
  padding-left: 70px;
}

@media (min-width: 768px) {
  input[type="text"] {
    width: 70%;
  }
}

input[type="text"]:focus + .input-prefix {
  border-right: 2px solid #006cd4;
}

.hasError input[type="text"]:focus + .input-prefix {
  border-right: 2px solid #ff0039;
}

input[type="submit"] {
  width: auto;
}

.Mac_TableDiv input[type="submit"] {
  width: -webkit-fill-available;
}

.scfCheckBoxList {
  margin: 0;
}

.scfCheckBoxList tr {
  border: none;
}

.scfCheckBoxList td {
  padding: 12px 0 0;
}

.multiBodyOuter label,
.scfCheckBoxList label {
  margin: 2px 0 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.checkbox-holder .checkbox-holder__title {
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
}

.checkbox-holder.checkbox-holder--disabled .checkbox-holder__title,
.checkbox-holder.checkbox-holder--disabled .checkbox__text {
  color: #cacaca;
}

.checkbox-holder.checkbox-holder--error svg .checkbox__bg {
  stroke: #ff0039;
  stroke-width: 6px;
}

input[type="checkbox"] {
  position: absolute;
  height: 1em;
  width: 1em;
  opacity: 0;
}

input[type="checkbox"]:focus + svg {
  outline: none;
}

input[type="checkbox"]:focus + svg .checkbox__bg {
  stroke: #006cd4;
  stroke-width: 7px;
}

input[type="checkbox"]:focus:not(:focus-visible) + svg {
  outline: none;
}

input[type="checkbox"]:checked + svg .checkbox__bg {
  fill: #000;
  stroke: #000;
}

input[type="checkbox"]:checked + svg .checkbox__checkmark {
  stroke: #fff;
}

input[type="checkbox"][disabled] {
  color: #cacaca;
}

input[type="checkbox"][disabled] + svg .checkbox__bg {
  stroke: #cacaca;
}

.checkbox__text {
  font-weight: 500;
  vertical-align: top;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  height: 48px;
  width: 100%;
  padding: 8px 38px 8px 16px;
  min-width: 282px;
  margin-top: 10px;
  margin-bottom: 40px;
  border-radius: 0;
  cursor: pointer;
  border: 2px solid #000;
  font-family: Guardian Sans Web, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4 6.8L12 17.2 1.6 6.8' fill='none' stroke='currentColor' stroke-width='3.928'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position: calc(100% - 12px) 50%;
  background-repeat: no-repeat;
}

select[disabled] {
  cursor: not-allowed;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4 6.8L12 17.2 1.6 6.8' fill='none' stroke='%23CACACA' stroke-width='3.928'/%3E%3C/svg%3E");
  color: #cacaca;
  border-color: #cacaca;
}

select:focus {
  border: 3px solid #006cd4;
}

select ::-ms-expand {
  display: none;
}

textarea {
  display: block;
  width: 100%;
  border: 2px solid #000;
  padding: 8px;
  margin-top: 10px;
  font-family: Guardian Sans Web, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

textarea:focus {
  border: 3px solid #006cd4;
}

textarea[disabled] {
  border: 2px solid #cacaca;
}

textarea[disabled]::-webkit-input-placeholder {
  color: #cacaca;
}

textarea[disabled]::-moz-placeholder {
  color: #cacaca;
}

textarea[disabled]:-ms-input-placeholder {
  color: #cacaca;
}

textarea[disabled]::-ms-input-placeholder {
  color: #cacaca;
}

textarea[disabled]::placeholder {
  color: #cacaca;
}

.error-message,
.scfValidatorRequired {
  display: none;
  position: relative;
  font-weight: 500;
  color: #ff0039;
  margin: 5px 0 8px;
  padding-left: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.error-message:after,
.scfValidatorRequired:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FF0039' d='M11.54 0a11.54 11.54 0 1011.54 11.54A11.53 11.53 0 0011.54 0' fill-rule='evenodd'/%3E%3Cpath d='M10.3 16.63a1.24 1.24 0 011.24-1.3 1.21 1.21 0 011.24 1.3 1.24 1.24 0 11-2.48 0zm.53-3l-.29-10.09h2l-.3 10.08z' fill='%23fff'/%3E%3C/svg%3E");
}

.error-message--show,
.scfValidatorRequired {
  display: block;
}

.error-message--show + .phone-holder input,
.error-message--show + input,
.error-message--show + select,
.error-message--show + textarea {
  border-color: #ff0039;
  border-width: 3px;
}

.error-message--show + select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4 6.8L12 17.2 1.6 6.8' fill='none' stroke='%23FF0039' stroke-width='3.928'/%3E%3C/svg%3E");
}

.error-message--show + .radio__group .radio__outline {
  stroke: #ff0039;
  stroke-width: 4px;
}

.hasError .phone-holder input,
.hasError input,
.hasError select,
.hasError textarea {
  border-color: #ff0039;
  border-width: 3px;
}

.hasError select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4 6.8L12 17.2 1.6 6.8' fill='none' stroke='%23FF0039' stroke-width='3.928'/%3E%3C/svg%3E");
}

.hasError .radio__group .radio__outline {
  stroke: #ff0039;
  stroke-width: 4px;
}

.scfValidationSummary {
  display: none;
}

.radio-holder__title {
  font-weight: 600;
}

.radio-holder__title--disabled {
  color: #cacaca;
}

.radio-holder__title--disabled + .radio__group label {
  cursor: not-allowed;
  color: #cacaca;
}

input[type="radio"] {
  position: absolute;
  height: 1em;
  width: 1em;
  opacity: 0;
}

input[type="radio"] + svg .radio__dot {
  fill: #fff;
}

input[type="radio"] + label {
  display: inline;
  margin-left: 1.5em;
  font-weight: 500;
}

input[type="radio"]:checked + svg .radio__outline {
  stroke: #000;
}

input[type="radio"]:checked + svg .radio__dot {
  fill: #000;
}

input[type="radio"]:focus + svg .radio__outline {
  stroke: #006cd4;
  stroke-width: 4px;
}

input[type="radio"][disabled] + svg .checkbox__bg,
input[type="radio"][disabled] + svg .radio__outline {
  stroke: #cacaca;
}

.radio__text {
  font-weight: 500;
  vertical-align: top;
}

.dateinput {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 2.8rem !important;
  text-align: center;
}

.dateinput-ch3 {
  width: 3ch !important;
}

.dateinput-ch4 {
  width: 4ch !important;
}

.dateinput-ch5 {
  width: 5ch !important;
}

.dateinput-ch6 {
  width: 6ch !important;
}

.dateinput-ch7 {
  width: 7ch !important;
}

.dateinput-ch8 {
  width: 8ch !important;
}

.helper-text {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}

.radiobuttonlist tr,
.scfRadioButtonListBorder tr {
  border-bottom: 0;
}

.radiobuttonlist tr td,
.scfRadioButtonListBorder tr td {
  padding: 0 0 12px;
}

.radiobuttonlist tr td label,
.scfRadioButtonListBorder tr td label {
  font-weight: 500;
  margin-left: 0;
}

.radiobuttonlist tr td label:before,
.scfRadioButtonListBorder tr td label:before {
  content: "";
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");
}

.radiobuttonlist tr td input:checked + label:before,
.scfRadioButtonListBorder tr td input:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23000' stroke-width='3'/%3E%3Ccircle class='radio__dot' cx='17' cy='17' r='10'/%3E%3C/svg%3E");
}

.radiobuttonlist tr td input:focus + label:before,
.scfRadioButtonListBorder tr td input:focus + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23006CD4' stroke-width='3'/%3E%3Ccircle class='radio__dot' cx='17' cy='17' r='10'/%3E%3C/svg%3E");
}

.CalcQuest-item input[type="radio"] + label:before {
  content: "";
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");
}

.CalcQuest-item input[type="radio"]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23000' stroke-width='3'/%3E%3Ccircle class='radio__dot' cx='17' cy='17' r='10'/%3E%3C/svg%3E");
}

.CalcQuest-item input[type="radio"]:focus + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23006CD4' stroke-width='3'/%3E%3Ccircle class='radio__dot' cx='17' cy='17' r='10'/%3E%3C/svg%3E");
}

.scfRequired {
  display: none;
}

.scfValidator,
.scfValidatorRequired {
  display: block;
  font-weight: 600;
  color: #ff0039;
  margin: 5px 0 8px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.progress-active {
  font-weight: 600;
}

.carousel-main {
  position: relative;
}

.carousel-item {
  line-height: 0;
  text-align: center;
  background: #000;
}

.carousel-item,
.carousel-item img {
  max-height: 329px;
}

@media (min-width: 768px) {
  .carousel-item {
    height: 368px;
  }

  .carousel-item,
  .carousel-item img {
    max-height: 368px;
  }
}

@media (min-width: 992px) {
  .carousel-item {
    height: 444px;
  }

  .carousel-item,
  .carousel-item img {
    max-height: 444px;
  }
}

@media (min-width: 1480px) {
  .carousel-item {
    height: 600px;
  }

  .carousel-item,
  .carousel-item img {
    max-height: 600px;
  }
}

.carousel-indicators {
  position: relative;
  margin: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-indicators::-webkit-scrollbar {
  display: none;
}

.carousel-indicators li {
  background: #fff;
  text-indent: 0;
  min-width: 116px !important;
  height: 100%;
  margin: 0 !important;
  padding: 6px;
  border: 3px solid rgba(0, 0, 0, 0);
  opacity: 1;
}

@media (min-width: 768px) {
  .carousel-indicators li {
    min-width: 158px !important;
  }
}

@media (min-width: 992px) {
  .carousel-indicators li {
    min-width: 158px !important;
  }
}

.carousel-indicators li.active {
  border: 3px solid #006cd4;
  -webkit-box-shadow: inset 0 0 0 2px #000;
  box-shadow: inset 0 0 0 2px #000;
}

.carousel-indicators li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel-indicators li a:focus {
  background: #003480;
}

.carousel-caption {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1rem 0;
  text-align: left;
  color: #000;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  opacity: 1;
  background: #006cd4;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  top: calc(50% - 23px);
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 1;
  background: #003480;
}

@media (min-width: 768px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 66px;
    height: 66px;
    top: calc(50% - 33px);
  }
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 22.728 12.728' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 11.314L11.314 0l.05.05.05-.05 11.314 11.314-1.414 1.414-9.95-9.95-9.95 9.95z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 26px;
    height: 26px;
  }
}

.carousel-control-prev {
  margin-left: -21px;
}

@media (min-width: 768px) {
  .carousel-control-prev {
    margin-left: -33px;
  }
}

.carousel-control-prev-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.carousel-control-next {
  margin-right: -21px;
}

@media (min-width: 768px) {
  .carousel-control-next {
    margin-right: -33px;
  }
}

.carousel-control-next-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video-holder {
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 48px;
  position: relative;
}

.video-holder iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}

.hublist {
  background: #fd0;
}

.hublist-alternate {
  background: #fff;
}

.hublist__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}

@media (min-width: 768px) {
  .hublist__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1480px) {
  .hublist__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .hublist__list-2col {
    grid-template-columns: 1fr 1fr !important;
  }
}

.index.page .hero,
.landing-page .hero {
  padding-bottom: 48px;
}

.in-page-navigation {
  margin-top: 72px;
  border-bottom: 1px solid #000;
}

.in-page-navigation__list {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

li.in-page-navigation__item {
  margin-bottom: 24px;
  padding-right: 24px;
  width: 50%;
}

@media (min-width: 768px) {
  li.in-page-navigation__item {
    width: 25%;
  }
}

li.in-page-navigation__item:nth-child(odd) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

li.in-page-navigation__item:nth-child(2n) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

li.in-page-navigation__item a[role="menuitem"] {
  font-weight: 600;
}

.link-block {
  display: block;
  color: #000;
  padding: 24px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  outline: none;
  text-decoration: none;
}

.link-block svg {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}

.link-block:hover {
  color: #000;
  -webkit-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
}

.link-block:hover .link-block__title {
  color: #006cd4;
  border-color: #006cd4;
}

.link-block:hover svg {
  fill: #006cd4;
}

.link-block:focus {
  -webkit-box-shadow: 0 0 0 2px #003480;
  box-shadow: 0 0 0 2px #003480;
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  outline: none;
}

.link-block:focus .link-block__title {
  color: #fff;
  background-color: #003480;
  border-color: #fff;
}

.link-block:focus svg {
  fill: #003480;
}

.link-block--large {
  min-height: 412px;
}

.link-block__picture {
  display: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
}

@media (min-width: 576px) {
  .link-block__picture {
    display: block;
  }
}

.link-block__title {
  display: inline;
  text-decoration: underline;
}

h2.link-block__title {
  line-height: 5.4rem;
  border-bottom: 2px solid #000;
  text-decoration: none;
  padding-bottom: 2px;
}

.linkslist-related {
  background: #2f2f2f;
  color: #fff;
}

.linkslist-related a,
.linkslist-related li {
  color: #fff;
}

.linkslist-related a:hover {
  color: #949494;
}

.linkslist-related a:focus {
  background: #003480;
  color: #fff;
}

.linkslist ul {
  margin-left: 0;
}

.linkslist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.linkslist h2:first-of-type {
  margin-top: 0;
}

.linkslist__title {
  font-size: 3.4rem;
}

.linkslist-related .linkslist__title {
  margin-top: 0;
}

.linkslist__list {
  margin: 0;
}

.relateditems-related h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 600;
  margin-top: 0;
}

.relateditems-related .news__linkblock:last-child {
  border-bottom: 0 !important;
}

@media (min-width: 768px) {
  .relateditems-related .news__linkblock {
    border-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .relateditems-related .relateditem__title {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.relateditems ul {
  margin-left: 0;
}

.relateditems li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.relateditems-related .relateditems__title {
  margin-top: 0;
}

.meetings__facet {
  margin-right: 12px;
}

.meetings__facet input,
.meetings__facet select {
  min-width: auto;
}

.meetings__facet select {
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background-color: #fd0;
}

.meetings__facet select optgroup,
.meetings__facet select option {
  background-color: #fff;
}

#Mac_DetailChangeError,
#Mac_inputError,
#Mac_PayUncheckedError,
#Mac_refFail {
  color: #ff0039;
  font-weight: 700;
}

.multiaccount__form .multiPanel {
  display: none;
}

.multiaccount__form #overviewPnl.multiPanel {
  border-bottom: 1px solid #000;
  margin-bottom: 48px;
}

.multiaccount__form .activeMultiPanel {
  display: block;
}

.multiaccount__form .multiBodyOuter,
.multiaccount__form p {
  margin-bottom: 24px;
}

.multiaccount__form .multiControlOuter {
  height: 60px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.multiaccount__form .multiControlOuter .multiControlLeft {
  margin-top: 16px;
}

.multiaccount__form .col_2 {
  float: left;
  width: 50%;
  text-align: center;
}

.multiaccount__form .Mac_TableDiv {
  clear: both;
  padding-top: 24px;
}

.multiaccount__form .Mac_TableDiv td,
.multiaccount__form .Mac_TableDiv th {
  text-align: right;
}

.multiaccount__form .Mac_TableDiv td:first-child,
.multiaccount__form .Mac_TableDiv th:first-child {
  text-align: left;
}

.multiaccount__form .Mac_payableBtn {
  width: 100px;
  height: 36px;
  background-image: url(/wcc/images/payment/Slide_no.png);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.multiaccount__form .Mac_payableBtn.Mac_accountPayActive {
  background-image: url(/wcc/images/payment/Slide_yes.png);
}

.multiaccount__form .Mac_ReasonRow {
  display: none;
}

.multiaccount__form .multiControlRight {
  float: right;
}

.multiaccount__form .multiControlLeft {
  float: left;
}

.multiaccount__form .greyBtn {
  font-family: Guardian Sans Web, sans-serif;
  border: none;
  background: none;
  text-decoration: underline;
  font-size: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.multiaccount__form .scfErrorText {
  display: none;
}

.multiaccount__form .scfSingleLineTextLabel {
  font-weight: 700;
}

.multiaccount__form #referencePnl label {
  margin-bottom: 24px;
}

.multiaccount__form .scfSingleLineTextLabel,
.multiaccount__form dl dt {
  margin-top: 24px;
  font-weight: 700;
}

.multiaccount__form #Mac_DetailChange span.scfSingleLineTextLabel {
  display: block;
  margin-top: 24px;
  font-weight: 700;
}

.multiaccount__form #rblDetailCorrect {
  margin-bottom: 48px;
}

.multiaccount__form #Mac_DetailChangeError {
  display: none;
  margin-top: 12px;
}

.multiaccount__form .hideShowPanel {
  display: none;
}

.multiaccount__form input[type="radio"] + label {
  margin-left: 0;
  display: block;
}

.multiaccount__form input[type="radio"] + label:before {
  content: "";
  vertical-align: middle;
  margin-right: 12px;
  margin-top: -4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/svg%3E");
}

.multiaccount__form input[type="radio"]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23000' stroke-width='3'/%3E%3Ccircle class='radio__dot' cx='17' cy='17' r='10'/%3E%3C/svg%3E");
}

.multiaccount__form input[type="radio"]:focus + label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='26' width='26' viewBox='0 0 34 34'%3E%3Ccircle class='radio__outline' cx='17' cy='17' r='15' fill='none' stroke='%23006CD4' stroke-width='3'/%3E%3Ccircle class='radio__dot' cx='17' cy='17' r='10'/%3E%3C/svg%3E");
}

.multiaccount__form table tr {
  border-top: 1px solid #cacaca;
  border-bottom: none;
}

.multiaccount__form table td,
.multiaccount__form table th {
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.multiaccount__form .Mac_ReasonRow,
.multiaccount__form .Mac_TagRow {
  border-top: none;
  margin-bottom: 24px;
}

.multiaccount__form .Mac_ReasonRow table,
.multiaccount__form .Mac_TagRow table {
  margin-top: 0;
  margin-bottom: 0;
}

.multiaccount__form .Mac_ReasonRow table td,
.multiaccount__form .Mac_TagRow table td {
  padding: 0;
}

.multiaccount__form .Mac_ReasonRow tr,
.multiaccount__form .Mac_TagRow tr {
  border-top: none;
}

.multiaccount__form .Mac_ReasonRow td,
.multiaccount__form .Mac_TagRow td {
  padding: 0 0 0 10px;
}

.multiaccount__form .Mac_ReasonRow > td,
.multiaccount__form .Mac_TagRow > td {
  padding-bottom: 24px;
}

.multiaccount__form .Mac_ReasonRow .Mac_ReasonLabel,
.multiaccount__form .Mac_ReasonRow .Mac_TagLabel,
.multiaccount__form .Mac_TagRow .Mac_ReasonLabel,
.multiaccount__form .Mac_TagRow .Mac_TagLabel {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
}

.multiaccount__form .Mac_ReasonRow .Mac_Reason_Msg,
.multiaccount__form .Mac_TagRow .Mac_Reason_Msg {
  background-image: url(/wcc/images/exclamation.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 12px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 5px;
  padding-left: 36px;
  background-size: 24px;
}

.multiaccount__form .Mac_ReasonText_Input {
  display: none;
}

.multiaccount__form .Mac_PayTotal,
.multiaccount__form .multiInnerTitle {
  font-weight: 700;
}

.multiaccount__form [type="checkbox"] + label {
  font-size: inherit;
  line-height: inherit;
}

.multiaccount__form #Mac_PayUncheckedError {
  display: none;
  margin-top: 24px;
}

#modalBackOuter {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  padding-top: 50%;
}

#modalBackOuter #modalInner {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

#modalBackOuter #modalInner .popup_outer {
  background: #ffeb99;
  padding: 2em;
}

#modalBackOuter #modalInner .popup_outer .popup_text {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

#modalBackOuter #modalInner .popup_outer .popup_inner {
  border: 1px solid #333;
  margin-bottom: 1em;
}

#modalBackOuter #modalInner .popup_outer .popup_inner img {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.Mac_modalContent {
  display: none;
}

.Mac_ModalText {
  color: #fff;
  clear: both;
  font-size: 1.4em;
}

.multiaccount__response {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.multiaccount__response p {
  margin-top: 24px;
}

.multiaccount__response h3 {
  font-weight: 500;
}

.multiaccount__response table td,
.multiaccount__response table th {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.multiaccount__response table td:first-child,
.multiaccount__response table th:first-child {
  width: 35%;
}

.multiaccount__response table th {
  background-color: #000;
  color: #fff;
}

.multiaccount__response table tr {
  border-bottom: 1px solid #cacaca;
}

.multiaccount__response table tr:last-child {
  border-bottom: none;
}

section.header .collapsing {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.nav {
  z-index: 1060;
  position: relative;
  padding-bottom: 2px !important;
}

.news .nav {
  background: #fff;
}

.nav.main-menu-open {
  background: #000;
}

.nav .collapsing {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.nav input {
  width: 100%;
}

.nav__logo a {
  border: 0;
  text-decoration: none;
  padding: 0;
}

.nav__logo a:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: 2px solid #006cd4;
}

.nav__logo svg {
  height: auto;
  width: 125px;
  fill: #000;
}

@media (min-width: 576px) {
  .nav__logo svg {
    width: auto;
    max-width: 205px;
  }
}

@media (min-width: 768px) {
  .nav__logo svg {
    max-width: 285px;
  }
}

@media (min-width: 992px) {
  .nav__logo svg {
    max-width: 310px;
  }
}

.main-menu-open .nav__logo svg {
  fill: #fff;
}

.nav__logo-news svg {
  width: 255px;
}

@media (min-width: 576px) {
  .nav__logo-news svg {
    width: auto;
    max-width: 285px;
  }
}

@media (min-width: 768px) {
  .nav__logo-news svg {
    max-width: 310px;
  }
}

@media (min-width: 992px) {
  .nav__logo-news svg {
    max-width: 310px;
  }
}

#main-menu {
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
}

#main-menu a,
#main-menu button,
#main-menu li {
  color: #fff;
}

#main-menu a:hover,
#main-menu button:hover,
#main-menu li:hover {
  color: #949494;
}

#main-menu li {
  list-style: none;
}

.main-menu-level-1 {
  margin: 0 0 72px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media (min-width: 768px) {
  .main-menu-level-1 {
    margin-top: 64px;
  }
}

.main-menu-level-1 li {
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .main-menu-level-1.active {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    margin-left: -15px;
  }
}

.main-menu-level-1-item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: Guardian Sans Web, sans-serif;
  background: rgba(0, 0, 0, 0);
  border: 0;
  text-align: left;
  width: 100%;
  position: relative;
  min-height: 56px;
  padding: 14px 44px;
}

@media (max-width: 767.98px) {
  .main-menu-level-1-item {
    padding: 0;
    min-height: 44px;
  }
}

.main-menu-level-1-item:hover {
  background: rgba(0, 0, 0, 0);
}

.main-menu-level-1-item:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-level-1-item:after {
  content: "";
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' role='icon'%3E %3Cpath fill-rule='evenodd' d='M12.586 12L9.293 8.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 12z'/%3E %3C/svg%3E")
    no-repeat 50% 50%;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' role='icon'%3E %3Cpath fill-rule='evenodd' d='M12.586 12L9.293 8.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 12z'/%3E %3C/svg%3E")
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: #adb5bd;
}

@media (max-width: 767.98px) {
  .main-menu-level-1-item:after {
    right: 0;
  }
}

.main-menu-level-1-item.active {
  background: #2f2f2f;
}

@media (min-width: 768px) {
  .main-menu-level-1-item.active {
    border-radius: 4px 0 0 4px;
  }
}

@media (max-width: 767.98px) {
  .main-menu-level-1-item.active {
    background: rgba(0, 0, 0, 0);
  }
}

.main-menu-level-1-item.active:after {
  display: none;
}

.main-menu-level-2 {
  position: absolute;
  left: 100vw;
  right: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
}

@media (min-width: 768px) {
  .main-menu-level-2 {
    left: 100%;
    margin-top: 30px;
    background: #2f2f2f;
    border-radius: 4px;
    padding: 48px;
    margin-left: -15px;
  }
}

.main-menu-level-2.active {
  visibility: visible;
}

.main-menu-level-2 li {
  margin-bottom: 12px;
}

.main-menu-level-2 a {
  border-color: #fff;
}

@media (min-width: 768px) {
  .main-menu-level-2 a {
    font-weight: 600;
  }
}

.menu__button {
  color: #000;
  border-radius: 0;
  border: 0;
  min-width: auto;
  height: auto;
  min-height: 48px;
  padding: 0 32px 0 2px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M0 3h34v2H0zm0 8h34v2H0zm0 8h34v2H0zm0 5' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-color: rgba(0, 0, 0, 0);
  background-position: calc(100% - 2px) 50%;
  background-size: 25.5px 24px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: Guardian Sans Web, sans-serif;
}

@media (min-width: 576px) {
  .menu__button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    padding: 0 49px 0 4px;
    background-size: 34px 24px;
    background-position: calc(100% - 4px) 50%;
  }
}

.menu__button:focus,
.menu__button:hover {
  color: #006cd4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M0 3h34v2H0zm0 8h34v2H0zm0 8h34v2H0zm0 5' fill='%23006CD4' fill-rule='evenodd'/%3E%3C/svg%3E");
  outline: 2px solid #006cd4;
}

.menu__button-homepage {
  border-radius: 0;
  background-position: 100%;
  padding: 0 32px 0 2px;
  background-position: calc(100% - 2px) 50%;
  background-size: 25.5px 24px;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .menu__button-homepage {
    border-radius: 500px;
    background-color: #fd0;
    padding: 12px 67px 12px 21px;
    background-position: calc(100% - 21px) 50%;
    background-size: 34px 24px;
  }

  .menu__button-homepage:focus,
  .menu__button-homepage:hover {
    background-color: #003480;
    color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 24'%3E%3Cpath d='M0 3h34v2H0zm0 8h34v2H0zm0 8h34v2H0zm0 5' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    outline: none;
  }
}

.main-menu-open .menu__button {
  border: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M21.4 0L0 22.23l1.26 1.31 21.4-22.23z'/%3E%3Cpath fill='%23FFF' d='M1.26 0l21.4 22.23-1.26 1.31L0 1.31z'/%3E%3C/svg%3E");
  background-size: 18px;
}

@media (min-width: 576px) {
  .main-menu-open .menu__button {
    background-size: 24px;
  }
}

.main-menu-open .menu__button:hover {
  -webkit-box-shadow: 0 0 0 2px #006cd4;
  box-shadow: 0 0 0 2px #006cd4;
}

.main-menu-open .menu__button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu-back {
  display: block;
  font-weight: 600;
  margin-bottom: 1em;
  position: relative;
  padding-left: 24px;
}

.main-menu-back:before {
  content: "";
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' role='icon'%3E %3Cpath fill-rule='evenodd' d='M12.586 12L9.293 8.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 12z'/%3E %3C/svg%3E")
    no-repeat 50% 50%;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' role='icon'%3E %3Cpath fill-rule='evenodd' d='M12.586 12L9.293 8.707a1 1 0 011.414-1.414l4 4a1 1 0 010 1.414l-4 4a1 1 0 01-1.414-1.414L12.586 12z'/%3E %3C/svg%3E")
    no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  display: block;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 24px;
  height: 24px;
  background-color: #adb5bd;
}

@media (min-width: 768px) {
  .main-menu-back {
    display: none;
  }
}

.main-menu-category {
  display: block;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  line-height: 3.6rem;
}

@media (min-width: 992px) {
  .main-menu-category {
    display: none;
  }
}

.main-menu-contact {
  color: #fff;
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .main-menu-contact {
    display: none;
  }
}

section.header {
  position: relative;
  background-color: #fd0;
}

.homepage__background {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: none;
}

@media (min-width: 992px) {
  .homepage__background {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
}

.hero__homepage {
  font-size: 42px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .hero__homepage {
    font-size: 48px;
    line-height: 54px;
  }
}

.news__header {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
}

@media (min-width: 768px) {
  .news__header {
    grid-template-columns: 2fr 1fr;
  }
}

@media (min-width: 992px) {
  .news__header {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .news__secondaryfeatured {
    padding-left: 24px;
  }

  .news__secondaryfeatured > div:first-child {
    border-bottom: 1px solid #d8d8d8 !important;
    margin-bottom: 24px;
  }
}

.news__topstories {
  display: none;
  grid-column: 1;
}

@media (min-width: 768px) {
  .news__topstories {
    grid-column: 1/3;
    display: block;
  }
}

@media (min-width: 992px) {
  .news__topstories {
    grid-column: inherit;
    padding-left: 24px;
  }
}

.news__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}

@media (min-width: 768px) {
  .news__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .news__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.news__linkblock {
  border-bottom: 1px solid #d8d8d8 !important;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 768px) {
  .news__linkblock {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.news__subscribe {
  background: #fd0;
}

@media (min-width: 768px) {
  .news__subscribe {
    background: rgba(0, 0, 0, 0);
  }
}

h1.type-news,
h2.type-news,
h3.type-news,
h4.type-news,
h5.type-news,
h6.type-news {
  font-family: Guardian Egyptian Web, serif;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  h1.type-news,
  h2.type-news,
  h3.type-news,
  h4.type-news,
  h5.type-news,
  h6.type-news {
    line-height: 4.8rem;
  }
}

.h2.type-news,
h2.type-news {
  line-height: 4.2rem;
}

.h3.type-news,
h3.type-news {
  line-height: 3.5rem;
}

.h4.type-news,
h4.type-news {
  line-height: 2.8rem;
}

.h6.type-news,
h6.type-news {
  line-height: 2.3rem;
}

a.news__link:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #006cd4;
}

a.news__link:focus h1,
a.news__link:focus h2,
a.news__link:focus h3,
a.news__link:focus h4,
a.news__link:focus h5,
a.news__link:focus h6 {
  background-color: #003480;
  color: #fff;
}

a.news__link:hover p {
  color: #000;
}

.hiddenField {
  display: none;
}

.repeatInputGroup {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  margin-top: 24px;
}

.repeatMaxReached {
  font-weight: 700;
  color: #cb4915;
  padding: 1em 0 0;
}

.repeatHidden {
  display: none !important;
}

#PaymentCategories {
  margin-bottom: 1em;
}

.PaymentLine {
  clear: both;
}

.PayLine_Head {
  font-weight: 700;
  float: left;
  padding: 0 0.5em 0.5em 0;
}

.PayLine_Data {
  float: left;
}

.PayLine_Info {
  background-color: #fffad7;
  clear: both;
  padding: 1em;
  font-size: 0.8em;
}

.PaymentChange {
  clear: both;
}

.PaymentChange button {
  float: right;
  padding: 5px;
  border: none;
  min-height: auto;
  background: inherit;
  color: inherit;
  text-decoration: underline;
}

.PaymentChange button:hover {
  color: inherit;
  background: none;
}

.PaymentChange button:focus {
  background: inherit;
  color: inherit;
  border-radius: inherit;
  padding: 5px;
  min-height: auto;
}

.addGroupBtn,
.removeGroupBtn {
  margin: 24px 0;
}

.pagination {
  margin-top: 72px;
  margin-bottom: 72px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

@media (min-width: 768px) {
  .pagination {
    margin-top: 96px;
    margin-bottom: 96px;
  }
}

.pagination span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.pagination a.aspNetDisabled {
  color: #cacaca;
}

.pagination a.aspNetDisabled .icon:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.1 22.4L16.5 12 6.1 1.6' fill='none' stroke='%23949494' stroke-width='3.928'/%3E%3C/svg%3E");
}

.pagination a.aspNetDisabled:hover .icon:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.1 22.4L16.5 12 6.1 1.6' fill='none' stroke='%23949494' stroke-width='3.928'/%3E%3C/svg%3E");
}

.pagination .pagination__item {
  display: inline-block;
  padding-left: 4px;
}

@media (min-width: 768px) {
  .pagination .pagination__item {
    padding-left: 1rem;
  }
}

.pagination .current {
  padding: 0 1px;
  color: #cacaca;
}

@media (min-width: 768px) {
  .pagination .current {
    margin: 0 12px;
  }
}

.pagination .pagination__link,
.pagination a {
  position: relative;
  min-width: 12px;
  padding: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .pagination__link:before,
.pagination a:before {
  content: "";
  position: absolute;
  top: -9px;
  left: -15px;
  display: block;
  height: 38px;
  width: 38px;
}

@media (min-width: 768px) {
  .pagination .pagination__link:before,
  .pagination a:before {
    height: 40px;
    width: 40px;
  }
}

.pagination .pagination__link .icon:after,
.pagination a .icon:after {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  margin: 0 8px;
}

.pagination .pagination__link:hover .icon:after,
.pagination a:hover .icon:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.1 22.4L16.5 12 6.1 1.6' fill='none' stroke='%23003480' stroke-width='3.928'/%3E%3C/svg%3E");
}

.pagination .pagination__link:focus .icon:after,
.pagination a:focus .icon:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.1 22.4L16.5 12 6.1 1.6' fill='none' stroke='%23fff' stroke-width='3.928'/%3E%3C/svg%3E");
}

.pagination .pagination__link--prevnext:before {
  width: 80px;
}

.pagination a.pagination__link--current {
  color: #006cd4;
  border-bottom: none;
}

.petitions__block {
  display: block;
  text-decoration: none !important;
}

.petitions__title {
  text-decoration: underline;
}

.petitions__meta {
  padding-right: 24px;
  margin-top: 6px;
}

.popularlinks_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
}

@media (min-width: 576px) {
  .popularlinks_grid {
    grid-template-columns: 1fr 1fr;
  }
}

.popularlinks_link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.promobox {
  background-color: #fffad7;
}

.promobox__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.promobox__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  height: 250px;
}

@media (min-width: 992px) {
  .promobox__image {
    width: 30%;
    height: auto;
  }
}

.promobox__meta {
  width: 100%;
}

@media (min-width: 992px) {
  .promobox__meta {
    width: 70%;
  }
}

.quoteimage {
  min-height: 650px;
}

.quoteimage-embedded {
  min-height: 474px;
}

.quoteimage__text {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 0;
}

@media (min-width: 768px) {
  .quoteimage__text {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 72px 0;
  }
}

@media (min-width: 992px) {
  .quoteimage__text {
    padding: 96px 0;
  }
}

.quoteimage__quote:before {
  content: open-quote;
}

.quoteimage__quote:after {
  content: close-quote;
}

.quoteimage__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  min-height: 300px;
}

@media (min-width: 768px) {
  .quoteimage__image {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.quoteimage__image-left {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

@media (min-width: 768px) {
  .quoteimage__image-left {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.richtext__text h1,
.richtext__text h2,
.richtext__text h3,
.richtext__text h4,
.richtext__text h5,
.richtext__text h6 {
  margin-top: 0;
}

.richtext__text p {
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .richtext__text img {
    clear: left;
    float: left;
    margin-right: 24px;
  }
}

.richtext__text table td p {
  margin-bottom: 0;
}

.richtext__image {
  display: table;
  border-collapse: collapse;
  border: 0;
  margin-bottom: 24px;
}

.richtext__image-fullwidth img {
  width: 100%;
}

.richtext__image img {
  display: block;
  width: 100%;
}

.richtext__image-fullbleed .fb__container {
  overflow: hidden;
}

.richtext__image-fullbleed .fb__wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 670px;
  width: 100vw;
}

.richtext__image-fullbleed img {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  right: 50%;
  width: 100vw;
}

@media (min-width: 992px) {
  .richtext__image-floatleft {
    float: left;
    margin-right: 24px;
  }
}

@media (min-width: 992px) {
  .richtext__image-floatright {
    float: right;
    margin-left: 24px;
  }
}

.richtext__quote {
  float: left;
  clear: left;
  margin-right: 48px;
}

.richtext__quote footer {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 600;
}

.news-article .richtext__quote {
  font-family: Guardian Egyptian Web, serif;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 42px;
  line-height: 4.2rem;
}

.richtext__caption {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 500;
  padding: 12px;
  background: #000;
  color: #fff;
  display: table-caption;
  caption-side: bottom;
  margin-top: -1px;
}

.richtext__caption-fullbleed {
  display: block;
}

.recycling-search-results-inner {
  position: relative;
  padding: 24px;
}

@media (min-width: 768px) {
  .recycling-search-results-inner {
    padding: 48px;
  }
}

.recycling-search-results {
  border: 2px solid #000;
}

#loading-spinner {
  display: none;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -5px;
}

.autocomplete-loading + #loading-spinner {
  display: block;
}

.collection-items {
  list-style: none;
  margin: 6px 0 24px;
}

.calendar-pdf .download {
  margin-bottom: 0 !important;
}

.recycling-icon-glass,
.recycling-icon-rubbish,
.recycling-icon-wheeliebin {
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 72px;
  min-height: 60px;
}

.recycling-icon-rubbish {
  background-image: url(/assets/images/rubbish-recycling/rubbish-bag.png);
  width: 50%;
}

.recycling-icon-glass {
  background-image: url(/assets/images/rubbish-recycling/glass-crate.png);
}

.recycling-icon-wheeliebin {
  background-image: url(/assets/images/rubbish-recycling/wheelie-bin.png);
}

.recycling-search-wrapper {
  overflow: hidden;
}

.recycling-results__controls {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
}

#recycling-controls-next,
#recycling-controls-prev {
  display: none;
}

#recycling-controls-next:focus,
#recycling-controls-next:hover,
#recycling-controls-prev:focus,
#recycling-controls-prev:hover {
  background: rgba(0, 0, 0, 0);
}

#recycling-controls-prev {
  position: absolute;
  left: -22px;
}

@media (min-width: 768px) {
  #recycling-controls-prev {
    left: -27px;
  }
}

#recycling-controls-next {
  position: absolute;
  right: -22px;
}

@media (min-width: 768px) {
  #recycling-controls-next {
    right: -27px;
  }
}

.search {
  width: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .search {
    margin-top: 24px;
  }
}

.search:focus-within {
  border-color: #fff;
}

@media (min-width: 992px) {
  .search {
    width: auto;
    margin-right: 24px;
  }
}

.search.active {
  display: block !important;
}

.search fieldset {
  position: relative;
  margin: 0;
}

.search fieldset input[type="text"] {
  border: 2px solid #000;
  border-radius: 1000px;
  background: #fd0;
  padding: 0 1.125em;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .search fieldset input[type="text"] {
    min-width: 200px;
  }
}

.news .search fieldset input[type="text"] {
  background: #fff;
}

.search fieldset input[type="text"]:focus {
  outline-style: double;
  outline-width: 2px;
  outline-offset: 2px;
  border-color: #006cd4;
}

.search fieldset input[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.search fieldset input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.search fieldset input[type="text"]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.search fieldset input[type="text"]::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.search fieldset input[type="text"]::placeholder {
  color: #000;
  opacity: 1;
}

.main-menu-open .search fieldset input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.main-menu-open .search fieldset input[type="text"]::-moz-placeholder {
  color: #fff;
}

.main-menu-open .search fieldset input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.main-menu-open .search fieldset input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

.main-menu-open .search fieldset input[type="text"]::placeholder {
  color: #fff;
}

.main-menu-open .search fieldset input[type="text"] {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.search fieldset input[type="button"] {
  position: absolute;
  top: 1px;
  right: 1px;
  border: 0;
  margin: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='13.99' cy='9.75' r='8.67' fill='none' stroke='currentColor' stroke-width='2.17'/%3E%3Cpath fill='currentColor' d='M.32 21.13L6.44 15a1.1 1.1 0 011.54 0 1.09 1.09 0 010 1.53l-6.11 6.13a1.09 1.09 0 01-1.53 0 1.07 1.07 0 01-.02-1.53z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 24px 24px;
  border-radius: 24px;
  width: 46px;
  height: 46px;
  font-size: 0;
}

.search fieldset input[type="button"]:focus {
  outline-style: solid;
  outline-width: 3px;
  outline-color: #fff;
  background-color: #006cd4;
}

.main-menu-open .search fieldset input[type="button"],
.search fieldset input[type="button"]:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='13.99' cy='9.75' r='8.67' fill='none' stroke='%23fff' stroke-width='2.17'/%3E%3Cpath fill='%23fff' d='M.32 21.13L6.44 15a1.1 1.1 0 011.54 0 1.09 1.09 0 010 1.53l-6.11 6.13a1.09 1.09 0 01-1.53 0 1.07 1.07 0 01-.02-1.53z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.search fieldset:focus-within input[type="text"] {
  border-color: #006cd4;
}

.search__button {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: Guardian Sans Web, sans-serif;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  min-width: auto;
  height: auto;
  min-height: 48px;
  padding: 0 32px 0 2px;
  color: #000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='13.99' cy='9.75' r='8.67' fill='none' stroke='currentColor' stroke-width='2.17'/%3E%3Cpath fill='currentColor' d='M.32 21.13L6.44 15a1.1 1.1 0 011.54 0 1.09 1.09 0 010 1.53l-6.11 6.13a1.09 1.09 0 01-1.53 0 1.07 1.07 0 01-.02-1.53z' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-color: rgba(0, 0, 0, 0);
  background-position: calc(100% - 4px) 50%;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  margin-right: 12px !important;
}

.search__button-homepage {
  display: none !important;
}

@media (min-width: 768px) {
  .search__button {
    background-size: 24px 24px;
    padding: 0 36px 0 4px;
  }
}

.search__button:focus,
.search__button:hover {
  color: #006cd4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='13.99' cy='9.75' r='8.67' fill='none' stroke='%23006CD4' stroke-width='2.17'/%3E%3Cpath fill='%23006CD4' d='M.32 21.13L6.44 15a1.1 1.1 0 011.54 0 1.09 1.09 0 010 1.53l-6.11 6.13a1.09 1.09 0 01-1.53 0 1.07 1.07 0 01-.02-1.53z' fill-rule='evenodd'/%3E%3C/svg%3E");
  outline: 2px solid #006cd4;
}

.main-menu-open .search__button {
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='13.99' cy='9.75' r='8.67' fill='none' stroke='%23FFF' stroke-width='2.17'/%3E%3Cpath fill='%23FFF' d='M.32 21.13L6.44 15a1.1 1.1 0 011.54 0 1.09 1.09 0 010 1.53l-6.11 6.13a1.09 1.09 0 01-1.53 0 1.07 1.07 0 01-.02-1.53z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  .search__button {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.searchbucket__content {
  padding: 0 12px;
}

.searchbucket__content + .searchbucket__content {
  margin-top: -1px;
}

.sb_itemContent :first-child {
  margin-top: 12px;
}

.sb_clearTerm {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(/assets/images/icons/base/close.svg);
  background-size: 22px 22px;
  background-position: 12px;
  background-repeat: no-repeat;
  border: 2px solid #000;
  width: 48px;
  height: 48px;
  display: block;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
}

.sb_clearTerm:hover {
  background-color: #003480;
}

.sb_clearTerm:focus,
.sb_clearTerm:hover {
  border-color: #006cd4;
  background-image: url(/assets/images/icons/base/close-white.svg);
}

.sb_clearTerm:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sb_searchTerm:focus + .sb_clearTerm {
  border: 3px solid #006cd4;
  background-position: 11px;
}

.searchtable__controls {
  border-bottom: 0;
}

.st_checks {
  display: none;
}

.st_searchInner {
  margin-bottom: 0;
}

.st_searchbit {
  vertical-align: top;
}

.st_searchbit input {
  height: 60px;
  border: 2px solid #000;
  width: 100%;
  border-right: 0;
}

.st_searchbit input:focus {
  outline: none;
  border-color: #006cd4;
}

.st_searchInput {
  min-width: 0 !important;
  height: 24px;
  padding: 0.5em 1em;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  line-height: 1.5;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0 !important;
}

.st_searchInput::-ms-input-placeholder {
  color: #333;
  font-weight: 500;
}

.st_searchInput::placeholder {
  color: #333;
  font-weight: 500;
}

.st_searchInput::-webkit-input-placeholder {
  color: #333;
  font-weight: 500;
}

.st_searchInput::-moz-placeholder {
  color: #333;
  font-weight: 500;
}

.st_searchInput:-ms-input-placeholder {
  color: #333;
  font-weight: 500;
}

.st_searchInput:-moz-placeholder {
  color: #333;
  font-weight: 500;
}

.st_checkselectbtn,
.st_dosearchbtn {
  width: 24px;
  height: 24px;
  min-width: auto !important;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: 50%;
  border: 2px solid #000;
  border-radius: 0;
}

.st_checkselectbtn:focus,
.st_checkselectbtn:hover,
.st_dosearchbtn:focus,
.st_dosearchbtn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #006cd4;
  background-image: url(/assets/images/icons/base/search-white.svg);
}

.st_checkselectbtn.st_active {
  background-color: #ffeb99;
}

.st_dosearchbtn {
  background-image: url(/assets/images/icons/base/search.svg);
  background-size: 24px;
}

.st_dosearchbtn.st_active {
  background-image: url(/assets/images/icons/base/close.svg);
}

.st_checkselectbtn {
  background-image: url(/wcc/images/sorttable/st_filterdown.png);
}

.st_checks {
  position: relative;
}

.st_checkboxes {
  display: none;
  background: #ffeb99;
  position: absolute;
  right: 0;
  z-index: 10;
  padding: 1em 0;
}

.st_checkboxes ul {
  width: 200px;
  padding: 0;
  margin: 0;
}

.st_checkboxes li {
  margin: 0;
  padding: 0.5em 1em;
  position: relative;
}

.st_checkboxes li:before {
  background: none;
  display: none;
}

.st_checkboxes li:hover {
  background: #fc0;
}

.st_checkboxes label {
  display: block;
}

.st_checkboxes input {
  margin-right: 1.6em;
}

.st_checkboxes .checkmark {
  position: absolute;
  top: 0.5em;
  left: 1em;
  height: 25px;
  width: 25px;
  background-color: #fafafa;
}

.st_checkboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.st_checkboxes li input:checked ~ .checkmark:after {
  display: block;
}

.st_checkboxes .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.st_Table {
  margin-top: 0;
  height: 100%;
  table-layout: fixed;
}

.st_Table thead th {
  padding: 0;
  margin: 0;
  height: 100%;
}

.st_Table thead th button {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 0;
  font-weight: 700;
  padding: 0 10px;
  width: 100%;
  min-width: 100%;
  height: auto;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: right 13px center;
  font-size: 16px;
  text-align: left;
}

.st_Table thead th button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #006cd4;
}

@media only screen and (min-width: 841px) {
  .st_Table thead th button {
    background-position: right 3px center;
  }
}

.st_Table thead th.st_sorted button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4 6.8L12 17.2 1.6 6.8' fill='none' stroke='%23fff' stroke-width='3.928'/%3E%3C/svg%3E");
}

.st_Table thead th.st_reversesorted button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4 17.2L12 6.8 1.6 17.2' fill='none' stroke='%23fff' stroke-width='3.928'/%3E%3C/svg%3E");
}

.st_TableBody tr {
  background: #eee;
  border-bottom: 1px solid #333;
}

.st_TableBody td {
  font-size: 16px;
  word-break: break-word;
}

.st_hideShowRow {
  background-image: url(/wcc/images/sorttable/st_hs_arrowright.png);
  background-repeat: no-repeat;
  background-position: 0;
  padding-left: 1.5em;
  margin-left: -0.3em;
}

.st_hideShowRow.st_active {
  background-image: url(/wcc/images/sorttable/st_hs_arrowdown.png);
}

.st_hideShowPanel {
  display: none;
  padding: 0.5em 0.5em 0;
  margin: 0 -0.8em;
}

.st_colRowHead {
  clear: both;
  font-weight: 700;
  width: 100px;
  float: left;
}

.st_colRowBody {
  margin-left: 105px;
}

.st_colRow {
  clear: both;
  border-top: 1px solid #999;
  padding: 0.5em 0;
}

#st_Unfound {
  display: none;
}

@media only screen and (max-width: 840px) {
  .st_moredetails {
    padding-right: 32px;
    position: relative;
  }

  .st_moredetails:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: 15px;
    right: 15px;
    background-size: 14px 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.4 6.8L12 17.2 1.6 6.8' fill='none' stroke='%23000' stroke-width='3.928'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
  }

  .show .st_moredetails:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.st_searchResultOuter {
  position: absolute;
  top: 3em;
  width: 100%;
}

.st_searchResults {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.54);
  width: 100%;
  z-index: 10;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  cursor: default;
  padding: 4px 8px;
}

.st_searchResults.selected,
.st_searchResults:hover {
  background: rgba(0, 0, 0, 0.12);
}

.search-result {
  margin-top: 64px;
  text-align: center;
}

.hidden,
.st_details {
  display: none;
}

.st_MobileOnly {
  display: block;
}

@media only screen and (min-width: 841px) {
  .st_MobileOnly {
    display: none;
  }
}

@media only screen and (max-width: 840px) {
  .st_hide {
    display: none;
  }

  .st_Table tbody tr.show {
    background: #fff;
    border-bottom: 0;
  }

  .st_Table tbody tr.show td {
    border-bottom: 0;
  }

  .st_Table tbody tr.show + tr.st_details {
    display: table-row;
    background: #f8f8f8;
  }

  .details-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .details-row div {
    padding: 0.6923em 0 0.6153em;
    border-bottom: 1px solid #e5e5e5;
  }

  .details-row div:last-child {
    border-bottom: 0;
  }
}

.sitemap {
  list-style: none;
}

.sitemap li ul {
  list-style: disc;
}

.sportsground-finder .map-holder {
  padding-top: 80% !important;
  height: 0;
  margin-bottom: 2.4em;
  position: relative;
}

.sportsground-finder .map-holder > div {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
}

.sportsground-finder .map-holder a[href^="http://"]:after
{
  display: none;
}

.subscribe__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0;
  list-style: none;
  margin: 0;
}

@media (min-width: 768px) {
  .subscribe__list {
    grid-template-columns: 1fr 1fr;
  }
}

.subscribe__item {
  padding-left: 0;
}

.subscribe__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 12px;
  padding-right: 12px;
}

.subscribe__item a:focus {
  background: rgba(0, 0, 0, 0);
  color: #006cd4;
}

.subscribe__itemimage {
  width: 45px;
  height: 30px;
  overflow: hidden;
  position: relative;
  margin-right: 12px;
}

a:hover .subscribe__itemimage img {
  position: absolute;
  top: -30px;
}

.tab-block .nav-tabs {
  margin: 0;
  border: 0;
  z-index: auto;
  padding-bottom: 0 !important;
}

.tab-block .nav-tabs .nav-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tab-block .nav-tabs .nav-item:last-child .nav-link {
  border-right: none;
}

.tab-block .nav-tabs .nav-link {
  border-radius: 0;
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 1rem 2rem;
  text-decoration: none;
  border: 2px solid #000;
  border-bottom: 0;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .tab-block .nav-tabs .nav-link {
    font-size: 1.8rem;
  }
}

.tab-block .nav-tabs .nav-link:focus {
  background: #003480;
  color: #fff;
  outline: none;
  border-color: #006cd4;
  -webkit-box-shadow: inset 0 -2px #006cd4;
  box-shadow: inset 0 -2px #006cd4;
}

.tab-block .nav-tabs .nav-link:hover {
  background: #003480;
  color: #fff;
  outline: none;
  border-color: #003480;
}

.tab-block .nav-tabs .nav-link.active {
  color: #000;
  background: #fff;
}

.tab-block .nav-tabs .nav-link.active:focus,
.tab-block .nav-tabs .nav-link.active:hover {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tab-content {
  padding: 0 24px 24px;
  border: 2px solid #000;
  border-top: 0;
}

.tab-content #loading-spinner {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 12px;
  margin-left: 12px;
}

:root {
  --urgency--bg: #f70;
  --urgency--fg: #000;
  --warning--icon: #000;
}

.warning {
  position: relative;
  padding: 24px;
  margin-bottom: 24px;
  color: var(--urgency--fg);
  background-color: var(--urgency--bg);
}

@media (min-width: 768px) {
  .warning {
    padding: 48px;
  }
}

.warning__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  margin-right: 24px;
  margin-top: 0;
}

.warning__text {
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .warning__text {
    margin-left: 60px;
  }
}

.warning__lastupdate {
  display: block;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
}

.warning__lastupdate-hide {
  display: none;
}

.warning__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: var(--warning--icon);
}

@media only screen and (min-width: 768px) {
  .warning__icon {
    float: left;
    margin-right: 24px;
    margin-bottom: 0;
  }
}

.warning-highlight .warning__icon {
  color: var(--urgency--fg);
}

.customform .scfCheckbox label,
.webform .scfCheckbox label {
  margin: 2px 0 0 45px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}

.customform .scfCheckbox.fixmargin label {
  margin: 12px 0;
}

.whatsonthispage__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid #000;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .whatsonthispage__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1480px) {
  .whatsonthispage__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.whatsonthispage__link {
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 12px;
}

html {
  font-family: Guardian Sans Web, sans-serif;
  font-size: 62.5%;
  font-weight: 500;
  overflow-y: scroll;
}

:focus {
  outline: 2px solid #003480;
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #000;
  overflow: hidden;
}
