:root {
  --bs-blue: #ffeff9;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ffbcc9;
  --bs-orange: #fd7e14;
  --bs-yellow: #fff8c3;
  --bs-green: #c9f1cc;
  --bs-teal: #20c997;
  --bs-cyan: #ffeff9;
  --bs-white: #fff;
  --bs-gray: #999;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #999;
  --bs-gray-700: #000000;
  --bs-gray-800: #343a40;
  --bs-gray-900: #27003e;
  --bs-primary: #ffeff9;
  --bs-secondary: #999;
  --bs-success: #c9f1cc;
  --bs-info: #ffeff9;
  --bs-warning: #fff8c3;
  --bs-danger: #ffbcc9;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Georgia, "Times New Roman", Times, serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff
}


:where(:not([class *=uk-], [class *=tm-])),
:where(:not([class *=uk-], [class *=tm-]))::after,
:where(:not([class *=uk-], [class *=tm-]))::before {
  box-sizing: border-box
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: .875em;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote> :last-child {
  margin-bottom: 0
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.5;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.blockquote-footer::before {
  content: "— "
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: .875em;
  color: #999
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  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: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  border-collapse: collapse;
  border-spacing: 0
}

.table :where(tbody),
.table :where(td),
.table :where(tfoot),
.table :where(th),
.table :where(thead),
.table :where(tr) {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: #e5e5e5
}

.table> :not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table> :not(:first-child) {
  border-bottom-color: currentColor
}

.caption-top {
  caption-side: top
}

.table-sm> :not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered> :not(caption)>* {
  border-width: 1px 0
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 1px
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0
}

.table-borderless> :not(:first-child) {
  border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.form-label {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 18px;
  color: #27003e;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #999;
  display: block
}

.form-control::file-selector-button {
  margin: 0;
  border: none;
  font: inherit;
  color: inherit;
  border-radius: 0;
  background-color: rgba(0, 0, 0, .1);
  height: 100%;
  margin-left: -10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px
}

.form-control-sm::file-selector-button {
  margin-left: -8px;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px
}

.form-control-lg::file-selector-button {
  margin-left: -12px;
  margin-right: 12px;
  padding-left: 12px;
  padding-right: 12px
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-switch {
  padding-left: 2.5em
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control {
  padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent
}

.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 3
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #c9f1cc
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
  border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #c9f1cc;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #c9f1cc;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #c9f1cc
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #c9f1cc;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #c9f1cc
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #c9f1cc
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #c9f1cc
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #ffbcc9
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ffbcc9;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ffbcc9;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #ffbcc9
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #ffbcc9;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #ffbcc9
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #ffbcc9
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #ffbcc9
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3
}

.btn[class *=btn-outline-] {
  background: 0 0;
  border: 1px solid transparent
}

.btn.btn-outline-primary {
  color: #ffeff9;
  border-color: #ffeff9
}

.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover {
  color: #fff;
  background-color: #ffeff9;
  border-color: #ffeff9
}

.btn.btn-outline-primary.disabled,
.btn.btn-outline-primary:disabled {
  color: #ffeff9;
  background-color: transparent
}

.btn.btn-outline-secondary {
  color: #999;
  border-color: #999
}

.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover {
  color: #fff;
  background-color: #999;
  border-color: #999
}

.btn.btn-outline-secondary.disabled,
.btn.btn-outline-secondary:disabled {
  color: #999;
  background-color: transparent
}

.btn.btn-outline-success {
  color: #c9f1cc;
  border-color: #c9f1cc
}

.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success:active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:hover {
  color: #fff;
  background-color: #c9f1cc;
  border-color: #c9f1cc
}

.btn.btn-outline-success.disabled,
.btn.btn-outline-success:disabled {
  color: #c9f1cc;
  background-color: transparent
}

.btn.btn-outline-info {
  color: #ffeff9;
  border-color: #ffeff9
}

.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info:active,
.btn.btn-outline-info:focus,
.btn.btn-outline-info:hover {
  color: #000;
  background-color: #ffeff9;
  border-color: #ffeff9
}

.btn.btn-outline-info.disabled,
.btn.btn-outline-info:disabled {
  color: #ffeff9;
  background-color: transparent
}

.btn.btn-outline-warning {
  color: #fff8c3;
  border-color: #fff8c3
}

.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning:active,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning:hover {
  color: #000;
  background-color: #fff8c3;
  border-color: #fff8c3
}

.btn.btn-outline-warning.disabled,
.btn.btn-outline-warning:disabled {
  color: #fff8c3;
  background-color: transparent
}

.btn.btn-outline-danger {
  color: #ffbcc9;
  border-color: #ffbcc9
}

.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger:active,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger:hover {
  color: #fff;
  background-color: #ffbcc9;
  border-color: #ffbcc9
}

.btn.btn-outline-danger.disabled,
.btn.btn-outline-danger:disabled {
  color: #ffbcc9;
  background-color: transparent
}

.btn.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light:active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn.btn-outline-light.disabled,
.btn.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn.btn-outline-dark {
  color: #212529;
  border-color: #212529
}

.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light:active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn.btn-outline-dark.disabled,
.btn.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: .125rem
}

.dropdown-menu-start {
  --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}

.dropdown-menu-end {
  --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-end {
    --bs-position: end
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-end {
    --bs-position: end
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-end {
    --bs-position: end
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-end {
    --bs-position: end
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxl-end {
    --bs-position: end
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropstart .dropdown-toggle::after {
  display: none
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #000;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffeff9
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #999;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #000
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #ffeff9
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd
}

.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #ffeff9;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #0a58ca
}

.nav-link.disabled {
  color: #999;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #e5e5e5
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e5e5e5 #e5e5e5 #e5e5e5;
  isolation: isolate
}

.nav-tabs .nav-link.disabled {
  color: #999;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #000;
  background-color: #fff;
  border-color: #e5e5e5 #e5e5e5 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ffeff9
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}

.tab-content>.tab-pane {
  display: none
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap
}

.navbar-nav {
  display: flex;
  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
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }

  .navbar-expand-sm .offcanvas-header {
    display: none
  }

  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }

  .navbar-expand-md .offcanvas-header {
    display: none
  }

  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }

  .navbar-expand-lg .offcanvas-header {
    display: none
  }

  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }

  .navbar-expand-xl .offcanvas-header {
    display: none
  }

  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none
  }

  .navbar-expand-xxl .offcanvas-header {
    display: none
  }

  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
  }

  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
  }

  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-expand .offcanvas-header {
  display: none
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' 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, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: rgba(255, 255, 255, .1)
}

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem
}

.card-title {
  margin-bottom: .5rem
}

.card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link+.card-link {
  margin-left: 1rem
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.5rem;
  margin-left: -.5rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
  margin-bottom: .75rem
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg)
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-body {
  padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.accordion-flush .accordion-item:first-child {
  border-top: 0
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #999;
  content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
  color: #999
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  color: #ffeff9;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none
  }
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #e5e5e5
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #ffeff9;
  border-color: #ffeff9
}

.page-item.disabled .page-link {
  color: #999;
  pointer-events: none;
  background-color: #fff;
  border-color: #e5e5e5
}

.page-link {
  padding: .375rem .75rem
}

.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe
}

.alert-primary .alert-link {
  color: #06357a
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8
}

.alert-secondary .alert-link {
  color: #34383c
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc
}

.alert-success .alert-link {
  color: #0c4128
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb
}

.alert-info .alert-link {
  color: #04414d
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5
}

.alert-warning .alert-link {
  color: #523e02
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7
}

.alert-danger .alert-link {
  color: #6a1a21
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light .alert-link {
  color: #4f5050
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf
}

.alert-dark .alert-link {
  color: #101214
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ffeff9;
  transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section
}

.list-group-numbered>li::before {
  content: counters(section, ".") ". ";
  counter-increment: section
}

.list-group-item-action {
  width: 100%;
  color: #000;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #000;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #999;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ffeff9;
  border-color: #ffeff9
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.toast.showing {
  opacity: 0
}

.toast:not(.show) {
  display: none
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none
}

.toast-container> :not(:last-child) {
  margin-bottom: .75rem
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #999;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem
}

.toast-body {
  padding: .75rem;
  word-wrap: break-word
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e5e5e5;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #e5e5e5;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem !important
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 1rem 1rem;
  color: #000
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  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;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    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: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000
}

.carousel-dark .carousel-caption {
  color: #000
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .5
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem
}

.offcanvas-header .btn-close {
  padding: .5rem .5rem;
  margin-top: -.5rem;
  margin-right: -.5rem;
  margin-bottom: -.5rem
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(-100%)
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, .2);
  transform: translateX(100%)
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(-100%)
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, .2);
  transform: translateY(100%)
}

.offcanvas.show {
  transform: none
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: .5
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

.placeholder-xs {
  min-height: .6em
}

.placeholder-sm {
  min-height: .8em
}

.placeholder-lg {
  min-height: 1.2em
}

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%
  }
}

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

.link-primary {
  color: #ffeff9
}

.link-primary:focus,
.link-primary:hover {
  color: #0a58ca
}

.link-secondary {
  color: #fff8fd
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64
}

.link-success {
  color: #c9f1cc
}

.link-success:focus,
.link-success:hover {
  color: #146c43
}

.link-info {
  color: #ffeff9
}

.link-info:focus,
.link-info:hover {
  color: #3dd5f3
}

.link-warning {
  color: #fff8c3
}

.link-warning:focus,
.link-warning:hover {
  color: #ffcd39
}

.link-danger {
  color: #ffbcc9
}

.link-danger:focus,
.link-danger:hover {
  color: #b02a37
}

.link-light {
  color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb
}

.link-dark {
  color: #212529
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%)
}

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: .25
}

.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
}

.float-start {
  float: left !important
}

.float-end {
  float: right !important
}

.float-none {
  float: none !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: .25 !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-75 {
  opacity: .75 !important
}

.opacity-100 {
  opacity: 1 !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-table {
  display: table !important
}

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

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

.d-flex {
  display: flex !important
}

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

.d-none {
  display: none !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

.shadow-none {
  box-shadow: none !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
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

.start-0 {
  left: 0 !important
}

.start-50 {
  left: 50% !important
}

.start-100 {
  left: 100% !important
}

.end-0 {
  right: 0 !important
}

.end-50 {
  right: 50% !important
}

.end-100 {
  right: 100% !important
}

.translate-middle {
  transform: translate(-50%, -50%) !important
}

.translate-middle-x {
  transform: translateX(-50%) !important
}

.translate-middle-y {
  transform: translateY(-50%) !important
}

.border {
  border: 1px solid #e5e5e5 !important
}

.border-0 {
  border: 0 !important
}

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

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

.border-end {
  border-right: 1px solid #e5e5e5 !important
}

.border-end-0 {
  border-right: 0 !important
}

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

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

.border-start {
  border-left: 1px solid #e5e5e5 !important
}

.border-start-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #ffeff9 !important
}

.border-secondary {
  border-color: #fff8fd !important
}

.border-success {
  border-color: #c9f1cc !important
}

.border-info {
  border-color: #ffeff9 !important
}

.border-warning {
  border-color: #fff8c3 !important
}

.border-danger {
  border-color: #ffbcc9 !important
}

.border-light {
  border-color: #f8f9fa
}

.border-dark {
  border-color: #212529 !important
}

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

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: calc(2 * 1px) !important
}

.border-3 {
  border-width: calc(3 * 1px) !important
}

.border-4 {
  border-width: calc(4 * 1px) !important
}

.border-5 {
  border-width: calc(5 * 1px) !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
}

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

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

.min-vw-100 {
  min-width: 100vw !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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 3rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-last {
  order: 6 !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

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

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

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

.m-auto {
  margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
  font-size: 1.25rem !important
}

.fs-6 {
  font-size: 1rem !important
}

.fst-italic {
  font-style: italic !important
}

.fst-normal {
  font-style: normal !important
}

.fw-light {
  font-weight: 300 !important
}

.fw-lighter {
  font-weight: lighter !important
}

.fw-normal {
  font-weight: 400 !important
}

.fw-bold {
  font-weight: 700 !important
}

.fw-bolder {
  font-weight: bolder !important
}

.lh-1 {
  line-height: 1 !important
}

.lh-sm {
  line-height: 1.25 !important
}

.lh-base {
  line-height: 1.5 !important
}

.lh-lg {
  line-height: 2 !important
}

.text-start {
  text-align: left !important
}

.text-end {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-decoration-none {
  text-decoration: none !important
}

.text-decoration-underline {
  text-decoration: underline !important
}

.text-decoration-line-through {
  text-decoration: line-through !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
  --bs-text-opacity: 1;
  color: #999 !important
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, .5) !important
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important
}

.text-opacity-25 {
  --bs-text-opacity: 0.25
}

.text-opacity-50 {
  --bs-text-opacity: 0.5
}

.text-opacity-75 {
  --bs-text-opacity: 0.75
}

.text-opacity-100 {
  --bs-text-opacity: 1
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
  --bs-bg-opacity: 1
}

.bg-gradient {
  background-image: var(--bs-gradient) !important
}

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

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

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

.pe-none {
  pointer-events: none !important
}

.pe-auto {
  pointer-events: auto !important
}

.rounded {
  border-radius: .25rem !important
}

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

.rounded-1 {
  border-radius: .2rem !important
}

.rounded-2 {
  border-radius: .25rem !important
}

.rounded-3 {
  border-radius: .3rem !important
}

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

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

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

.rounded-end {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-start {
  border-bottom-left-radius: .25rem !important;
  border-top-left-radius: .25rem !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important
  }

  .gap-sm-1 {
    gap: .25rem !important
  }

  .gap-sm-2 {
    gap: .5rem !important
  }

  .gap-sm-3 {
    gap: 1rem !important
  }

  .gap-sm-4 {
    gap: 1.5rem !important
  }

  .gap-sm-5 {
    gap: 3rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-sm-1 {
    margin-top: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .5rem !important
  }

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

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

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

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

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

  .me-sm-1 {
    margin-right: .25rem !important
  }

  .me-sm-2 {
    margin-right: .5rem !important
  }

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

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

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

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

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

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important
  }

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

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

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

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

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

  .ms-sm-1 {
    margin-left: .25rem !important
  }

  .ms-sm-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-sm-1 {
    padding-top: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .5rem !important
  }

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

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

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

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

  .pe-sm-1 {
    padding-right: .25rem !important
  }

  .pe-sm-2 {
    padding-right: .5rem !important
  }

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

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

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

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

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

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

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

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

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

  .ps-sm-1 {
    padding-left: .25rem !important
  }

  .ps-sm-2 {
    padding-left: .5rem !important
  }

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

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

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

  .text-sm-start {
    text-align: left !important
  }

  .text-sm-end {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-1 {
    gap: .25rem !important
  }

  .gap-md-2 {
    gap: .5rem !important
  }

  .gap-md-3 {
    gap: 1rem !important
  }

  .gap-md-4 {
    gap: 1.5rem !important
  }

  .gap-md-5 {
    gap: 3rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-1 {
    margin: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

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

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

  .mt-md-5 {
    margin-top: 3rem !important
  }

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

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

  .me-md-1 {
    margin-right: .25rem !important
  }

  .me-md-2 {
    margin-right: .5rem !important
  }

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

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

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

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

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

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

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

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

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

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

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

  .ms-md-1 {
    margin-left: .25rem !important
  }

  .ms-md-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

  .p-md-1 {
    padding: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-md-1 {
    padding-top: .25rem !important
  }

  .pt-md-2 {
    padding-top: .5rem !important
  }

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

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

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

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

  .pe-md-1 {
    padding-right: .25rem !important
  }

  .pe-md-2 {
    padding-right: .5rem !important
  }

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

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

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

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

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .5rem !important
  }

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

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

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

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

  .ps-md-1 {
    padding-left: .25rem !important
  }

  .ps-md-2 {
    padding-left: .5rem !important
  }

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

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

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

  .text-md-start {
    text-align: left !important
  }

  .text-md-end {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-1 {
    gap: .25rem !important
  }

  .gap-lg-2 {
    gap: .5rem !important
  }

  .gap-lg-3 {
    gap: 1rem !important
  }

  .gap-lg-4 {
    gap: 1.5rem !important
  }

  .gap-lg-5 {
    gap: 3rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-1 {
    margin: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-lg-1 {
    margin-top: .25rem !important
  }

  .mt-lg-2 {
    margin-top: .5rem !important
  }

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

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

  .mt-lg-5 {
    margin-top: 3rem !important
  }

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

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

  .me-lg-1 {
    margin-right: .25rem !important
  }

  .me-lg-2 {
    margin-right: .5rem !important
  }

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

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

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

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

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

  .mb-lg-1 {
    margin-bottom: .25rem !important
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important
  }

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

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

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

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

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

  .ms-lg-1 {
    margin-left: .25rem !important
  }

  .ms-lg-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

  .p-lg-1 {
    padding: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-lg-1 {
    padding-top: .25rem !important
  }

  .pt-lg-2 {
    padding-top: .5rem !important
  }

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

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

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

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

  .pe-lg-1 {
    padding-right: .25rem !important
  }

  .pe-lg-2 {
    padding-right: .5rem !important
  }

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

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

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

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

  .pb-lg-1 {
    padding-bottom: .25rem !important
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important
  }

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

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

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

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

  .ps-lg-1 {
    padding-left: .25rem !important
  }

  .ps-lg-2 {
    padding-left: .5rem !important
  }

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

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

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

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

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

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

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

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

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

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

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

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

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }

  .d-xl-none {
    display: none !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-xl-0 {
    gap: 0 !important
  }

  .gap-xl-1 {
    gap: .25rem !important
  }

  .gap-xl-2 {
    gap: .5rem !important
  }

  .gap-xl-3 {
    gap: 1rem !important
  }

  .gap-xl-4 {
    gap: 1.5rem !important
  }

  .gap-xl-5 {
    gap: 3rem !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }

  .order-xl-first {
    order: -1 !important
  }

  .order-xl-0 {
    order: 0 !important
  }

  .order-xl-1 {
    order: 1 !important
  }

  .order-xl-2 {
    order: 2 !important
  }

  .order-xl-3 {
    order: 3 !important
  }

  .order-xl-4 {
    order: 4 !important
  }

  .order-xl-5 {
    order: 5 !important
  }

  .order-xl-last {
    order: 6 !important
  }

  .m-xl-0 {
    margin: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mt-xl-1 {
    margin-top: .25rem !important
  }

  .mt-xl-2 {
    margin-top: .5rem !important
  }

  .mt-xl-3 {
    margin-top: 1rem !important
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xl-5 {
    margin-top: 3rem !important
  }

  .mt-xl-auto {
    margin-top: auto !important
  }

  .me-xl-0 {
    margin-right: 0 !important
  }

  .me-xl-1 {
    margin-right: .25rem !important
  }

  .me-xl-2 {
    margin-right: .5rem !important
  }

  .me-xl-3 {
    margin-right: 1rem !important
  }

  .me-xl-4 {
    margin-right: 1.5rem !important
  }

  .me-xl-5 {
    margin-right: 3rem !important
  }

  .me-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ms-xl-0 {
    margin-left: 0 !important
  }

  .ms-xl-1 {
    margin-left: .25rem !important
  }

  .ms-xl-2 {
    margin-left: .5rem !important
  }

  .ms-xl-3 {
    margin-left: 1rem !important
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xl-5 {
    margin-left: 3rem !important
  }

  .ms-xl-auto {
    margin-left: auto !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xl-0 {
    padding-top: 0 !important
  }

  .pt-xl-1 {
    padding-top: .25rem !important
  }

  .pt-xl-2 {
    padding-top: .5rem !important
  }

  .pt-xl-3 {
    padding-top: 1rem !important
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xl-5 {
    padding-top: 3rem !important
  }

  .pe-xl-0 {
    padding-right: 0 !important
  }

  .pe-xl-1 {
    padding-right: .25rem !important
  }

  .pe-xl-2 {
    padding-right: .5rem !important
  }

  .pe-xl-3 {
    padding-right: 1rem !important
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xl-0 {
    padding-left: 0 !important
  }

  .ps-xl-1 {
    padding-left: .25rem !important
  }

  .ps-xl-2 {
    padding-left: .5rem !important
  }

  .ps-xl-3 {
    padding-left: 1rem !important
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xl-5 {
    padding-left: 3rem !important
  }

  .text-xl-start {
    text-align: left !important
  }

  .text-xl-end {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important
  }

  .float-xxl-end {
    float: right !important
  }

  .float-xxl-none {
    float: none !important
  }

  .d-xxl-inline {
    display: inline !important
  }

  .d-xxl-inline-block {
    display: inline-block !important
  }

  .d-xxl-block {
    display: block !important
  }

  .d-xxl-grid {
    display: grid !important
  }

  .d-xxl-table {
    display: table !important
  }

  .d-xxl-table-row {
    display: table-row !important
  }

  .d-xxl-table-cell {
    display: table-cell !important
  }

  .d-xxl-flex {
    display: flex !important
  }

  .d-xxl-inline-flex {
    display: inline-flex !important
  }

  .d-xxl-none {
    display: none !important
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important
  }

  .flex-xxl-row {
    flex-direction: row !important
  }

  .flex-xxl-column {
    flex-direction: column !important
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .gap-xxl-0 {
    gap: 0 !important
  }

  .gap-xxl-1 {
    gap: .25rem !important
  }

  .gap-xxl-2 {
    gap: .5rem !important
  }

  .gap-xxl-3 {
    gap: 1rem !important
  }

  .gap-xxl-4 {
    gap: 1.5rem !important
  }

  .gap-xxl-5 {
    gap: 3rem !important
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxl-center {
    justify-content: center !important
  }

  .justify-content-xxl-between {
    justify-content: space-between !important
  }

  .justify-content-xxl-around {
    justify-content: space-around !important
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xxl-start {
    align-items: flex-start !important
  }

  .align-items-xxl-end {
    align-items: flex-end !important
  }

  .align-items-xxl-center {
    align-items: center !important
  }

  .align-items-xxl-baseline {
    align-items: baseline !important
  }

  .align-items-xxl-stretch {
    align-items: stretch !important
  }

  .align-content-xxl-start {
    align-content: flex-start !important
  }

  .align-content-xxl-end {
    align-content: flex-end !important
  }

  .align-content-xxl-center {
    align-content: center !important
  }

  .align-content-xxl-between {
    align-content: space-between !important
  }

  .align-content-xxl-around {
    align-content: space-around !important
  }

  .align-content-xxl-stretch {
    align-content: stretch !important
  }

  .align-self-xxl-auto {
    align-self: auto !important
  }

  .align-self-xxl-start {
    align-self: flex-start !important
  }

  .align-self-xxl-end {
    align-self: flex-end !important
  }

  .align-self-xxl-center {
    align-self: center !important
  }

  .align-self-xxl-baseline {
    align-self: baseline !important
  }

  .align-self-xxl-stretch {
    align-self: stretch !important
  }

  .order-xxl-first {
    order: -1 !important
  }

  .order-xxl-0 {
    order: 0 !important
  }

  .order-xxl-1 {
    order: 1 !important
  }

  .order-xxl-2 {
    order: 2 !important
  }

  .order-xxl-3 {
    order: 3 !important
  }

  .order-xxl-4 {
    order: 4 !important
  }

  .order-xxl-5 {
    order: 5 !important
  }

  .order-xxl-last {
    order: 6 !important
  }

  .m-xxl-0 {
    margin: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .m-xxl-auto {
    margin: auto !important
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mt-xxl-1 {
    margin-top: .25rem !important
  }

  .mt-xxl-2 {
    margin-top: .5rem !important
  }

  .mt-xxl-3 {
    margin-top: 1rem !important
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xxl-5 {
    margin-top: 3rem !important
  }

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .me-xxl-0 {
    margin-right: 0 !important
  }

  .me-xxl-1 {
    margin-right: .25rem !important
  }

  .me-xxl-2 {
    margin-right: .5rem !important
  }

  .me-xxl-3 {
    margin-right: 1rem !important
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important
  }

  .me-xxl-5 {
    margin-right: 3rem !important
  }

  .me-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxl-0 {
    margin-left: 0 !important
  }

  .ms-xxl-1 {
    margin-left: .25rem !important
  }

  .ms-xxl-2 {
    margin-left: .5rem !important
  }

  .ms-xxl-3 {
    margin-left: 1rem !important
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xxl-5 {
    margin-left: 3rem !important
  }

  .ms-xxl-auto {
    margin-left: auto !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .p-xxl-3 {
    padding: 1rem !important
  }

  .p-xxl-4 {
    padding: 1.5rem !important
  }

  .p-xxl-5 {
    padding: 3rem !important
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xxl-0 {
    padding-top: 0 !important
  }

  .pt-xxl-1 {
    padding-top: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .5rem !important
  }

  .pt-xxl-3 {
    padding-top: 1rem !important
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xxl-5 {
    padding-top: 3rem !important
  }

  .pe-xxl-0 {
    padding-right: 0 !important
  }

  .pe-xxl-1 {
    padding-right: .25rem !important
  }

  .pe-xxl-2 {
    padding-right: .5rem !important
  }

  .pe-xxl-3 {
    padding-right: 1rem !important
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xxl-0 {
    padding-left: 0 !important
  }

  .ps-xxl-1 {
    padding-left: .25rem !important
  }

  .ps-xxl-2 {
    padding-left: .5rem !important
  }

  .ps-xxl-3 {
    padding-left: 1rem !important
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-left: 3rem !important
  }

  .text-xxl-start {
    text-align: left !important
  }

  .text-xxl-end {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important
  }

  .fs-2 {
    font-size: 2rem !important
  }

  .fs-3 {
    font-size: 1.75rem !important
  }

  .fs-4 {
    font-size: 1.5rem !important
  }
}

@media print {
  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-grid {
    display: grid !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }

  .d-print-none {
    display: none !important
  }
}

.tm-leading-article .uk-article:last-child {
  padding-bottom: 20px
}

.pagenavcounter {
  display: none
}

.pagenavcounter~.pager {
  margin-top: 40px;
  margin-bottom: 40px
}

.tm-page-break-remove-br~br {
  display: none
}

.uk-search .awesomplete {
  display: block
}

.awesomplete [hidden] {
  display: none
}

.awesomplete .visually-hidden {
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.awesomplete {
  display: inline-block;
  position: relative
}

.uk-search:has(.awesomplete) .uk-search-icon {
  z-index: 1
}

.awesomplete>input {
  display: block
}

.awesomplete>ul {
  z-index: 1021;
  box-sizing: border-box;
  min-width: 100%;
  list-style: none;
  position: absolute;
  left: 0;
  margin: 10px 0 0 0;
  padding: 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  padding-left: 30px;
  padding-right: 30px
}

.awesomplete>ul:empty {
  display: none
}

.awesomplete>ul>li {
  cursor: pointer;
  position: relative;
  padding: 5px 0;
  color: #000
}

.awesomplete>ul>li:hover,
.awesomplete>ul>li[aria-selected=true] {
  color: #fe00a3;
  background-color: transparent
}

.awesomplete mark {
  background: 0 0 !important;
  color: inherit !important
}

.plg_system_webauthn_login_button svg {
  width: 30px;
  margin: 4px
}

.plg_system_webauthn_login_button svg circle,
.plg_system_webauthn_login_button svg path {
  fill: currentcolor
}

.tm-joomla4.modal-open .tm-page {
  isolation: auto
}

[id *=module-] {
  position: relative
}

.btn.jmodedit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1
}

[role=tooltip]:not(.uk-tooltip):not(.show) {
  right: calc(15px + 10px);
  min-width: max-content;
  display: none;
  position: absolute;
  z-index: 1030;
  top: 0;
  box-sizing: border-box;
  padding: 3px 6px;
  background: #999;
  border-radius: 2px;
  color: #fff;
  font-size: 12px
}

[role=tooltip]:not(.uk-tooltip):not(.show)[id^=editarticle-],
[role=tooltip]:not(.uk-tooltip):not(.show)[id^=editcontact-] {
  left: 0;
  right: auto;
  top: calc(-1 *(100% + 10px))
}

:focus+[role=tooltip]:not(.uk-tooltip),
:hover+[role=tooltip]:not(.uk-tooltip) {
  display: block
}

[role=tooltip]:not(.uk-tooltip)+* {
  margin-top: 0 !important
}

[aria-describedby^=editarticle-],
[aria-describedby^=editcontact-] {
  position: relative
}

[aria-describedby^=editarticle-]:focus>[role=tooltip]:not(.uk-tooltip),
[aria-describedby^=editarticle-]:hover>[role=tooltip]:not(.uk-tooltip),
[aria-describedby^=editcontact-]:focus>[role=tooltip]:not(.uk-tooltip),
[aria-describedby^=editcontact-]:hover>[role=tooltip]:not(.uk-tooltip) {
  display: block
}

joomla-tab[view=tabs]>div[role=tablist] {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  flex-wrap: wrap;
  margin-left: -20px;
  padding-left: 20px;
  margin-bottom: 20px;
  column-gap: 20px;
  position: relative
}

joomla-tab[view=tabs]>div[role=tablist]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid transparent
}

joomla-tab button[role=tab] {
  box-shadow: none;
  font: inherit;
  cursor: pointer;
  padding: 5px 10px;
  color: #000;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  border-bottom: 10px solid transparent
}

joomla-tab button[role=tab]:focus,
joomla-tab button[role=tab]:hover {
  color: #27003e;
  text-decoration: none;
  border-color: currentColor
}

joomla-tab button[role=tab][aria-expanded=true] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #27003e;
  border-color: #ffb2e2;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22100%22%20height%3D%2210%22%20viewBox%3D%220%200%20100%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M98%2010c-7%200-9.1-.5-11.9-.6-2.9.2-17.8.2-19.4.1-1.4-.1-6.7.3-8%20.3C34%209.5%202.1%209.9%201%209.5c-1-.3-1.1-8.3%200-9S36.6.3%2061.3.6c1.5%200%203.1.1%204.5.2%201.8.1%203.4.2%205%20.2C79.6.9%2082.6.6%2085.4.4c2.9-.2%205.5.6%2013.4.6%200%200%202.1%207.5-.8%209z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M63.4%205.7c-1.8%200-3.8%200-6.4-.1-3.4-.1-6.9-.2-10.2-.4-3.1-.2-6.3.6-9.5.6-4.3-.1-8.7-.9-13-.8-3.2.1-6.4.2-9.6.2S8.1%205.1%205%205.1C3.3%205.1%202.1%205%201%205S-.2%203.5%201%203.5s2.2.1%203.9.1c3.2.1%206.5.1%209.7.1s6.4-.1%209.6-.2c4.3-.1%208.8.7%2013.2.8%203.2.1%206.4-.8%209.6-.6%203.3.2%206.8.4%2010.1.4%2010.8.2%2039.3-.4%2040.9-.4%201%200%201.8%201.5%200%201.5-2.5-.1-28.7.5-34.6.5z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-image-slice: 13
}

joomla-tab button[aria-expanded=true]::after {
  display: none
}

joomla-tab>joomla-tab-element {
  padding: 0;
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  box-shadow: none
}

.options-form legend {
  margin-bottom: 20px
}

*+.options-form legend {
  margin-top: 20px
}

.control-group {
  margin-bottom: 20px
}

*+.control-group {
  margin-top: 20px
}

.control-label {
  margin-bottom: 10px
}

.controls {
  display: flow-root
}

joomla-field-media .field-media-preview {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  max-width: 360px;
  background-image: linear-gradient(45deg, rgba(100, 100, 100, .1) 25%, transparent 25%), linear-gradient(-45deg, rgba(100, 100, 100, .1) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(100, 100, 100, .1) 75%), linear-gradient(-45deg, transparent 75%, rgba(100, 100, 100, .1) 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0;
  margin-bottom: 10px
}

.subform-wrapper> :last-child {
  margin-bottom: 0
}

*+.subform-repeatable-group {
  margin-top: 40px
}

.subform-repeatable-group> :last-child {
  margin-bottom: 0
}

.choices__inner {
  border-radius: 0;
  font-size: inherit;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px !important;
  background: #f8f8f8;
  color: #000;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  min-height: 50px;
  vertical-align: middle;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  display: flex;
  align-items: center
}

.choices[data-type *=select-multiple] .choices__inner {
  padding-top: 5px !important;
  padding-bottom: 5px !important
}

.is-focused .choices__inner {
  border-color: transparent;
  outline: 0;
  background-color: #f3f3f3;
  color: #000
}

.choices__list--single {
  padding: 0;
  width: auto
}

.choices[data-type *=select-one],
.choices__item--selectable {
  cursor: default
}

.choices[data-type *=select-one]::after {
  display: none
}

.choices__button_joomla {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  position: relative;
  opacity: .7;
  margin-left: 5px;
  width: 1em
}

.choices__button_joomla::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  text-indent: 0;
  content: "\00d7";
  cursor: pointer
}

.choices__button_joomla:focus,
.choices__button_joomla:hover {
  opacity: 1
}

.choices__input {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: inherit;
  color: #000
}

.choices__input::placeholder {
  color: #999
}

.choices__list--multiple {
  display: flex;
  gap: 7px;
  flex-wrap: wrap
}

.choices__list--multiple:not(:empty) {
  margin-right: 10px
}

.choices__list--multiple .choices__item {
  margin: 0;
  font: inherit;
  border: 0 none;
  padding: 3px 7px !important;
  background: #f8f8f8;
  border-radius: 0;
  font-size: 14px;
  color: inherit
}

.choices__list--multiple .choices__item:hover {
  color: #999
}

.choices__list--dropdown {
  margin-top: 10px;
  box-sizing: border-box
}

.is-open .choices__list--dropdown {
  border-color: transparent;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.choices[data-type *=select-one] .choices__input {
  border-bottom-color: transparent;
  background: #fff;
  color: #000
}

.choices[data-type *=select-one] .choices__input::placeholder {
  color: #000
}

.choices__list--dropdown .choices__item--selectable {
  background: #fff;
  color: #000
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #f2f2f2
}

.calendar-container table {
  color: #222
}

.modal-open .tm-page {
  z-index: auto
}

.modal iframe {
  width: 100%
}

.jviewport-height10 {
  height: 10vh
}

.jviewport-height20 {
  height: 20vh
}

.jviewport-height30 {
  height: 30vh
}

.jviewport-height40 {
  height: 40vh
}

.jviewport-height50 {
  height: 50vh
}

.jviewport-height60 {
  height: 60vh
}

.jviewport-height70 {
  height: 70vh
}

.jviewport-height80 {
  height: 80vh
}

.jviewport-height90 {
  height: 90vh
}

.jviewport-height100 {
  height: 100vh
}

[class *=jviewport-height] iframe {
  height: 100%
}

.modal-dialog.jviewport-width10 {
  width: 10vw
}

.modal-dialog.jviewport-width20 {
  width: 20vw
}

.modal-dialog.jviewport-width30 {
  width: 30vw
}

.modal-dialog.jviewport-width40 {
  width: 40vw
}

.modal-dialog.jviewport-width50 {
  width: 50vw
}

.modal-dialog.jviewport-width60 {
  width: 60vw
}

.modal-dialog.jviewport-width70 {
  width: 70vw
}

.modal-dialog.jviewport-width80 {
  width: 80vw
}

.modal-dialog.jviewport-width90 {
  width: 90vw
}

.modal-dialog.jviewport-width100 {
  width: 100vw
}

.modal-dialog[class *=jviewport-width] {
  max-width: none
}

.editor-xtd-buttons {
  margin-bottom: -.25em
}

.editor-xtd-buttons>.btn {
  margin-bottom: .25em
}

.hidden {
  display: none;
  visibility: hidden
}

html {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility
}

body {
  margin: 0
}

.uk-link,
a {
  color: #fe00a3;
  text-decoration: none;
  cursor: pointer
}

.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  color: #c3007d;
  text-decoration: underline
}

abbr[title] {
  text-decoration: underline dotted;
  -webkit-text-decoration-style: dotted
}

b,
strong {
  font-weight: 800
}

:not(pre)>code,
:not(pre)>kbd,
:not(pre)>samp {
  font-family: Consolas, monaco, monospace;
  font-size: 14px;
  color: #ff3d62;
  white-space: nowrap
}

em {
  color: #831227
}

ins {
  background: #ffd;
  color: #000;
  text-decoration: none
}

mark {
  background: #ffd;
  color: #000
}

q {
  font-style: italic
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box
}

img:not([src]) {
  visibility: hidden;
  min-width: 1px
}

iframe {
  border: 0
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 20px 0
}

*+address,
*+dl,
*+fieldset,
*+figure,
*+ol,
*+p,
*+pre,
*+ul {
  margin-top: 20px
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: Consolas, monaco, monospace;
  font-weight: 400;
  color: #9b6869;
  text-transform: none;
  font-style: normal
}

*+.display-1,
*+.display-2,
*+.display-3,
*+.display-4,
*+.display-5,
*+.display-6,
*+.h1,
*+.h2,
*+.h3,
*+.h4,
*+.h5,
*+.h6,
*+.uk-h1,
*+.uk-h2,
*+.uk-h3,
*+.uk-h4,
*+.uk-h5,
*+.uk-h6,
*+.uk-heading-2xlarge,
*+.uk-heading-3xlarge,
*+.uk-heading-large,
*+.uk-heading-medium,
*+.uk-heading-small,
*+.uk-heading-xlarge,
*+h1,
*+h2,
*+h3,
*+h4,
*+h5,
*+h6 {
  margin-top: 40px
}

.h1,
.uk-h1,
h1 {
  font-size: 39.9px;
  line-height: 1.2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300
}

.h2,
.uk-h2,
h2 {
  font-size: 36.1px;
  line-height: 1.2;
  font-family: Playfair;
  font-weight: 300
}

.h3,
.uk-h3,
h3 {
  font-size: 32px;
  line-height: 1.5;
  font-family: 'Playfair Display';
  font-weight: 300
}

.h4,
.uk-h4,
h4 {
  font-size: 26px;
  line-height: 1.5;
  font-family: 'Playfair Display';
  font-weight: 300
}

.h5,
.uk-h5,
h5 {
  font-size: 20px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  font-weight: 300
}

.h6,
.uk-h6,
h6 {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Playfair Display';
  font-weight: 300
}

@media (min-width: 960px) {

  .h1,
  .uk-h1,
  h1 {
    font-size: 42px
  }

  .h2,
  .uk-h2,
  h2 {
    font-size: 38px
  }
}

ol,
ul {
  padding-left: 30px
}

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
  margin: 0
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

.uk-hr,
hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5
}

*+.uk-hr,
*+hr {
  margin-top: 20px
}

address {
  font-style: normal
}

blockquote {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.6;
  font-style: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300
}

*+blockquote {
  margin-top: 20px
}

blockquote p:last-of-type {
  margin-bottom: 0
}

blockquote footer {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

pre {
  font: 12px/1.5 Consolas, monaco, monospace;
  color: #000;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
  padding: 15px;
  background: #f8f8f8
}

pre code {
  font-family: Consolas, monaco, monospace
}

:focus {
  outline: 0
}

:focus-visible {
  outline: 2px dotted #27003e
}

::selection {
  background: #ffeff9;
  color: #000;
  text-shadow: none
}

details,
main {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px
}

.uk-link-muted a,
.uk-link-toggle .uk-link-muted,
a.uk-link-muted {
  color: #999
}

.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
a.uk-link-muted:hover {
  color: #000
}

.uk-link-text a,
.uk-link-toggle .uk-link-text,
a.uk-link-text {
  color: inherit
}

.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
a.uk-link-text:hover {
  color: #999
}

.uk-link-heading a,
.uk-link-toggle .uk-link-heading,
a.uk-link-heading {
  color: inherit
}

.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
a.uk-link-heading:hover {
  color: #fe00a3;
  text-decoration: none
}

.uk-link-reset a,
a.uk-link-reset {
  color: inherit !important;
  text-decoration: none !important
}

.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important
}

.display-5,
.display-6,
.uk-heading-small {
  font-size: 44px;
  line-height: 1.3;
  font-family: 'Playfair Display';
  font-weight: 300
}

.display-3,
.display-4,
.uk-heading-medium {
  font-size: 44.75625px;
  line-height: 1.28;
  font-family: 'Playfair Display';
  font-weight: 300
}

.display-1,
.display-2,
.uk-heading-large {
  font-size: 52.7px;
  line-height: 1.25;
  font-family: 'Playfair Display';
  font-weight: 300
}

.uk-heading-xlarge {
  font-size: 62px;
  line-height: 1.2;
  font-family: 'Playfair Display';
  font-weight: 300
}

.uk-heading-2xlarge {
  font-size: 90px;
  line-height: 1.1;
  font-family: 'Playfair Display';
  font-weight: 300
}

.uk-heading-3xlarge {
  font-size: 8rem;
  line-height: 1;
  font-family: 'Playfair Display';
  font-weight: 300
}

@media (min-width: 960px) {

  .display-5,
  .display-6,
  .uk-heading-small {
    font-size: 55px
  }

  .display-3,
  .display-4,
  .uk-heading-medium {
    font-size: 54.25px
  }

  .display-1,
  .display-2,
  .uk-heading-large {
    font-size: 62px
  }

  .uk-heading-xlarge {
    font-size: 90px
  }

  .uk-heading-2xlarge {
    font-size: 8rem
  }

  .uk-heading-3xlarge {
    font-size: 11rem
  }
}

@media (min-width: 1200px) {

  .display-3,
  .display-4,
  .uk-heading-medium {
    font-size: 62px
  }

  .display-1,
  .display-2,
  .uk-heading-large {
    font-size: 90px
  }

  .uk-heading-xlarge {
    font-size: 8rem
  }

  .uk-heading-2xlarge {
    font-size: 11rem
  }

  .uk-heading-3xlarge {
    font-size: 15rem
  }
}

.uk-heading-divider {
  padding-bottom: calc(5px + .1em);
  border-bottom: calc(.4px + .05em) solid #e5e5e5
}

.uk-heading-bullet {
  position: relative
}

.uk-heading-bullet::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-.1 * 1em);
  vertical-align: middle;
  height: calc(4px + .8em);
  margin-right: calc(5px + .2em);
  border-left: calc(1px + .14em) solid #ffb2e2
}

.uk-heading-line {
  overflow: hidden
}

.uk-heading-line>* {
  display: inline-block;
  position: relative
}

.uk-heading-line> ::after,
.uk-heading-line> ::before {
  content: "";
  position: absolute;
  top: calc(50% -(calc(.6px + .04em) / 2));
  width: 2000px;
  border-bottom: calc(.6px + .04em) solid #e5e5e5
}

.uk-heading-line> ::before {
  right: 100%;
  margin-right: calc(5px + .3em)
}

.uk-heading-line> ::after {
  left: 100%;
  margin-left: calc(5px + .3em)
}

[class *=uk-divider] {
  border: none;
  margin-bottom: 20px
}

*+[class *=uk-divider] {
  margin-top: 20px
}

.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M20%208.7c0-1.1-.4-2-.9-2.6-.2-.7-.6-1.4-1-2-1.9-3-5.2-4.4-8.3-3.8C9.2.1%208.6%200%208.1%200%203.2-.1-.4%204.2%200%209.3c.2%202.2%201%204.3%202.1%206%20.4%201.2%201.1%202.5%202.5%203.3%203.6%202.2%208.9%201.7%2012.6-.7%202.5-1.7.6-3%201-4.6.6-1.3%201.8-3.1%201.8-4.6z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M11.3%2016.4c-.6%200-1.1%200-1.7-.1-.7%200-1.4-.1-2.1-.3-1.4-.4-2.4-1.4-3.4-2.4-.2-.2-.5-.5-.6-.8-.2-.3-.2-.6-.3-.9-.4-1.9-.3-3.8.2-5.6.1-.3.2-.7.4-1%20.6-1.1%201.8-1.4%202.9-1.7%201.6-.3%202.9-.5%204.1-.4.6%200%201.1.1%201.5.3.8.3%201.4.8%202%201.2.4.3.7.6%201%20.9.2.3.4.5.5.9.6%201.4.5%202.8.5%204.1%200%20.2%200%20.5-.2.9s-.5.7-.8.8c.2.3.2.7.2.8-.1%201.2-.9%202.4-2%202.9-.7.3-1.4.3-2%20.3-.1.1-.2.1-.2.1zM10.2%204.7c-.9%200-1.9.1-3.1.4-.8.2-1.6.4-2%201-.1.2-.2.4-.2.7a9%209%200%200%200-.2%204.9c0%20.2.1.4.1.5.1.2.2.3.4.5.8.9%201.7%201.7%202.7%202%20.5.2%201.1.2%201.7.2.6%200%201.2.1%201.8.1.5%200%201%200%201.4-.2.6-.2%201-.8%201.1-1.4-.2-.1-.4-.2-.5-.4-.1-.1-.5-.9.5-1.5.1-.1.3-.1.4-.2.1-.1.3-.2.4-.2v-.3c0-1.2.1-2.4-.4-3.5l-.3-.6c-.2-.2-.4-.4-.7-.6-.4-.4-.9-.7-1.5-.9-.3-.1-.7-.2-1.1-.2-.1-.3-.3-.3-.5-.3z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.uk-divider-icon::after,
.uk-divider-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% -(40px / 2));
  border-bottom: 1px solid #e5e5e5;
  border-width: 0 0 1px 0
}

.uk-divider-icon::before {
  right: calc(50% +(40px / 2));
  width: 100%
}

.uk-divider-icon::after {
  left: calc(50% +(40px / 2));
  width: 100%
}

.uk-divider-small {
  line-height: 0
}

.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 160px;
  max-width: 100%;
  border-top: 10px solid #ffb2e2;
  vertical-align: top;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22160%22%20height%3D%2210%22%20viewBox%3D%220%200%20160%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M70.4%2010c-1.8%200-3.5-.1-5.1-.2-1.4-.1-2.8-.2-4.1-.2C36.6%209.3%202%209%201%209.5s-1-9-1-9C17.7.3%2036.6.3%2061.3.6c1.5%200%203.1.1%204.5.2%201.8.1%203.4.2%205%20.2C79.6.9%2082.6.6%2085.4.4c3.3-.3%206.2-.5%2017.3-.4%203.5.1%207%20.3%2010.4.4%203.1.2%206.3.4%209.4.4%204.3.1%208.7%200%2013-.2%203.2-.1%206.5-.2%209.8-.2s6.7.1%209.9.1c1.6%200%202.9.3%203.9.3s1%209%200%209-2.4-.3-4-.3c-3.2-.1-6.5-.1-9.7-.1-3.1%200-6.4.1-9.5.2-4.4.1-8.9.3-13.4.2-3.3-.1-6.6-.3-9.7-.4-3.3-.2-6.7-.4-10-.4-11-.1-13.5.1-16.7.4-2.9.2-6.1.5-15.2.6h-.5z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M63.4%205.7c-1.8%200-3.8%200-6.4-.1-3.4-.1-6.9-.2-10.2-.4-3.1-.2-6.3-.4-9.5-.4-4.3-.1-8.7.1-13%20.2-3.2.1-6.4.2-9.6.2S8.1%205.1%205%205.1C3.3%205.1%202.1%205%201%205S-.2%203.5%201%203.5s2.2.1%203.9.1c3.2.1%206.5.1%209.7.1s6.4-.1%209.6-.2c4.3-.1%208.8-.3%2013.2-.2%203.2.1%206.4.2%209.6.4%203.3.2%206.8.4%2010.1.4%2010.8.2%2013.4-.1%2016.7-.3%202.8-.2%205.9-.5%2014.9-.6%201.8%200%203.6.1%205.3.2%201.4.1%202.8.2%204.3.2%2024.5.3%2058.1.1%2059.7.1%201%200%201.8%201.5%200%201.5-2.5-.1-35.3.2-59.9-.1-1.4%200-2.9-.1-4.3-.2-1.7-.1-3.5-.2-5.2-.2-8.9.1-12%20.4-14.8.6-2.3.3-4.5.4-10.4.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-color: transparent
}

.uk-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5
}

.tm-child-list>ul,
.uk-list {
  padding: 0;
  list-style: none
}

.tm-child-list>ul>*,
.uk-list>* {
  break-inside: avoid-column
}

.tm-child-list>ul>*> :last-child,
.uk-list>*> :last-child {
  margin-bottom: 0
}

.tm-child-list>ul>*>ul,
.tm-child-list>ul> :nth-child(n + 2),
.uk-list>*>ul,
.uk-list> :nth-child(n + 2) {
  margin-top: 20px
}

.uk-list-circle,
.uk-list-decimal,
.uk-list-disc,
.uk-list-hyphen,
.uk-list-square {
  padding-left: 30px
}

.uk-list-disc {
  list-style-type: disc
}

.uk-list-circle {
  list-style-type: circle
}

.uk-list-square {
  list-style-type: square
}

.uk-list-decimal {
  list-style-type: decimal
}

.uk-list-hyphen {
  list-style-type: '–  '
}

.uk-list-muted> ::marker {
  color: #999 !important
}

.uk-list-emphasis> ::marker {
  color: #27003e !important
}

.uk-list-primary> ::marker {
  color: #ffeff9 !important
}

.uk-list-secondary> ::marker {
  color: #fff8fd !important
}

.uk-list-bullet>* {
  position: relative;
  padding-left: 30px
}

.uk-list-bullet> ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1.6em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%227%22%20viewBox%3D%220%200%206%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fe00a3%22%20d%3D%22M1.9%200c-1.3%200-3.5%207%200%207s4.4-2.2%204-4.6S3.2%200%201.9%200z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.tm-child-list-divider>ul> :nth-child(n + 2),
.uk-list-divider> :nth-child(n + 2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5
}

.uk-list-striped>* {
  padding: 10px 10px
}

.uk-list-striped> :nth-of-type(odd) {
  background: #f8f8f8
}

.uk-list-striped> :nth-child(n + 2) {
  margin-top: 0
}

.uk-list-large>*>ul,
.uk-list-large> :nth-child(n + 2) {
  margin-top: 20px
}

.uk-list-collapse>*>ul,
.uk-list-collapse> :nth-child(n + 2) {
  margin-top: 0
}

.uk-list-large.tm-child-list-divider>ul> :nth-child(n + 2),
.uk-list-large.uk-list-divider> :nth-child(n + 2) {
  margin-top: 20px;
  padding-top: 20px
}

.uk-list-collapse.tm-child-list-divider>ul> :nth-child(n + 2),
.uk-list-collapse.uk-list-divider> :nth-child(n + 2) {
  margin-top: 0;
  padding-top: 0
}

.uk-list-large.uk-list-striped>* {
  padding: 20px 10px
}

.uk-list-collapse.uk-list-striped>* {
  padding-top: 0;
  padding-bottom: 0
}

.uk-list-collapse.uk-list-striped> :nth-child(n + 2),
.uk-list-large.uk-list-striped> :nth-child(n + 2) {
  margin-top: 0
}

.uk-description-list>dt {
  color: #27003e;
  font-size: 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-description-list>dt:nth-child(n + 2) {
  margin-top: 20px
}

.uk-description-list>dd {
  font-size: 18px
}

.uk-description-list-divider>dt:nth-child(n + 2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5
}

.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px
}

*+.uk-table {
  margin-top: 20px
}

.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: 400;
  color: #27003e;
  font-family: 'Playfair Display';
  text-transform: none
}

.uk-table td {
  padding: 16px 12px;
  vertical-align: top
}

.uk-table td> :last-child {
  margin-bottom: 0
}

.uk-table tfoot {
  font-size: 14px
}

.uk-table caption {
  font-size: 14px;
  text-align: left;
  color: #999
}

.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important
}

.uk-table-divider> :first-child>tr:not(:first-child),
.uk-table-divider> :not(:first-child)>tr,
.uk-table-divider>tr:not(:first-child) {
  border-top: 1px solid #e5e5e5
}

.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped>tr:nth-of-type(odd) {
  background: #f8f8f8
}

.uk-table-hover tbody tr:hover,
.uk-table-hover>tr:hover {
  background: #f8f8f8
}

.uk-table tbody tr.uk-active,
.uk-table>tr.uk-active {
  background: #f8f8f8
}

.uk-table-small td,
.uk-table-small th {
  padding: 10px 12px
}

.uk-table-large td,
.uk-table-large th {
  padding: 22px 12px
}

.uk-table-justify td:first-child,
.uk-table-justify th:first-child {
  padding-left: 0
}

.uk-table-justify td:last-child,
.uk-table-justify th:last-child {
  padding-right: 0
}

.uk-table-shrink {
  width: 1px
}

.uk-table-expand {
  min-width: 150px
}

.uk-table-link {
  padding: 0 !important
}

.uk-table-link>a {
  display: block;
  padding: 16px 12px
}

.uk-table-small .uk-table-link>a {
  padding: 10px 12px
}

@media (max-width: 959px) {

  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive td,
  .uk-table-responsive th,
  .uk-table-responsive tr {
    display: block
  }

  .uk-table-responsive thead {
    display: none
  }

  .uk-table-responsive td,
  .uk-table-responsive th {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important
  }

  .uk-table-responsive .uk-table-link:not(:first-child)>a,
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
    padding-top: 5px !important
  }

  .uk-table-responsive .uk-table-link:not(:last-child)>a,
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
    padding-bottom: 5px !important
  }

  .uk-table-justify.uk-table-responsive td,
  .uk-table-justify.uk-table-responsive th {
    padding-left: 0;
    padding-right: 0
  }
}

.uk-table tbody tr {
  transition: background-color .1s linear
}

.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0
}

button.uk-icon:not(:disabled) {
  cursor: pointer
}

.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0
}

.uk-icon:not(.uk-preserve) [fill *="#"]:not(.uk-preserve) {
  fill: currentcolor
}

.uk-icon:not(.uk-preserve) [stroke *="#"]:not(.uk-preserve) {
  stroke: currentcolor
}

.uk-icon>* {
  transform: translate(0, 0)
}

.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  object-fit: scale-down;
  max-width: none
}

.uk-icon-link {
  color: #999;
  text-decoration: none !important
}

.uk-icon-link:hover {
  color: #000
}

.uk-active>.uk-icon-link,
.uk-icon-link:active {
  color: #000
}

.uk-icon-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  background: 0 0;
  color: #27003e;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-size, border-color, box-shadow;
  border-image-slice: 18% !important;
  border-image-width: 10px !important;
  border-image-repeat: stretch !important;
  border: 10px solid #ffb2e2;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M46.3%2049.5c-3%200-6.3.5-9.4%200-5.2-.8-10.3-.4-14.4-.2-5.6.3-15.8%201.1-19.9-.1-3-.9-2.1-3.7-2.2-11.3%200-4.8-.3-11.2-.2-18.8%200-4.3.6-8.8.6-13.5V4.3l.8-1C4.3.1%205-.1%208.6.4c2.1-.4%206.1-.2%2017.3.1%201.5%200%208.6.8%2010.2.4l.3-.1c4.1-1.1%208.4-.8%2011.3.2%201.6.6%201.9%202.6%202%204.3.2%202.2-.2%2012.8-.1%2022.1.1%2020.3.4%2019.7-.7%2020.9l-1%201.1-1.6.1zM6.6%2042.9c4.1.6%2011.1.6%2013.6-.2%205.5-1.9%2011.7-1%2017.7-.1%201.9.3%203.7.5%205.4.7.4-8.1.1-31-.1-36.6-.7%200-2.2.1-5.1.8l-.4.1c-3.1.8-6.2.2-9-.3-1.3-.2-2.5-.5-3.5-.5-11.3-.7-14.2.1-15.3.5-.4.1-.8.2-1.4.3-.7.1-1.3%200-1.8-.2%200%204.1-.1%208.1-.1%2011.9-.1%209.6-.2%2019.5%200%2023.6zm-2-.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M8.1%2046.8c-2.6%200-4.3-.3-4.9-.9a.9.9%200%200%201-.3-.7V3.5l3-.9H6c9.2%201%2017.8%201.1%2028%201.1h12.7l.4.3c.4.4.5%201.1.4%206.3%200%201.5-.1%203.1-.1%204.7v7.4c0%207.6.1%2015.5-.2%2022.7%200%20.2-.1.5-.4.8-.8.7-3.1.9-8.3.5h-.6c-.2%200-1%200-2.7-.1-4.8-.2-14.6-.5-22.1.1-1.9.3-3.6.4-5%20.4zm-3.7-1.9c.5.2%202.4.7%208.6.2%207.5-.6%2017.5-.3%2022.2-.1%201.3%200%202.4.1%202.6.1h.8c5.2.3%206.7.1%207.1-.1.2-7.1.2-14.9.2-22.4v-7.4c0-1.6%200-3.3.1-4.8%200-2%20.1-4.2%200-5.1H34.1c-10.2%200-18.8-.1-28-1.1l-1.7.5v40.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-icon-button:hover {
  background-color: transparent;
  color: #fe00a3;
  border-color: #ff98d8;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ff98d8%22%20d%3D%22M46.3%2049.5c-3%200-6.3.5-9.4%200-5.2-.8-10.3-.4-14.4-.2-5.6.3-15.8%201.1-19.9-.1-3-.9-2.1-3.7-2.2-11.3%200-4.8-.3-11.2-.2-18.8%200-4.3.6-8.8.6-13.5V4.3l.8-1C4.3.1%205-.1%208.6.4c2.1-.4%206.1-.2%2017.3.1%201.5%200%208.6.8%2010.2.4l.3-.1c4.1-1.1%208.4-.8%2011.3.2%201.6.6%201.9%202.6%202%204.3.2%202.2-.2%2012.8-.1%2022.1.1%2020.3.4%2019.7-.7%2020.9l-1%201.1-1.6.1zM6.6%2042.9c4.1.6%2011.1.6%2013.6-.2%205.5-1.9%2011.7-1%2017.7-.1%201.9.3%203.7.5%205.4.7.4-8.1.1-31-.1-36.6-.7%200-2.2.1-5.1.8l-.4.1c-3.1.8-6.2.2-9-.3-1.3-.2-2.5-.5-3.5-.5-11.3-.7-14.2.1-15.3.5-.4.1-.8.2-1.4.3-.7.1-1.3%200-1.8-.2%200%204.1-.1%208.1-.1%2011.9-.1%209.6-.2%2019.5%200%2023.6zm-2-.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M8.1%2046.8c-2.6%200-4.3-.3-4.9-.9a.9.9%200%200%201-.3-.7V3.5l3-.9H6c9.2%201%2017.8%201.1%2028%201.1h12.7l.4.3c.4.4.5%201.1.4%206.3%200%201.5-.1%203.1-.1%204.7v7.4c0%207.6.1%2015.5-.2%2022.7%200%20.2-.1.5-.4.8-.8.7-3.1.9-8.3.5h-.6c-.2%200-1%200-2.7-.1-4.8-.2-14.6-.5-22.1.1-1.9.3-3.6.4-5%20.4zm-3.7-1.9c.5.2%202.4.7%208.6.2%207.5-.6%2017.5-.3%2022.2-.1%201.3%200%202.4.1%202.6.1h.8c5.2.3%206.7.1%207.1-.1.2-7.1.2-14.9.2-22.4v-7.4c0-1.6%200-3.3.1-4.8%200-2%20.1-4.2%200-5.1H34.1c-10.2%200-18.8-.1-28-1.1l-1.7.5v40.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-active>.uk-icon-button,
.uk-icon-button:active {
  background-color: transparent;
  color: #000;
  border-color: #ff7fcf;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ff7fcf%22%20d%3D%22M46.3%2049.5c-3%200-6.3.5-9.4%200-5.2-.8-10.3-.4-14.4-.2-5.6.3-15.8%201.1-19.9-.1-3-.9-2.1-3.7-2.2-11.3%200-4.8-.3-11.2-.2-18.8%200-4.3.6-8.8.6-13.5V4.3l.8-1C4.3.1%205-.1%208.6.4c2.1-.4%206.1-.2%2017.3.1%201.5%200%208.6.8%2010.2.4l.3-.1c4.1-1.1%208.4-.8%2011.3.2%201.6.6%201.9%202.6%202%204.3.2%202.2-.2%2012.8-.1%2022.1.1%2020.3.4%2019.7-.7%2020.9l-1%201.1-1.6.1zM6.6%2042.9c4.1.6%2011.1.6%2013.6-.2%205.5-1.9%2011.7-1%2017.7-.1%201.9.3%203.7.5%205.4.7.4-8.1.1-31-.1-36.6-.7%200-2.2.1-5.1.8l-.4.1c-3.1.8-6.2.2-9-.3-1.3-.2-2.5-.5-3.5-.5-11.3-.7-14.2.1-15.3.5-.4.1-.8.2-1.4.3-.7.1-1.3%200-1.8-.2%200%204.1-.1%208.1-.1%2011.9-.1%209.6-.2%2019.5%200%2023.6zm-2-.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M8.1%2046.8c-2.6%200-4.3-.3-4.9-.9a.9.9%200%200%201-.3-.7V3.5l3-.9H6c9.2%201%2017.8%201.1%2028%201.1h12.7l.4.3c.4.4.5%201.1.4%206.3%200%201.5-.1%203.1-.1%204.7v7.4c0%207.6.1%2015.5-.2%2022.7%200%20.2-.1.5-.4.8-.8.7-3.1.9-8.3.5h-.6c-.2%200-1%200-2.7-.1-4.8-.2-14.6-.5-22.1.1-1.9.3-3.6.4-5%20.4zm-3.7-1.9c.5.2%202.4.7%208.6.2%207.5-.6%2017.5-.3%2022.2-.1%201.3%200%202.4.1%202.6.1h.8c5.2.3%206.7.1%207.1-.1.2-7.1.2-14.9.2-22.4v-7.4c0-1.6%200-3.3.1-4.8%200-2%20.1-4.2%200-5.1H34.1c-10.2%200-18.8-.1-28-1.1l-1.7.5v40.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.form-range,
.uk-range {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  background: 0 0
}

.form-range:focus,
.uk-range:focus {
  outline: 0
}

.form-range::-moz-focus-outer,
.uk-range::-moz-focus-outer {
  border: none
}

.form-range:not(:disabled)::-webkit-slider-thumb,
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer
}

.form-range:not(:disabled)::-moz-range-thumb,
.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer
}

.form-range::-webkit-slider-runnable-track,
.uk-range::-webkit-slider-runnable-track {
  height: 2px;
  background: #ebebeb;
  border-radius: 500px
}

.form-range:active::-webkit-slider-runnable-track,
.form-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track,
.uk-range:focus::-webkit-slider-runnable-track {
  background: #dedede
}

.form-range::-moz-range-track,
.uk-range::-moz-range-track {
  height: 2px;
  background: #ebebeb;
  border-radius: 500px
}

.form-range:focus::-moz-range-track,
.uk-range:focus::-moz-range-track {
  background: #dedede
}

.form-range::-webkit-slider-thumb,
.uk-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  border-radius: 500px;
  background: #ffb2e2;
  background-color: transparent !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M18%2C7.9a13.2%2C13.2%2C0%2C0%2C0-1.7-4.2A7.3%2C7.3%2C0%2C0%2C0%2C8.8.3%2C4%2C4%2C0%2C0%2C0%2C7.3%2C0C2.9-.1-.3%2C3.8%2C0%2C8.4a12%2C12%2C0%2C0%2C0%2C1.9%2C5.4%2C5.5%2C5.5%2C0%2C0%2C0%2C2.3%2C3c3.2%2C1.9%2C7.2%2C1.3%2C10.5-.8s2.3-2%2C2.7-3.4A14.8%2C14.8%2C0%2C0%2C0%2C18%2C7.9Z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M14.8%2C6.6a7.6%2C7.6%2C0%2C0%2C1%2C.1%2C1.5%2C6.1%2C6.1%2C0%2C0%2C1%2C0%2C1.9%2C7.2%2C7.2%2C0%2C0%2C1-1.8%2C3.3l-.6.7-.8.3a10.6%2C10.6%2C0%2C0%2C1-5%2C.5l-.9-.3a3.6%2C3.6%2C0%2C0%2C1-1.9-2.3%2C14.6%2C14.6%2C0%2C0%2C1-.8-3.7%2C1.9%2C1.9%2C0%2C0%2C1%2C.1-1.3A6.8%2C6.8%2C0%2C0%2C1%2C4%2C5.3a8.6%2C8.6%2C0%2C0%2C1%2C.7-1%2C1.2%2C1.2%2C0%2C0%2C1%2C.8-.6A7.6%2C7.6%2C0%2C0%2C1%2C9%2C2.8a1.5%2C1.5%2C0%2C0%2C1%2C.9.1l1.9.3a2.6%2C2.6%2C0%2C0%2C1%2C2.4%2C1.5%2C6.4%2C6.4%2C0%2C0%2C1%2C.5%2C1.7ZM4.5%2C8.9a10.8%2C10.8%2C0%2C0%2C0%2C.7%2C2.7c.3.7.5%2C1.4%2C1.1%2C1.7H7a8.3%2C8.3%2C0%2C0%2C0%2C4.4-.4h.4l.4-.5a6.3%2C6.3%2C0%2C0%2C0%2C1.5-2.6%2C3.8%2C3.8%2C0%2C0%2C0-.1-1.5%2C8.1%2C8.1%2C0%2C0%2C0-.1-1.6%2C2.8%2C2.8%2C0%2C0%2C0-.3-1.3%2C1.6%2C1.6%2C0%2C0%2C0-1.4-.8c0%2C.2-1.8%2C0-1.9-.1l-.2-.3h-1A4.2%2C4.2%2C0%2C0%2C0%2C6.3%2C5l-.5.3a4.3%2C4.3%2C0%2C0%2C0-.4.7%2C3.5%2C3.5%2C0%2C0%2C0-.6%2C1.4%2C3.4%2C3.4%2C0%2C0%2C0-.1%2C1C4.4%2C8.6%2C4.5%2C8.7%2C4.5%2C8.9Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.form-range::-moz-range-thumb,
.uk-range::-moz-range-thumb {
  border: none;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  border-radius: 500px;
  background: #ffb2e2;
  background-color: transparent !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M18%2C7.9a13.2%2C13.2%2C0%2C0%2C0-1.7-4.2A7.3%2C7.3%2C0%2C0%2C0%2C8.8.3%2C4%2C4%2C0%2C0%2C0%2C7.3%2C0C2.9-.1-.3%2C3.8%2C0%2C8.4a12%2C12%2C0%2C0%2C0%2C1.9%2C5.4%2C5.5%2C5.5%2C0%2C0%2C0%2C2.3%2C3c3.2%2C1.9%2C7.2%2C1.3%2C10.5-.8s2.3-2%2C2.7-3.4A14.8%2C14.8%2C0%2C0%2C0%2C18%2C7.9Z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M14.8%2C6.6a7.6%2C7.6%2C0%2C0%2C1%2C.1%2C1.5%2C6.1%2C6.1%2C0%2C0%2C1%2C0%2C1.9%2C7.2%2C7.2%2C0%2C0%2C1-1.8%2C3.3l-.6.7-.8.3a10.6%2C10.6%2C0%2C0%2C1-5%2C.5l-.9-.3a3.6%2C3.6%2C0%2C0%2C1-1.9-2.3%2C14.6%2C14.6%2C0%2C0%2C1-.8-3.7%2C1.9%2C1.9%2C0%2C0%2C1%2C.1-1.3A6.8%2C6.8%2C0%2C0%2C1%2C4%2C5.3a8.6%2C8.6%2C0%2C0%2C1%2C.7-1%2C1.2%2C1.2%2C0%2C0%2C1%2C.8-.6A7.6%2C7.6%2C0%2C0%2C1%2C9%2C2.8a1.5%2C1.5%2C0%2C0%2C1%2C.9.1l1.9.3a2.6%2C2.6%2C0%2C0%2C1%2C2.4%2C1.5%2C6.4%2C6.4%2C0%2C0%2C1%2C.5%2C1.7ZM4.5%2C8.9a10.8%2C10.8%2C0%2C0%2C0%2C.7%2C2.7c.3.7.5%2C1.4%2C1.1%2C1.7H7a8.3%2C8.3%2C0%2C0%2C0%2C4.4-.4h.4l.4-.5a6.3%2C6.3%2C0%2C0%2C0%2C1.5-2.6%2C3.8%2C3.8%2C0%2C0%2C0-.1-1.5%2C8.1%2C8.1%2C0%2C0%2C0-.1-1.6%2C2.8%2C2.8%2C0%2C0%2C0-.3-1.3%2C1.6%2C1.6%2C0%2C0%2C0-1.4-.8c0%2C.2-1.8%2C0-1.9-.1l-.2-.3h-1A4.2%2C4.2%2C0%2C0%2C0%2C6.3%2C5l-.5.3a4.3%2C4.3%2C0%2C0%2C0-.4.7%2C3.5%2C3.5%2C0%2C0%2C0-.6%2C1.4%2C3.4%2C3.4%2C0%2C0%2C0-.1%2C1C4.4%2C8.6%2C4.5%2C8.7%2C4.5%2C8.9Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.form-check-input[type=checkbox],
.form-check-input[type=radio],
.form-control:where(input),
.form-control:where(textarea),
.form-select:where(select),
.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit
}

.form-control:where(input),
.uk-input {
  overflow: visible
}

.form-select:where(select),
.uk-select {
  text-transform: none
}

.form-select:where(select) optgroup,
.uk-select optgroup {
  font: inherit;
  font-weight: 700
}

.form-control:where(textarea),
.uk-textarea {
  overflow: auto
}

.form-control:where(input)[type=search]::-webkit-search-cancel-button,
.form-control:where(input)[type=search]::-webkit-search-decoration,
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

.form-control:where(input)[type=number]::-webkit-inner-spin-button,
.form-control:where(input)[type=number]::-webkit-outer-spin-button,
.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button {
  height: auto
}

.form-control:where(input)[type=date]::-webkit-datetime-edit,
.form-control:where(input)[type=datetime-local]::-webkit-datetime-edit,
.form-control:where(input)[type=time]::-webkit-datetime-edit,
.uk-input[type=date]::-webkit-datetime-edit,
.uk-input[type=datetime-local]::-webkit-datetime-edit,
.uk-input[type=time]::-webkit-datetime-edit {
  display: inline-flex;
  align-items: center;
  height: 100%;
  padding: 0
}

.form-control:where(input)::-moz-placeholder,
.form-control:where(textarea)::-moz-placeholder,
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1
}

.form-check-input[type=checkbox]:not(:disabled),
.form-check-input[type=radio]:not(:disabled),
.uk-checkbox:not(:disabled),
.uk-radio:not(:disabled) {
  cursor: pointer
}

.uk-fieldset,
fieldset {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0
}

.form-control:where(input),
.form-control:where(textarea),
.uk-input,
.uk-textarea {
  -webkit-appearance: none
}

.form-control:where(input),
.form-control:where(textarea),
.form-select:where(select),
.uk-input,
.uk-select,
.uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #f8f8f8;
  color: #000;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow
}

.form-control:where(input),
.form-select:not([multiple])[size='1'],
.form-select:where(select):not([multiple]):not([size]),
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 50px;
  vertical-align: middle;
  display: inline-block
}

.form-control:where(input):not(input),
.form-select:where(select):not(select),
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 50px
}

.form-control:where(textarea),
.form-select:where(select)[multiple],
.form-select:where(select)[size],
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top
}

.form-select:where(select)[multiple],
.form-select:where(select)[size],
.uk-select[multiple],
.uk-select[size] {
  resize: vertical
}

.form-control:where(input):focus,
.form-control:where(textarea):focus,
.form-select:where(select):focus,
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  background-color: #f3f3f3;
  color: #000
}

.form-control:where(input):disabled,
.form-control:where(textarea):disabled,
.form-select:where(select):disabled,
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999
}

.form-control:where(input)::placeholder,
.uk-input::placeholder {
  color: #999
}

.form-control:where(textarea)::placeholder,
.uk-textarea::placeholder {
  color: #999
}

.form-control-sm,
.uk-form-small {
  font-size: 14px
}

.form-control-sm:not(textarea):not([multiple]):not([size]),
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 40px;
  padding-left: 8px;
  padding-right: 8px
}

[multiple].form-control-sm,
[multiple].uk-form-small,
[size].form-control-sm,
[size].uk-form-small,
textarea.form-control-sm,
textarea.uk-form-small {
  padding: 5px 8px
}

.form-control-sm:not(select):not(input):not(textarea),
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 40px
}

.form-control-lg,
.uk-form-large {
  font-size: 20px
}

.form-control-lg:not(textarea):not([multiple]):not([size]),
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 60px;
  padding-left: 12px;
  padding-right: 12px
}

[multiple].form-control-lg,
[multiple].uk-form-large,
[size].form-control-lg,
[size].uk-form-large,
textarea.form-control-lg,
textarea.uk-form-large {
  padding: 7px 12px
}

.form-control-lg:not(select):not(input):not(textarea),
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 60px
}

.uk-form-danger,
.uk-form-danger:focus {
  color: #ff3d62
}

.uk-form-success,
.uk-form-success:focus {
  color: #3bcc46
}

.uk-form-blank {
  background: 0 0
}

input.uk-form-width-xsmall {
  width: 50px
}

select.uk-form-width-xsmall {
  width: 75px
}

.uk-form-width-small {
  width: 130px
}

.uk-form-width-medium {
  width: 200px
}

.uk-form-width-large {
  width: 500px
}

.form-select:not([multiple])[size='1'],
.form-select:where(select):not([multiple]):not([size]),
.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%
}

.form-select:not([multiple])[size='1'] option,
.form-select:where(select):not([multiple]):not([size]) option,
.uk-select:not([multiple]):not([size]) option {
  color: #000
}

.form-select:not([multiple])[size='1']:disabled,
.form-select:where(select):not([multiple]):not([size]):disabled,
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.form-control:where(input)[list],
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%
}

.form-control:where(input)[list]:focus,
.form-control:where(input)[list]:hover,
.uk-input[list]:focus,
.uk-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.form-control:where(input)[list]::-webkit-calendar-picker-indicator,
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important
}

.form-check-input[type=checkbox],
.form-check-input[type=radio],
.uk-checkbox,
.uk-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: .2s ease-in-out;
  transition-property: background-color, border-color, box-shadow
}

.form-check-input[type=radio],
.uk-radio {
  border-radius: 50%
}

.form-check-input[type=checkbox]:focus,
.form-check-input[type=radio]:focus,
.uk-checkbox:focus,
.uk-radio:focus {
  background-color: #dedede;
  outline: 0
}

.form-check-input[type=checkbox]:checked,
.form-check-input[type=checkbox]:indeterminate,
.form-check-input[type=radio]:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #9b6869
}

.form-check-input[type=checkbox]:checked:focus,
.form-check-input[type=checkbox]:indeterminate:focus,
.form-check-input[type=radio]:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
  background-color: #9b6869
}

.form-check-input[type=radio]:checked,
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.form-check-input[type=checkbox]:checked,
.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.form-check-input[type=checkbox]:indeterminate,
.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.form-check-input[type=checkbox]:disabled,
.form-check-input[type=radio]:disabled,
.uk-checkbox:disabled,
.uk-radio:disabled {
  background-color: #f8f8f8
}

.form-check-input[type=radio]:disabled:checked,
.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.form-check-input[type=checkbox]:disabled:checked,
.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.form-check-input[type=checkbox]:disabled:indeterminate,
.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-legend,
legend {
  width: 100%;
  color: inherit;
  padding: 0;
  font-size: 26px;
  line-height: 1.4
}

.uk-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle
}

.uk-form-custom input[type=file],
.uk-form-custom select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer
}

.uk-form-custom input[type=file] {
  font-size: 500px;
  overflow: hidden
}

.uk-form-label {
  font-size: 18px;
  color: #27003e;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 10px
}

@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 10px
  }
}

@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left
  }

  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px
  }

  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px
  }
}

.uk-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999
}

.uk-form-icon:hover {
  color: #000
}

.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none
}

.uk-form-icon:not(.uk-form-icon-flip)~.form-control:where(input),
.uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
  padding-left: 50px !important
}

.uk-form-icon-flip {
  right: 0;
  left: auto
}

.uk-form-icon-flip~.form-control:where(input),
.uk-form-icon-flip~.uk-input {
  padding-right: 50px !important
}

.uk-form-danger:focus {
  background-color: rgba(255, 137, 160, .1)
}

.uk-form-success:focus {
  background-color: rgba(80, 210, 89, .1)
}

.btn,
.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 25px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  border-image-slice: 18% 9% fill !important;
  border-image-width: 10px !important;
  border-image-repeat: stretch !important;
  background-origin: border-box
}

.btn:not(:disabled),
.uk-button:not(:disabled) {
  cursor: pointer
}

.btn::-moz-focus-inner,
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0
}

.btn:hover,
.uk-button:hover {
  text-decoration: none
}

.btn-light,
.uk-button-default {
  background-color: transparent;
  color: #27003e;
  border: 10px solid #ffb2e2;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3a3.7%203.7%200%200%201-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5l-.3%2011.7c-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-8.8c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-light:hover,
.uk-button-default:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #27003e;
  border-color: #ff98d8;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ff98d8%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3a3.7%203.7%200%200%201-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5l-.3%2011.7c-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-8.8c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-light.uk-active,
.btn-light:active,
.uk-button-default.uk-active,
.uk-button-default:active {
  background-color: rgba(0, 0, 0, 0);
  color: #27003e;
  border-color: #ff7fcf;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ff7fcf%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3a3.7%203.7%200%200%201-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5l-.3%2011.7c-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-8.8c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-info,
.btn-primary,
.btn-success,
.uk-button-primary {
  background-color: #9b6869;
  color: #fff;
  padding: 8px 40px;
}

.btn-info:hover,
.btn-primary:hover,
.btn-success:hover,
.uk-button-primary:hover {
  background-color: #684748;
}

.btn-check:checked+.btn-primary,
.btn-info.uk-active,
.btn-info:active,
.btn-primary.uk-active,
.btn-primary:active,
.btn-success.uk-active,
.btn-success:active,
.uk-button-primary.uk-active,
.uk-button-primary:active {
  background-color: #9b6869;
}

.btn-dark,
.btn-secondary,
.uk-button-secondary {
  background-color: transparent;
  color: #27003e;
  border: 10px solid rgba(39, 0, 62, .25);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%2839,%200,%2062,%200.25%29%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3a3.7%203.7%200%200%201-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5l-.3%2011.7c-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23555%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-8.8c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-dark:hover,
.btn-secondary:hover,
.uk-button-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #27003e;
  border-color: rgba(39, 0, 62, .35);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%2839,%200,%2062,%200.35%29%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3a3.7%203.7%200%200%201-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5l-.3%2011.7c-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23555%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-8.8c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-check:checked+.btn-secondary,
.btn-dark.uk-active,
.btn-dark:active,
.btn-secondary.uk-active,
.btn-secondary:active,
.uk-button-secondary.uk-active,
.uk-button-secondary:active {
  background-color: rgba(0, 0, 0, 0);
  color: #27003e;
  border-color: rgba(39, 0, 62, .4);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%2839,%200,%2062,%200.4%29%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3a3.7%203.7%200%200%201-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5l-.3%2011.7c-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23555%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-8.8c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-danger,
.btn-warning,
.uk-button-danger {
  background-color: transparent;
  color: #27003e;
  border: 10px solid #ffbcc9;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffbcc9%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3-.8%201.1-1.9%201.6-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5-.1%204.1-.2%208.1-.3%2011.7-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-.4-8.4c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-danger:hover,
.btn-warning:hover,
.uk-button-danger:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #27003e;
  border-color: #ffa3b4;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffa3b4%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3-.8%201.1-1.9%201.6-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5-.1%204.1-.2%208.1-.3%2011.7-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-.4-8.4c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-check:checked+.btn-danger,
.btn-danger.uk-active,
.btn-danger:active,
.btn-warning.uk-active,
.btn-warning:active,
.uk-button-danger.uk-active,
.uk-button-danger:active {
  background-color: rgba(0, 0, 0, 0);
  color: #27003e;
  border-color: #ff89a0;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ff89a0%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3-.8%201.1-1.9%201.6-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5-.1%204.1-.2%208.1-.3%2011.7-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-.4-8.4c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.btn-danger:disabled,
.btn-dark:disabled,
.btn-info:disabled,
.btn-light:disabled,
.btn-primary:disabled,
.btn-secondary:disabled,
.btn-success:disabled,
.btn-warning:disabled,
.uk-button-danger:disabled,
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled {
  background-color: #f8f8f8;
  color: #999;
  border: 10px solid transparent;
  background-image: none;
  box-shadow: none
}

.btn-sm,
.uk-button-small {
  padding: 0 15px;
  line-height: 20px;
  font-size: 14px
}

.btn-lg,
.uk-button-large {
  padding: 0 30px;
  line-height: 40px;
  font-size: 18px
}

.uk-button-text {
  padding: 0;
  line-height: 1.6;
  background: 0 0;
  color: #fe00a3;
  position: relative;
  padding-right: 40px
}

.uk-button-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  transition: .2s ease-out;
  transition-property: height, width, background-position
}

.uk-button-text::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2215%22%20viewBox%3D%220%200%2030%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M24.8%2011.7c-1.4.5-3.1%201.1-3.7%201.3l-.9-3c-4.7-.1-10.6.1-15.6.3-1.4%200-2.7.1-4%20.1l-.2-6c1.2%200%202.6-.1%203.9-.1%205.8-.3%2012-.5%2017.1-.3l1.4-2.1c1.1.7%203.4%202.3%204.4%202.8h2l.4%202.6c.4%202.5-1.4%203.2-4.8%204.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M20.5%2010.6L20%209.2c.5-.2%202.2-.8%203.7-1.3-4.5-.3-12.3-.2-23.1.3V6.7c10.3-.4%2017.8-.5%2022.5-.3-1-.6-1.9-1.3-2.4-1.6l.8-1.2c1.3.9%204.5%203%205.2%203.2.3%200%20.6.3.7.6.1.5.1%201-6.9%203.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%
}

.uk-button-text:hover {
  color: #c3007d
}

.uk-button-text:hover:not(:disabled)::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2215%22%20viewBox%3D%220%200%2030%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ff98d8%22%20d%3D%22M24.8%2011.7c-1.4.5-3.1%201.1-3.7%201.3l-.9-3c-4.7-.1-10.6.1-15.6.3-1.4%200-2.7.1-4%20.1l-.2-6c1.2%200%202.6-.1%203.9-.1%205.8-.3%2012-.5%2017.1-.3l1.4-2.1c1.1.7%203.4%202.3%204.4%202.8h2l.4%202.6c.4%202.5-1.4%203.2-4.8%204.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M20.5%2010.6L20%209.2c.5-.2%202.2-.8%203.7-1.3-4.5-.3-12.3-.2-23.1.3V6.7c10.3-.4%2017.8-.5%2022.5-.3-1-.6-1.9-1.3-2.4-1.6l.8-1.2c1.3.9%204.5%203%205.2%203.2.3%200%20.6.3.7.6.1.5.1%201-6.9%203.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: 100% 50%
}

.uk-button-text:disabled {
  color: #999
}

.btn-link,
.uk-button-link {
  padding: 0;
  line-height: 1.6;
  background: 0 0;
  color: #27003e
}

.btn-link:hover,
.uk-button-link:hover {
  color: #000;
  text-decoration: none
}

.btn-link:disabled,
.uk-button-link:disabled {
  color: #999;
  text-decoration: none
}

.btn-group,
.uk-button-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative
}

.btn-group>.btn:nth-child(n + 2),
.btn-group>div:nth-child(n + 2) .btn {
  margin-left: -10px
}

.btn-group .btn.active,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group .btn:hover {
  position: relative;
  z-index: 1
}

.uk-button-group>.btn:nth-child(n + 2),
.uk-button-group>.uk-button:nth-child(n + 2),
.uk-button-group>div:nth-child(n + 2) .btn,
.uk-button-group>div:nth-child(n + 2) .uk-button {
  margin-left: -10px
}

.uk-button-group .btn-check:checked+.btn,
.uk-button-group .btn.uk-active,
.uk-button-group .btn:active,
.uk-button-group .btn:focus,
.uk-button-group .btn:hover,
.uk-button-group .uk-button.uk-active,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:hover {
  position: relative;
  z-index: 1
}

.uk-button-group>.btn:nth-child(n + 2),
.uk-button-group>.uk-button:nth-child(n + 2),
.uk-button-group>div:nth-child(n + 2) .btn,
.uk-button-group>div:nth-child(n + 2) .uk-button {
  margin-left: -7px
}

.uk-progress {
  vertical-align: baseline;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden
}

*+.uk-progress {
  margin-top: 20px
}

.uk-progress::-webkit-progress-bar {
  background-color: transparent
}

.uk-progress::-webkit-progress-value {
  background-color: #ffb2e2;
  transition: width .6s ease
}

.uk-progress::-moz-progress-bar {
  background-color: #ffb2e2;
  transition: width .6s ease
}

.uk-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px
}

@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px
  }
}

.uk-section> :last-child {
  margin-bottom: 0
}

.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px
}

.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px
}

.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px
}

@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px
  }
}

.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px
}

@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px
  }
}

.uk-section-default {
  --uk-inverse: dark;
  background: rgba(255, 239, 249, .34)
}

.uk-section-muted {
  --uk-inverse: dark;
  background: #f8f8f8
}

.uk-section-primary {
  --uk-inverse: dark;
  background: #ffeff9
}

.uk-section-secondary {
  --uk-inverse: dark;
  background: #fff8fd
}

.uk-section-overlap.uk-section::after,
.uk-section-overlap>.uk-section::after {
  content: "";
  display: block;
  height: 50px
}

.uk-section-overlap+[class *=uk-section],
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+ :not([class *=uk-section])+[class *=uk-section],
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+[class *=uk-section],
:is(:has(> .uk-section-overlap:last-child))+*>[class *=uk-section]:first-child {
  position: relative
}

.uk-section-overlap+[class *=uk-section]::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+ :not([class *=uk-section])+[class *=uk-section]::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+[class *=uk-section]::before,
:is(:has(> .uk-section-overlap:last-child))+*>[class *=uk-section]:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  height: 50px;
  background-repeat: repeat-x
}

.uk-section-overlap-flip.uk-section::after,
.uk-section-overlap-flip>.uk-section::after {
  height: 0
}

.uk-section-overlap-flip+[class *=uk-section]::before,
:is(:has(> .uk-section-overlap-flip:last-child))+*> :not([class *=uk-section]):first-child+ :not([class *=uk-section])+[class *=uk-section]::before,
:is(:has(> .uk-section-overlap-flip:last-child))+*> :not([class *=uk-section]):first-child+[class *=uk-section]::before,
:is(:has(> .uk-section-overlap-flip:last-child))+*>[class *=uk-section]:first-child::before {
  top: 0;
  transform: rotate(180deg)
}

.uk-section-overlap+.uk-section-default::before,
:is(:has(> .uk-section-overlap:last-child))+*>.uk-section-default:first-child::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+.uk-section-default::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+ :not([class *=uk-section])+.uk-section-default::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221960%22%20height%3D%2250%22%20viewBox%3D%220%200%201960%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20239,%20249,%200.34%29%22%20opacity%3D%22.35%22%20d%3D%22M1767.2%2029c-82.8-12.2-172.8-25.3-255.6-25.2-67.5%200-163.6%2015.7-277.8%2027.5-107.5-9.4-216.9-21.9-300.2-21.9-44%200-99.7%204.9-160.6%2011.1C698.3%2010%20623.9%200%20556.1%200c-96.7%200-199.7%2021.8-330%2036.6C134.4%2027%2059.7%2014.8%200%2014.8V50h1960V14.8c-29%200-94.5%207.3-192.8%2014.2z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20239,%20249,%200.34%29%22%20d%3D%22M1418.5%2041.4c-57%200-120.5-4.5-184.7-10.1-68.6%207.1-143.8%2012.8-223.2%2012.8-73.7%200-155.7-12.1-237.6-23.6C662.4%2031.9%20534.3%2048%20427.1%2048c-74.5%200-141.4-5.2-201-11.4C158.9%2044.2%2084.5%2050%200%2050h1960c-52.1%200-119.6-10.2-192.8-21-89.8%206.3-206.9%2012.4-348.7%2012.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-section-overlap+.uk-section-muted::before,
:is(:has(> .uk-section-overlap:last-child))+*>.uk-section-muted:first-child::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+.uk-section-muted::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+ :not([class *=uk-section])+.uk-section-muted::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221960%22%20height%3D%2250%22%20viewBox%3D%220%200%201960%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23f8f8f8%22%20opacity%3D%22.35%22%20d%3D%22M1960%2034v-.6c-3.2.1-6.5.2-9.7.2C1892.6%2030%201725.8.1%201596.8.1c-82.7%200-215.9%2019.7-372.4%2034.4-82.1-6.8-214.7-16.6-244.4-17.6-39.4-1.3-139.2-9.6-203.9-6.2-85.3%204.5-170.8%208.9-247.8%2012.9-85.2-7.4-163.9-13.5-224-13.5C211%2010.1%2048.3%2034%200%2034v16h928.3c-5.6%200-11.2%200-16.9-.1H949c-6.9.1-13.8.1-20.7.1H1960V34z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23f8f8f8%22%20d%3D%22M528.3%2023.6c-127.4%206.6-231.5%2012.3-272.5%2016.2C164.2%2048.4%2077.3%2050.8%200%2038v11.9h911.4C796.1%2048.6%20655%2034.6%20528.3%2023.6zM1960%2049.9V34c-2.8%200-6-.1-9.7-.4-6.8.1-13.5.2-20.3.2-114-.9-211.5-12.7-295.6-5.1-95.7%208.7-248.1%2022.6-351.2%2011.1-10.7-1.2-32-3.1-58.8-5.3-86.3%208.1-179.6%2014.6-275.4%2015.4h1011z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-section-overlap+.uk-section-primary::before,
:is(:has(> .uk-section-overlap:last-child))+*>.uk-section-primary:first-child::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+.uk-section-primary::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+ :not([class *=uk-section])+.uk-section-primary::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221960%22%20height%3D%2250%22%20viewBox%3D%220%200%201960%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffeff9%22%20opacity%3D%22.35%22%20d%3D%22M1816.7%2028.8C1715%2018.1%201593%203.6%201520.6%203.6c-41.1%200-96.9%204.4-158%2010.1-54-7.8-114-13.7-182.8-13.7-117.1%200-200.3%2016-303.2%2029.3C771.3%2019.9%20663.8%206.6%20596%206.6c-65.8%200-171.7%2013.3-313.2%2023.1C178.1%2020.1%2088%2010%200%2010v40h1960V40%2010c-34.4%200-85.8%209.2-143.3%2018.8z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffeff9%22%20d%3D%22M1037.6%2038.1c-48.7%200-104.5-3.8-161-8.8-72.6%209.3-155.1%2017.3-266.2%2017.3-127.2%200-233.3-8.2-327.6-16.9C200.3%2035.5%20105.7%2040%200%2040v10h1624c-77.9%200-158.7-21.5-261.4-36.3-109.3%2010.2-235.5%2024.4-325%2024.4zM1624%2050h336V40c-31.6%200-84-4.9-143.3-11.2-62%2010.4-130.9%2021.2-192.7%2021.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-section-overlap+.uk-section-secondary::before,
:is(:has(> .uk-section-overlap:last-child))+*>.uk-section-secondary:first-child::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+.uk-section-secondary::before,
:is(:has(> .uk-section-overlap:last-child))+*> :not([class *=uk-section]):first-child+ :not([class *=uk-section])+.uk-section-secondary::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%221960%22%20height%3D%2250%22%20viewBox%3D%220%200%201960%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff8fd%22%20opacity%3D%22.35%22%20d%3D%22M1728.7%2029.2C1590%2016.2%201434.2-.2%201337%200c-103.4.2-200.9%2017.6-306.6%2030.3C908%2016.3%20783%200%20701.9%200c-63%200-129.4%207.7-194.8%2016.3-47.5-4.6-96.2-8-148.9-7.8-89.1.1-164.9%2011.2-239.8%2021.8C80.8%2026.6%2040.8%2022.2%200%2018v32h1960v-5.1V18c-35.1%200-125.3%205.1-231.3%2011.2z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff8fd%22%20d%3D%22M1280.6%2049.7c-69.1%200-158.9-9.1-250.2-19.4C971%2037.4%20908.8%2043%20841.6%2043.1c-128.7.3-229-16.5-334.5-26.8C423.2%2027.4%20340.9%2040%20269.2%2040c-41.5%200-93.5-4.1-150.8-9.7C79.3%2035.8%2040.4%2041.2%200%2044.9V50h1960v-5.1c-54.8.1-139.3-7-231.3-15.7-158.1%209.1-351.2%2020.5-448.1%2020.5z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px
  }
}

.uk-container> :last-child {
  margin-bottom: 0
}

.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0
}

.uk-container-xsmall {
  max-width: 800px
}

.uk-container-small {
  max-width: 960px
}

.uk-container-large {
  max-width: 1360px
}

.uk-container-xlarge {
  max-width: 1600px
}

.uk-container-expand {
  max-width: none
}

.uk-container-expand-left {
  margin-left: 0
}

.uk-container-expand-right {
  margin-right: 0
}

@media (min-width: 640px) {

  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% +(800px / 2) - 30px)
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% +(960px / 2) - 30px)
  }
}

@media (min-width: 960px) {

  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% +(1200px / 2) - 40px)
  }

  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% +(800px / 2) - 40px)
  }

  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% +(960px / 2) - 40px)
  }

  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% +(1360px / 2) - 40px)
  }

  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% +(1600px / 2) - 40px)
  }
}

.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px)
}

.uk-container-item-padding-remove-left {
  margin-left: -15px
}

.uk-container-item-padding-remove-right {
  margin-right: -15px
}

@media (min-width: 640px) {

  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px)
  }

  .uk-container-item-padding-remove-left {
    margin-left: -30px
  }

  .uk-container-item-padding-remove-right {
    margin-right: -30px
  }
}

@media (min-width: 960px) {

  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px)
  }

  .uk-container-item-padding-remove-left {
    margin-left: -40px
  }

  .uk-container-item-padding-remove-right {
    margin-right: -40px
  }
}

.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px
}

@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px
  }
}

.uk-tile> :last-child {
  margin-bottom: 0
}

.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px
}

.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px
}

.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px
}

@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px
  }
}

.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px
}

@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px
  }
}

.uk-tile-default {
  --uk-inverse: dark;
  background-color: #fff
}

.uk-tile-default.uk-tile-hover:hover {
  background-color: #f3f3f3
}

.uk-tile-muted {
  --uk-inverse: dark;
  background-color: #f8f8f8
}

.uk-tile-muted.uk-tile-hover:hover {
  background-color: #f3f3f3
}

.uk-tile-primary {
  --uk-inverse: dark;
  background-color: #ebddde
}

.uk-tile-primary.uk-tile-hover:hover {
  background-color: #e3d0d2
}

.uk-tile-secondary {
  --uk-inverse: dark;
  background-color: #fff8fd
}

.uk-tile-secondary.uk-tile-hover:hover {
  background-color: #ffe4f7
}

.uk-tile-hover {
  transition: .1s ease-in-out;
  transition-property: background-color, background-size
}

.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-size, border-color, box-shadow;
  background-clip: padding-box !important
}

.uk-card-body {
  display: flow-root;
  padding: 30px 30px
}

.uk-card-header {
  display: flow-root;
  padding: 15px 30px
}

.uk-card-footer {
  display: flow-root;
  padding: 15px 30px
}

@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px
  }

  .uk-card-header {
    padding: 20px 40px
  }

  .uk-card-footer {
    padding: 20px 40px
  }
}

.uk-card-body> :last-child,
.uk-card-footer> :last-child,
.uk-card-header> :last-child {
  margin-bottom: 0
}

.uk-card-title {
  font-size: 26px;
  line-height: 1.4;
  font-family: 'Playfair Display';
  font-weight: 300
}

.uk-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  height: 24px;
  padding: 0 12px;
  background: #ffc6ea;
  color: #27003e;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  background-color: transparent !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2245%22%20height%3D%2225%22%20viewBox%3D%220%200%2045%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffc6ea%22%20d%3D%22M0%2C4.5C3.3%2C2.2%2C10.6464.2%2C20%2C.2%2C30.4306.2%2C41.412%2C1.784%2C40.2%2C3.7c-1.1827%2C1.87-1.3%2C3.5.5%2C3.3%2C4.81.7373%2C1.2022.4684%2C3%2C3.3%2C1.5742%2C2.4794%2C1.3%2C11.2441-3%2C12.3C38%2C25.6%2C18.7%2C24%2C11%2C24s-8.6-1.1-9.4-2.9C1%2C19.8%2C1.5%2C8%2C0%2C4.5Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-badge:first-child+* {
  margin-top: 0
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #fff;
  border-image-slice: 3% fill !important;
  border-image-width: 10px !important;
  border-image-repeat: stretch !important;
  border-color: #ffb2e2;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M193.2%20299.4c-3.6%200-7.3%200-11-.1-15.1-.2-30.5-.6-45.3-1-16.9-.4-34.4-.9-51.7-1-9.2-.1-18.5.2-27.6.5-7.7.2-15.8.5-23.7.5-2.3%200-4.6.1-7%20.1-7.4.2-15.1.3-22.7-.9l-2.5-.4-1.1-7c0-4.9.1-9.4.2-13.8.2-3.5.2-7%20.3-10.3%200-10.7.1-21.3.1-31.8.1-30.3.2-58.9-.1-89.4C.6%2095.7.5%2056.9.8%2019.3v-7.9c0-6.5%200-6.5%201-7.6%201-1.1%201-1.1%209.6-1.4%202.3-.1%208.2-.3%2012.1-.3%2014-.1%2028.2-.1%2041.9-.2%2015.5%200%2031.5%200%2047.2-.2%2042.2-.5%2085.1-.3%20126.6%200h15c9.1%200%2019.3.1%2027.5.2%204.5.1%207.8.2%2010.2.3%203.6.2%207.3.4%207.3%204%200%2029.6%200%2060-.1%2090.7%200%2031.1-.1%2062.5-.1%2093.4%200%2067.2%200%2095%20.5%20105l.2%203.8-23.8-.9c-14.8%200-29%20.3-42.8.5-12.9.5-26.2.7-39.9.7zm-110.6-9h2.6c17.3.1%2034.8.6%2051.8%201%2014.8.4%2030.1.8%2045.2%201%2017.6.2%2034.5-.1%2050.8-.5%2013.8-.3%2028.1-.6%2043-.5h.1l16.3.6c-.4-12.7-.4-41.3-.4-101.6%200-30.9%200-62.3.1-93.4%200-29.6.1-59.1.1-87.7-6.9-.4-26-.5-38-.5h-15c-41.4-.2-84.3-.5-126.5%200-15.8.1-31.8.1-47.3.1-13.7.1-27.8.1-41.7.2-4.5%200-11.7.3-15.9.5v9.8c-.3%2037.6-.2%2076.2.3%20125.4.3%2030.5.2%2059.1.1%2089.5%200%2010.5-.1%2021.1-.1%2031.8%200%203.4-.1%206.8-.1%2010.5-.1%204.3-.1%208.7-.2%2013.4l.2%201.1c6.2.7%2012.6.6%2018.9.4%202.4%200%204.7-.1%207.1-.1%207.8%200%2015.8-.3%2023.5-.5%208.2-.3%2016.7-.5%2025.1-.5z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M166%20296.5c-20.6%200-40.9-.3-60.8-.6-15.6-.2-31.7-.5-47.8-.6-6.2%200-14.8.1-23.2.2-24.4.4-29.5.3-30.2-.4l-.2-.2v-.4c0-12.7-.4-25.8-.7-38.4-.6-22.1-1.2-45-.1-67.7.5-9.3%201-53.2%201-78%200-67.2%200-95-.5-105.2v-.8l20.8.8C39%205.3%2053.2%205%2067%204.7c16.3-.3%2033.2-.7%2050.9-.5%2015.1.2%2030.4.6%2045.3%201%2017%20.4%2034.5.9%2051.7%201%209.2.1%2018.6-.2%2027.7-.5%207.7-.2%2015.7-.5%2023.6-.5%202.3%200%204.7-.1%207-.1%207.3-.2%2014.9-.3%2022.2.8l.5.1.7%204.6c0%204.8-.1%209.4-.2%2013.7-.1%203.7-.1%207.1-.1%2010.5%200%2010.7-.1%2021.3-.1%2031.7-.1%2030.3-.2%2058.9.1%2089.5.5%2049.2.6%2087.9.2%20125.5v7.9c0%205.5%200%205.5-.2%205.7-.5.5-19.6.9-19.8.9-13.9.1-28.1.1-41.8.2-15.5%200-31.5%200-47.2.2-7.2.1-14.4.1-21.5.1zm-110.9-2.7h2.3c16.1.1%2032.2.3%2047.8.6%2026.8.4%2054.5.8%2082.3.5%2015.7-.2%2031.7-.2%2047.2-.2%2013.7%200%2027.8%200%2041.7-.2%205.6-.1%2015.9-.5%2018.6-.6v-12.4c.4-37.6.3-76.3-.2-125.5-.3-30.5-.2-59.2-.1-89.5%200-10.5.1-21%20.1-31.7%200-3.3.1-6.8.1-10.5.1-4.4.2-8.9.2-13.7l-.5-3.3c-7-1-14.3-.9-21.4-.7-2.4%200-4.7.1-7%20.1-7.8%200-15.8.3-23.5.5-9.1.3-18.5.6-27.8.5-17.3-.1-34.8-.6-51.8-1-14.8-.4-30.2-.8-45.2-1-17.7-.2-34.5.2-50.9.5-13.8.3-28%20.5-42.9.5L4.9%206c.5%2010.8.5%2038.9.5%20104.4%200%2024.8-.5%2068.8-1%2078-1.2%2022.7-.5%2045.6.1%2067.6.3%2012.5.7%2025.4.7%2038%202.6.4%2016.6.2%2029%200%207.3-.1%2015-.2%2020.9-.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-default {
  --uk-inverse: dark;
  background-color: #fff;
  color: #000;
  border-image-slice: 3% fill !important;
  border-image-width: 10px !important;
  border-image-repeat: stretch !important;
  border: 10px solid #ffb2e2;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M193.2%20299.4c-3.6%200-7.3%200-11-.1-15.1-.2-30.5-.6-45.3-1-16.9-.4-34.4-.9-51.7-1-9.2-.1-18.5.2-27.6.5-7.7.2-15.8.5-23.7.5-2.3%200-4.6.1-7%20.1-7.4.2-15.1.3-22.7-.9l-2.5-.4-1.1-7c0-4.9.1-9.4.2-13.8.2-3.5.2-7%20.3-10.3%200-10.7.1-21.3.1-31.8.1-30.3.2-58.9-.1-89.4C.6%2095.7.5%2056.9.8%2019.3v-7.9c0-6.5%200-6.5%201-7.6%201-1.1%201-1.1%209.6-1.4%202.3-.1%208.2-.3%2012.1-.3%2014-.1%2028.2-.1%2041.9-.2%2015.5%200%2031.5%200%2047.2-.2%2042.2-.5%2085.1-.3%20126.6%200h15c9.1%200%2019.3.1%2027.5.2%204.5.1%207.8.2%2010.2.3%203.6.2%207.3.4%207.3%204%200%2029.6%200%2060-.1%2090.7%200%2031.1-.1%2062.5-.1%2093.4%200%2067.2%200%2095%20.5%20105l.2%203.8-23.8-.9c-14.8%200-29%20.3-42.8.5-12.9.5-26.2.7-39.9.7zm-110.6-9h2.6c17.3.1%2034.8.6%2051.8%201%2014.8.4%2030.1.8%2045.2%201%2017.6.2%2034.5-.1%2050.8-.5%2013.8-.3%2028.1-.6%2043-.5h.1l16.3.6c-.4-12.7-.4-41.3-.4-101.6%200-30.9%200-62.3.1-93.4%200-29.6.1-59.1.1-87.7-6.9-.4-26-.5-38-.5h-15c-41.4-.2-84.3-.5-126.5%200-15.8.1-31.8.1-47.3.1-13.7.1-27.8.1-41.7.2-4.5%200-11.7.3-15.9.5v9.8c-.3%2037.6-.2%2076.2.3%20125.4.3%2030.5.2%2059.1.1%2089.5%200%2010.5-.1%2021.1-.1%2031.8%200%203.4-.1%206.8-.1%2010.5-.1%204.3-.1%208.7-.2%2013.4l.2%201.1c6.2.7%2012.6.6%2018.9.4%202.4%200%204.7-.1%207.1-.1%207.8%200%2015.8-.3%2023.5-.5%208.2-.3%2016.7-.5%2025.1-.5z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M166%20296.5c-20.6%200-40.9-.3-60.8-.6-15.6-.2-31.7-.5-47.8-.6-6.2%200-14.8.1-23.2.2-24.4.4-29.5.3-30.2-.4l-.2-.2v-.4c0-12.7-.4-25.8-.7-38.4-.6-22.1-1.2-45-.1-67.7.5-9.3%201-53.2%201-78%200-67.2%200-95-.5-105.2v-.8l20.8.8C39%205.3%2053.2%205%2067%204.7c16.3-.3%2033.2-.7%2050.9-.5%2015.1.2%2030.4.6%2045.3%201%2017%20.4%2034.5.9%2051.7%201%209.2.1%2018.6-.2%2027.7-.5%207.7-.2%2015.7-.5%2023.6-.5%202.3%200%204.7-.1%207-.1%207.3-.2%2014.9-.3%2022.2.8l.5.1.7%204.6c0%204.8-.1%209.4-.2%2013.7-.1%203.7-.1%207.1-.1%2010.5%200%2010.7-.1%2021.3-.1%2031.7-.1%2030.3-.2%2058.9.1%2089.5.5%2049.2.6%2087.9.2%20125.5v7.9c0%205.5%200%205.5-.2%205.7-.5.5-19.6.9-19.8.9-13.9.1-28.1.1-41.8.2-15.5%200-31.5%200-47.2.2-7.2.1-14.4.1-21.5.1zm-110.9-2.7h2.3c16.1.1%2032.2.3%2047.8.6%2026.8.4%2054.5.8%2082.3.5%2015.7-.2%2031.7-.2%2047.2-.2%2013.7%200%2027.8%200%2041.7-.2%205.6-.1%2015.9-.5%2018.6-.6v-12.4c.4-37.6.3-76.3-.2-125.5-.3-30.5-.2-59.2-.1-89.5%200-10.5.1-21%20.1-31.7%200-3.3.1-6.8.1-10.5.1-4.4.2-8.9.2-13.7l-.5-3.3c-7-1-14.3-.9-21.4-.7-2.4%200-4.7.1-7%20.1-7.8%200-15.8.3-23.5.5-9.1.3-18.5.6-27.8.5-17.3-.1-34.8-.6-51.8-1-14.8-.4-30.2-.8-45.2-1-17.7-.2-34.5.2-50.9.5-13.8.3-28%20.5-42.9.5L4.9%206c.5%2010.8.5%2038.9.5%20104.4%200%2024.8-.5%2068.8-1%2078-1.2%2022.7-.5%2045.6.1%2067.6.3%2012.5.7%2025.4.7%2038%202.6.4%2016.6.2%2029%200%207.3-.1%2015-.2%2020.9-.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-default .uk-card-title {
  color: #27003e
}

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  border-color: #ff98d8;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ff98d8%22%20d%3D%22M193.2%20299.4c-3.6%200-7.3%200-11-.1-15.1-.2-30.5-.6-45.3-1-16.9-.4-34.4-.9-51.7-1-9.2-.1-18.5.2-27.6.5-7.7.2-15.8.5-23.7.5-2.3%200-4.6.1-7%20.1-7.4.2-15.1.3-22.7-.9l-2.5-.4-1.1-7c0-4.9.1-9.4.2-13.8.2-3.5.2-7%20.3-10.3%200-10.7.1-21.3.1-31.8.1-30.3.2-58.9-.1-89.4C.6%2095.7.5%2056.9.8%2019.3v-7.9c0-6.5%200-6.5%201-7.6%201-1.1%201-1.1%209.6-1.4%202.3-.1%208.2-.3%2012.1-.3%2014-.1%2028.2-.1%2041.9-.2%2015.5%200%2031.5%200%2047.2-.2%2042.2-.5%2085.1-.3%20126.6%200h15c9.1%200%2019.3.1%2027.5.2%204.5.1%207.8.2%2010.2.3%203.6.2%207.3.4%207.3%204%200%2029.6%200%2060-.1%2090.7%200%2031.1-.1%2062.5-.1%2093.4%200%2067.2%200%2095%20.5%20105l.2%203.8-23.8-.9c-14.8%200-29%20.3-42.8.5-12.9.5-26.2.7-39.9.7zm-110.6-9h2.6c17.3.1%2034.8.6%2051.8%201%2014.8.4%2030.1.8%2045.2%201%2017.6.2%2034.5-.1%2050.8-.5%2013.8-.3%2028.1-.6%2043-.5h.1l16.3.6c-.4-12.7-.4-41.3-.4-101.6%200-30.9%200-62.3.1-93.4%200-29.6.1-59.1.1-87.7-6.9-.4-26-.5-38-.5h-15c-41.4-.2-84.3-.5-126.5%200-15.8.1-31.8.1-47.3.1-13.7.1-27.8.1-41.7.2-4.5%200-11.7.3-15.9.5v9.8c-.3%2037.6-.2%2076.2.3%20125.4.3%2030.5.2%2059.1.1%2089.5%200%2010.5-.1%2021.1-.1%2031.8%200%203.4-.1%206.8-.1%2010.5-.1%204.3-.1%208.7-.2%2013.4l.2%201.1c6.2.7%2012.6.6%2018.9.4%202.4%200%204.7-.1%207.1-.1%207.8%200%2015.8-.3%2023.5-.5%208.2-.3%2016.7-.5%2025.1-.5z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M166%20296.5c-20.6%200-40.9-.3-60.8-.6-15.6-.2-31.7-.5-47.8-.6-6.2%200-14.8.1-23.2.2-24.4.4-29.5.3-30.2-.4l-.2-.2v-.4c0-12.7-.4-25.8-.7-38.4-.6-22.1-1.2-45-.1-67.7.5-9.3%201-53.2%201-78%200-67.2%200-95-.5-105.2v-.8l20.8.8C39%205.3%2053.2%205%2067%204.7c16.3-.3%2033.2-.7%2050.9-.5%2015.1.2%2030.4.6%2045.3%201%2017%20.4%2034.5.9%2051.7%201%209.2.1%2018.6-.2%2027.7-.5%207.7-.2%2015.7-.5%2023.6-.5%202.3%200%204.7-.1%207-.1%207.3-.2%2014.9-.3%2022.2.8l.5.1.7%204.6c0%204.8-.1%209.4-.2%2013.7-.1%203.7-.1%207.1-.1%2010.5%200%2010.7-.1%2021.3-.1%2031.7-.1%2030.3-.2%2058.9.1%2089.5.5%2049.2.6%2087.9.2%20125.5v7.9c0%205.5%200%205.5-.2%205.7-.5.5-19.6.9-19.8.9-13.9.1-28.1.1-41.8.2-15.5%200-31.5%200-47.2.2-7.2.1-14.4.1-21.5.1zm-110.9-2.7h2.3c16.1.1%2032.2.3%2047.8.6%2026.8.4%2054.5.8%2082.3.5%2015.7-.2%2031.7-.2%2047.2-.2%2013.7%200%2027.8%200%2041.7-.2%205.6-.1%2015.9-.5%2018.6-.6v-12.4c.4-37.6.3-76.3-.2-125.5-.3-30.5-.2-59.2-.1-89.5%200-10.5.1-21%20.1-31.7%200-3.3.1-6.8.1-10.5.1-4.4.2-8.9.2-13.7l-.5-3.3c-7-1-14.3-.9-21.4-.7-2.4%200-4.7.1-7%20.1-7.8%200-15.8.3-23.5.5-9.1.3-18.5.6-27.8.5-17.3-.1-34.8-.6-51.8-1-14.8-.4-30.2-.8-45.2-1-17.7-.2-34.5.2-50.9.5-13.8.3-28%20.5-42.9.5L4.9%206c.5%2010.8.5%2038.9.5%20104.4%200%2024.8-.5%2068.8-1%2078-1.2%2022.7-.5%2045.6.1%2067.6.3%2012.5.7%2025.4.7%2038%202.6.4%2016.6.2%2029%200%207.3-.1%2015-.2%2020.9-.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5
}

.uk-card-primary {
  --uk-inverse: dark;
  background-color: transparent;
  color: #000;
  border-image-slice: 3% fill !important;
  border-image-width: 10px !important;
  border-image-repeat: stretch !important;
  border: 10px solid #ffeff9;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffeff9%22%20d%3D%22M193.2%20299.4c-3.6%200-7.3%200-11-.1-15.1-.2-30.5-.6-45.3-1-16.9-.4-34.4-.9-51.7-1-9.2-.1-18.5.2-27.6.5-7.7.2-15.8.5-23.7.5-2.3%200-4.6.1-7%20.1-7.4.2-15.1.3-22.7-.9l-2.5-.4-1.1-7c0-4.9.1-9.4.2-13.8.2-3.5.2-7%20.3-10.3%200-10.7.1-21.3.1-31.8.1-30.3.2-58.9-.1-89.4C.6%2095.7.5%2056.9.8%2019.3v-7.9c0-6.5%200-6.5%201-7.6s1-1.1%209.6-1.4c2.3-.1%208.2-.3%2012.1-.3%2014-.1%2028.2-.1%2041.9-.2%2015.5%200%2031.5%200%2047.2-.2%2042.2-.5%2085.1-.3%20126.6%200h15c9.1%200%2019.3.1%2027.5.2%204.5.1%207.8.2%2010.2.3%203.6.2%207.3.4%207.3%204%200%2029.6%200%2060-.1%2090.7%200%2031.1-.1%2062.5-.1%2093.4%200%2067.2%200%2095%20.5%20105l.2%203.8-23.8-.9c-14.8%200-29%20.3-42.8.5-12.9.5-26.2.7-39.9.7z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M166%20296.5c-20.6%200-40.9-.3-60.8-.6-15.6-.2-31.7-.5-47.8-.6-6.2%200-14.8.1-23.2.2-24.4.4-29.5.3-30.2-.4l-.2-.2v-.4c0-12.7-.4-25.8-.7-38.4-.6-22.1-1.2-45-.1-67.7.5-9.3%201-53.2%201-78%200-67.2%200-95-.5-105.2v-.8l20.8.8C39%205.3%2053.2%205%2067%204.7c16.3-.3%2033.2-.7%2050.9-.5%2015.1.2%2030.4.6%2045.3%201%2017%20.4%2034.5.9%2051.7%201%209.2.1%2018.6-.2%2027.7-.5%207.7-.2%2015.7-.5%2023.6-.5%202.3%200%204.7-.1%207-.1%207.3-.2%2014.9-.3%2022.2.8l.5.1.7%204.6c0%204.8-.1%209.4-.2%2013.7-.1%203.7-.1%207.1-.1%2010.5%200%2010.7-.1%2021.3-.1%2031.7-.1%2030.3-.2%2058.9.1%2089.5.5%2049.2.6%2087.9.2%20125.5v7.9c0%205.5%200%205.5-.2%205.7-.5.5-19.6.9-19.8.9-13.9.1-28.1.1-41.8.2-15.5%200-31.5%200-47.2.2-7.2.1-14.4.1-21.5.1zm-110.9-2.7h2.3c16.1.1%2032.2.3%2047.8.6%2026.8.4%2054.5.8%2082.3.5%2015.7-.2%2031.7-.2%2047.2-.2%2013.7%200%2027.8%200%2041.7-.2%205.6-.1%2015.9-.5%2018.6-.6v-12.4c.4-37.6.3-76.3-.2-125.5-.3-30.5-.2-59.2-.1-89.5%200-10.5.1-21%20.1-31.7%200-3.3.1-6.8.1-10.5.1-4.4.2-8.9.2-13.7l-.5-3.3c-7-1-14.3-.9-21.4-.7-2.4%200-4.7.1-7%20.1-7.8%200-15.8.3-23.5.5-9.1.3-18.5.6-27.8.5-17.3-.1-34.8-.6-51.8-1-14.8-.4-30.2-.8-45.2-1-17.7-.2-34.5.2-50.9.5-13.8.3-28%20.5-42.9.5L4.9%206c.5%2010.8.5%2038.9.5%20104.4%200%2024.8-.5%2068.8-1%2078-1.2%2022.7-.5%2045.6.1%2067.6.3%2012.5.7%2025.4.7%2038%202.6.4%2016.6.2%2029%200%207.3-.1%2015-.2%2020.9-.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-primary .uk-card-title {
  color: #27003e
}

.uk-card-primary.uk-card-hover:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffd6ef;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffd6ef%22%20d%3D%22M193.2%20299.4c-3.6%200-7.3%200-11-.1-15.1-.2-30.5-.6-45.3-1-16.9-.4-34.4-.9-51.7-1-9.2-.1-18.5.2-27.6.5-7.7.2-15.8.5-23.7.5-2.3%200-4.6.1-7%20.1-7.4.2-15.1.3-22.7-.9l-2.5-.4-1.1-7c0-4.9.1-9.4.2-13.8.2-3.5.2-7%20.3-10.3%200-10.7.1-21.3.1-31.8.1-30.3.2-58.9-.1-89.4C.6%2095.7.5%2056.9.8%2019.3v-7.9c0-6.5%200-6.5%201-7.6s1-1.1%209.6-1.4c2.3-.1%208.2-.3%2012.1-.3%2014-.1%2028.2-.1%2041.9-.2%2015.5%200%2031.5%200%2047.2-.2%2042.2-.5%2085.1-.3%20126.6%200h15c9.1%200%2019.3.1%2027.5.2%204.5.1%207.8.2%2010.2.3%203.6.2%207.3.4%207.3%204%200%2029.6%200%2060-.1%2090.7%200%2031.1-.1%2062.5-.1%2093.4%200%2067.2%200%2095%20.5%20105l.2%203.8-23.8-.9c-14.8%200-29%20.3-42.8.5-12.9.5-26.2.7-39.9.7z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M166%20296.5c-20.6%200-40.9-.3-60.8-.6-15.6-.2-31.7-.5-47.8-.6-6.2%200-14.8.1-23.2.2-24.4.4-29.5.3-30.2-.4l-.2-.2v-.4c0-12.7-.4-25.8-.7-38.4-.6-22.1-1.2-45-.1-67.7.5-9.3%201-53.2%201-78%200-67.2%200-95-.5-105.2v-.8l20.8.8C39%205.3%2053.2%205%2067%204.7c16.3-.3%2033.2-.7%2050.9-.5%2015.1.2%2030.4.6%2045.3%201%2017%20.4%2034.5.9%2051.7%201%209.2.1%2018.6-.2%2027.7-.5%207.7-.2%2015.7-.5%2023.6-.5%202.3%200%204.7-.1%207-.1%207.3-.2%2014.9-.3%2022.2.8l.5.1.7%204.6c0%204.8-.1%209.4-.2%2013.7-.1%203.7-.1%207.1-.1%2010.5%200%2010.7-.1%2021.3-.1%2031.7-.1%2030.3-.2%2058.9.1%2089.5.5%2049.2.6%2087.9.2%20125.5v7.9c0%205.5%200%205.5-.2%205.7-.5.5-19.6.9-19.8.9-13.9.1-28.1.1-41.8.2-15.5%200-31.5%200-47.2.2-7.2.1-14.4.1-21.5.1zm-110.9-2.7h2.3c16.1.1%2032.2.3%2047.8.6%2026.8.4%2054.5.8%2082.3.5%2015.7-.2%2031.7-.2%2047.2-.2%2013.7%200%2027.8%200%2041.7-.2%205.6-.1%2015.9-.5%2018.6-.6v-12.4c.4-37.6.3-76.3-.2-125.5-.3-30.5-.2-59.2-.1-89.5%200-10.5.1-21%20.1-31.7%200-3.3.1-6.8.1-10.5.1-4.4.2-8.9.2-13.7l-.5-3.3c-7-1-14.3-.9-21.4-.7-2.4%200-4.7.1-7%20.1-7.8%200-15.8.3-23.5.5-9.1.3-18.5.6-27.8.5-17.3-.1-34.8-.6-51.8-1-14.8-.4-30.2-.8-45.2-1-17.7-.2-34.5.2-50.9.5-13.8.3-28%20.5-42.9.5L4.9%206c.5%2010.8.5%2038.9.5%20104.4%200%2024.8-.5%2068.8-1%2078-1.2%2022.7-.5%2045.6.1%2067.6.3%2012.5.7%2025.4.7%2038%202.6.4%2016.6.2%2029%200%207.3-.1%2015-.2%2020.9-.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-secondary {
  --uk-inverse: dark;
  background-color: #fff;
  color: #000;
  border-image-slice: 3% fill !important;
  border-image-width: 10px !important;
  border-image-repeat: stretch !important;
  border: 10px solid rgba(39, 0, 62, .25);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%2839,%200,%2062,%200.25%29%22%20d%3D%22M193.2%20299.4c-3.6%200-7.3%200-11-.1-15.1-.2-30.5-.6-45.3-1-16.9-.4-34.4-.9-51.7-1-9.2-.1-18.5.2-27.6.5-7.7.2-15.8.5-23.7.5-2.3%200-4.6.1-7%20.1-7.4.2-15.1.3-22.7-.9l-2.5-.4-1.1-7c0-4.9.1-9.4.2-13.8.2-3.5.2-7%20.3-10.3%200-10.7.1-21.3.1-31.8.1-30.3.2-58.9-.1-89.4C.6%2095.7.5%2056.9.8%2019.3v-7.9c0-6.5%200-6.5%201-7.6%201-1.1%201-1.1%209.6-1.4%202.3-.1%208.2-.3%2012.1-.3%2014-.1%2028.2-.1%2041.9-.2%2015.5%200%2031.5%200%2047.2-.2%2042.2-.5%2085.1-.3%20126.6%200h15c9.1%200%2019.3.1%2027.5.2%204.5.1%207.8.2%2010.2.3%203.6.2%207.3.4%207.3%204%200%2029.6%200%2060-.1%2090.7%200%2031.1-.1%2062.5-.1%2093.4%200%2067.2%200%2095%20.5%20105l.2%203.8-23.8-.9c-14.8%200-29%20.3-42.8.5-12.9.5-26.2.7-39.9.7zm-110.6-9h2.6c17.3.1%2034.8.6%2051.8%201%2014.8.4%2030.1.8%2045.2%201%2017.6.2%2034.5-.1%2050.8-.5%2013.8-.3%2028.1-.6%2043-.5h.1l16.3.6c-.4-12.7-.4-41.3-.4-101.6%200-30.9%200-62.3.1-93.4%200-29.6.1-59.1.1-87.7-6.9-.4-26-.5-38-.5h-15c-41.4-.2-84.3-.5-126.5%200-15.8.1-31.8.1-47.3.1-13.7.1-27.8.1-41.7.2-4.5%200-11.7.3-15.9.5v9.8c-.3%2037.6-.2%2076.2.3%20125.4.3%2030.5.2%2059.1.1%2089.5%200%2010.5-.1%2021.1-.1%2031.8%200%203.4-.1%206.8-.1%2010.5-.1%204.3-.1%208.7-.2%2013.4l.2%201.1c6.2.7%2012.6.6%2018.9.4%202.4%200%204.7-.1%207.1-.1%207.8%200%2015.8-.3%2023.5-.5%208.2-.3%2016.7-.5%2025.1-.5z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M166%20296.5c-20.6%200-40.9-.3-60.8-.6-15.6-.2-31.7-.5-47.8-.6-6.2%200-14.8.1-23.2.2-24.4.4-29.5.3-30.2-.4l-.2-.2v-.4c0-12.7-.4-25.8-.7-38.4-.6-22.1-1.2-45-.1-67.7.5-9.3%201-53.2%201-78%200-67.2%200-95-.5-105.2v-.8l20.8.8C39%205.3%2053.2%205%2067%204.7c16.3-.3%2033.2-.7%2050.9-.5%2015.1.2%2030.4.6%2045.3%201%2017%20.4%2034.5.9%2051.7%201%209.2.1%2018.6-.2%2027.7-.5%207.7-.2%2015.7-.5%2023.6-.5%202.3%200%204.7-.1%207-.1%207.3-.2%2014.9-.3%2022.2.8l.5.1.7%204.6c0%204.8-.1%209.4-.2%2013.7-.1%203.7-.1%207.1-.1%2010.5%200%2010.7-.1%2021.3-.1%2031.7-.1%2030.3-.2%2058.9.1%2089.5.5%2049.2.6%2087.9.2%20125.5v7.9c0%205.5%200%205.5-.2%205.7-.5.5-19.6.9-19.8.9-13.9.1-28.1.1-41.8.2-15.5%200-31.5%200-47.2.2-7.2.1-14.4.1-21.5.1zm-110.9-2.7h2.3c16.1.1%2032.2.3%2047.8.6%2026.8.4%2054.5.8%2082.3.5%2015.7-.2%2031.7-.2%2047.2-.2%2013.7%200%2027.8%200%2041.7-.2%205.6-.1%2015.9-.5%2018.6-.6v-12.4c.4-37.6.3-76.3-.2-125.5-.3-30.5-.2-59.2-.1-89.5%200-10.5.1-21%20.1-31.7%200-3.3.1-6.8.1-10.5.1-4.4.2-8.9.2-13.7l-.5-3.3c-7-1-14.3-.9-21.4-.7-2.4%200-4.7.1-7%20.1-7.8%200-15.8.3-23.5.5-9.1.3-18.5.6-27.8.5-17.3-.1-34.8-.6-51.8-1-14.8-.4-30.2-.8-45.2-1-17.7-.2-34.5.2-50.9.5-13.8.3-28%20.5-42.9.5L4.9%206c.5%2010.8.5%2038.9.5%20104.4%200%2024.8-.5%2068.8-1%2078-1.2%2022.7-.5%2045.6.1%2067.6.3%2012.5.7%2025.4.7%2038%202.6.4%2016.6.2%2029%200%207.3-.1%2015-.2%2020.9-.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-secondary .uk-card-title {
  color: #27003e
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #fff;
  border-color: rgba(39, 0, 62, .35);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%2839,%200,%2062,%200.35%29%22%20d%3D%22M193.2%20299.4c-3.6%200-7.3%200-11-.1-15.1-.2-30.5-.6-45.3-1-16.9-.4-34.4-.9-51.7-1-9.2-.1-18.5.2-27.6.5-7.7.2-15.8.5-23.7.5-2.3%200-4.6.1-7%20.1-7.4.2-15.1.3-22.7-.9l-2.5-.4-1.1-7c0-4.9.1-9.4.2-13.8.2-3.5.2-7%20.3-10.3%200-10.7.1-21.3.1-31.8.1-30.3.2-58.9-.1-89.4C.6%2095.7.5%2056.9.8%2019.3v-7.9c0-6.5%200-6.5%201-7.6%201-1.1%201-1.1%209.6-1.4%202.3-.1%208.2-.3%2012.1-.3%2014-.1%2028.2-.1%2041.9-.2%2015.5%200%2031.5%200%2047.2-.2%2042.2-.5%2085.1-.3%20126.6%200h15c9.1%200%2019.3.1%2027.5.2%204.5.1%207.8.2%2010.2.3%203.6.2%207.3.4%207.3%204%200%2029.6%200%2060-.1%2090.7%200%2031.1-.1%2062.5-.1%2093.4%200%2067.2%200%2095%20.5%20105l.2%203.8-23.8-.9c-14.8%200-29%20.3-42.8.5-12.9.5-26.2.7-39.9.7zm-110.6-9h2.6c17.3.1%2034.8.6%2051.8%201%2014.8.4%2030.1.8%2045.2%201%2017.6.2%2034.5-.1%2050.8-.5%2013.8-.3%2028.1-.6%2043-.5h.1l16.3.6c-.4-12.7-.4-41.3-.4-101.6%200-30.9%200-62.3.1-93.4%200-29.6.1-59.1.1-87.7-6.9-.4-26-.5-38-.5h-15c-41.4-.2-84.3-.5-126.5%200-15.8.1-31.8.1-47.3.1-13.7.1-27.8.1-41.7.2-4.5%200-11.7.3-15.9.5v9.8c-.3%2037.6-.2%2076.2.3%20125.4.3%2030.5.2%2059.1.1%2089.5%200%2010.5-.1%2021.1-.1%2031.8%200%203.4-.1%206.8-.1%2010.5-.1%204.3-.1%208.7-.2%2013.4l.2%201.1c6.2.7%2012.6.6%2018.9.4%202.4%200%204.7-.1%207.1-.1%207.8%200%2015.8-.3%2023.5-.5%208.2-.3%2016.7-.5%2025.1-.5z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M166%20296.5c-20.6%200-40.9-.3-60.8-.6-15.6-.2-31.7-.5-47.8-.6-6.2%200-14.8.1-23.2.2-24.4.4-29.5.3-30.2-.4l-.2-.2v-.4c0-12.7-.4-25.8-.7-38.4-.6-22.1-1.2-45-.1-67.7.5-9.3%201-53.2%201-78%200-67.2%200-95-.5-105.2v-.8l20.8.8C39%205.3%2053.2%205%2067%204.7c16.3-.3%2033.2-.7%2050.9-.5%2015.1.2%2030.4.6%2045.3%201%2017%20.4%2034.5.9%2051.7%201%209.2.1%2018.6-.2%2027.7-.5%207.7-.2%2015.7-.5%2023.6-.5%202.3%200%204.7-.1%207-.1%207.3-.2%2014.9-.3%2022.2.8l.5.1.7%204.6c0%204.8-.1%209.4-.2%2013.7-.1%203.7-.1%207.1-.1%2010.5%200%2010.7-.1%2021.3-.1%2031.7-.1%2030.3-.2%2058.9.1%2089.5.5%2049.2.6%2087.9.2%20125.5v7.9c0%205.5%200%205.5-.2%205.7-.5.5-19.6.9-19.8.9-13.9.1-28.1.1-41.8.2-15.5%200-31.5%200-47.2.2-7.2.1-14.4.1-21.5.1zm-110.9-2.7h2.3c16.1.1%2032.2.3%2047.8.6%2026.8.4%2054.5.8%2082.3.5%2015.7-.2%2031.7-.2%2047.2-.2%2013.7%200%2027.8%200%2041.7-.2%205.6-.1%2015.9-.5%2018.6-.6v-12.4c.4-37.6.3-76.3-.2-125.5-.3-30.5-.2-59.2-.1-89.5%200-10.5.1-21%20.1-31.7%200-3.3.1-6.8.1-10.5.1-4.4.2-8.9.2-13.7l-.5-3.3c-7-1-14.3-.9-21.4-.7-2.4%200-4.7.1-7%20.1-7.8%200-15.8.3-23.5.5-9.1.3-18.5.6-27.8.5-17.3-.1-34.8-.6-51.8-1-14.8-.4-30.2-.8-45.2-1-17.7-.2-34.5.2-50.9.5-13.8.3-28%20.5-42.9.5L4.9%206c.5%2010.8.5%2038.9.5%20104.4%200%2024.8-.5%2068.8-1%2078-1.2%2022.7-.5%2045.6.1%2067.6.3%2012.5.7%2025.4.7%2038%202.6.4%2016.6.2%2029%200%207.3-.1%2015-.2%2020.9-.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-card-small .uk-card-body,
.uk-card-small.uk-card-body {
  padding: 20px 20px
}

.uk-card-small .uk-card-header {
  padding: 13px 20px
}

.uk-card-small .uk-card-footer {
  padding: 13px 20px
}

@media (min-width: 1200px) {

  .uk-card-large .uk-card-body,
  .uk-card-large.uk-card-body {
    padding: 70px 70px
  }

  .uk-card-large .uk-card-header {
    padding: 35px 70px
  }

  .uk-card-large .uk-card-footer {
    padding: 35px 70px
  }
}

.uk-card-body>.uk-nav-default {
  margin-left: -30px;
  margin-right: -30px
}

.uk-card-body>.uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px
}

.uk-card-body>.uk-nav-default .uk-nav-divider,
.uk-card-body>.uk-nav-default .uk-nav-header,
.uk-card-body>.uk-nav-default>li>a {
  padding-left: 30px;
  padding-right: 30px
}

.uk-card-body>.uk-nav-default .uk-nav-sub {
  padding-left: 45px
}

@media (min-width: 1200px) {
  .uk-card-body>.uk-nav-default {
    margin-left: -40px;
    margin-right: -40px
  }

  .uk-card-body>.uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px
  }

  .uk-card-body>.uk-nav-default .uk-nav-divider,
  .uk-card-body>.uk-nav-default .uk-nav-header,
  .uk-card-body>.uk-nav-default>li>a {
    padding-left: 40px;
    padding-right: 40px
  }

  .uk-card-body>.uk-nav-default .uk-nav-sub {
    padding-left: 55px
  }
}

.uk-card-small>.uk-nav-default {
  margin-left: -20px;
  margin-right: -20px
}

.uk-card-small>.uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px
}

.uk-card-small>.uk-nav-default .uk-nav-divider,
.uk-card-small>.uk-nav-default .uk-nav-header,
.uk-card-small>.uk-nav-default>li>a {
  padding-left: 20px;
  padding-right: 20px
}

.uk-card-small>.uk-nav-default .uk-nav-sub {
  padding-left: 35px
}

@media (min-width: 1200px) {
  .uk-card-large>.uk-nav-default {
    margin: 0
  }

  .uk-card-large>.uk-nav-default:only-child {
    margin: 0
  }

  .uk-card-large>.uk-nav-default .uk-nav-divider,
  .uk-card-large>.uk-nav-default .uk-nav-header,
  .uk-card-large>.uk-nav-default>li>a {
    padding-left: 0;
    padding-right: 0
  }

  .uk-card-large>.uk-nav-default .uk-nav-sub {
    padding-left: 15px
  }
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary) {
  border: 10px solid transparent
}

.uk-close {
  color: #999;
  transition: .1s ease-in-out;
  transition-property: color, opacity
}

.uk-close:hover {
  color: #000
}

.uk-spinner>* {
  animation: uk-spinner-rotate 1.4s linear infinite
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(270deg)
  }
}

.uk-spinner>*>* {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px
  }

  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg)
  }

  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg)
  }
}

.uk-totop {
  padding: 5px;
  color: #999;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow
}

.uk-totop:hover {
  color: #000
}

.uk-totop:active {
  color: #27003e
}

.uk-marker {
  padding: 5px;
  background: #fe00a3;
  color: #fff;
  transition: .1s ease-in-out;
  transition-property: color, background-color;
  border-radius: 500px
}

.uk-marker:hover {
  color: #fff
}

.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #000
}

*+.uk-alert {
  margin-top: 20px
}

.uk-alert> :last-child {
  margin-bottom: 0
}

.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: .4
}

.uk-alert-close:first-child+* {
  margin-top: 0
}

.uk-alert-close:hover {
  color: inherit;
  opacity: .8
}

.uk-alert-primary {
  background: #ffeff9;
  color: #fe00a3
}

.uk-alert-success {
  background: #c9f1cc;
  color: #2ca935
}

.uk-alert-warning {
  background: #fff8c3;
  color: #f6a900
}

.uk-alert-danger {
  background: #ffbcc9;
  color: #ff0a39
}

.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit
}

.uk-alert a:not([class]),
.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline
}

.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: 0 0;
  border: 1px dashed #e5e5e5
}

*+.uk-placeholder {
  margin-top: 20px
}

.uk-placeholder> :last-child {
  margin-bottom: 0
}

.uk-badge {
  box-sizing: border-box;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #ffd6ef;
  color: #27003e !important;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0;
  font-family: Verdana, Geneva, sans-serif
}

.uk-badge:hover {
  text-decoration: none
}

.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #ffc6ea;
  line-height: 1.6;
  font-size: 14px;
  color: #27003e;
  vertical-align: middle;
  white-space: nowrap;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-label-success {
  background-color: #c9f1cc;
  color: #27003e
}

.uk-label-warning {
  background-color: #fff8c3;
  color: #27003e
}

.uk-label-danger {
  background-color: #ffbcc9;
  color: #27003e
}

.uk-overlay {
  padding: 30px 30px
}

.uk-overlay> :last-child {
  margin-bottom: 0
}

.uk-overlay-default {
  --uk-inverse: dark;
  background: rgba(255, 255, 255, .8)
}

.uk-overlay-primary {
  --uk-inverse: dark;
  background: rgba(255, 178, 226, .8)
}

.uk-article {
  display: flow-root
}

.uk-article> :last-child {
  margin-bottom: 0
}

.uk-article+.uk-article {
  margin-top: 70px
}

.uk-article-title {
  font-size: 35.7px;
  line-height: 1.2;
  color: #27003e;
  font-family: 'Playfair Display';
  font-weight: 300
}

@media (min-width: 960px) {
  .uk-article-title {
    font-size: 42px
  }
}

.uk-article-meta {
  font-size: 14px;
  line-height: 1.4;
  color: #999;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-article-meta a {
  color: #999
}

.uk-article-meta a:hover {
  color: #000;
  text-decoration: none
}

.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word
}

.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px
}

.uk-comment-body> :last-child,
.uk-comment-header> :last-child {
  margin-bottom: 0
}

.uk-comment-title {
  font-size: 18px;
  line-height: 1.4
}

.uk-comment-meta {
  font-size: 14px;
  line-height: 1.4;
  color: #fe00a3;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-comment-list {
  padding: 0;
  list-style: none
}

.uk-comment-list> :nth-child(n + 2) {
  margin-top: 70px
}

.uk-comment-list .uk-comment~ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none
}

@media (min-width: 960px) {
  .uk-comment-list .uk-comment~ul {
    padding-left: 100px
  }
}

.uk-comment-list .uk-comment~ul> :nth-child(n + 2) {
  margin-top: 70px
}

.uk-comment-primary {
  padding: 30px;
  background-color: #fff8fd
}

.uk-search {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0
}

.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none
}

.uk-search-input::-moz-placeholder {
  opacity: 1
}

.uk-search-input {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  overflow: visible;
  -webkit-appearance: none;
  vertical-align: middle;
  width: 100%;
  border: none;
  color: #000;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow
}

.uk-search-input:focus {
  outline: 0
}

.uk-search-input::placeholder {
  color: #999
}

.uk-search .uk-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999
}

.uk-search .uk-search-icon:hover {
  color: #999
}

.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none
}

.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto
}

.uk-search-default {
  width: 240px
}

.uk-search-default .uk-search-input {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f8f8f8
}

.uk-search-default .uk-search-input:focus {
  background-color: #f3f3f3
}

.uk-search-default .uk-search-icon {
  padding-left: 10px;
  padding-right: 10px
}

.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 40px
}

.uk-search-default:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 40px
}

.uk-search-navbar {
  width: 240px
}

.uk-search-navbar .uk-search-input {
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f8f8f8
}

.uk-search-navbar .uk-search-input:focus {
  background-color: #f3f3f3
}

.uk-search-navbar .uk-search-icon {
  padding-left: 15px;
  padding-right: 15px
}

.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 45px
}

.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 45px
}

.uk-search-medium {
  width: 400px
}

.uk-search-medium .uk-search-input {
  height: 60px;
  padding-left: 12px;
  padding-right: 12px;
  background: #f8f8f8;
  font-size: 20px
}

.uk-search-medium .uk-search-input:focus {
  background-color: #f3f3f3
}

.uk-search-medium .uk-search-icon {
  padding-left: 12px;
  padding-right: 12px
}

.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 51px
}

.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 51px
}

.uk-search-large {
  width: 500px
}

.uk-search-large .uk-search-input {
  height: 90px;
  padding-left: 20px;
  padding-right: 20px;
  background: #f8f8f8;
  font-size: 26px
}

.uk-search-large .uk-search-input:focus {
  background-color: #f3f3f3
}

.uk-search-large .uk-search-icon {
  padding-left: 20px;
  padding-right: 20px
}

.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-left: 77px
}

.uk-search-large:has(.uk-search-icon-flip) .uk-search-input {
  padding-right: 77px
}

.uk-search-toggle {
  color: #000
}

.uk-search-toggle:hover {
  color: #fe00a3
}

.uk-accordion {
  padding: 0;
  list-style: none
}

.uk-accordion> :nth-child(n + 2) {
  margin-top: 40px
}

.uk-accordion-title {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  color: #27003e;
  overflow: hidden;
  font-family: 'Playfair Display';
  font-weight: 300
}

.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffd0ee%22%20d%3D%22M27.4%2010.1c.8.6.4%209%20.4%209h-4.9c-1.6%200-3.5-.6-4%200s0%205.9%200%208.9c0%200-8.1%200-8.9-.8-.7-.8%200-5.2%200-8.2-2.7%200-10.8%201.1-10%200s.1-9.2.2-9c.1.3%207.1-.1%209.9-.1V.3l2.3-.2%202.3-.1%204.7.8c0%20.5-.3%202.3-.3%204.2v5.1h3.8c3.5%200%203.5.3%204.5%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M27.8%2014.4c0%20.4-.3.8-.7.8-1.3.1-1.7.1-3.2.1-2%200-4.1%200-6.6-.1-.3%200-.6-.1-.9-.1-.3%200-.5-.1-.8-.1H15v6.5c0%20.7%200%201.4.1%202.2%200%20.6.1%201.2.1%201.8%200%20.6-.3%201.3-.3%201.6%200%20.4-.2.7-.6.7h-.2c-.4%200-.6-.4-.6-.8%200-.3.1-1%20.1-1.5s0-1.1-.1-1.6c-.1-.8-.2-1.6-.1-2.4.1-.9.1-3.6%200-6.4-.6%200-1.1%200-1.6.1-1.5.1-2.7.2-3.4.1-1.1-.1-3.9%200-5.3%200h-.5c-.6%200-1.3-.1-1.6-.1-.4%200-.7-.4-.7-.8s.4-.8.8-.7c.3%200%201%20.1%201.5.1h6c.6.1%201.8%200%203.2-.1.5%200%201.1%200%201.7-.1v-1.1c0-.4.1-2.8.2-5.2%200-.6.1-1%20.1-1.1l.1-1.3-.2-3.9c0-.4.3-.8.7-.8.4%200%20.8.3.8.7%200%200%20.1%202.1%200%203.9v1.3c0%20.1%200%20.6-.1%201.1-.1%201.5-.2%204.7-.2%205.1v1.1h.6c.4%200%20.8.1%201.1.1.2%200%20.4.1.7.1%204.3.2%207.6.2%2010.7.1h-1c.4%200%20.7.3.8.7z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%
}

.uk-open>.uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffd0ee%22%20d%3D%22M17.9%2018.2h-2.4c-2.7-.2-15.6.2-15.4-.1.2-.3%200-9.3-.1-9s13%200%2016%20.1h6.8c3.5%200%204.1-.3%204.8.1s.4%208.6-.1%208.8c-.4.2-2.7.1-4.7.1h-4.9z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M11%2014.6H9.8c-.6%200-1.3-.1-1.9-.3-.6-.1-1.1-.2-1.6-.2-.7%200-1%200-1.5.1-.4.1-.8.1-1.5.1-.6%200-1.2%200-1.8-.1H.7c-.4%200-.7-.4-.7-.8s.4-.8.8-.7h.9c.6%200%201.1.1%201.7.1.5%200%20.9-.1%201.3-.1.5-.1%201-.1%201.8-.1.6%200%201.2.1%201.8.2.6.1%201.1.2%201.7.2%201.8.1%202.2%200%202.7-.2.5-.1%201.1-.3%202.8-.4.4%200%20.8.1%201.1.1.2%200%20.4.1.6.1%203.4.1%206%20.2%209.7.1.4%200%20.7.3.7.7%200%20.4-.3.8-.7.8-3.7.2-6.4.1-9.8-.1-.3%200-.6-.1-.9-.1-.2.1-.5%200-.7%200-1.5%200-2%20.2-2.4.3-.5.2-1%20.3-2.1.3z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-accordion-title:hover {
  color: #fe00a3;
  text-decoration: none
}

.uk-accordion-content {
  display: flow-root;
  margin-top: 20px
}

.uk-accordion-content> :last-child {
  margin-bottom: 0
}

.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 300px
}

.uk-drop.uk-open {
  display: block
}

.uk-drop-stack .uk-drop-grid>* {
  width: 100% !important
}

.uk-drop-parent-icon {
  margin-left: .25em;
  transition: transform .3s ease-out
}

[aria-expanded=true]>.uk-drop-parent-icon {
  transform: rotateX(180deg)
}

.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  --uk-inverse: dark;
  width: auto;
  padding: 0 15px 15px 15px;
  background: #fff;
  color: #000
}

.uk-dropbar> :last-child {
  margin-bottom: 0
}

@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px
  }
}

.uk-dropbar :focus-visible {
  outline-color: #27003e !important
}

.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px
}

.uk-dropbar-top {
  box-shadow: 0 5px 8px -5px rgba(0, 0, 0, .08)
}

.uk-dropbar-bottom {
  box-shadow: 0 -5px 8px -5px rgba(0, 0, 0, .08)
}

.uk-dropbar-left {
  box-shadow: 12px 0 10px -12px rgba(0, 0, 0, .1)
}

.uk-dropbar-right {
  box-shadow: -12px 0 10px -12px rgba(0, 0, 0, .1)
}

.uk-dropbar-inset {
  padding-top: 0
}

.uk-dropnav-dropbar {
  position: absolute;
  z-index: 980;
  padding: 0;
  left: 0;
  right: 0
}

.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  padding: 15px 15px;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: opacity .15s linear
}

@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px
  }
}

@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px
  }
}

.uk-modal.uk-open {
  opacity: 1
}

.uk-modal-page {
  overflow: hidden
}

.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: 100% !important;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: .3s linear;
  transition-property: opacity, transform
}

.uk-open>.uk-modal-dialog {
  opacity: 1;
  transform: translateY(0)
}

.uk-modal-container .uk-modal-dialog {
  width: 1200px
}

.uk-modal-full {
  padding: 0;
  background: 0 0
}

.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0)
}

.uk-modal-body {
  display: flow-root;
  padding: 20px 20px
}

.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5
}

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5
}

@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px
  }

  .uk-modal-header {
    padding: 15px 30px
  }

  .uk-modal-footer {
    padding: 15px 30px
  }
}

.uk-modal-body> :last-child,
.uk-modal-footer> :last-child,
.uk-modal-header> :last-child {
  margin-bottom: 0
}

.uk-modal-title {
  font-size: 42px;
  line-height: 1.3;
  font-family: 'Playfair Display';
  font-weight: 300
}

[class *=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px
}

[class *=uk-modal-close-]:first-child+* {
  margin-top: 0
}

.uk-modal-close-outside {
  top: 0;
  right: -5px;
  transform: translate(0, -100%);
  color: #fff
}

.uk-modal-close-outside:hover {
  color: #fff
}

@media (min-width: 960px) {
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%)
  }
}

.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 10px;
  background: #fff
}

@media (min-width: 960px) {
  .uk-modal-close-full {
    padding: 20px
  }
}

.uk-slideshow {
  -webkit-tap-highlight-color: transparent
}

.uk-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
  touch-action: pan-y
}

.uk-slideshow-items>* {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity
}

.uk-slideshow-items> :not(.uk-active) {
  display: none
}

.uk-slider {
  -webkit-tap-highlight-color: transparent
}

.uk-slider-container {
  overflow: hidden;
  overflow: clip
}

.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px
}

.uk-slider-items {
  will-change: transform;
  position: relative;
  touch-action: pan-y
}

.uk-slider-items:not(.uk-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap
}

.uk-slider-items>* {
  flex: none !important;
  box-sizing: border-box;
  max-width: 100%;
  position: relative
}

.uk-sticky {
  position: relative;
  z-index: 980;
  box-sizing: border-box
}

.uk-sticky-fixed {
  margin: 0 !important
}

.uk-sticky[class *=uk-animation-] {
  animation-duration: .2s
}

.uk-sticky.uk-animation-reverse {
  animation-duration: .2s
}

.uk-sticky-placeholder {
  pointer-events: none
}

.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000
}

.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto
}

.uk-offcanvas-bar {
  --uk-inverse: dark;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #fff;
  overflow-y: auto
}

@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px
  }
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px
}

@media (min-width: 640px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px
  }
}

.uk-open>.uk-offcanvas-bar {
  left: 0
}

.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar {
  left: auto;
  right: 0
}

.uk-offcanvas-bar-animation {
  transition: left .3s ease-out
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right
}

.uk-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: width .3s ease-out
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  left: 0
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  left: auto;
  right: 0
}

.uk-open>.uk-offcanvas-reveal {
  width: 270px
}

@media (min-width: 640px) {
  .uk-open>.uk-offcanvas-reveal {
    width: 350px
  }
}

.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto
}

.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 5px;
  padding: 5px
}

@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px
  }
}

.uk-offcanvas-close:first-child+* {
  margin-top: 0
}

.uk-offcanvas-overlay {
  width: 100vw;
  touch-action: none
}

.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(163, 0, 102, .05);
  opacity: 0;
  transition: opacity .15s linear
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1
}

.uk-offcanvas-container,
.uk-offcanvas-page {
  overflow-x: hidden;
  overflow-x: clip
}

.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left .3s ease-out;
  box-sizing: border-box;
  width: 100%
}

:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px
}

@media (min-width: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px
  }

  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px
  }
}

.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none
}

.uk-switcher> :not(.uk-active) {
  display: none
}

.uk-switcher>*> :last-child {
  margin-bottom: 0
}

.uk-leader {
  overflow: hidden
}

.uk-leader-fill::after {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  content: attr(data-fill);
  white-space: nowrap;
  color: #000;
  letter-spacing: 2px
}

.uk-leader-fill.uk-leader-hide::after {
  display: none
}

:root {
  --uk-leader-fill-content: .
}

.uk-notification {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1040;
  box-sizing: border-box;
  width: 420px
}

.uk-notification-bottom-right,
.uk-notification-top-right {
  left: auto;
  right: 15px
}

.uk-notification-bottom-center,
.uk-notification-top-center {
  left: 50%;
  margin-left: -210px
}

.uk-notification-bottom-center,
.uk-notification-bottom-left,
.uk-notification-bottom-right {
  top: auto;
  bottom: 15px
}

@media (max-width: 639px) {
  .uk-notification {
    left: 15px;
    right: 15px;
    width: auto;
    margin: 0
  }
}

.uk-notification-message {
  position: relative;
  padding: 30px;
  background: #f8f8f8;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer
}

*+.uk-notification-message {
  margin-top: 10px
}

.uk-notification-close {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px
}

.uk-notification-message:hover .uk-notification-close {
  display: block
}

.uk-notification-message-primary {
  color: #fe00a3;
  background-color: #ffeff9
}

.uk-notification-message-success {
  color: #3bcc46;
  background-color: #c9f1cc
}

.uk-notification-message-warning {
  color: #f1a937;
  background-color: #fff8c3
}

.uk-notification-message-danger {
  color: #ff3d62;
  background-color: #ffbcc9
}

.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  top: 0;
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #999;
  border-radius: 2px;
  color: #fff;
  font-size: 12px
}

.uk-tooltip.uk-active {
  display: block
}

.uk-sortable {
  position: relative
}

.uk-sortable> :last-child {
  margin-bottom: 0
}

.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none
}

.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none
}

.uk-sortable-empty {
  min-height: 50px
}

.uk-sortable-handle:hover {
  cursor: move
}

.uk-countdown-number,
.uk-countdown-separator {
  color: #9b6869;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300;
  font-style: normal
}

.uk-countdown-number {
  font-variant-numeric: tabular-nums;
  font-size: 1.2rem;
  line-height: 1
}

@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 2.625rem
  }
}

@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 3.25rem
  }
}

.uk-countdown-separator {
  font-size: 1.3333rem;
  line-height: 1.5
}

@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 1.75rem
  }
}

@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 2.1666rem
  }
}

.uk-countdown-label {
  color: #9b6869;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", Times, serif
}

.uk-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px
}

.uk-thumbnav>* {
  padding-left: 15px
}

.uk-thumbnav>*>* {
  display: inline-block;
  position: relative
}

.uk-thumbnav>*> ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  background-origin: border-box;
  transition: .1s ease-in-out;
  transition-property: background-color, border-color, box-shadow, opacity
}

.uk-thumbnav>*> ::after {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4))
}

.uk-thumbnav>*> :hover::after {
  opacity: 0
}

.uk-thumbnav>.uk-active> ::after {
  opacity: 0
}

.uk-thumbnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px
}

.uk-thumbnav-vertical>* {
  padding-left: 0;
  padding-top: 15px
}

.uk-iconnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px
}

.uk-iconnav>* {
  padding-left: 10px
}

.uk-iconnav>*>a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  line-height: 0;
  color: #000;
  text-decoration: none;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow, opacity, filter;
  font-size: 14px
}

.uk-iconnav>*>a:hover {
  color: #27003e
}

.uk-iconnav>.uk-active>a {
  color: #27003e
}

.uk-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -10px
}

.uk-iconnav-vertical>* {
  padding-left: 0;
  padding-top: 10px
}

.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none
}

.uk-grid>* {
  margin: 0
}

.uk-grid>*> :last-child {
  margin-bottom: 0
}

.uk-grid {
  margin-left: -30px
}

.uk-grid>* {
  padding-left: 30px
}

*+.uk-grid-margin,
.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin {
  margin-top: 30px
}

@media (min-width: 1200px) {
  .uk-grid {
    margin-left: -40px
  }

  .uk-grid>* {
    padding-left: 40px
  }

  *+.uk-grid-margin,
  .uk-grid+.uk-grid,
  .uk-grid>.uk-grid-margin {
    margin-top: 40px
  }
}

.uk-grid-column-small,
.uk-grid-small {
  margin-left: -15px
}

.uk-grid-column-small>*,
.uk-grid-small>* {
  padding-left: 15px
}

*+.uk-grid-margin-small,
.uk-grid+.uk-grid-row-small,
.uk-grid+.uk-grid-small,
.uk-grid-row-small>.uk-grid-margin,
.uk-grid-small>.uk-grid-margin {
  margin-top: 15px
}

.uk-grid-column-medium,
.uk-grid-medium {
  margin-left: -30px
}

.uk-grid-column-medium>*,
.uk-grid-medium>* {
  padding-left: 30px
}

*+.uk-grid-margin-medium,
.uk-grid+.uk-grid-medium,
.uk-grid+.uk-grid-row-medium,
.uk-grid-medium>.uk-grid-margin,
.uk-grid-row-medium>.uk-grid-margin {
  margin-top: 30px
}

.uk-grid-column-large,
.uk-grid-large {
  margin-left: -40px
}

.uk-grid-column-large>*,
.uk-grid-large>* {
  padding-left: 40px
}

*+.uk-grid-margin-large,
.uk-grid+.uk-grid-large,
.uk-grid+.uk-grid-row-large,
.uk-grid-large>.uk-grid-margin,
.uk-grid-row-large>.uk-grid-margin {
  margin-top: 40px
}

@media (min-width: 1200px) {

  .uk-grid-column-large,
  .uk-grid-large {
    margin-left: -70px
  }

  .uk-grid-column-large>*,
  .uk-grid-large>* {
    padding-left: 70px
  }

  *+.uk-grid-margin-large,
  .uk-grid+.uk-grid-large,
  .uk-grid+.uk-grid-row-large,
  .uk-grid-large>.uk-grid-margin,
  .uk-grid-row-large>.uk-grid-margin {
    margin-top: 70px
  }
}

.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0
}

.uk-grid-collapse>*,
.uk-grid-column-collapse>* {
  padding-left: 0
}

.uk-grid+.uk-grid-collapse,
.uk-grid+.uk-grid-row-collapse,
.uk-grid-collapse>.uk-grid-margin,
.uk-grid-row-collapse>.uk-grid-margin {
  margin-top: 0
}

.uk-grid-divider>* {
  position: relative
}

.uk-grid-divider> :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5
}

.uk-grid-divider {
  margin-left: -60px
}

.uk-grid-divider>* {
  padding-left: 60px
}

.uk-grid-divider> :not(.uk-first-column)::before {
  left: 30px
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin {
  margin-top: 60px
}

.uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
  top: -30px;
  left: 60px
}

@media (min-width: 1200px) {
  .uk-grid-divider {
    margin-left: -80px
  }

  .uk-grid-divider>* {
    padding-left: 80px
  }

  .uk-grid-divider> :not(.uk-first-column)::before {
    left: 40px
  }

  .uk-grid-divider.uk-grid-stack>.uk-grid-margin {
    margin-top: 80px
  }

  .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
    top: -40px;
    left: 80px
  }
}

.uk-grid-divider.uk-grid-column-small,
.uk-grid-divider.uk-grid-small {
  margin-left: -30px
}

.uk-grid-divider.uk-grid-column-small>*,
.uk-grid-divider.uk-grid-small>* {
  padding-left: 30px
}

.uk-grid-divider.uk-grid-column-small> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-small> :not(.uk-first-column)::before {
  left: 15px
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin {
  margin-top: 30px
}

.uk-grid-divider.uk-grid-small.uk-grid-stack>.uk-grid-margin::before {
  top: -15px;
  left: 30px
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack>.uk-grid-margin::before {
  top: -15px
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack>.uk-grid-margin::before {
  left: 30px
}

.uk-grid-divider.uk-grid-column-medium,
.uk-grid-divider.uk-grid-medium {
  margin-left: -60px
}

.uk-grid-divider.uk-grid-column-medium>*,
.uk-grid-divider.uk-grid-medium>* {
  padding-left: 60px
}

.uk-grid-divider.uk-grid-column-medium> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-medium> :not(.uk-first-column)::before {
  left: 30px
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin {
  margin-top: 60px
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack>.uk-grid-margin::before {
  top: -30px;
  left: 60px
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack>.uk-grid-margin::before {
  top: -30px
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack>.uk-grid-margin::before {
  left: 60px
}

.uk-grid-divider.uk-grid-column-large,
.uk-grid-divider.uk-grid-large {
  margin-left: -80px
}

.uk-grid-divider.uk-grid-column-large>*,
.uk-grid-divider.uk-grid-large>* {
  padding-left: 80px
}

.uk-grid-divider.uk-grid-column-large> :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before {
  left: 40px
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
  margin-top: 80px
}

.uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
  top: -40px;
  left: 80px
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
  top: -40px
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
  left: 80px
}

@media (min-width: 1200px) {

  .uk-grid-divider.uk-grid-column-large,
  .uk-grid-divider.uk-grid-large {
    margin-left: -140px
  }

  .uk-grid-divider.uk-grid-column-large>*,
  .uk-grid-divider.uk-grid-large>* {
    padding-left: 140px
  }

  .uk-grid-divider.uk-grid-column-large> :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-large> :not(.uk-first-column)::before {
    left: 70px
  }

  .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin {
    margin-top: 140px
  }

  .uk-grid-divider.uk-grid-large.uk-grid-stack>.uk-grid-margin::before {
    top: -70px;
    left: 140px
  }

  .uk-grid-divider.uk-grid-row-large.uk-grid-stack>.uk-grid-margin::before {
    top: -70px
  }

  .uk-grid-divider.uk-grid-column-large.uk-grid-stack>.uk-grid-margin::before {
    left: 140px
  }
}

.uk-grid-item-match,
.uk-grid-match>* {
  display: flex;
  flex-wrap: wrap
}

.uk-grid-item-match> :not([class *=uk-width]),
.uk-grid-match>*> :not([class *=uk-width]) {
  box-sizing: border-box;
  width: 100%;
  flex: auto
}

.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.uk-nav li>a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  text-decoration: none
}

.uk-nav>li>a {
  padding: 5px 0
}

ul.uk-nav-sub {
  padding: 5px 0 5px 15px
}

.uk-nav-sub ul {
  padding-left: 15px
}

.uk-nav-sub a {
  padding: 2px 0
}

.uk-nav-parent-icon {
  margin-left: auto;
  transition: transform .3s ease-out
}

.uk-nav>li.uk-open>a .uk-nav-parent-icon {
  transform: rotateX(180deg)
}

.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 14px
}

.uk-nav-header:not(:first-child) {
  margin-top: 20px
}

.uk-nav .uk-nav-divider {
  margin: 5px 0
}

.uk-nav-default {
  font-size: 20px;
  line-height: 1.6;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300
}

.uk-nav-default>li>a {
  color: #9a6667;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow, opacity, filter
}

.uk-nav-default>li>a:hover {
  color: #9a6667
}

.uk-nav-default>li.uk-active>a {
  color: #fe00a3
}

.uk-nav-default .uk-nav-subtitle {
  font-size: 13px;
  line-height: 16px
}

.uk-nav-default .uk-nav-header {
  color: #27003e
}

.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5
}

.uk-nav-default .uk-nav-sub {
  font-size: 20px;
  line-height: 1.6
}

.uk-nav-default .uk-nav-sub a {
  color: #999
}

.uk-nav-default .uk-nav-sub a:hover {
  color: #000
}

.uk-nav-default .uk-nav-sub li.uk-active>a {
  color: #27003e
}

.uk-nav-primary {
  font-size: 26px;
  line-height: 1.6;
  font-family: 'Playfair Display';
  font-weight: 300
}

.uk-nav-primary>li>a {
  color: #000;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow, opacity, filter
}

.uk-nav-primary>li>a:hover {
  color: #fe00a3
}

.uk-nav-primary>li.uk-active>a {
  color: #fe00a3
}

.uk-nav-primary .uk-nav-subtitle {
  font-size: 18px;
  line-height: 18px
}

.uk-nav-primary .uk-nav-header {
  color: #27003e
}

.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5
}

.uk-nav-primary .uk-nav-sub {
  font-size: 20px;
  line-height: 1.6
}

.uk-nav-primary .uk-nav-sub a {
  color: #999
}

.uk-nav-primary .uk-nav-sub a:hover {
  color: #000
}

.uk-nav-primary .uk-nav-sub li.uk-active>a {
  color: #27003e
}

.uk-nav-secondary {
  font-size: 18px;
  line-height: 1.6;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-nav-secondary> :not(.uk-nav-divider)+ :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 20px
}

.uk-nav-secondary>li>a {
  color: #27003e;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow
}

.uk-nav-secondary>li>a:hover {
  color: #fe00a3
}

.uk-nav-secondary>li.uk-active>a {
  color: #fe00a3
}

.uk-nav-secondary .uk-nav-subtitle {
  font-size: 18px;
  color: #000
}

.uk-nav-secondary>li>a:hover .uk-nav-subtitle {
  color: #fe00a3
}

.uk-nav-secondary>li.uk-active>a .uk-nav-subtitle {
  color: #fe00a3
}

.uk-nav-secondary .uk-nav-header {
  color: #27003e
}

.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5
}

.uk-nav-secondary .uk-nav-sub {
  font-size: 18px;
  line-height: 1.6
}

.uk-nav-secondary .uk-nav-sub a {
  color: #999
}

.uk-nav-secondary .uk-nav-sub a:hover {
  color: #fe00a3
}

.uk-nav-secondary .uk-nav-sub li.uk-active>a {
  color: #fe00a3
}

.uk-nav-medium {
  font-size: 44.75625px;
  line-height: 1.28
}

.uk-nav-large {
  font-size: 3.4rem;
  line-height: 1.25
}

.uk-nav-xlarge {
  font-size: 4rem;
  line-height: 1.2
}

@media (min-width: 960px) {
  .uk-nav-medium {
    font-size: 54.25px
  }

  .uk-nav-large {
    font-size: 4rem
  }

  .uk-nav-xlarge {
    font-size: 6rem
  }
}

@media (min-width: 1200px) {
  .uk-nav-medium {
    font-size: 62px
  }

  .uk-nav-large {
    font-size: 90px
  }

  .uk-nav-xlarge {
    font-size: 8rem
  }
}

.uk-nav-center {
  text-align: center
}

.uk-nav-center li>a {
  justify-content: center
}

.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0
}

.uk-nav-center .uk-nav-parent-icon {
  margin-left: .25em
}

.uk-nav.uk-nav-divider> :not(.uk-nav-header, .uk-nav-divider)+ :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5
}

.uk-nav-default>li:not(.uk-active)>a:not(:hover) .uk-nav-subtitle {
  color: #999
}

.uk-nav-primary>li:not(.uk-active)>a:not(:hover) .uk-nav-subtitle {
  color: #999
}

.uk-navbar {
  display: flex;
  position: relative
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #fff
}

.uk-navbar-left,
.uk-navbar-right,
[class *=uk-navbar-center] {
  display: flex;
  gap: 15px;
  align-items: center
}

.uk-navbar-right {
  margin-left: auto
}

.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  box-sizing: border-box;
  z-index: 990
}

.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0
}

.uk-navbar-center-left {
  right: calc(100% + 15px)
}

.uk-navbar-center-right {
  left: calc(100% + 15px)
}

[class *=uk-navbar-center-] {
  width: max-content;
  box-sizing: border-box
}

.uk-navbar-nav {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none
}

.uk-navbar-center:only-child,
.uk-navbar-left,
.uk-navbar-right {
  flex-wrap: wrap
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: .25em;
  box-sizing: border-box;
  min-height: 100px;
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none
}

.uk-navbar-nav>li>a {
  padding: 0 10px;
  color: #000;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  position: relative;
  z-index: 1;
  font-weight: 300
}

.uk-navbar-nav>li>a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: calc(42.5%);
  height: 15px;
  background-color: transparent;
  transition: .1s ease-in-out;
  transition-property: background-color, border-color, box-shadow, height, left, right, opacity;
  --uk-navbar-nav-item-line-margin-horizontal: 0;
  left: var(--uk-navbar-nav-item-line-margin-horizontal);
  right: var(--uk-navbar-nav-item-line-margin-horizontal);
  background-color: transparent !important;
  background-size: cover
}

.uk-navbar-primary .uk-navbar-nav>li>a {
  font-size: 20px
}

.uk-navbar-primary .uk-navbar-nav>li>a {
  font-weight: 400
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a[aria-expanded=true] {
  color: #27003e
}

.uk-navbar-nav>li:hover>a::before,
.uk-navbar-nav>li>a[aria-expanded=true]::before {
  background-color: #ffeff9;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2254%22%20height%3D%2215%22%20viewBox%3D%220%200%2054%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffeff9%22%20d%3D%22M.5%203.1C2.8%201.7%206%201.2%2010.2%201.6c6.2.6%2013.2.1%2018.4-.4C33.7.7%2033.4.8%2039.7.3s11.5-.5%209.6.9c-2%201.4-4.4%202.7-1%202.7%203.4%200%201.8%201.1%203.8%202s1.8%205.1%200%206.8c-1.8%201.7-1.3%202.2-6.5%202.2H15.7c-5.6%200-12.1-1.1-12.7-2.2C2.6%2012%201.8%208.8.5%203.1z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-navbar-nav>li>a:active {
  color: #27003e
}

.uk-navbar-nav>li>a:active::before {
  background-color: #ffd6ef;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2254%22%20height%3D%2215%22%20viewBox%3D%220%200%2054%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffd6ef%22%20d%3D%22M.5%203.1C2.8%201.7%206%201.2%2010.2%201.6c6.2.6%2013.2.1%2018.4-.4C33.7.7%2033.4.8%2039.7.3s11.5-.5%209.6.9c-2%201.4-4.4%202.7-1%202.7%203.4%200%201.8%201.1%203.8%202s1.8%205.1%200%206.8c-1.8%201.7-1.3%202.2-6.5%202.2H15.7c-5.6%200-12.1-1.1-12.7-2.2C2.6%2012%201.8%208.8.5%203.1z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-navbar-nav>li.uk-active>a {
  color: #27003e
}

.uk-navbar-nav>li.uk-active>a::before {
  background-color: #ffeff9;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2254%22%20height%3D%2215%22%20viewBox%3D%220%200%2054%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffeff9%22%20d%3D%22M.5%203.1C2.8%201.7%206%201.2%2010.2%201.6c6.2.6%2013.2.1%2018.4-.4C33.7.7%2033.4.8%2039.7.3s11.5-.5%209.6.9c-2%201.4-4.4%202.7-1%202.7%203.4%200%201.8%201.1%203.8%202s1.8%205.1%200%206.8c-1.8%201.7-1.3%202.2-6.5%202.2H15.7c-5.6%200-12.1-1.1-12.7-2.2C2.6%2012%201.8%208.8.5%203.1z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-navbar-parent-icon {
  margin-left: 4px;
  transition: transform .3s ease-out
}

.uk-navbar-nav>li>a[aria-expanded=true] .uk-navbar-parent-icon {
  transform: rotateX(180deg)
}

.uk-navbar-item {
  padding: 0 0;
  color: #000
}

.uk-navbar-item> :last-child {
  margin-bottom: 0
}

.uk-navbar-toggle {
  padding: 0 0;
  color: #000;
  font-weight: 300
}

.uk-navbar-primary .uk-navbar-toggle {
  font-size: 20px
}

.uk-navbar-primary .uk-navbar-toggle {
  font-weight: 400
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded=true] {
  color: #9a6667;
  text-decoration: none
}

.uk-navbar-primary .uk-navbar-toggle-icon>svg {
  width: 26px
}

.uk-navbar-subtitle {
  font-size: 13px;
  line-height: 1.2
}

.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav>li,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1
}

.uk-navbar-dropdown {
  --uk-position-offset: 0;
  --uk-position-shift-offset: -20px;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  width: 260px;
  padding: 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.uk-navbar-dropdown> :last-child {
  margin-bottom: 0
}

.uk-navbar-dropdown :focus-visible {
  outline-color: #27003e !important
}

.uk-navbar-dropdown .uk-drop-grid {
  margin-left: -30px
}

.uk-navbar-dropdown .uk-drop-grid>* {
  padding-left: 30px
}

.uk-navbar-dropdown .uk-drop-grid>.uk-grid-margin {
  margin-top: 30px
}

.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 520px
}

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 780px
}

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 1040px
}

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
  width: 1300px
}

.uk-navbar-dropdown-large {
  --uk-position-shift-offset: -30px;
  padding: 40px
}

.uk-navbar-dropdown-dropbar {
  width: auto;
  background: 0 0;
  padding: 15px 0 30px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 5px;
  --uk-position-viewport-offset: 15px;
  box-shadow: none
}

@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px
  }
}

@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px
  }
}

.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 5px;
  padding-top: 40px;
  padding-bottom: 40px
}

.uk-navbar-dropdown-nav {
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-navbar-dropdown-nav>li>a {
  color: #000
}

.uk-navbar-dropdown-nav>li>a:hover {
  color: #9a6667
}

.uk-navbar-dropdown-nav>li.uk-active>a {
  color: #9a6667
}

.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 13px;
  line-height: 1.2
}

.uk-navbar-dropdown-nav .uk-nav-header {
  color: #27003e
}

.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5
}

.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #000
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active>a {
  color: #27003e
}

.uk-navbar-justify .uk-navbar-nav>li {
  display: flex;
  justify-content: center
}

.uk-navbar-container {
  transition: .1s ease-in-out;
  transition-property: background-color
}

@media (min-width: 960px) {

  .uk-navbar-left,
  .uk-navbar-right,
  [class *=uk-navbar-center] {
    gap: 30px
  }

  .uk-navbar-center-left {
    right: calc(100% + 30px)
  }

  .uk-navbar-center-right {
    left: calc(100% + 30px)
  }
}

@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 30px
  }
}

.uk-navbar-nav>li:not(.uk-active):not(:hover)>a:not([aria-expanded=true]):not(:active) .uk-navbar-subtitle {
  color: #999
}

.uk-navbar-dropdown-nav>li:not(.uk-active)>a:not(:hover) .uk-nav-subtitle {
  color: #999
}

.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  padding: 0;
  list-style: none
}

.uk-subnav>* {
  flex: none;
  padding-left: 20px;
  position: relative
}

.uk-subnav>*> :first-child {
  display: flex;
  align-items: center;
  column-gap: .25em;
  color: #000;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow, opacity, filter;
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-subnav>*>a:hover {
  color: #fe00a3;
  text-decoration: none
}

.uk-subnav>.uk-active>a {
  color: #fe00a3
}

.uk-subnav-divider {
  margin-left: -41px
}

.uk-subnav-divider>* {
  display: flex;
  align-items: center
}

.uk-subnav-divider> ::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 1px solid transparent
}

.uk-subnav-divider> :nth-child(n + 2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5
}

.uk-subnav-pill {
  margin-left: -20px
}

.uk-subnav-pill>* {
  padding-left: 20px
}

.uk-subnav-pill>*> :first-child {
  padding: 0 10px;
  background: 0 0;
  color: #000;
  border-image-slice: 20% 10% !important;
  border-image-width: 10px !important;
  border-image-repeat: stretch !important;
  border: 10px solid transparent
}

.uk-subnav-pill>*>a:hover {
  background-color: transparent;
  color: #27003e;
  border-color: transparent
}

.uk-subnav-pill>*>a:active {
  background-color: transparent;
  color: #27003e;
  border-color: transparent
}

.uk-subnav-pill>.uk-active>a {
  background-color: transparent;
  color: #27003e;
  border-color: #ffeff9;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22100%22%20height%3D%2245%22%20viewBox%3D%220%200%20100%2045%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffeff9%22%20d%3D%22M94.8%2044.7c-7.1%200-14.8-.4-22.9-.9-11.1.9-20.1%200-31-.1-10.2-.8-26.1%201-36.2%200h-.2c-5-.6-4.8-2.5-4.1-24.1.2-4.5.3-9.1.4-14L.9.8h2C7.9-.3%2017.4.7%2018.1.6c4-.4%207.8.2%2028.6-.6%203.3.1%206.8.3%2010.2.6C63.4%201%2071%20.8%2071%20.8%2092.4-.3%2097.8-.5%2098.9%204.5c.3%201.6%202.9%2033.9-1%2038.6a3.7%203.7%200%200%201-3.1%201.6zm-42.6-8.9c8.1%200%2011.7.5%2020.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-24.7-.2-30.3-3.1.7-15%20.3-15%20.3-6.2.6-14.1.4-20.6%200-3.5-.2-8.1.7-11.2.7-27.6-.7-22.7-1-26.3-.6-.9.1-7.6-1.1-11.4.3l-.3%2011.7c-.4%208.3-.6%2013.5-.2%2017.1%2010.8.8%2023.8%201.1%2032.6-.2%205-.6%206.4-.9%2012.2-.9zM16.6.8s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.4%2041.7c-7.5%200-11.7-.3-12.3-1l-.2-.2v-.4-8.4c0-9.5-.1-18.5%200-28.1v-.7l6.7.2c24.7%201.1%2029.1.1%2054%20.1h32.2c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7v7.2c.1%207.6.2%2011.4-.5%2018.6-.1%201-.1%201.9-22%201.3h-1.1c-.7%200-3.6%200-8-.1-13.1-.2-18.6-.5-37.4.1-4.9.1-9.1.2-12.6.2zm-11-2.1c1.1.2%205.5.8%2023.5.3%2018.9-.6%2024.3-.3%2037.4-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-10.7.4-18.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H63.5c-24.7%200-29.2%201-54-.1l-5.2-.2c-.1%209.5-.1%2018.1%200%2027.4%200%203.2%200%205.9.1%207.9zM95%2040z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-subnav>.uk-disabled>a {
  color: #999;
  border-color: transparent
}

.uk-breadcrumb {
  padding: 0;
  list-style: none;
  font-size: 0
}

.uk-breadcrumb>* {
  display: contents
}

.uk-breadcrumb>*>* {
  font-size: 14px;
  color: #999;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-breadcrumb>*> :hover {
  color: #000;
  text-decoration: none
}

.uk-breadcrumb> :last-child>a:not([href]),
.uk-breadcrumb> :last-child>span {
  color: #000
}

.uk-breadcrumb> :nth-child(n + 2):not(.uk-first-column)::before {
  content: "|";
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
  color: #999
}

.uk-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  padding: 0;
  list-style: none
}

.uk-pagination>* {
  flex: none;
  padding-left: 5px;
  position: relative
}

.uk-pagination>*>* {
  display: flex;
  align-items: center;
  column-gap: .25em;
  padding: 0 10px;
  color: #000;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  height: 26px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  background-color: transparent !important;
  background-size: 100% 100%;
  background-repeat: no-repeat
}

.uk-pagination>*> :hover {
  color: #27003e;
  text-decoration: none;
  background-color: #ffeff9;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffeff9%22%20d%3D%22M0%204.5C3.3%202.2.8%201.2%2010.1.2s10.6.8%209.1%202.5-.3%203.5%201.5%203.3c5-.3%200%201.8%203%203.3s-.5%209.3-3%2012.3c-2.7%203-5.6%203.3-13.3%203.3s-5-2-5.8-3.8C1%2019.8%201.5%208%200%204.5z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  transition-property: none
}

.uk-pagination>.uk-active>* {
  color: #27003e;
  background-color: #ffeff9;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffeff9%22%20d%3D%22M0%204.5C3.3%202.2.8%201.2%2010.1.2s10.6.8%209.1%202.5-.3%203.5%201.5%203.3c5-.3%200%201.8%203%203.3s-.5%209.3-3%2012.3c-2.7%203-5.6%203.3-13.3%203.3s-5-2-5.8-3.8C1%2019.8%201.5%208%200%204.5z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  transition-property: none
}

.uk-pagination>.uk-disabled>* {
  color: #999
}

.uk-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  position: relative
}

.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid transparent
}

.uk-tab>* {
  flex: none;
  padding-left: 20px;
  position: relative
}

.uk-tab>*>a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  justify-content: center;
  padding: 5px 10px;
  color: #000;
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300;
  border-bottom: 10px solid transparent
}

.uk-tab>*>a:hover {
  color: #27003e;
  text-decoration: none;
  border-color: currentColor
}

.uk-tab>.uk-active>a {
  color: #27003e;
  border-color: #ffb2e2;
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22100%22%20height%3D%2210%22%20viewBox%3D%220%200%20100%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M98%2010c-7%200-9.1-.5-11.9-.6-2.9.2-17.8.2-19.4.1-1.4-.1-6.7.3-8%20.3C34%209.5%202.1%209.9%201%209.5c-1-.3-1.1-8.3%200-9S36.6.3%2061.3.6c1.5%200%203.1.1%204.5.2%201.8.1%203.4.2%205%20.2C79.6.9%2082.6.6%2085.4.4c2.9-.2%205.5.6%2013.4.6%200%200%202.1%207.5-.8%209z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M63.4%205.7c-1.8%200-3.8%200-6.4-.1-3.4-.1-6.9-.2-10.2-.4-3.1-.2-6.3.6-9.5.6-4.3-.1-8.7-.9-13-.8-3.2.1-6.4.2-9.6.2S8.1%205.1%205%205.1C3.3%205.1%202.1%205%201%205S-.2%203.5%201%203.5s2.2.1%203.9.1c3.2.1%206.5.1%209.7.1s6.4-.1%209.6-.2c4.3-.1%208.8.7%2013.2.8%203.2.1%206.4-.8%209.6-.6%203.3.2%206.8.4%2010.1.4%2010.8.2%2039.3-.4%2040.9-.4%201%200%201.8%201.5%200%201.5-2.5-.1-28.7.5-34.6.5z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-image-slice: 13
}

.uk-tab>.uk-disabled>a {
  color: #999
}

.uk-tab-bottom::before {
  top: 0;
  bottom: auto
}

.uk-tab-bottom>*>a {
  border-top: 10px solid transparent;
  border-bottom: 0 none
}

.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  margin-left: 0
}

.uk-tab-left>*,
.uk-tab-right>* {
  padding-left: 0
}

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid transparent;
  border-bottom: none
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid transparent;
  border-bottom: none
}

.uk-tab-left>*>a {
  justify-content: left;
  border-right: 10px solid transparent;
  border-bottom: 0 none
}

.uk-tab-right>*>a {
  justify-content: left;
  border-left: 10px solid transparent;
  border-bottom: 0 none
}

.uk-tab .uk-dropdown {
  margin-left: 30px
}

.uk-tab-left>.uk-active>a,
.uk-tab-right>.uk-active>a {
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%22100%22%20viewBox%3D%220%200%2010%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M9.8%201.9c0%207-.5%209.1-.6%2011.9.2%202.9.2%2017.8.1%2019.4-.1%201.4.3%206.7.3%208-.3%2024.7.1%2056.6-.3%2057.7-.3%201-8.3%201.1-9%200S.1%2063.3.4%2038.6c0-1.5.1-3.1.2-4.5.1-1.8.2-3.4.2-5C.7%2020.3.4%2017.3.2%2014.5%200%2011.6.8%209.1.8%201.1c0%200%207.5-2.1%209%20.8z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M6%2036.2c0%201.8%200%203.8-.1%206.4-.1%203.4-.2%206.9-.4%2010.2-.2%203.1.6%206.3.6%209.5-.1%204.3-.9%208.7-.8%2013%20.1%203.2.2%206.4.2%209.6%200%203.2-.1%206.6-.1%209.7%200%201.7-.1%202.9-.1%204s-1.5%201.2-1.5%200%20.1-2.2.1-3.9c.1-3.2.1-6.5.1-9.7%200-3.2-.1-6.4-.2-9.6-.1-4.3.7-8.8.8-13.2.1-3.2-.8-6.4-.6-9.6.2-3.3.4-6.8.4-10.1C4.6%2031.7%204%203.2%204%201.6c0-1%201.5-1.8%201.5%200-.1%202.5.5%2028.7.5%2034.6z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-image-slice: 13
}

.uk-slidenav {
  padding: 5px 10px;
  color: rgba(0, 0, 0, .5);
  transition: .1s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow
}

.uk-slidenav:hover {
  color: rgba(0, 0, 0, .9)
}

.uk-slidenav:active {
  color: rgba(0, 0, 0, .5)
}

.uk-slidenav-large {
  padding: 10px 10px
}

.uk-slidenav-container {
  display: flex
}

.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px
}

.uk-dotnav>* {
  flex: none;
  padding-left: 12px
}

.uk-dotnav>*>* {
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: .2s ease-in-out;
  transition-property: color, background-color, border-color, box-shadow;
  border: 2px solid rgba(172, 172, 172, .4)
}

.uk-dotnav>*> :hover {
  background-color: transparent;
  border-color: #fe00a3
}

.uk-dotnav>*> :active {
  background-color: transparent;
  border-color: #cb0082
}

.uk-dotnav>.uk-active>* {
  background-color: transparent;
  border-color: #fe00a3
}

.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px
}

.uk-dotnav-vertical>* {
  padding-left: 0;
  padding-top: 12px
}

.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  width: auto;
  min-width: 200px;
  padding: 30px;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.uk-dropdown> :last-child {
  margin-bottom: 0
}

.uk-dropdown :focus-visible {
  outline-color: #27003e !important
}

.uk-dropdown-large {
  padding: 40px
}

.uk-dropdown-dropbar {
  --uk-position-offset: 0;
  width: auto;
  background: 0 0;
  padding: calc(30px - 6px) 0 30px 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none
}

@media (min-width: 640px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px
  }
}

@media (min-width: 960px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px
  }
}

.uk-dropdown-dropbar-large {
  padding-top: calc(40px - 6px);
  padding-bottom: 40px
}

.uk-dropdown-nav {
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-dropdown-nav>li>a {
  color: #000
}

.uk-dropdown-nav>li.uk-active>a,
.uk-dropdown-nav>li>a:hover {
  color: #fe00a3;
  background-color: transparent
}

.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 13px;
  line-height: 16px
}

.uk-dropdown-nav .uk-nav-header {
  color: #27003e
}

.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5
}

.uk-dropdown-nav .uk-nav-sub a {
  color: #999
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active>a {
  color: #000
}

.uk-dropdown-nav>li:not(.uk-active)>a:not(:hover) .uk-nav-subtitle {
  color: #999
}

.uk-lightbox {
  --uk-inverse: light;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #000;
  opacity: 0;
  transition: opacity .15s linear;
  touch-action: pinch-zoom
}

.uk-lightbox.uk-open {
  display: block;
  opacity: 1
}

.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, .7)
}

.uk-lightbox-page {
  overflow: hidden
}

.uk-lightbox-items {
  margin: 0;
  padding: 0;
  list-style: none
}

.uk-lightbox-items>* {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: flex-start;
  will-change: transform, opacity;
  overflow: auto
}

.uk-lightbox-items>.uk-active {
  display: flex
}

.uk-lightbox-items-fit>* {
  align-items: center
}

.uk-lightbox-items-fit>*>* {
  max-width: 100vw;
  max-height: 100vh
}

.uk-lightbox-items-fit>*> :not(iframe) {
  width: auto;
  height: auto
}

.uk-lightbox-items.uk-lightbox-items-fit .uk-lightbox-zoom:hover {
  cursor: zoom-in
}

.uk-lightbox-items:not(.uk-lightbox-items-fit) .uk-lightbox-zoom:hover {
  cursor: zoom-out
}

.uk-lightbox-thumbnav-vertical :where(img, video) {
  max-width: 100px
}

.uk-lightbox-thumbnav:not(.uk-lightbox-thumbnav-vertical) :where(img, video) {
  max-height: 100px
}

.uk-lightbox-dotnav:empty,
.uk-lightbox-thumbnav:empty {
  display: none
}

.uk-lightbox-caption:empty {
  display: none
}

.uk-lightbox-caption {
  padding: 10px 10px;
  background: rgba(0, 0, 0, .3);
  color: rgba(255, 255, 255, .7)
}

.uk-lightbox-caption>* {
  color: rgba(255, 255, 255, .7)
}

.uk-lightbox-counter:empty {
  display: none
}

.uk-lightbox-iframe {
  width: 80%;
  height: 80%
}

[class *=uk-animation-] {
  animation: .5s ease-out both
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: .8s;
  animation-timing-function: linear
}

.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up
}

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down
}

.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top
}

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom
}

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left
}

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right
}

.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small
}

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small
}

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small
}

.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium
}

.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s
}

.uk-animation-shake {
  animation-name: uk-shake
}

.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke)
}

.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in
}

.uk-animation-fast {
  animation-duration: .1s
}

.uk-animation-toggle:not(:hover):not(:focus) [class *=uk-animation-] {
  animation-name: none
}

@keyframes uk-fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes uk-scale-up {
  0% {
    transform: scale(.9)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes uk-scale-down {
  0% {
    transform: scale(1.1)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px)
  }

  100% {
    transform: translateY(0)
  }
}

@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes uk-kenburns {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.2)
  }
}

@keyframes uk-shake {

  0%,
  100% {
    transform: translateX(0)
  }

  10% {
    transform: translateX(-9px)
  }

  20% {
    transform: translateX(8px)
  }

  30% {
    transform: translateX(-7px)
  }

  40% {
    transform: translateX(6px)
  }

  50% {
    transform: translateX(-5px)
  }

  60% {
    transform: translateX(4px)
  }

  70% {
    transform: translateX(-3px)
  }

  80% {
    transform: translateX(2px)
  }

  90% {
    transform: translateX(-1px)
  }
}

@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke)
  }

  100% {
    stroke-dashoffset: 0
  }
}

[class *=uk-child-width]>* {
  box-sizing: border-box;
  width: 100%
}

.uk-child-width-1-2>* {
  width: 50%
}

.uk-child-width-1-3>* {
  width: calc(100% / 3)
}

.uk-child-width-1-4>* {
  width: 25%
}

.uk-child-width-1-5>* {
  width: 20%
}

.uk-child-width-1-6>* {
  width: calc(100% / 6)
}

.uk-child-width-auto>* {
  width: auto
}

.uk-child-width-expand> :not([class *=uk-width]) {
  flex: 1;
  min-width: 1px
}

@media (min-width: 640px) {
  .uk-child-width-1-1\@s>* {
    width: 100%
  }

  .uk-child-width-1-2\@s>* {
    width: 50%
  }

  .uk-child-width-1-3\@s>* {
    width: calc(100% / 3)
  }

  .uk-child-width-1-4\@s>* {
    width: 25%
  }

  .uk-child-width-1-5\@s>* {
    width: 20%
  }

  .uk-child-width-1-6\@s>* {
    width: calc(100% / 6)
  }

  .uk-child-width-auto\@s>* {
    width: auto
  }

  .uk-child-width-expand\@s> :not([class *=uk-width]) {
    flex: 1;
    min-width: 1px
  }

  .uk-child-width-1-1\@s> :not([class *=uk-width]),
  .uk-child-width-1-2\@s> :not([class *=uk-width]),
  .uk-child-width-1-3\@s> :not([class *=uk-width]),
  .uk-child-width-1-4\@s> :not([class *=uk-width]),
  .uk-child-width-1-5\@s> :not([class *=uk-width]),
  .uk-child-width-1-6\@s> :not([class *=uk-width]),
  .uk-child-width-auto\@s> :not([class *=uk-width]) {
    flex: initial
  }
}

@media (min-width: 960px) {
  .uk-child-width-1-1\@m>* {
    width: 100%
  }

  .uk-child-width-1-2\@m>* {
    width: 50%
  }

  .uk-child-width-1-3\@m>* {
    width: calc(100% / 3)
  }

  .uk-child-width-1-4\@m>* {
    width: 25%
  }

  .uk-child-width-1-5\@m>* {
    width: 20%
  }

  .uk-child-width-1-6\@m>* {
    width: calc(100% / 6)
  }

  .uk-child-width-auto\@m>* {
    width: auto
  }

  .uk-child-width-expand\@m> :not([class *=uk-width]) {
    flex: 1;
    min-width: 1px
  }

  .uk-child-width-1-1\@m> :not([class *=uk-width]),
  .uk-child-width-1-2\@m> :not([class *=uk-width]),
  .uk-child-width-1-3\@m> :not([class *=uk-width]),
  .uk-child-width-1-4\@m> :not([class *=uk-width]),
  .uk-child-width-1-5\@m> :not([class *=uk-width]),
  .uk-child-width-1-6\@m> :not([class *=uk-width]),
  .uk-child-width-auto\@m> :not([class *=uk-width]) {
    flex: initial
  }
}

@media (min-width: 1200px) {
  .uk-child-width-1-1\@l>* {
    width: 100%
  }

  .uk-child-width-1-2\@l>* {
    width: 50%
  }

  .uk-child-width-1-3\@l>* {
    width: calc(100% / 3)
  }

  .uk-child-width-1-4\@l>* {
    width: 25%
  }

  .uk-child-width-1-5\@l>* {
    width: 20%
  }

  .uk-child-width-1-6\@l>* {
    width: calc(100% / 6)
  }

  .uk-child-width-auto\@l>* {
    width: auto
  }

  .uk-child-width-expand\@l> :not([class *=uk-width]) {
    flex: 1;
    min-width: 1px
  }

  .uk-child-width-1-1\@l> :not([class *=uk-width]),
  .uk-child-width-1-2\@l> :not([class *=uk-width]),
  .uk-child-width-1-3\@l> :not([class *=uk-width]),
  .uk-child-width-1-4\@l> :not([class *=uk-width]),
  .uk-child-width-1-5\@l> :not([class *=uk-width]),
  .uk-child-width-1-6\@l> :not([class *=uk-width]),
  .uk-child-width-auto\@l> :not([class *=uk-width]) {
    flex: initial
  }
}

@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl>* {
    width: 100%
  }

  .uk-child-width-1-2\@xl>* {
    width: 50%
  }

  .uk-child-width-1-3\@xl>* {
    width: calc(100% / 3)
  }

  .uk-child-width-1-4\@xl>* {
    width: 25%
  }

  .uk-child-width-1-5\@xl>* {
    width: 20%
  }

  .uk-child-width-1-6\@xl>* {
    width: calc(100% / 6)
  }

  .uk-child-width-auto\@xl>* {
    width: auto
  }

  .uk-child-width-expand\@xl> :not([class *=uk-width]) {
    flex: 1;
    min-width: 1px
  }

  .uk-child-width-1-1\@xl> :not([class *=uk-width]),
  .uk-child-width-1-2\@xl> :not([class *=uk-width]),
  .uk-child-width-1-3\@xl> :not([class *=uk-width]),
  .uk-child-width-1-4\@xl> :not([class *=uk-width]),
  .uk-child-width-1-5\@xl> :not([class *=uk-width]),
  .uk-child-width-1-6\@xl> :not([class *=uk-width]),
  .uk-child-width-auto\@xl> :not([class *=uk-width]) {
    flex: initial
  }
}

[class *=uk-width] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%
}

.uk-width-1-2 {
  width: 50%
}

.uk-width-1-3 {
  width: calc(100% / 3)
}

.uk-width-2-3 {
  width: calc(200% / 3)
}

.uk-width-1-4 {
  width: 25%
}

.uk-width-3-4 {
  width: 75%
}

.uk-width-1-5 {
  width: 20%
}

.uk-width-2-5 {
  width: 40%
}

.uk-width-3-5 {
  width: 60%
}

.uk-width-4-5 {
  width: 80%
}

.uk-width-1-6 {
  width: calc(100% / 6)
}

.uk-width-5-6 {
  width: calc(500% / 6)
}

.uk-width-small {
  width: 150px
}

.uk-width-medium {
  width: 300px
}

.uk-width-large {
  width: 450px
}

.uk-width-xlarge {
  width: 600px
}

.uk-width-2xlarge {
  width: 750px
}

.uk-width-auto {
  width: auto
}

.uk-width-expand {
  flex: 1;
  min-width: 1px
}

@media (min-width: 640px) {
  .uk-width-1-1\@s {
    width: 100%
  }

  .uk-width-1-2\@s {
    width: 50%
  }

  .uk-width-1-3\@s {
    width: calc(100% / 3)
  }

  .uk-width-2-3\@s {
    width: calc(200% / 3)
  }

  .uk-width-1-4\@s {
    width: 25%
  }

  .uk-width-3-4\@s {
    width: 75%
  }

  .uk-width-1-5\@s {
    width: 20%
  }

  .uk-width-2-5\@s {
    width: 40%
  }

  .uk-width-3-5\@s {
    width: 60%
  }

  .uk-width-4-5\@s {
    width: 80%
  }

  .uk-width-1-6\@s {
    width: calc(100% / 6)
  }

  .uk-width-5-6\@s {
    width: calc(500% / 6)
  }

  .uk-width-small\@s {
    width: 150px
  }

  .uk-width-medium\@s {
    width: 300px
  }

  .uk-width-large\@s {
    width: 450px
  }

  .uk-width-xlarge\@s {
    width: 600px
  }

  .uk-width-2xlarge\@s {
    width: 750px
  }

  .uk-width-auto\@s {
    width: auto
  }

  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px
  }

  .uk-width-1-1\@s,
  .uk-width-1-2\@s,
  .uk-width-1-3\@s,
  .uk-width-1-4\@s,
  .uk-width-1-5\@s,
  .uk-width-1-6\@s,
  .uk-width-2-3\@s,
  .uk-width-2-5\@s,
  .uk-width-2xlarge\@s,
  .uk-width-3-4\@s,
  .uk-width-3-5\@s,
  .uk-width-4-5\@s,
  .uk-width-5-6\@s,
  .uk-width-auto\@s,
  .uk-width-large\@s,
  .uk-width-medium\@s,
  .uk-width-small\@s,
  .uk-width-xlarge\@s {
    flex: initial
  }
}

@media (min-width: 960px) {
  .uk-width-1-1\@m {
    width: 100%
  }

  .uk-width-1-2\@m {
    width: 50%
  }

  .uk-width-1-3\@m {
    width: calc(100% / 3)
  }

  .uk-width-2-3\@m {
    width: calc(200% / 3)
  }

  .uk-width-1-4\@m {
    width: 25%
  }

  .uk-width-3-4\@m {
    width: 75%
  }

  .uk-width-1-5\@m {
    width: 20%
  }

  .uk-width-2-5\@m {
    width: 40%
  }

  .uk-width-3-5\@m {
    width: 60%
  }

  .uk-width-4-5\@m {
    width: 80%
  }

  .uk-width-1-6\@m {
    width: calc(100% / 6)
  }

  .uk-width-5-6\@m {
    width: calc(500% / 6)
  }

  .uk-width-small\@m {
    width: 150px
  }

  .uk-width-medium\@m {
    width: 300px
  }

  .uk-width-large\@m {
    width: 450px
  }

  .uk-width-xlarge\@m {
    width: 600px
  }

  .uk-width-2xlarge\@m {
    width: 750px
  }

  .uk-width-auto\@m {
    width: auto
  }

  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px
  }

  .uk-width-1-1\@m,
  .uk-width-1-2\@m,
  .uk-width-1-3\@m,
  .uk-width-1-4\@m,
  .uk-width-1-5\@m,
  .uk-width-1-6\@m,
  .uk-width-2-3\@m,
  .uk-width-2-5\@m,
  .uk-width-2xlarge\@m,
  .uk-width-3-4\@m,
  .uk-width-3-5\@m,
  .uk-width-4-5\@m,
  .uk-width-5-6\@m,
  .uk-width-auto\@m,
  .uk-width-large\@m,
  .uk-width-medium\@m,
  .uk-width-small\@m,
  .uk-width-xlarge\@m {
    flex: initial
  }
}

@media (min-width: 1200px) {
  .uk-width-1-1\@l {
    width: 100%
  }

  .uk-width-1-2\@l {
    width: 50%
  }

  .uk-width-1-3\@l {
    width: calc(100% / 3)
  }

  .uk-width-2-3\@l {
    width: calc(200% / 3)
  }

  .uk-width-1-4\@l {
    width: 25%
  }

  .uk-width-3-4\@l {
    width: 75%
  }

  .uk-width-1-5\@l {
    width: 20%
  }

  .uk-width-2-5\@l {
    width: 40%
  }

  .uk-width-3-5\@l {
    width: 60%
  }

  .uk-width-4-5\@l {
    width: 80%
  }

  .uk-width-1-6\@l {
    width: calc(100% / 6)
  }

  .uk-width-5-6\@l {
    width: calc(500% / 6)
  }

  .uk-width-small\@l {
    width: 150px
  }

  .uk-width-medium\@l {
    width: 300px
  }

  .uk-width-large\@l {
    width: 450px
  }

  .uk-width-xlarge\@l {
    width: 600px
  }

  .uk-width-2xlarge\@l {
    width: 750px
  }

  .uk-width-auto\@l {
    width: auto
  }

  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px
  }

  .uk-width-1-1\@l,
  .uk-width-1-2\@l,
  .uk-width-1-3\@l,
  .uk-width-1-4\@l,
  .uk-width-1-5\@l,
  .uk-width-1-6\@l,
  .uk-width-2-3\@l,
  .uk-width-2-5\@l,
  .uk-width-2xlarge\@l,
  .uk-width-3-4\@l,
  .uk-width-3-5\@l,
  .uk-width-4-5\@l,
  .uk-width-5-6\@l,
  .uk-width-auto\@l,
  .uk-width-large\@l,
  .uk-width-medium\@l,
  .uk-width-small\@l,
  .uk-width-xlarge\@l {
    flex: initial
  }
}

@media (min-width: 1600px) {
  .uk-width-1-1\@xl {
    width: 100%
  }

  .uk-width-1-2\@xl {
    width: 50%
  }

  .uk-width-1-3\@xl {
    width: calc(100% / 3)
  }

  .uk-width-2-3\@xl {
    width: calc(200% / 3)
  }

  .uk-width-1-4\@xl {
    width: 25%
  }

  .uk-width-3-4\@xl {
    width: 75%
  }

  .uk-width-1-5\@xl {
    width: 20%
  }

  .uk-width-2-5\@xl {
    width: 40%
  }

  .uk-width-3-5\@xl {
    width: 60%
  }

  .uk-width-4-5\@xl {
    width: 80%
  }

  .uk-width-1-6\@xl {
    width: calc(100% / 6)
  }

  .uk-width-5-6\@xl {
    width: calc(500% / 6)
  }

  .uk-width-small\@xl {
    width: 150px
  }

  .uk-width-medium\@xl {
    width: 300px
  }

  .uk-width-large\@xl {
    width: 450px
  }

  .uk-width-xlarge\@xl {
    width: 600px
  }

  .uk-width-2xlarge\@xl {
    width: 750px
  }

  .uk-width-auto\@xl {
    width: auto
  }

  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px
  }

  .uk-width-1-1\@xl,
  .uk-width-1-2\@xl,
  .uk-width-1-3\@xl,
  .uk-width-1-4\@xl,
  .uk-width-1-5\@xl,
  .uk-width-1-6\@xl,
  .uk-width-2-3\@xl,
  .uk-width-2-5\@xl,
  .uk-width-2xlarge\@xl,
  .uk-width-3-4\@xl,
  .uk-width-3-5\@xl,
  .uk-width-4-5\@xl,
  .uk-width-5-6\@xl,
  .uk-width-auto\@xl,
  .uk-width-large\@xl,
  .uk-width-medium\@xl,
  .uk-width-small\@xl,
  .uk-width-xlarge\@xl {
    flex: initial
  }
}

.uk-width-max-content {
  width: max-content
}

.uk-width-min-content {
  width: min-content
}

[class *=uk-height] {
  box-sizing: border-box
}

.uk-height-1-1 {
  height: 100%
}

.uk-height-viewport {
  min-height: 100vh
}

.uk-height-viewport-2 {
  min-height: 200vh
}

.uk-height-viewport-3 {
  min-height: 300vh
}

.uk-height-viewport-4 {
  min-height: 400vh
}

.uk-height-small {
  height: 150px
}

.uk-height-medium {
  height: 300px
}

.uk-height-large {
  height: 450px
}

.uk-height-max-small {
  max-height: 150px
}

.uk-height-max-medium {
  max-height: 300px
}

.uk-height-max-large {
  max-height: 450px
}

.lead,
.uk-text-lead {
  font-size: 20px;
  line-height: 1.5;
  color: #9b6869;
  font-family: 'Playfair Display';
  font-weight: 300
}

.uk-text-meta {
  font-size: 40px;
  line-height: 1;
  color: #9b6869;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal
}

.uk-text-meta>a {
  color: #9b6869
}

.uk-text-meta>a:hover {
  color: #000;
  text-decoration: none
}

.small,
.uk-text-small {
  font-size: 14px;
  line-height: 1.5
}

.uk-text-large {
  font-size: 26px;
  line-height: 1.5
}

.uk-text-default {
  font-size: 18px;
  line-height: 1.6
}

.uk-text-light {
  font-weight: 300
}

.uk-text-normal {
  font-weight: 400
}

.uk-text-bold {
  font-weight: 700
}

.uk-text-lighter {
  font-weight: lighter
}

.uk-text-bolder {
  font-weight: bolder
}

.uk-text-italic {
  font-style: italic
}

.uk-text-capitalize {
  text-transform: capitalize !important
}

.uk-text-uppercase {
  text-transform: uppercase !important
}

.uk-text-lowercase {
  text-transform: lowercase !important
}

.uk-text-decoration-none {
  text-decoration: none !important
}

.uk-text-muted {
  color: #999 !important
}

.uk-text-emphasis {
  color: #e5a8cf !important
}

.uk-text-primary {
  color: #000 !important
}

.uk-text-secondary {
  color: #ff9ce3 !important
}

.uk-text-success {
  color: #7e7385 !important
}

.uk-text-warning {
  color: #9a6665 !important
}

.uk-text-danger {
  color: #9b6869 !important
}

.uk-text-background {
  -webkit-background-clip: text;
  color: transparent !important;
  display: inline-block;
  background-color: rgba(254, 0, 163, .6);
  background-image: linear-gradient(90deg, rgba(254, 0, 163, .6) 0, rgba(254, 6, 0, .6) 100%)
}

.uk-text-left {
  text-align: left !important
}

.uk-text-right {
  text-align: right !important
}

.uk-text-center {
  text-align: center !important
}

.uk-text-justify {
  text-align: justify !important
}

@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important
  }

  .uk-text-right\@s {
    text-align: right !important
  }

  .uk-text-center\@s {
    text-align: center !important
  }
}

@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important
  }

  .uk-text-right\@m {
    text-align: right !important
  }

  .uk-text-center\@m {
    text-align: center !important
  }
}

@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important
  }

  .uk-text-right\@l {
    text-align: right !important
  }

  .uk-text-center\@l {
    text-align: center !important
  }
}

@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important
  }

  .uk-text-right\@xl {
    text-align: right !important
  }

  .uk-text-center\@xl {
    text-align: center !important
  }
}

.uk-text-top {
  vertical-align: top !important
}

.uk-text-middle {
  vertical-align: middle !important
}

.uk-text-bottom {
  vertical-align: bottom !important
}

.uk-text-baseline {
  vertical-align: baseline !important
}

.uk-text-nowrap {
  white-space: nowrap
}

.uk-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

td.uk-text-truncate,
th.uk-text-truncate {
  max-width: 0
}

.uk-text-break {
  overflow-wrap: break-word
}

td.uk-text-break,
th.uk-text-break {
  word-break: break-word
}

.uk-text-stroke {
  -webkit-text-stroke: calc(1.4px + 0.002em);
  -webkit-text-fill-color: transparent
}

[class *=uk-column-] {
  column-gap: 30px
}

@media (min-width: 1200px) {
  [class *=uk-column-] {
    column-gap: 40px
  }
}

[class *=uk-column-] img {
  transform: translate3d(0, 0, 0)
}

.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  column-gap: 60px
}

@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px
  }
}

.uk-column-1-2 {
  column-count: 2
}

.uk-column-1-3 {
  column-count: 3
}

.uk-column-1-4 {
  column-count: 4
}

.uk-column-1-5 {
  column-count: 5
}

.uk-column-1-6 {
  column-count: 6
}

@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2
  }

  .uk-column-1-3\@s {
    column-count: 3
  }

  .uk-column-1-4\@s {
    column-count: 4
  }

  .uk-column-1-5\@s {
    column-count: 5
  }

  .uk-column-1-6\@s {
    column-count: 6
  }
}

@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2
  }

  .uk-column-1-3\@m {
    column-count: 3
  }

  .uk-column-1-4\@m {
    column-count: 4
  }

  .uk-column-1-5\@m {
    column-count: 5
  }

  .uk-column-1-6\@m {
    column-count: 6
  }
}

@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2
  }

  .uk-column-1-3\@l {
    column-count: 3
  }

  .uk-column-1-4\@l {
    column-count: 4
  }

  .uk-column-1-5\@l {
    column-count: 5
  }

  .uk-column-1-6\@l {
    column-count: 6
  }
}

@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2
  }

  .uk-column-1-3\@xl {
    column-count: 3
  }

  .uk-column-1-4\@xl {
    column-count: 4
  }

  .uk-column-1-5\@xl {
    column-count: 5
  }

  .uk-column-1-6\@xl {
    column-count: 6
  }
}

.uk-column-span {
  column-span: all
}

[data-uk-cover]:where(canvas, iframe, svg),
[uk-cover]:where(canvas, iframe, svg) {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y))
}

iframe[data-uk-cover],
iframe[uk-cover] {
  pointer-events: none
}

[data-uk-cover]:where(img, video),
[uk-cover]:where(img, video) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center
}

.uk-cover-container {
  overflow: hidden;
  position: relative
}

.uk-background-default {
  background-color: #fff
}

.uk-background-muted {
  background-color: #f8f8f8
}

.uk-background-primary {
  background-color: #ffeff9
}

.uk-background-secondary {
  background-color: #fff8fd
}

.uk-background-contain,
.uk-background-cover,
.uk-background-height-1-1,
.uk-background-width-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.uk-background-cover {
  background-size: cover
}

.uk-background-contain {
  background-size: contain
}

.uk-background-width-1-1 {
  background-size: 100%
}

.uk-background-height-1-1 {
  background-size: auto 100%
}

.uk-background-top-left {
  background-position: 0 0
}

.uk-background-top-center {
  background-position: 50% 0
}

.uk-background-top-right {
  background-position: 100% 0
}

.uk-background-center-left {
  background-position: 0 50%
}

.uk-background-center-center {
  background-position: 50% 50%
}

.uk-background-center-right {
  background-position: 100% 50%
}

.uk-background-bottom-left {
  background-position: 0 100%
}

.uk-background-bottom-center {
  background-position: 50% 100%
}

.uk-background-bottom-right {
  background-position: 100% 100%
}

.uk-background-norepeat {
  background-repeat: no-repeat
}

.uk-background-fixed {
  background-attachment: fixed
}

@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll
  }
}

@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important
  }
}

@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important
  }
}

@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important
  }
}

@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important
  }
}

.uk-background-blend-multiply {
  background-blend-mode: multiply
}

.uk-background-blend-screen {
  background-blend-mode: screen
}

.uk-background-blend-overlay {
  background-blend-mode: overlay
}

.uk-background-blend-darken {
  background-blend-mode: darken
}

.uk-background-blend-lighten {
  background-blend-mode: lighten
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light
}

.uk-background-blend-difference {
  background-blend-mode: difference
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion
}

.uk-background-blend-hue {
  background-blend-mode: hue
}

.uk-background-blend-saturation {
  background-blend-mode: saturation
}

.uk-background-blend-color {
  background-blend-mode: color
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity
}

[class *=uk-align] {
  display: block;
  margin-bottom: 30px
}

*+[class *=uk-align] {
  margin-top: 30px
}

.uk-align-center {
  margin-left: auto;
  margin-right: auto
}

.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left
}

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right
}

@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left
  }

  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right
  }
}

@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left
  }

  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right
  }
}

@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left
  }

  .uk-align-right\@l {
    margin-top: 0;
    float: right
  }

  .uk-align-left,
  .uk-align-left\@l,
  .uk-align-left\@m,
  .uk-align-left\@s {
    margin-right: 40px
  }

  .uk-align-right,
  .uk-align-right\@l,
  .uk-align-right\@m,
  .uk-align-right\@s {
    margin-left: 40px
  }
}

@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left
  }

  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right
  }
}

.uk-svg,
.uk-svg:not(.uk-preserve) [fill *="#"]:not(.uk-preserve) {
  fill: currentcolor
}

.uk-svg:not(.uk-preserve) [stroke *="#"]:not(.uk-preserve) {
  stroke: currentcolor
}

.uk-svg {
  transform: translate(0, 0)
}

svg .uk-text-muted,
svg.uk-text-muted {
  color: #bfbfbf !important
}

.uk-svg-default-background {
  color: #fff !important
}

.uk-svg-muted-background {
  color: #f3f3f3 !important
}

.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box
}

.uk-panel> :last-child {
  margin-bottom: 0
}

.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  resize: both
}

.uk-clearfix::before {
  content: "";
  display: table-cell
}

.uk-clearfix::after {
  content: "";
  display: table;
  clear: both
}

.uk-float-left {
  float: left
}

.uk-float-right {
  float: right
}

[class *=uk-float-] {
  max-width: 100%
}

.uk-overflow-hidden {
  overflow: hidden
}

.uk-overflow-auto {
  overflow: auto
}

.uk-overflow-auto> :last-child {
  margin-bottom: 0
}

.uk-box-sizing-content {
  box-sizing: content-box
}

.uk-box-sizing-border {
  box-sizing: border-box
}

.uk-resize {
  resize: both
}

.uk-resize-horizontal {
  resize: horizontal
}

.uk-resize-vertical {
  resize: vertical
}

.uk-display-block {
  display: block !important
}

.uk-display-inline {
  display: inline !important
}

.uk-display-inline-block {
  display: inline-block !important
}

[class *=uk-inline] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden
}

.uk-inline-clip {
  overflow: hidden
}

.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none
}

.uk-responsive-height,
.uk-responsive-width {
  box-sizing: border-box
}

.uk-responsive-width {
  max-width: 100% !important;
  height: auto
}

.uk-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none
}

[data-uk-responsive],
[uk-responsive] {
  max-width: 100%
}

.uk-object-cover {
  object-fit: cover
}

.uk-object-contain {
  object-fit: contain
}

.uk-object-fill {
  object-fit: fill
}

.uk-object-none {
  object-fit: none
}

.uk-object-scale-down {
  object-fit: scale-down
}

.uk-object-top-left {
  object-position: 0 0
}

.uk-object-top-center {
  object-position: 50% 0
}

.uk-object-top-right {
  object-position: 100% 0
}

.uk-object-center-left {
  object-position: 0 50%
}

.uk-object-center-center {
  object-position: 50% 50%
}

.uk-object-center-right {
  object-position: 100% 50%
}

.uk-object-bottom-left {
  object-position: 0 100%
}

.uk-object-bottom-center {
  object-position: 50% 100%
}

.uk-object-bottom-right {
  object-position: 100% 100%
}

.uk-border-circle {
  border-radius: 50%
}

.uk-border-pill {
  border-radius: 500px
}

.uk-border-rounded {
  border-radius: 5px
}

.uk-inline-clip[class *=uk-border-] {
  -webkit-transform: translateZ(0)
}

.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, .16)
}

[class *=uk-box-shadow-hover] {
  transition: box-shadow .1s ease-in-out
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, .16)
}

@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle
  }

  .uk-box-shadow-bottom::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 30px;
    border-radius: 100%;
    background: #999;
    filter: blur(20px);
    will-change: filter
  }
}

.uk-dropcap::first-letter,
.uk-dropcap>.tm-page-break-first-page+.pagenavcounter+p::first-letter,
.uk-dropcap>p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.8em;
  line-height: 1;
  margin-bottom: -2px
}

@-moz-document url-prefix() {

  .uk-dropcap::first-letter,
  .uk-dropcap>.tm-page-break-first-page+.pagenavcounter+p::first-letter,
  .uk-dropcap>p:first-of-type::first-letter {
    margin-top: 1.1%
  }
}

.uk-logo {
  font-size: 32px;
  font-family: Anastasia;
  color: #27003e;
  text-decoration: none
}

:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle
}

.uk-logo:hover {
  color: #27003e;
  text-decoration: none
}

.uk-logo :where(img, svg, video) {
  display: block
}

.uk-logo-inverse {
  display: none
}

.uk-disabled {
  pointer-events: none
}

.uk-drag,
.uk-drag * {
  cursor: move
}

.uk-drag iframe {
  pointer-events: none
}

.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, .3)
}

.uk-blend-multiply {
  mix-blend-mode: multiply
}

.uk-blend-screen {
  mix-blend-mode: screen
}

.uk-blend-overlay {
  mix-blend-mode: overlay
}

.uk-blend-darken {
  mix-blend-mode: darken
}

.uk-blend-lighten {
  mix-blend-mode: lighten
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light
}

.uk-blend-difference {
  mix-blend-mode: difference
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion
}

.uk-blend-hue {
  mix-blend-mode: hue
}

.uk-blend-saturation {
  mix-blend-mode: saturation
}

.uk-blend-color {
  mix-blend-mode: color
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity
}

.uk-transform-center {
  transform: translate(-50%, -50%)
}

.uk-transform-origin-top-left {
  transform-origin: 0 0
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%
}

.uk-flex {
  display: flex
}

.uk-flex-inline {
  display: inline-flex
}

.uk-flex-left {
  justify-content: flex-start
}

.uk-flex-center {
  justify-content: center
}

.uk-flex-right {
  justify-content: flex-end
}

.uk-flex-between {
  justify-content: space-between
}

.uk-flex-around {
  justify-content: space-around
}

@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start
  }

  .uk-flex-center\@s {
    justify-content: center
  }

  .uk-flex-right\@s {
    justify-content: flex-end
  }

  .uk-flex-between\@s {
    justify-content: space-between
  }

  .uk-flex-around\@s {
    justify-content: space-around
  }
}

@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start
  }

  .uk-flex-center\@m {
    justify-content: center
  }

  .uk-flex-right\@m {
    justify-content: flex-end
  }

  .uk-flex-between\@m {
    justify-content: space-between
  }

  .uk-flex-around\@m {
    justify-content: space-around
  }
}

@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start
  }

  .uk-flex-center\@l {
    justify-content: center
  }

  .uk-flex-right\@l {
    justify-content: flex-end
  }

  .uk-flex-between\@l {
    justify-content: space-between
  }

  .uk-flex-around\@l {
    justify-content: space-around
  }
}

@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start
  }

  .uk-flex-center\@xl {
    justify-content: center
  }

  .uk-flex-right\@xl {
    justify-content: flex-end
  }

  .uk-flex-between\@xl {
    justify-content: space-between
  }

  .uk-flex-around\@xl {
    justify-content: space-around
  }
}

.uk-flex-stretch {
  align-items: stretch
}

.uk-flex-top {
  align-items: flex-start
}

.uk-flex-middle {
  align-items: center
}

.uk-flex-bottom {
  align-items: flex-end
}

@media (min-width: 640px) {
  .uk-flex-stretch\@s {
    align-items: stretch
  }

  .uk-flex-top\@s {
    align-items: flex-start
  }

  .uk-flex-middle\@s {
    align-items: center
  }

  .uk-flex-bottom\@s {
    align-items: flex-end
  }
}

@media (min-width: 960px) {
  .uk-flex-stretch\@m {
    align-items: stretch
  }

  .uk-flex-top\@m {
    align-items: flex-start
  }

  .uk-flex-middle\@m {
    align-items: center
  }

  .uk-flex-bottom\@m {
    align-items: flex-end
  }
}

@media (min-width: 1200px) {
  .uk-flex-stretch\@l {
    align-items: stretch
  }

  .uk-flex-top\@l {
    align-items: flex-start
  }

  .uk-flex-middle\@l {
    align-items: center
  }

  .uk-flex-bottom\@l {
    align-items: flex-end
  }
}

@media (min-width: 1600px) {
  .uk-flex-stretch\@xl {
    align-items: stretch
  }

  .uk-flex-top\@xl {
    align-items: flex-start
  }

  .uk-flex-middle\@xl {
    align-items: center
  }

  .uk-flex-bottom\@xl {
    align-items: flex-end
  }
}

.uk-flex-row {
  flex-direction: row
}

.uk-flex-row-reverse {
  flex-direction: row-reverse
}

.uk-flex-column {
  flex-direction: column
}

.uk-flex-column-reverse {
  flex-direction: column-reverse
}

@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row
  }

  .uk-flex-column\@s {
    flex-direction: column
  }
}

@media (min-width: 960px) {
  .uk-flex-row\@m {
    flex-direction: row
  }

  .uk-flex-column\@m {
    flex-direction: column
  }
}

@media (min-width: 1200px) {
  .uk-flex-row\@l {
    flex-direction: row
  }

  .uk-flex-column\@l {
    flex-direction: column
  }
}

@media (min-width: 1600px) {
  .uk-flex-row\@xl {
    flex-direction: row
  }

  .uk-flex-column\@xl {
    flex-direction: column
  }
}

.uk-flex-nowrap {
  flex-wrap: nowrap
}

.uk-flex-wrap {
  flex-wrap: wrap
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse
}

.uk-flex-wrap-stretch {
  align-content: stretch
}

.uk-flex-wrap-top {
  align-content: flex-start
}

.uk-flex-wrap-middle {
  align-content: center
}

.uk-flex-wrap-bottom {
  align-content: flex-end
}

.uk-flex-wrap-between {
  align-content: space-between
}

.uk-flex-wrap-around {
  align-content: space-around
}

.uk-flex-first {
  order: -1
}

.uk-flex-last {
  order: 99
}

@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1
  }

  .uk-flex-last\@s {
    order: 99
  }
}

@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1
  }

  .uk-flex-last\@m {
    order: 99
  }
}

@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1
  }

  .uk-flex-last\@l {
    order: 99
  }
}

@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1
  }

  .uk-flex-last\@xl {
    order: 99
  }
}

.uk-flex-initial {
  flex: initial
}

.uk-flex-none {
  flex: none
}

.uk-flex-auto {
  flex: auto
}

.uk-flex-1 {
  flex: 1
}

@media (min-width: 640px) {
  .uk-flex-initial\@s {
    flex: initial
  }

  .uk-flex-none\@s {
    flex: none
  }

  .uk-flex-1\@s {
    flex: 1
  }
}

@media (min-width: 960px) {
  .uk-flex-initial\@m {
    flex: initial
  }

  .uk-flex-none\@m {
    flex: none
  }

  .uk-flex-1\@m {
    flex: 1
  }
}

@media (min-width: 1200px) {
  .uk-flex-initial\@l {
    flex: initial
  }

  .uk-flex-none\@l {
    flex: none
  }

  .uk-flex-1\@l {
    flex: 1
  }
}

@media (min-width: 1600px) {
  .uk-flex-initial\@xl {
    flex: initial
  }

  .uk-flex-none\@xl {
    flex: none
  }

  .uk-flex-1\@xl {
    flex: 1
  }
}

.uk-margin {
  margin-bottom: 20px
}

*+.uk-margin {
  margin-top: 20px !important
}

.uk-margin-top {
  margin-top: 20px !important
}

.uk-margin-bottom {
  margin-bottom: 20px !important
}

.uk-margin-left {
  margin-left: 20px !important
}

.uk-margin-right {
  margin-right: 20px !important
}

.uk-margin-xsmall {
  margin-bottom: 5px
}

*+.uk-margin-xsmall {
  margin-top: 5px !important
}

.uk-margin-xsmall-top {
  margin-top: 5px !important
}

.uk-margin-xsmall-bottom {
  margin-bottom: 5px !important
}

.uk-margin-xsmall-left {
  margin-left: 5px !important
}

.uk-margin-xsmall-right {
  margin-right: 5px !important
}

.uk-margin-small {
  margin-bottom: 10px
}

*+.uk-margin-small {
  margin-top: 10px !important
}

.uk-margin-small-top {
  margin-top: 10px !important
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important
}

.uk-margin-small-left {
  margin-left: 10px !important
}

.uk-margin-small-right {
  margin-right: 10px !important
}

.uk-margin-medium {
  margin-bottom: 40px
}

*+.uk-margin-medium {
  margin-top: 40px !important
}

.uk-margin-medium-top {
  margin-top: 40px !important
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important
}

.uk-margin-medium-left {
  margin-left: 40px !important
}

.uk-margin-medium-right {
  margin-right: 40px !important
}

.uk-margin-large {
  margin-bottom: 40px
}

*+.uk-margin-large {
  margin-top: 40px !important
}

.uk-margin-large-top {
  margin-top: 40px !important
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important
}

.uk-margin-large-left {
  margin-left: 40px !important
}

.uk-margin-large-right {
  margin-right: 40px !important
}

@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px
  }

  *+.uk-margin-large {
    margin-top: 70px !important
  }

  .uk-margin-large-top {
    margin-top: 70px !important
  }

  .uk-margin-large-bottom {
    margin-bottom: 70px !important
  }

  .uk-margin-large-left {
    margin-left: 70px !important
  }

  .uk-margin-large-right {
    margin-right: 70px !important
  }
}

.uk-margin-xlarge {
  margin-bottom: 70px
}

*+.uk-margin-xlarge {
  margin-top: 70px !important
}

.uk-margin-xlarge-top {
  margin-top: 70px !important
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important
}

.uk-margin-xlarge-left {
  margin-left: 70px !important
}

.uk-margin-xlarge-right {
  margin-right: 70px !important
}

@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px
  }

  *+.uk-margin-xlarge {
    margin-top: 140px !important
  }

  .uk-margin-xlarge-top {
    margin-top: 140px !important
  }

  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important
  }

  .uk-margin-xlarge-left {
    margin-left: 140px !important
  }

  .uk-margin-xlarge-right {
    margin-right: 140px !important
  }
}

.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.uk-margin-auto-top {
  margin-top: auto !important
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important
}

.uk-margin-auto-left {
  margin-left: auto !important
}

.uk-margin-auto-right {
  margin-right: auto !important
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important
}

@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .uk-margin-auto-left\@s {
    margin-left: auto !important
  }

  .uk-margin-auto-right\@s {
    margin-right: auto !important
  }
}

@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .uk-margin-auto-left\@m {
    margin-left: auto !important
  }

  .uk-margin-auto-right\@m {
    margin-right: auto !important
  }
}

@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .uk-margin-auto-left\@l {
    margin-left: auto !important
  }

  .uk-margin-auto-right\@l {
    margin-right: auto !important
  }
}

@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important
  }

  .uk-margin-auto-left\@xl {
    margin-left: auto !important
  }

  .uk-margin-auto-right\@xl {
    margin-right: auto !important
  }
}

.uk-margin-remove {
  margin: 0 !important
}

.uk-margin-remove-top {
  margin-top: 0 !important
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important
}

.uk-margin-remove-left {
  margin-left: 0 !important
}

.uk-margin-remove-right {
  margin-right: 0 !important
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.uk-margin-remove-adjacent+*,
.uk-margin-remove-first-child> :first-child {
  margin-top: 0 !important
}

.uk-margin-remove-last-child> :last-child {
  margin-bottom: 0 !important
}

@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important
  }

  .uk-margin-remove-right\@s {
    margin-right: 0 !important
  }
}

@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important
  }

  .uk-margin-remove-right\@m {
    margin-right: 0 !important
  }
}

@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important
  }

  .uk-margin-remove-right\@l {
    margin-right: 0 !important
  }
}

@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important
  }

  .uk-margin-remove-right\@xl {
    margin-right: 0 !important
  }
}

.uk-padding {
  padding: 30px
}

@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px
  }
}

.uk-padding-small {
  padding: 15px
}

.uk-padding-large {
  padding: 40px
}

@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px
  }
}

.uk-padding-remove {
  padding: 0 !important
}

.uk-padding-remove-top {
  padding-top: 0 !important
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important
}

.uk-padding-remove-left {
  padding-left: 0 !important
}

.uk-padding-remove-right {
  padding-right: 0 !important
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important
}

:root {
  --uk-position-margin-offset: 0px
}

[class *=uk-position-bottom],
[class *=uk-position-center],
[class *=uk-position-left],
[class *=uk-position-right],
[class *=uk-position-top] {
  position: absolute !important;
  max-width: calc(100% -(var(--uk-position-margin-offset) * 2));
  box-sizing: border-box
}

.uk-position-top {
  top: 0;
  left: 0;
  right: 0
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0
}

.uk-position-top-left {
  top: 0;
  left: 0
}

.uk-position-top-right {
  top: 0;
  right: 0
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0
}

.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  width: max-content
}

.uk-position-center-vertical,
[class *=uk-position-center-left],
[class *=uk-position-center-right] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y))
}

.uk-position-center-left {
  left: 0
}

.uk-position-center-right {
  right: 0
}

.uk-position-center-vertical {
  left: 0;
  right: 0
}

.uk-position-center-left-out {
  right: 100%;
  width: max-content
}

.uk-position-center-right-out {
  left: 100%;
  width: max-content
}

.uk-position-bottom-center,
.uk-position-center-horizontal,
.uk-position-top-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  width: max-content
}

.uk-position-top-center {
  top: 0
}

.uk-position-bottom-center {
  bottom: 0
}

.uk-position-center-horizontal {
  top: 0;
  bottom: 0
}

.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px
}

.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px
}

.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px
}

@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px
  }
}

.uk-position-relative {
  position: relative !important
}

.uk-position-absolute {
  position: absolute !important
}

.uk-position-fixed {
  position: fixed !important
}

.uk-position-sticky {
  position: sticky !important
}

.uk-position-z-index {
  z-index: 1
}

.uk-position-z-index-zero {
  z-index: 0
}

.uk-position-z-index-negative {
  z-index: -1
}

.uk-position-z-index-high {
  z-index: 990
}

:where(.uk-transition-fade),
:where([class *=uk-transition-scale]),
:where([class *=uk-transition-slide]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0
}

.uk-transition-fade,
[class *=uk-transition-scale],
[class *=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: .3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0
}

.uk-transition-active.uk-active .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:focus-within .uk-transition-fade,
.uk-transition-toggle:hover .uk-transition-fade {
  opacity: 1
}

[class *=uk-transition-scale] {
  -webkit-backface-visibility: hidden
}

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1
}

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03
}

.uk-transition-active.uk-active .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:focus-within .uk-transition-scale-up,
.uk-transition-toggle:hover .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1
}

.uk-transition-active.uk-active .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:focus-within .uk-transition-scale-down,
.uk-transition-toggle:hover .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1
}

.uk-transition-slide-top {
  --uk-translate-y: -100%
}

.uk-transition-slide-bottom {
  --uk-translate-y: 100%
}

.uk-transition-slide-left {
  --uk-translate-x: -100%
}

.uk-transition-slide-right {
  --uk-translate-x: 100%
}

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px)
}

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px
}

.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px)
}

.uk-transition-slide-right-small {
  --uk-translate-x: 10px
}

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px)
}

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px
}

.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px)
}

.uk-transition-slide-right-medium {
  --uk-translate-x: 50px
}

.uk-transition-active.uk-active [class *=uk-transition-slide],
.uk-transition-toggle:focus [class *=uk-transition-slide],
.uk-transition-toggle:focus-within [class *=uk-transition-slide],
.uk-transition-toggle:hover [class *=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1
}

.uk-transition-opaque {
  opacity: 1
}

.uk-transition-slow {
  transition-duration: .7s
}

.uk-transition-disable,
.uk-transition-disable * {
  transition: none !important
}

.uk-hidden,
.uk-hidden-empty:empty,
[hidden] {
  display: none !important
}

@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important
  }
}

@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important
  }
}

@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important
  }
}

@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important
  }
}

@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important
  }
}

@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important
  }
}

@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important
  }
}

@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important
  }
}

.uk-invisible {
  visibility: hidden !important
}

.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-visible):not(:has(:focus-visible)),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important
}

.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important
}

@media (hover: none) {
  .uk-hidden-touch {
    display: none !important
  }
}

@media (hover) {
  .uk-hidden-notouch {
    display: none !important
  }
}

.uk-light {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-link,
.uk-light a {
  color: #fff
}

.uk-light .uk-link-toggle:hover .uk-link,
.uk-light .uk-link:hover,
.uk-light a:hover {
  color: #fff
}

.uk-light :not(pre)>code,
.uk-light :not(pre)>kbd,
.uk-light :not(pre)>samp {
  color: rgba(255, 255, 255, .7)
}

.uk-light em {
  color: #fff
}

.uk-light .display-1,
.uk-light .display-2,
.uk-light .display-3,
.uk-light .display-4,
.uk-light .display-5,
.uk-light .display-6,
.uk-light .h1,
.uk-light .h2,
.uk-light .h3,
.uk-light .h4,
.uk-light .h5,
.uk-light .h6,
.uk-light .uk-h1,
.uk-light .uk-h2,
.uk-light .uk-h3,
.uk-light .uk-h4,
.uk-light .uk-h5,
.uk-light .uk-h6,
.uk-light .uk-heading-2xlarge,
.uk-light .uk-heading-3xlarge,
.uk-light .uk-heading-large,
.uk-light .uk-heading-medium,
.uk-light .uk-heading-small,
.uk-light .uk-heading-xlarge,
.uk-light h1,
.uk-light h2,
.uk-light h3,
.uk-light h4,
.uk-light h5,
.uk-light h6 {
  color: #fff
}

.uk-light .uk-hr,
.uk-light hr {
  border-top-color: rgba(255, 255, 255, .2)
}

.uk-light :focus-visible {
  outline-color: #fff
}

.uk-light .uk-link-muted a,
.uk-light a.uk-link-muted {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-link-muted a:hover,
.uk-light .uk-link-toggle:hover .uk-link-muted,
.uk-light a.uk-link-muted:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-link-text a:hover,
.uk-light .uk-link-toggle:hover .uk-link-text,
.uk-light a.uk-link-text:hover {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-link-heading a:hover,
.uk-light .uk-link-toggle:hover .uk-link-heading,
.uk-light a.uk-link-heading:hover {
  color: #fff
}

.uk-light .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-heading-line> ::after,
.uk-light .uk-heading-line> ::before {
  border-bottom-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20d%3D%22M20%208.7c0-1.1-.4-2-.9-2.6-.2-.7-.6-1.4-1-2-1.9-3-5.2-4.4-8.3-3.8C9.2.1%208.6%200%208.1%200%203.2-.1-.4%204.2%200%209.3c.2%202.2%201%204.3%202.1%206%20.4%201.2%201.1%202.5%202.5%203.3%203.6%202.2%208.9%201.7%2012.6-.7%202.5-1.7.6-3%201-4.6.6-1.3%201.8-3.1%201.8-4.6z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M11.3%2016.4c-.6%200-1.1%200-1.7-.1-.7%200-1.4-.1-2.1-.3-1.4-.4-2.4-1.4-3.4-2.4-.2-.2-.5-.5-.6-.8-.2-.3-.2-.6-.3-.9-.4-1.9-.3-3.8.2-5.6.1-.3.2-.7.4-1%20.6-1.1%201.8-1.4%202.9-1.7%201.6-.3%202.9-.5%204.1-.4.6%200%201.1.1%201.5.3.8.3%201.4.8%202%201.2.4.3.7.6%201%20.9.2.3.4.5.5.9.6%201.4.5%202.8.5%204.1%200%20.2%200%20.5-.2.9s-.5.7-.8.8c.2.3.2.7.2.8-.1%201.2-.9%202.4-2%202.9-.7.3-1.4.3-2%20.3-.1.1-.2.1-.2.1zM10.2%204.7c-.9%200-1.9.1-3.1.4-.8.2-1.6.4-2%201-.1.2-.2.4-.2.7a9%209%200%200%200-.2%204.9c0%20.2.1.4.1.5.1.2.2.3.4.5.8.9%201.7%201.7%202.7%202%20.5.2%201.1.2%201.7.2.6%200%201.2.1%201.8.1.5%200%201%200%201.4-.2.6-.2%201-.8%201.1-1.4-.2-.1-.4-.2-.5-.4-.1-.1-.5-.9.5-1.5.1-.1.3-.1.4-.2.1-.1.3-.2.4-.2v-.3c0-1.2.1-2.4-.4-3.5l-.3-.6c-.2-.2-.4-.4-.7-.6-.4-.4-.9-.7-1.5-.9-.3-.1-.7-.2-1.1-.2-.1-.3-.3-.3-.5-.3z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-divider-icon::after,
.uk-light .uk-divider-icon::before {
  border-bottom-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, .4);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22160%22%20height%3D%2210%22%20viewBox%3D%220%200%20160%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M70.4%2010c-1.8%200-3.5-.1-5.1-.2-1.4-.1-2.8-.2-4.1-.2C36.6%209.3%202%209%201%209.5s-1-9-1-9C17.7.3%2036.6.3%2061.3.6c1.5%200%203.1.1%204.5.2%201.8.1%203.4.2%205%20.2C79.6.9%2082.6.6%2085.4.4c3.3-.3%206.2-.5%2017.3-.4%203.5.1%207%20.3%2010.4.4%203.1.2%206.3.4%209.4.4%204.3.1%208.7%200%2013-.2%203.2-.1%206.5-.2%209.8-.2s6.7.1%209.9.1c1.6%200%202.9.3%203.9.3s1%209%200%209-2.4-.3-4-.3c-3.2-.1-6.5-.1-9.7-.1-3.1%200-6.4.1-9.5.2-4.4.1-8.9.3-13.4.2-3.3-.1-6.6-.3-9.7-.4-3.3-.2-6.7-.4-10-.4-11-.1-13.5.1-16.7.4-2.9.2-6.1.5-15.2.6h-.5z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M63.4%205.7c-1.8%200-3.8%200-6.4-.1-3.4-.1-6.9-.2-10.2-.4-3.1-.2-6.3-.4-9.5-.4-4.3-.1-8.7.1-13%20.2-3.2.1-6.4.2-9.6.2S8.1%205.1%205%205.1C3.3%205.1%202.1%205%201%205S-.2%203.5%201%203.5s2.2.1%203.9.1c3.2.1%206.5.1%209.7.1s6.4-.1%209.6-.2c4.3-.1%208.8-.3%2013.2-.2%203.2.1%206.4.2%209.6.4%203.3.2%206.8.4%2010.1.4%2010.8.2%2013.4-.1%2016.7-.3%202.8-.2%205.9-.5%2014.9-.6%201.8%200%203.6.1%205.3.2%201.4.1%202.8.2%204.3.2%2024.5.3%2058.1.1%2059.7.1%201%200%201.8%201.5%200%201.5-2.5-.1-35.3.2-59.9-.1-1.4%200-2.9-.1-4.3-.2-1.7-.1-3.5-.2-5.2-.2-8.9.1-12%20.4-14.8.6-2.3.3-4.5.4-10.4.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  border-color: transparent
}

.uk-light .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-list-muted> ::marker {
  color: rgba(255, 255, 255, .5) !important
}

.uk-light .uk-list-emphasis> ::marker {
  color: #fff !important
}

.uk-light .uk-list-primary> ::marker {
  color: #fff !important
}

.uk-light .uk-list-secondary> ::marker {
  color: #fff !important
}

.uk-light .uk-list-bullet> ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%227%22%20viewBox%3D%220%200%206%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20d%3D%22M1.9%200c-1.3%200-3.5%207%200%207s4.4-2.2%204-4.6S3.2%200%201.9%200z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .tm-child-list-divider>ul> :nth-child(n + 2),
.uk-light .uk-list-divider> :nth-child(n + 2) {
  border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-list-striped> :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .1)
}

.uk-light .uk-table th {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-table caption {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-table tbody tr.uk-active,
.uk-light .uk-table>tr.uk-active {
  background: rgba(255, 255, 255, .08)
}

.uk-light .uk-table-divider> :first-child>tr:not(:first-child),
.uk-light .uk-table-divider> :not(:first-child)>tr,
.uk-light .uk-table-divider>tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-table-striped tbody tr:nth-of-type(odd),
.uk-light .uk-table-striped>tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, .1)
}

.uk-light .uk-table-hover tbody tr:hover,
.uk-light .uk-table-hover>tr:hover {
  background: rgba(255, 255, 255, .08)
}

.uk-light .uk-icon-link {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-icon-link:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-active>.uk-icon-link,
.uk-light .uk-icon-link:active {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-icon-button {
  background-color: transparent;
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .4);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M46.3%2049.5c-3%200-6.3.5-9.4%200-5.2-.8-10.3-.4-14.4-.2-5.6.3-15.8%201.1-19.9-.1-3-.9-2.1-3.7-2.2-11.3%200-4.8-.3-11.2-.2-18.8%200-4.3.6-8.8.6-13.5V4.3l.8-1C4.3.1%205-.1%208.6.4c2.1-.4%206.1-.2%2017.3.1%201.5%200%208.6.8%2010.2.4l.3-.1c4.1-1.1%208.4-.8%2011.3.2%201.6.6%201.9%202.6%202%204.3.2%202.2-.2%2012.8-.1%2022.1.1%2020.3.4%2019.7-.7%2020.9l-1%201.1-1.6.1zM6.6%2042.9c4.1.6%2011.1.6%2013.6-.2%205.5-1.9%2011.7-1%2017.7-.1%201.9.3%203.7.5%205.4.7.4-8.1.1-31-.1-36.6-.7%200-2.2.1-5.1.8l-.4.1c-3.1.8-6.2.2-9-.3-1.3-.2-2.5-.5-3.5-.5-11.3-.7-14.2.1-15.3.5-.4.1-.8.2-1.4.3-.7.1-1.3%200-1.8-.2%200%204.1-.1%208.1-.1%2011.9-.1%209.6-.2%2019.5%200%2023.6zm-2-.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M8.1%2046.8c-2.6%200-4.3-.3-4.9-.9a.9.9%200%200%201-.3-.7V3.5l3-.9H6c9.2%201%2017.8%201.1%2028%201.1h12.7l.4.3c.4.4.5%201.1.4%206.3%200%201.5-.1%203.1-.1%204.7v7.4c0%207.6.1%2015.5-.2%2022.7%200%20.2-.1.5-.4.8-.8.7-3.1.9-8.3.5h-.6c-.2%200-1%200-2.7-.1-4.8-.2-14.6-.5-22.1.1-1.9.3-3.6.4-5%20.4zm-3.7-1.9c.5.2%202.4.7%208.6.2%207.5-.6%2017.5-.3%2022.2-.1%201.3%200%202.4.1%202.6.1h.8c5.2.3%206.7.1%207.1-.1.2-7.1.2-14.9.2-22.4v-7.4c0-1.6%200-3.3.1-4.8%200-2%20.1-4.2%200-5.1H34.1c-10.2%200-18.8-.1-28-1.1l-1.7.5v40.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-icon-button:hover {
  background-color: rgba(0, 0, 0, .05);
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .6);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.6%29%22%20d%3D%22M46.3%2049.5c-3%200-6.3.5-9.4%200-5.2-.8-10.3-.4-14.4-.2-5.6.3-15.8%201.1-19.9-.1-3-.9-2.1-3.7-2.2-11.3%200-4.8-.3-11.2-.2-18.8%200-4.3.6-8.8.6-13.5V4.3l.8-1C4.3.1%205-.1%208.6.4c2.1-.4%206.1-.2%2017.3.1%201.5%200%208.6.8%2010.2.4l.3-.1c4.1-1.1%208.4-.8%2011.3.2%201.6.6%201.9%202.6%202%204.3.2%202.2-.2%2012.8-.1%2022.1.1%2020.3.4%2019.7-.7%2020.9l-1%201.1-1.6.1zM6.6%2042.9c4.1.6%2011.1.6%2013.6-.2%205.5-1.9%2011.7-1%2017.7-.1%201.9.3%203.7.5%205.4.7.4-8.1.1-31-.1-36.6-.7%200-2.2.1-5.1.8l-.4.1c-3.1.8-6.2.2-9-.3-1.3-.2-2.5-.5-3.5-.5-11.3-.7-14.2.1-15.3.5-.4.1-.8.2-1.4.3-.7.1-1.3%200-1.8-.2%200%204.1-.1%208.1-.1%2011.9-.1%209.6-.2%2019.5%200%2023.6zm-2-.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M8.1%2046.8c-2.6%200-4.3-.3-4.9-.9a.9.9%200%200%201-.3-.7V3.5l3-.9H6c9.2%201%2017.8%201.1%2028%201.1h12.7l.4.3c.4.4.5%201.1.4%206.3%200%201.5-.1%203.1-.1%204.7v7.4c0%207.6.1%2015.5-.2%2022.7%200%20.2-.1.5-.4.8-.8.7-3.1.9-8.3.5h-.6c-.2%200-1%200-2.7-.1-4.8-.2-14.6-.5-22.1.1-1.9.3-3.6.4-5%20.4zm-3.7-1.9c.5.2%202.4.7%208.6.2%207.5-.6%2017.5-.3%2022.2-.1%201.3%200%202.4.1%202.6.1h.8c5.2.3%206.7.1%207.1-.1.2-7.1.2-14.9.2-22.4v-7.4c0-1.6%200-3.3.1-4.8%200-2%20.1-4.2%200-5.1H34.1c-10.2%200-18.8-.1-28-1.1l-1.7.5v40.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-icon-button:active {
  background-color: rgba(0, 0, 0, .1);
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .8);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.8%29%22%20d%3D%22M46.3%2049.5c-3%200-6.3.5-9.4%200-5.2-.8-10.3-.4-14.4-.2-5.6.3-15.8%201.1-19.9-.1-3-.9-2.1-3.7-2.2-11.3%200-4.8-.3-11.2-.2-18.8%200-4.3.6-8.8.6-13.5V4.3l.8-1C4.3.1%205-.1%208.6.4c2.1-.4%206.1-.2%2017.3.1%201.5%200%208.6.8%2010.2.4l.3-.1c4.1-1.1%208.4-.8%2011.3.2%201.6.6%201.9%202.6%202%204.3.2%202.2-.2%2012.8-.1%2022.1.1%2020.3.4%2019.7-.7%2020.9l-1%201.1-1.6.1zM6.6%2042.9c4.1.6%2011.1.6%2013.6-.2%205.5-1.9%2011.7-1%2017.7-.1%201.9.3%203.7.5%205.4.7.4-8.1.1-31-.1-36.6-.7%200-2.2.1-5.1.8l-.4.1c-3.1.8-6.2.2-9-.3-1.3-.2-2.5-.5-3.5-.5-11.3-.7-14.2.1-15.3.5-.4.1-.8.2-1.4.3-.7.1-1.3%200-1.8-.2%200%204.1-.1%208.1-.1%2011.9-.1%209.6-.2%2019.5%200%2023.6zm-2-.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M8.1%2046.8c-2.6%200-4.3-.3-4.9-.9a.9.9%200%200%201-.3-.7V3.5l3-.9H6c9.2%201%2017.8%201.1%2028%201.1h12.7l.4.3c.4.4.5%201.1.4%206.3%200%201.5-.1%203.1-.1%204.7v7.4c0%207.6.1%2015.5-.2%2022.7%200%20.2-.1.5-.4.8-.8.7-3.1.9-8.3.5h-.6c-.2%200-1%200-2.7-.1-4.8-.2-14.6-.5-22.1.1-1.9.3-3.6.4-5%20.4zm-3.7-1.9c.5.2%202.4.7%208.6.2%207.5-.6%2017.5-.3%2022.2-.1%201.3%200%202.4.1%202.6.1h.8c5.2.3%206.7.1%207.1-.1.2-7.1.2-14.9.2-22.4v-7.4c0-1.6%200-3.3.1-4.8%200-2%20.1-4.2%200-5.1H34.1c-10.2%200-18.8-.1-28-1.1l-1.7.5v40.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .form-range::-webkit-slider-runnable-track,
.uk-light .uk-range::-webkit-slider-runnable-track {
  background: rgba(242, 242, 242, .1)
}

.uk-light .form-range:active::-webkit-slider-runnable-track,
.uk-light .form-range:focus::-webkit-slider-runnable-track,
.uk-light .uk-range:active::-webkit-slider-runnable-track,
.uk-light .uk-range:focus::-webkit-slider-runnable-track {
  background: rgba(242, 242, 242, .15)
}

.uk-light .form-range::-moz-range-track,
.uk-light .uk-range::-moz-range-track {
  background: rgba(242, 242, 242, .1)
}

.uk-light .form-range:focus::-moz-range-track,
.uk-light .uk-range:focus::-moz-range-track {
  background: rgba(242, 242, 242, .15)
}

.uk-light .form-range::-webkit-slider-thumb,
.uk-light .uk-range::-webkit-slider-thumb {
  background: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M18%2C7.9a13.2%2C13.2%2C0%2C0%2C0-1.7-4.2A7.3%2C7.3%2C0%2C0%2C0%2C8.8.3%2C4%2C4%2C0%2C0%2C0%2C7.3%2C0C2.9-.1-.3%2C3.8%2C0%2C8.4a12%2C12%2C0%2C0%2C0%2C1.9%2C5.4%2C5.5%2C5.5%2C0%2C0%2C0%2C2.3%2C3c3.2%2C1.9%2C7.2%2C1.3%2C10.5-.8s2.3-2%2C2.7-3.4A14.8%2C14.8%2C0%2C0%2C0%2C18%2C7.9Z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M14.8%2C6.6a7.6%2C7.6%2C0%2C0%2C1%2C.1%2C1.5%2C6.1%2C6.1%2C0%2C0%2C1%2C0%2C1.9%2C7.2%2C7.2%2C0%2C0%2C1-1.8%2C3.3l-.6.7-.8.3a10.6%2C10.6%2C0%2C0%2C1-5%2C.5l-.9-.3a3.6%2C3.6%2C0%2C0%2C1-1.9-2.3%2C14.6%2C14.6%2C0%2C0%2C1-.8-3.7%2C1.9%2C1.9%2C0%2C0%2C1%2C.1-1.3A6.8%2C6.8%2C0%2C0%2C1%2C4%2C5.3a8.6%2C8.6%2C0%2C0%2C1%2C.7-1%2C1.2%2C1.2%2C0%2C0%2C1%2C.8-.6A7.6%2C7.6%2C0%2C0%2C1%2C9%2C2.8a1.5%2C1.5%2C0%2C0%2C1%2C.9.1l1.9.3a2.6%2C2.6%2C0%2C0%2C1%2C2.4%2C1.5%2C6.4%2C6.4%2C0%2C0%2C1%2C.5%2C1.7ZM4.5%2C8.9a10.8%2C10.8%2C0%2C0%2C0%2C.7%2C2.7c.3.7.5%2C1.4%2C1.1%2C1.7H7a8.3%2C8.3%2C0%2C0%2C0%2C4.4-.4h.4l.4-.5a6.3%2C6.3%2C0%2C0%2C0%2C1.5-2.6%2C3.8%2C3.8%2C0%2C0%2C0-.1-1.5%2C8.1%2C8.1%2C0%2C0%2C0-.1-1.6%2C2.8%2C2.8%2C0%2C0%2C0-.3-1.3%2C1.6%2C1.6%2C0%2C0%2C0-1.4-.8c0%2C.2-1.8%2C0-1.9-.1l-.2-.3h-1A4.2%2C4.2%2C0%2C0%2C0%2C6.3%2C5l-.5.3a4.3%2C4.3%2C0%2C0%2C0-.4.7%2C3.5%2C3.5%2C0%2C0%2C0-.6%2C1.4%2C3.4%2C3.4%2C0%2C0%2C0-.1%2C1C4.4%2C8.6%2C4.5%2C8.7%2C4.5%2C8.9Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .form-range::-moz-range-thumb,
.uk-light .uk-range::-moz-range-thumb {
  background: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M18%2C7.9a13.2%2C13.2%2C0%2C0%2C0-1.7-4.2A7.3%2C7.3%2C0%2C0%2C0%2C8.8.3%2C4%2C4%2C0%2C0%2C0%2C7.3%2C0C2.9-.1-.3%2C3.8%2C0%2C8.4a12%2C12%2C0%2C0%2C0%2C1.9%2C5.4%2C5.5%2C5.5%2C0%2C0%2C0%2C2.3%2C3c3.2%2C1.9%2C7.2%2C1.3%2C10.5-.8s2.3-2%2C2.7-3.4A14.8%2C14.8%2C0%2C0%2C0%2C18%2C7.9Z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M14.8%2C6.6a7.6%2C7.6%2C0%2C0%2C1%2C.1%2C1.5%2C6.1%2C6.1%2C0%2C0%2C1%2C0%2C1.9%2C7.2%2C7.2%2C0%2C0%2C1-1.8%2C3.3l-.6.7-.8.3a10.6%2C10.6%2C0%2C0%2C1-5%2C.5l-.9-.3a3.6%2C3.6%2C0%2C0%2C1-1.9-2.3%2C14.6%2C14.6%2C0%2C0%2C1-.8-3.7%2C1.9%2C1.9%2C0%2C0%2C1%2C.1-1.3A6.8%2C6.8%2C0%2C0%2C1%2C4%2C5.3a8.6%2C8.6%2C0%2C0%2C1%2C.7-1%2C1.2%2C1.2%2C0%2C0%2C1%2C.8-.6A7.6%2C7.6%2C0%2C0%2C1%2C9%2C2.8a1.5%2C1.5%2C0%2C0%2C1%2C.9.1l1.9.3a2.6%2C2.6%2C0%2C0%2C1%2C2.4%2C1.5%2C6.4%2C6.4%2C0%2C0%2C1%2C.5%2C1.7ZM4.5%2C8.9a10.8%2C10.8%2C0%2C0%2C0%2C.7%2C2.7c.3.7.5%2C1.4%2C1.1%2C1.7H7a8.3%2C8.3%2C0%2C0%2C0%2C4.4-.4h.4l.4-.5a6.3%2C6.3%2C0%2C0%2C0%2C1.5-2.6%2C3.8%2C3.8%2C0%2C0%2C0-.1-1.5%2C8.1%2C8.1%2C0%2C0%2C0-.1-1.6%2C2.8%2C2.8%2C0%2C0%2C0-.3-1.3%2C1.6%2C1.6%2C0%2C0%2C0-1.4-.8c0%2C.2-1.8%2C0-1.9-.1l-.2-.3h-1A4.2%2C4.2%2C0%2C0%2C0%2C6.3%2C5l-.5.3a4.3%2C4.3%2C0%2C0%2C0-.4.7%2C3.5%2C3.5%2C0%2C0%2C0-.6%2C1.4%2C3.4%2C3.4%2C0%2C0%2C0-.1%2C1C4.4%2C8.6%2C4.5%2C8.7%2C4.5%2C8.9Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .form-control:where(input),
.uk-light .form-control:where(textarea),
.uk-light .form-select:where(select),
.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea {
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .7);
  background-clip: padding-box
}

.uk-light .form-control:where(input):focus,
.uk-light .form-control:where(textarea):focus,
.uk-light .form-select:where(select):focus,
.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus {
  background-color: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .7)
}

.uk-light .form-control:where(input)::placeholder,
.uk-light .uk-input::placeholder {
  color: rgba(255, 255, 255, .5)
}

.uk-light .form-control:where(textarea)::placeholder,
.uk-light .uk-textarea::placeholder {
  color: rgba(255, 255, 255, .5)
}

.uk-light .form-select:not([multiple])[size='1'],
.uk-light .form-select:where(select):not([multiple]):not([size]),
.uk-light .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .form-control:where(input)[list]:focus,
.uk-light .form-control:where(input)[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-light .uk-input[list]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .form-check-input[type=checkbox],
.uk-light .form-check-input[type=radio],
.uk-light .uk-checkbox,
.uk-light .uk-radio {
  background-color: rgba(255, 255, 255, .1)
}

.uk-light .form-check-input[type=checkbox]:focus,
.uk-light .form-check-input[type=radio]:focus,
.uk-light .uk-checkbox:focus,
.uk-light .uk-radio:focus {
  background-color: rgba(255, 255, 255, .15)
}

.uk-light .form-check-input[type=checkbox]:checked,
.uk-light .form-check-input[type=checkbox]:indeterminate,
.uk-light .form-check-input[type=radio]:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-light .uk-radio:checked {
  background-color: #fff
}

.uk-light .form-check-input[type=checkbox]:checked:focus,
.uk-light .form-check-input[type=checkbox]:indeterminate:focus,
.uk-light .form-check-input[type=radio]:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-light .uk-radio:checked:focus {
  background-color: #fff
}

.uk-light .form-check-input[type=radio]:checked,
.uk-light .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23000000%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-light .form-check-input[type=checkbox]:checked,
.uk-light .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .form-check-input[type=checkbox]:indeterminate,
.uk-light .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23000000%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E")
}

.uk-light .uk-form-label {
  color: #fff
}

.uk-light .uk-form-icon {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-form-icon:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .btn-light,
.uk-light .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3a3.7%203.7%200%200%201-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5l-.3%2011.7c-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-8.8c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .btn-light:hover,
.uk-light .uk-button-default:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, .6);
  border-color: rgba(255, 255, 255, .6)
}

.uk-light .btn-light.uk-active,
.uk-light .btn-light:active,
.uk-light .uk-button-default.uk-active,
.uk-light .uk-button-default:active {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border-color: rgba(255, 255, 255, .8)
}

.uk-light .btn-info,
.uk-light .btn-primary,
.uk-light .btn-success,
.uk-light .uk-button-primary {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M97.4%2049.5c-6.9%200-14.5-.3-22-.6-9-.4-17.5-.8-24.4-.6-7%20.3-21.6.6-33.3.8-5.3.1-10%20.2-13.3.2h-.2c-4-.1-4-4.3-3.9-9.9%200-4%20.2-9.6.4-16%20.3-5.9.5-12.6.6-19.2L1.4.9%204.7.8c5.7-.2%208.7.2%2010.6.5.7.1%201.3.2%201.7.2h.2c4.2.1%2015.2%200%2044.1-.3h.2c3.6.1%207.2-.1%2011-.3C78.2.6%2084.2.4%2090.6.9h.2c2.1.3%206.4.3%2010.6.4%203.6.1%207.4.1%2010.3.3%203.2.2%208%20.5%208%204.6v2.7c0%204.7%200%2013.6-.2%2021.4-.4%2014.8-1%2017.3-4.3%2017.9-4.8%201-11%201.3-17.8%201.3z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M108.3%2047.5c-3.3%200-7.8-.2-14-.6-.8-.1-1.3-.1-1.4-.1-2.7.1-38.8%200-64.5-.3-22.9.6-23.5%200-23.9-.4l-.2-.2V30.6c0-8.9%200-19%20.1-26.6v-.7h7c16.4.7%2031.4.4%2047.3.2%207.9-.1%2016-.2%2024.4-.2%2011.9%200%2021.2.2%2026.7.3%202.6.1%204.5.1%205.6.1.3%200%20.6.1.8.4.9.9.9%203.4.8%208.1v2.6c0%202.5%200%205.2.1%208%20.1%207.8.2%2015.8-.4%2022.8-.1.9-1%201.9-8.4%201.9zm-15.4-2.2c.2%200%20.7%200%201.5.1%2017.1%201.2%2020.3.4%2020.9-.1.6-6.9.5-14.8.4-22.6%200-2.8-.1-5.5-.1-8v-2.6c0-2.6.1-6.2-.4-7-1.1%200-3%200-5.5-.1a1540.64%201540.64%200%200%200-51%200c-15.9.2-30.9.5-47.3-.3H5.9c-.2%207.6-.1%2017.3-.1%2025.9V45c1.2.2%205.7.4%2022.6-.1%2025.1.3%2061.8.4%2064.5.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .btn-info:hover,
.uk-light .btn-primary:hover,
.uk-light .btn-success:hover,
.uk-light .uk-button-primary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, .6);
  border-color: rgba(255, 255, 255, .6)
}

.uk-light .btn-check:checked+.btn-primary,
.uk-light .btn-info.uk-active,
.uk-light .btn-info:active,
.uk-light .btn-primary.uk-active,
.uk-light .btn-primary:active,
.uk-light .btn-success.uk-active,
.uk-light .btn-success:active,
.uk-light .uk-button-primary.uk-active,
.uk-light .uk-button-primary:active {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, .8);
  border-color: rgba(255, 255, 255, .8)
}

.uk-light .btn-dark,
.uk-light .btn-secondary,
.uk-light .uk-button-secondary {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22120%22%20height%3D%2250%22%20viewBox%3D%220%200%20120%2050%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M114.4%2049.3c-7.1%200-14.8-.4-23-.9-14-.8-28.5-1.6-40.1-.1-9.9%201.4-36.2%201-46.3%200h-.1c-5-.6-4.8-6.5-4.1-28.1.2-4.5.3-9.1.4-14V4l2-.9C10.2%200%2013.7.5%2016.4%201.3c.2%200%20.4.1.5.1.5%200%201-.1%201.7-.2%204-.4%2012.2-1.4%2042.7-.6%203.3.1%206.8.3%2010.2.6%206.4.4%2012.8.9%2018.5.3l.6-.1c20.1-2%2026.9-1%2028%204%20.3%201.6%202.8%2037.6-1.1%2042.3a3.7%203.7%200%200%201-3.1%201.6zm-47.7-8.9c8.1%200%2016.7.5%2025.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-28.7-.2-34.3-1.6-.4-6.5-.9-20.6.5l-.6.1c-6.2.6-13%20.1-19.5-.3-3.5-.2-6.7-.5-9.8-.5-30-.7-38.3.2-41.8.6-.9.1-1.6.2-2.3.2-1%20.1-1.9-.2-2.6-.4-1.2-.5-2.7-.9-6.5.5l-.3%2011.7c-.3%208.3-.5%2017.5-.1%2021.1%2010.8.8%2033.9%201.1%2042.7-.2%205-.6%2010.4-.9%2016.2-.9zM17%201.4s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23555%22%20d%3D%22M15.9%2046.1c-7.5%200-11.7-.3-12.3-1l-.2-.2v-8.8c0-9.5-.1-22.5%200-32.1v-.7l6.6-.8h.1c24.8%201.1%2048.2%201.1%2073.1%201.1h32.3c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7V22c.1%207.6.2%2015.4-.5%2022.6-.1%201-.1%201.9-22.1%201.3H93c-.7%200-3.6%200-8-.1-13.1-.2-37.6-.5-56.5.1-4.9.1-9.1.2-12.6.2zM4.9%2044c1.1.2%205.5.8%2023.6.3%2018.9-.6%2043.4-.3%2056.5-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-14.7.4-22.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H83.1C58.3%205%2034.8%205%2010%203.9l-5.2.8c-.1%209.5-.1%2022.1%200%2031.4%200%203.2%200%205.9.1%207.9zm109.8.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .btn-dark:hover,
.uk-light .btn-secondary:hover,
.uk-light .uk-button-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, .6);
  border-color: rgba(255, 255, 255, .6)
}

.uk-light .btn-check:checked+.btn-secondary,
.uk-light .btn-dark.uk-active,
.uk-light .btn-dark:active,
.uk-light .btn-secondary.uk-active,
.uk-light .btn-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-light .uk-button-secondary:active {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  border-color: rgba(255, 255, 255, .8)
}

.uk-light .uk-button-text {
  color: #fff
}

.uk-light .uk-button-text::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2215%22%20viewBox%3D%220%200%2030%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.8%2011.7c-1.4.5-3.1%201.1-3.7%201.3l-.9-3c-4.7-.1-10.6.1-15.6.3-1.4%200-2.7.1-4%20.1l-.2-6c1.2%200%202.6-.1%203.9-.1%205.8-.3%2012-.5%2017.1-.3l1.4-2.1c1.1.7%203.4%202.3%204.4%202.8h2l.4%202.6c.4%202.5-1.4%203.2-4.8%204.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M20.5%2010.6L20%209.2c.5-.2%202.2-.8%203.7-1.3-4.5-.3-12.3-.2-23.1.3V6.7c10.3-.4%2017.8-.5%2022.5-.3-1-.6-1.9-1.3-2.4-1.6l.8-1.2c1.3.9%204.5%203%205.2%203.2.3%200%20.6.3.7.6.1.5.1%201-6.9%203.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-button-text:hover {
  color: #fff
}

.uk-light .uk-button-text:hover:not(:disabled)::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2230%22%20height%3D%2215%22%20viewBox%3D%220%200%2030%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24.8%2011.7c-1.4.5-3.1%201.1-3.7%201.3l-.9-3c-4.7-.1-10.6.1-15.6.3-1.4%200-2.7.1-4%20.1l-.2-6c1.2%200%202.6-.1%203.9-.1%205.8-.3%2012-.5%2017.1-.3l1.4-2.1c1.1.7%203.4%202.3%204.4%202.8h2l.4%202.6c.4%202.5-1.4%203.2-4.8%204.4z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M20.5%2010.6L20%209.2c.5-.2%202.2-.8%203.7-1.3-4.5-.3-12.3-.2-23.1.3V6.7c10.3-.4%2017.8-.5%2022.5-.3-1-.6-1.9-1.3-2.4-1.6l.8-1.2c1.3.9%204.5%203%205.2%203.2.3%200%20.6.3.7.6.1.5.1%201-6.9%203.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-button-text:disabled {
  color: rgba(255, 255, 255, .5)
}

.uk-light .btn-link,
.uk-light .uk-button-link {
  color: #fff
}

.uk-light .btn-link:hover,
.uk-light .uk-button-link:hover {
  color: rgba(255, 255, 255, .6)
}

.uk-light.uk-card-badge {
  background-color: #fff;
  color: #000;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2245%22%20height%3D%2225%22%20viewBox%3D%220%200%2045%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2C4.5C3.3%2C2.2%2C10.6464.2%2C20%2C.2%2C30.4306.2%2C41.412%2C1.784%2C40.2%2C3.7c-1.1827%2C1.87-1.3%2C3.5.5%2C3.3%2C4.81.7373%2C1.2022.4684%2C3%2C3.3%2C1.5742%2C2.4794%2C1.3%2C11.2441-3%2C12.3C38%2C25.6%2C18.7%2C24%2C11%2C24s-8.6-1.1-9.4-2.9C1%2C19.8%2C1.5%2C8%2C0%2C4.5Z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-close {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-close:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-totop {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-totop:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-totop:active {
  color: #fff
}

.uk-light .uk-marker {
  background: #f8f8f8;
  color: #000
}

.uk-light .uk-marker:hover {
  color: #000
}

.uk-light .uk-badge {
  background-color: #fff;
  color: #000 !important
}

.uk-light .uk-label {
  background-color: #fff;
  color: #000
}

.uk-light .uk-article-title {
  color: #fff
}

.uk-light .uk-article-meta {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-search-input {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-search-input::placeholder {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-search-default .uk-search-input {
  background-color: rgba(255, 255, 255, .1)
}

.uk-light .uk-search-default .uk-search-input:focus {
  background-color: rgba(255, 255, 255, .15)
}

.uk-light .uk-search-navbar .uk-search-input {
  background-color: rgba(255, 255, 255, .1)
}

.uk-light .uk-search-navbar .uk-search-input:focus {
  background-color: rgba(255, 255, 255, .15)
}

.uk-light .uk-search-medium .uk-search-input {
  background-color: rgba(255, 255, 255, .1)
}

.uk-light .uk-search-medium .uk-search-input:focus {
  background-color: rgba(255, 255, 255, .15)
}

.uk-light .uk-search-large .uk-search-input {
  background-color: rgba(255, 255, 255, .1)
}

.uk-light .uk-search-large .uk-search-input:focus {
  background-color: rgba(255, 255, 255, .15)
}

.uk-light .uk-search-toggle {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-search-toggle:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-accordion-title {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-accordion-title:hover {
  color: #fff
}

.uk-light .uk-leader-fill::after {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-countdown-number,
.uk-light .uk-countdown-separator {
  color: #fff
}

.uk-light .uk-countdown-label {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-thumbnav>*> ::after {
  background-color: transparent
}

.uk-light .uk-thumbnav>*> ::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
}

.uk-light .uk-iconnav>*>a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-iconnav>*>a:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-iconnav>.uk-active>a {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-grid-divider> :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-nav-default>li>a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-nav-default>li>a:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-nav-default>li.uk-active>a {
  color: #fff
}

.uk-light .uk-nav-default .uk-nav-header {
  color: #fff
}

.uk-light .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-nav-default .uk-nav-sub li.uk-active>a {
  color: #fff
}

.uk-light .uk-nav-primary>li>a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-nav-primary>li>a:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-nav-primary>li.uk-active>a {
  color: #fff
}

.uk-light .uk-nav-primary .uk-nav-header {
  color: #fff
}

.uk-light .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active>a {
  color: #fff
}

.uk-light .uk-nav-secondary>li>a {
  color: #fff
}

.uk-light .uk-nav-secondary>li>a:hover {
  color: #fff
}

.uk-light .uk-nav-secondary>li.uk-active>a {
  color: #fff
}

.uk-light .uk-nav-secondary .uk-nav-subtitle {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-nav-secondary>li>a:hover .uk-nav-subtitle {
  color: #fff
}

.uk-light .uk-nav-secondary>li.uk-active>a .uk-nav-subtitle {
  color: #fff
}

.uk-light .uk-nav-secondary .uk-nav-header {
  color: #fff
}

.uk-light .uk-nav-secondary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-nav-secondary .uk-nav-sub a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-nav-secondary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-nav-secondary .uk-nav-sub li.uk-active>a {
  color: #fff
}

.uk-light .uk-nav.uk-nav-divider> :not(.uk-nav-divider)+ :not(.uk-nav-header, .uk-nav-divider) {
  border-top-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-navbar-nav>li>a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-navbar-nav>li>a::before {
  background-color: transparent
}

.uk-light .uk-navbar-nav>li:hover>a,
.uk-light .uk-navbar-nav>li>a[aria-expanded=true] {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-navbar-nav>li:hover>a::before,
.uk-light .uk-navbar-nav>li>a[aria-expanded=true]::before {
  background-color: #fe00a3
}

.uk-light .uk-navbar-nav>li:hover>a::before,
.uk-light .uk-navbar-nav>li>a[aria-expanded=true]::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2254%22%20height%3D%2215%22%20viewBox%3D%220%200%2054%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fe00a3%22%20d%3D%22M.5%203.1C2.8%201.7%206%201.2%2010.2%201.6c6.2.6%2013.2.1%2018.4-.4C33.7.7%2033.4.8%2039.7.3s11.5-.5%209.6.9c-2%201.4-4.4%202.7-1%202.7%203.4%200%201.8%201.1%203.8%202s1.8%205.1%200%206.8c-1.8%201.7-1.3%202.2-6.5%202.2H15.7c-5.6%200-12.1-1.1-12.7-2.2C2.6%2012%201.8%208.8.5%203.1z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-navbar-nav>li>a:active {
  color: #fff
}

.uk-light .uk-navbar-nav>li>a:active::before {
  background-color: #c3007d
}

.uk-light .uk-navbar-nav>li>a:active::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2254%22%20height%3D%2215%22%20viewBox%3D%220%200%2054%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23c3007d%22%20d%3D%22M.5%203.1C2.8%201.7%206%201.2%2010.2%201.6c6.2.6%2013.2.1%2018.4-.4C33.7.7%2033.4.8%2039.7.3s11.5-.5%209.6.9c-2%201.4-4.4%202.7-1%202.7%203.4%200%201.8%201.1%203.8%202s1.8%205.1%200%206.8c-1.8%201.7-1.3%202.2-6.5%202.2H15.7c-5.6%200-12.1-1.1-12.7-2.2C2.6%2012%201.8%208.8.5%203.1z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-navbar-nav>li.uk-active>a {
  color: #fff
}

.uk-light .uk-navbar-nav>li.uk-active>a::before {
  background-color: #fe00a3
}

.uk-light .uk-navbar-nav>li.uk-active>a::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2254%22%20height%3D%2215%22%20viewBox%3D%220%200%2054%2015%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23fe00a3%22%20d%3D%22M.5%203.1C2.8%201.7%206%201.2%2010.2%201.6c6.2.6%2013.2.1%2018.4-.4C33.7.7%2033.4.8%2039.7.3s11.5-.5%209.6.9c-2%201.4-4.4%202.7-1%202.7%203.4%200%201.8%201.1%203.8%202s1.8%205.1%200%206.8c-1.8%201.7-1.3%202.2-6.5%202.2H15.7c-5.6%200-12.1-1.1-12.7-2.2C2.6%2012%201.8%208.8.5%203.1z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-navbar-item {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-navbar-toggle {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-subnav>*> :first-child {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-subnav>*>a:hover {
  color: #fff
}

.uk-light .uk-subnav>.uk-active>a {
  color: #fff
}

.uk-light .uk-subnav-divider> :nth-child(n + 2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, .2)
}

.uk-light .uk-subnav-pill>*> :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, .5);
  border-color: transparent
}

.uk-light .uk-subnav-pill>*>a:hover {
  background-color: transparent;
  color: rgba(255, 255, 255, .7);
  border-color: transparent
}

.uk-light .uk-subnav-pill>*>a:active {
  background-color: transparent;
  color: rgba(255, 255, 255, .7);
  border-color: transparent
}

.uk-light .uk-subnav-pill>.uk-active>a {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22100%22%20height%3D%2245%22%20viewBox%3D%220%200%20100%2045%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M94.8%2044.7c-7.1%200-14.8-.4-22.9-.9-11.1.9-20.1%200-31-.1-10.2-.8-26.1%201-36.2%200h-.2c-5-.6-4.8-2.5-4.1-24.1.2-4.5.3-9.1.4-14L.9.8h2C7.9-.3%2017.4.7%2018.1.6c4-.4%207.8.2%2028.6-.6%203.3.1%206.8.3%2010.2.6C63.4%201%2071%20.8%2071%20.8%2092.4-.3%2097.8-.5%2098.9%204.5c.3%201.6%202.9%2033.9-1%2038.6a3.7%203.7%200%200%201-3.1%201.6zm-42.6-8.9c8.1%200%2011.7.5%2020.2%201%207.2.4%2014%20.8%2020.2.9.9-6.8.4-24.7-.2-30.3-3.1.7-15%20.3-15%20.3-6.2.6-14.1.4-20.6%200-3.5-.2-8.1.7-11.2.7-27.6-.7-22.7-1-26.3-.6-.9.1-7.6-1.1-11.4.3l-.3%2011.7c-.4%208.3-.6%2013.5-.2%2017.1%2010.8.8%2023.8%201.1%2032.6-.2%205-.6%206.4-.9%2012.2-.9zM16.6.8s-.1%200%200%200c-.1%200%200%200%200%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M15.4%2041.7c-7.5%200-11.7-.3-12.3-1l-.2-.2v-.4-8.4c0-9.5-.1-18.5%200-28.1v-.7l6.7.2c24.7%201.1%2029.1.1%2054%20.1h32.2c.3%200%20.6.1.8.4.7.7.6%202.5.5%206.1-.1%201.4-.1%203.1-.1%204.7v7.2c.1%207.6.2%2011.4-.5%2018.6-.1%201-.1%201.9-22%201.3h-1.1c-.7%200-3.6%200-8-.1-13.1-.2-18.6-.5-37.4.1-4.9.1-9.1.2-12.6.2zm-11-2.1c1.1.2%205.5.8%2023.5.3%2018.9-.6%2024.3-.3%2037.4-.1%204.2.1%207.3.1%208%20.1h1.1c15.8.4%2019.7%200%2020.6-.3.6-7%20.5-10.7.4-18.1v-7.2c0-1.7.1-3.3.2-4.8.1-1.9.2-4.2%200-4.9H63.5c-24.7%200-29.2%201-54-.1l-5.2-.2c-.1%209.5-.1%2018.1%200%2027.4%200%203.2%200%205.9.1%207.9zM95%2040z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-subnav>.uk-disabled>a {
  color: rgba(255, 255, 255, .5);
  border-color: transparent
}

.uk-light .uk-breadcrumb>*>* {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-breadcrumb>*> :hover {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-breadcrumb> :last-child>* {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-breadcrumb> :nth-child(n + 2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-pagination>*>* {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-pagination>*> :hover {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 255, 255, .1);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.1%29%22%20d%3D%22M0%204.5C3.3%202.2.8%201.2%2010.1.2s10.6.8%209.1%202.5-.3%203.5%201.5%203.3c5-.3%200%201.8%203%203.3s-.5%209.3-3%2012.3c-2.7%203-5.6%203.3-13.3%203.3s-5-2-5.8-3.8C1%2019.8%201.5%208%200%204.5z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-pagination>.uk-active>* {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(255, 255, 255, .1);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20preserveAspectRatio%3D%22none%22%20viewBox%3D%220%200%2025%2025%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.1%29%22%20d%3D%22M0%204.5C3.3%202.2.8%201.2%2010.1.2s10.6.8%209.1%202.5-.3%203.5%201.5%203.3c5-.3%200%201.8%203%203.3s-.5%209.3-3%2012.3c-2.7%203-5.6%203.3-13.3%203.3s-5-2-5.8-3.8C1%2019.8%201.5%208%200%204.5z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-pagination>.uk-disabled>* {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-tab::before {
  border-color: transparent
}

.uk-light .uk-tab>*>a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-tab>*>a:hover {
  color: rgba(255, 255, 255, .7);
  border-color: currentColor
}

.uk-light .uk-tab>.uk-active>a {
  color: #fff;
  border-color: rgba(255, 255, 255, .4);
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22100%22%20height%3D%2210%22%20viewBox%3D%220%200%20100%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M98%2010c-7%200-9.1-.5-11.9-.6-2.9.2-17.8.2-19.4.1-1.4-.1-6.7.3-8%20.3C34%209.5%202.1%209.9%201%209.5c-1-.3-1.1-8.3%200-9S36.6.3%2061.3.6c1.5%200%203.1.1%204.5.2%201.8.1%203.4.2%205%20.2C79.6.9%2082.6.6%2085.4.4c2.9-.2%205.5.6%2013.4.6%200%200%202.1%207.5-.8%209z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M63.4%205.7c-1.8%200-3.8%200-6.4-.1-3.4-.1-6.9-.2-10.2-.4-3.1-.2-6.3.6-9.5.6-4.3-.1-8.7-.9-13-.8-3.2.1-6.4.2-9.6.2S8.1%205.1%205%205.1C3.3%205.1%202.1%205%201%205S-.2%203.5%201%203.5s2.2.1%203.9.1c3.2.1%206.5.1%209.7.1s6.4-.1%209.6-.2c4.3-.1%208.8.7%2013.2.8%203.2.1%206.4-.8%209.6-.6%203.3.2%206.8.4%2010.1.4%2010.8.2%2039.3-.4%2040.9-.4%201%200%201.8%201.5%200%201.5-2.5-.1-28.7.5-34.6.5z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-tab>.uk-disabled>a {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-slidenav {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-slidenav:hover {
  color: rgba(255, 255, 255, .95)
}

.uk-light .uk-slidenav:active {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-dotnav>*>* {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .3)
}

.uk-light .uk-dotnav>*> :hover {
  background-color: transparent;
  border-color: #fff
}

.uk-light .uk-dotnav>*> :active {
  background-color: transparent;
  border-color: #fff
}

.uk-light .uk-dotnav>.uk-active>* {
  background-color: transparent;
  border-color: #fff
}

.uk-light .lead,
.uk-light .uk-text-lead {
  color: rgba(255, 255, 255, .7)
}

.uk-light .uk-text-meta {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-text-muted {
  color: rgba(255, 255, 255, .5) !important
}

.uk-light .uk-text-emphasis {
  color: #fff !important
}

.uk-light .uk-text-primary {
  color: #fff !important
}

.uk-light .uk-text-secondary {
  color: #fff !important
}

.uk-light .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2)
}

.uk-light .uk-logo {
  color: #fff
}

.uk-light .uk-logo:hover {
  color: #fff
}

.uk-light .uk-logo:has(.uk-logo-inverse)> :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse) {
  display: none
}

.uk-light .uk-logo-inverse {
  display: block
}

.uk-light .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M27.4%2010.1c.8.6.4%209%20.4%209h-4.9c-1.6%200-3.5-.6-4%200s0%205.9%200%208.9c0%200-8.1%200-8.9-.8-.7-.8%200-5.2%200-8.2-2.7%200-10.8%201.1-10%200s.1-9.2.2-9c.1.3%207.1-.1%209.9-.1V.3l2.3-.2%202.3-.1%204.7.8c0%20.5-.3%202.3-.3%204.2v5.1h3.8c3.5%200%203.5.3%204.5%200z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M27.8%2014.4c0%20.4-.3.8-.7.8-1.3.1-1.7.1-3.2.1-2%200-4.1%200-6.6-.1-.3%200-.6-.1-.9-.1-.3%200-.5-.1-.8-.1H15v6.5c0%20.7%200%201.4.1%202.2%200%20.6.1%201.2.1%201.8%200%20.6-.3%201.3-.3%201.6%200%20.4-.2.7-.6.7h-.2c-.4%200-.6-.4-.6-.8%200-.3.1-1%20.1-1.5s0-1.1-.1-1.6c-.1-.8-.2-1.6-.1-2.4.1-.9.1-3.6%200-6.4-.6%200-1.1%200-1.6.1-1.5.1-2.7.2-3.4.1-1.1-.1-3.9%200-5.3%200h-.5c-.6%200-1.3-.1-1.6-.1-.4%200-.7-.4-.7-.8s.4-.8.8-.7c.3%200%201%20.1%201.5.1h6c.6.1%201.8%200%203.2-.1.5%200%201.1%200%201.7-.1v-1.1c0-.4.1-2.8.2-5.2%200-.6.1-1%20.1-1.1l.1-1.3-.2-3.9c0-.4.3-.8.7-.8.4%200%20.8.3.8.7%200%200%20.1%202.1%200%203.9v1.3c0%20.1%200%20.6-.1%201.1-.1%201.5-.2%204.7-.2%205.1v1.1h.6c.4%200%20.8.1%201.1.1.2%200%20.4.1.7.1%204.3.2%207.6.2%2010.7.1h-1c.4%200%20.7.3.8.7z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .uk-open>.uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M17.9%2018.2h-2.4c-2.7-.2-15.6.2-15.4-.1.2-.3%200-9.3-.1-9s13%200%2016%20.1h6.8c3.5%200%204.1-.3%204.8.1s.4%208.6-.1%208.8c-.4.2-2.7.1-4.7.1h-4.9z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M11%2014.6H9.8c-.6%200-1.3-.1-1.9-.3-.6-.1-1.1-.2-1.6-.2-.7%200-1%200-1.5.1-.4.1-.8.1-1.5.1-.6%200-1.2%200-1.8-.1H.7c-.4%200-.7-.4-.7-.8s.4-.8.8-.7h.9c.6%200%201.1.1%201.7.1.5%200%20.9-.1%201.3-.1.5-.1%201-.1%201.8-.1.6%200%201.2.1%201.8.2.6.1%201.1.2%201.7.2%201.8.1%202.2%200%202.7-.2.5-.1%201.1-.3%202.8-.4.4%200%20.8.1%201.1.1.2%200%20.4.1.6.1%203.4.1%206%20.2%209.7.1.4%200%20.7.3.7.7%200%20.4-.3.8-.7.8-3.7.2-6.4.1-9.8-.1-.3%200-.6-.1-.9-.1-.2.1-.5%200-.7%200-1.5%200-2%20.2-2.4.3-.5.2-1%20.3-2.1.3z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light svg .uk-text-muted,
.uk-light svg.uk-text-muted {
  color: rgba(255, 255, 255, .5) !important
}

.uk-light .uk-svg-default-background {
  color: transparent !important
}

.uk-light .uk-svg-muted-background {
  color: rgba(255, 255, 255, .1) !important
}

.uk-light .uk-nav-default>li:not(.uk-active)>a:not(:hover) .uk-nav-subtitle {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-nav-primary>li:not(.uk-active)>a:not(:hover) .uk-nav-subtitle {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-navbar-nav>li:not(.uk-active):not(:hover)>a:not([aria-expanded=true]):not(:active) .uk-navbar-subtitle {
  color: rgba(255, 255, 255, .5)
}

.uk-light .uk-tab-left>.uk-active>a,
.uk-light .uk-tab-right>.uk-active>a {
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2210%22%20height%3D%22100%22%20viewBox%3D%220%200%2010%20100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22rgba%28255,%20255,%20255,%200.4%29%22%20d%3D%22M9.8%201.9c0%207-.5%209.1-.6%2011.9.2%202.9.2%2017.8.1%2019.4-.1%201.4.3%206.7.3%208-.3%2024.7.1%2056.6-.3%2057.7-.3%201-8.3%201.1-9%200S.1%2063.3.4%2038.6c0-1.5.1-3.1.2-4.5.1-1.8.2-3.4.2-5C.7%2020.3.4%2017.3.2%2014.5%200%2011.6.8%209.1.8%201.1c0%200%207.5-2.1%209%20.8z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M6%2036.2c0%201.8%200%203.8-.1%206.4-.1%203.4-.2%206.9-.4%2010.2-.2%203.1.6%206.3.6%209.5-.1%204.3-.9%208.7-.8%2013%20.1%203.2.2%206.4.2%209.6%200%203.2-.1%206.6-.1%209.7%200%201.7-.1%202.9-.1%204s-1.5%201.2-1.5%200%20.1-2.2.1-3.9c.1-3.2.1-6.5.1-9.7%200-3.2-.1-6.4-.2-9.6-.1-4.3.7-8.8.8-13.2.1-3.2-.8-6.4-.6-9.6.2-3.3.4-6.8.4-10.1C4.6%2031.7%204%203.2%204%201.6c0-1%201.5-1.8%201.5%200-.1%202.5.5%2028.7.5%2034.6z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.uk-light .tm-section-title {
  color: rgba(255, 255, 255, .7)
}

* {
  --uk-inverse: initial
}

.uk-light {
  --uk-inverse: light
}

.tm-headerbar-default,
.tm-toolbar-default,
.uk-card-default.uk-card-body,
.uk-card-default> :not([class *=uk-card-media]),
.uk-card-primary.uk-card-body,
.uk-card-primary> :not([class *=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary> :not([class *=uk-card-media]),
.uk-dark,
.uk-dropbar,
.uk-dropdown,
.uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-dropdown,
.uk-offcanvas-bar,
.uk-overlay-default,
.uk-overlay-primary,
.uk-section-default:not(.uk-preserve-color),
.uk-section-muted:not(.uk-preserve-color),
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-default:not(.uk-preserve-color),
.uk-tile-muted:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
  --uk-inverse: dark
}

.uk-inverse-light {
  --uk-inverse: light !important
}

.uk-inverse-dark {
  --uk-inverse: dark !important
}

@media print {

  *,
  ::after,
  ::before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }
}

html {
  overflow-y: scroll
}

body {
  overflow: hidden;
  overflow: clip
}

.tm-page {
  position: relative
}

.tm-page:has(> * > .uk-position-z-index-negative) {
  isolation: isolate
}

.tm-page> :is(main, footer, .builder):has(> .uk-position-z-index-negative) {
  display: contents
}

.tm-page> :nth-child(3) {
  --tm-reveal: -10
}

.tm-page> :nth-child(4) {
  --tm-reveal: -20
}

.tm-page> :nth-child(5) {
  --tm-reveal: -30
}

.tm-page> :nth-child(6) {
  --tm-reveal: -40
}

:where(.tm-page-container) {
  background-color: #f0f0f0;
  --uk-inverse: dark
}

@media (min-width: 1500px) {
  .tm-page-container .tm-page {
    max-width: 1500px;
    background: #fff
  }

  .tm-page-width {
    max-width: 1500px
  }

  .tm-page-margin-top {
    margin-top: 70px
  }

  .tm-page-margin-bottom {
    margin-bottom: 70px
  }
}

.tm-cookie-banner {
  z-index: 1040
}

.tm-toolbar {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  position: relative
}

.tm-toolbar .uk-subnav>*> :first-child {
  font-size: 14px
}

.tm-toolbar-default {
  background: #fff8fd
}

.tm-header,
.tm-header-mobile {
  position: relative
}

.tm-headerbar-top {
  padding-top: 20px;
  padding-bottom: 20px
}

.tm-headerbar-bottom {
  padding-top: 20px;
  padding-bottom: 20px
}

.tm-headerbar-stacked {
  margin-top: 20px
}

.tm-headerbar {
  font-size: 14px
}

.tm-headerbar .uk-subnav>*> :first-child {
  font-size: 14px
}

.tm-headerbar-top.tm-headerbar-default {
  background: #fff
}

.tm-headerbar-bottom.tm-headerbar-default {
  background: #fff
}

.tm-header-overlay {
  position: absolute;
  left: 0;
  right: 0
}

:where(.tm-header-overlay) {
  z-index: 980
}

.tm-header-mobile-slide {
  z-index: 1020
}

.uk-navbar-item .uk-subnav>*> :first-child {
  font-size: 18px
}

.tm-header-search-expand>.uk-grid> :has(.uk-search.uk-width-1-1) {
  flex: 1
}

@media (min-width: 640px) {
  .tm-sidebar {
    min-width: 200px
  }
}

.tm-height-min-1-1 {
  min-height: 100%
}

.tm-height-expand:has(> .uk-panel:only-child > :only-child) {
  flex: 1;
  display: flex
}

.tm-height-expand>.uk-panel:only-child:has(> :only-child) {
  flex: 1
}

.tm-error-icon {
  font-size: 250px
}

.tm-error-headline {
  font-size: 100px
}

.tm-offline {
  width: 300px
}

.hljs {
  padding: 0;
  background: 0 0;
  overflow: visible
}

.tm-section-title {
  color: #9b6869;
  font-size: 14px;
  line-height: 1.6;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.tm-section-title> ::before {
  content: "";
  position: absolute;
  top: -30px;
  left: calc(50% -(1px / 2));
  height: 15px;
  width: 1px
}

.tm-section-title> ::before {
  background-color: currentColor
}

.tm-section-title>* {
  -ms-writing-mode: tb-lr;
  display: inline-block
}

@supports (-ms-ime-align: auto) {
  .tm-section-title {
    writing-mode: inherit
  }

  .tm-section-title>* {
    writing-mode: vertical-lr
  }
}

.tm-rotate-180 {
  transform: rotate(180deg)
}

.uk-grid.tm-grid-expand>* {
  flex-grow: 1
}

.tm-grid-expand>.uk-width-expand {
  flex-grow: 999
}

@media (min-width: 640px) {

  .tm-grid-expand>.uk-width-1-1\@s,
  .tm-grid-expand>.uk-width-1-2\@s,
  .tm-grid-expand>.uk-width-1-3\@s,
  .tm-grid-expand>.uk-width-1-4\@s,
  .tm-grid-expand>.uk-width-1-5\@s,
  .tm-grid-expand>.uk-width-1-6\@s,
  .tm-grid-expand>.uk-width-2-3\@s,
  .tm-grid-expand>.uk-width-2-5\@s,
  .tm-grid-expand>.uk-width-2xlarge\@s,
  .tm-grid-expand>.uk-width-3-4\@s,
  .tm-grid-expand>.uk-width-3-5\@s,
  .tm-grid-expand>.uk-width-4-5\@s,
  .tm-grid-expand>.uk-width-5-6\@s,
  .tm-grid-expand>.uk-width-auto\@s,
  .tm-grid-expand>.uk-width-large\@s,
  .tm-grid-expand>.uk-width-medium\@s,
  .tm-grid-expand>.uk-width-small\@s,
  .tm-grid-expand>.uk-width-xlarge\@s {
    flex-grow: 1
  }

  .tm-grid-expand>.uk-width-expand\@s {
    flex-grow: 999
  }
}

@media (min-width: 960px) {

  .tm-grid-expand>.uk-width-1-1\@m,
  .tm-grid-expand>.uk-width-1-2\@m,
  .tm-grid-expand>.uk-width-1-3\@m,
  .tm-grid-expand>.uk-width-1-4\@m,
  .tm-grid-expand>.uk-width-1-5\@m,
  .tm-grid-expand>.uk-width-1-6\@m,
  .tm-grid-expand>.uk-width-2-3\@m,
  .tm-grid-expand>.uk-width-2-5\@m,
  .tm-grid-expand>.uk-width-2xlarge\@m,
  .tm-grid-expand>.uk-width-3-4\@m,
  .tm-grid-expand>.uk-width-3-5\@m,
  .tm-grid-expand>.uk-width-4-5\@m,
  .tm-grid-expand>.uk-width-5-6\@m,
  .tm-grid-expand>.uk-width-auto\@m,
  .tm-grid-expand>.uk-width-large\@m,
  .tm-grid-expand>.uk-width-medium\@m,
  .tm-grid-expand>.uk-width-small\@m,
  .tm-grid-expand>.uk-width-xlarge\@m {
    flex-grow: 1
  }

  .tm-grid-expand>.uk-width-expand\@m {
    flex-grow: 999
  }
}

@media (min-width: 1200px) {

  .tm-grid-expand>.uk-width-1-1\@l,
  .tm-grid-expand>.uk-width-1-2\@l,
  .tm-grid-expand>.uk-width-1-3\@l,
  .tm-grid-expand>.uk-width-1-4\@l,
  .tm-grid-expand>.uk-width-1-5\@l,
  .tm-grid-expand>.uk-width-1-6\@l,
  .tm-grid-expand>.uk-width-2-3\@l,
  .tm-grid-expand>.uk-width-2-5\@l,
  .tm-grid-expand>.uk-width-2xlarge\@l,
  .tm-grid-expand>.uk-width-3-4\@l,
  .tm-grid-expand>.uk-width-3-5\@l,
  .tm-grid-expand>.uk-width-4-5\@l,
  .tm-grid-expand>.uk-width-5-6\@l,
  .tm-grid-expand>.uk-width-auto\@l,
  .tm-grid-expand>.uk-width-large\@l,
  .tm-grid-expand>.uk-width-medium\@l,
  .tm-grid-expand>.uk-width-small\@l,
  .tm-grid-expand>.uk-width-xlarge\@l {
    flex-grow: 1
  }

  .tm-grid-expand>.uk-width-expand\@l {
    flex-grow: 999
  }
}

@media (min-width: 1600px) {

  .tm-grid-expand>.uk-width-1-1\@xl,
  .tm-grid-expand>.uk-width-1-2\@xl,
  .tm-grid-expand>.uk-width-1-3\@xl,
  .tm-grid-expand>.uk-width-1-4\@xl,
  .tm-grid-expand>.uk-width-1-5\@xl,
  .tm-grid-expand>.uk-width-1-6\@xl,
  .tm-grid-expand>.uk-width-2-3\@xl,
  .tm-grid-expand>.uk-width-2-5\@xl,
  .tm-grid-expand>.uk-width-2xlarge\@xl,
  .tm-grid-expand>.uk-width-3-4\@xl,
  .tm-grid-expand>.uk-width-3-5\@xl,
  .tm-grid-expand>.uk-width-4-5\@xl,
  .tm-grid-expand>.uk-width-5-6\@xl,
  .tm-grid-expand>.uk-width-auto\@xl,
  .tm-grid-expand>.uk-width-large\@xl,
  .tm-grid-expand>.uk-width-medium\@xl,
  .tm-grid-expand>.uk-width-small\@xl,
  .tm-grid-expand>.uk-width-xlarge\@xl {
    flex-grow: 1
  }

  .tm-grid-expand>.uk-width-expand\@xl {
    flex-grow: 999
  }
}

.uk-flex>picture {
  display: contents
}

.tm-mask-default {
  -webkit-mask-image: url("https://demo-2.wedw.ru/templates/yootheme/vendor/assets/uikit-themes/master-summit/images/mask-default-image.svg");
  mask-image: url("https://demo-2.wedw.ru/templates/yootheme/vendor/assets/uikit-themes/master-summit/images/mask-default-image.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: round;
  mask-repeat: round
}

.tm-box-decoration-default,
.tm-box-decoration-primary,
.tm-box-decoration-secondary {
  position: relative;
  z-index: 0
}

.tm-box-decoration-default::before,
.tm-box-decoration-primary::before,
.tm-box-decoration-secondary::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none
}

.tm-box-decoration-default::before,
.tm-box-decoration-primary::before,
.tm-box-decoration-secondary::before {
  background-color: transparent !important;
  border-image-slice: 3% fill;
  border-image-width: 10px;
  border-image-repeat: stretch
}

.tm-box-decoration-default {
  padding: 5px
}

.tm-box-decoration-default::before {
  transform: translate(0, 0);
  background-color: #ffb2e2
}

.tm-box-decoration-default::before {
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M193.2%20299.4c-3.6%200-7.3%200-11-.1-15.1-.2-30.5-.6-45.3-1-16.9-.4-34.4-.9-51.7-1-9.2-.1-18.5.2-27.6.5-7.7.2-15.8.5-23.7.5-2.3%200-4.6.1-7%20.1-7.4.2-15.1.3-22.7-.9l-2.5-.4-1.1-7c0-4.9.1-9.4.2-13.8.2-3.5.2-7%20.3-10.3%200-10.7.1-21.3.1-31.8.1-30.3.2-58.9-.1-89.4C.6%2095.7.5%2056.9.8%2019.3v-7.9c0-6.5%200-6.5%201-7.6%201-1.1%201-1.1%209.6-1.4%202.3-.1%208.2-.3%2012.1-.3%2014-.1%2028.2-.1%2041.9-.2%2015.5%200%2031.5%200%2047.2-.2%2042.2-.5%2085.1-.3%20126.6%200h15c9.1%200%2019.3.1%2027.5.2%204.5.1%207.8.2%2010.2.3%203.6.2%207.3.4%207.3%204%200%2029.6%200%2060-.1%2090.7%200%2031.1-.1%2062.5-.1%2093.4%200%2067.2%200%2095%20.5%20105l.2%203.8-23.8-.9c-14.8%200-29%20.3-42.8.5-12.9.5-26.2.7-39.9.7zm-110.6-9h2.6c17.3.1%2034.8.6%2051.8%201%2014.8.4%2030.1.8%2045.2%201%2017.6.2%2034.5-.1%2050.8-.5%2013.8-.3%2028.1-.6%2043-.5h.1l16.3.6c-.4-12.7-.4-41.3-.4-101.6%200-30.9%200-62.3.1-93.4%200-29.6.1-59.1.1-87.7-6.9-.4-26-.5-38-.5h-15c-41.4-.2-84.3-.5-126.5%200-15.8.1-31.8.1-47.3.1-13.7.1-27.8.1-41.7.2-4.5%200-11.7.3-15.9.5v9.8c-.3%2037.6-.2%2076.2.3%20125.4.3%2030.5.2%2059.1.1%2089.5%200%2010.5-.1%2021.1-.1%2031.8%200%203.4-.1%206.8-.1%2010.5-.1%204.3-.1%208.7-.2%2013.4l.2%201.1c6.2.7%2012.6.6%2018.9.4%202.4%200%204.7-.1%207.1-.1%207.8%200%2015.8-.3%2023.5-.5%208.2-.3%2016.7-.5%2025.1-.5z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M166%20296.5c-20.6%200-40.9-.3-60.8-.6-15.6-.2-31.7-.5-47.8-.6-6.2%200-14.8.1-23.2.2-24.4.4-29.5.3-30.2-.4l-.2-.2v-.4c0-12.7-.4-25.8-.7-38.4-.6-22.1-1.2-45-.1-67.7.5-9.3%201-53.2%201-78%200-67.2%200-95-.5-105.2v-.8l20.8.8C39%205.3%2053.2%205%2067%204.7c16.3-.3%2033.2-.7%2050.9-.5%2015.1.2%2030.4.6%2045.3%201%2017%20.4%2034.5.9%2051.7%201%209.2.1%2018.6-.2%2027.7-.5%207.7-.2%2015.7-.5%2023.6-.5%202.3%200%204.7-.1%207-.1%207.3-.2%2014.9-.3%2022.2.8l.5.1.7%204.6c0%204.8-.1%209.4-.2%2013.7-.1%203.7-.1%207.1-.1%2010.5%200%2010.7-.1%2021.3-.1%2031.7-.1%2030.3-.2%2058.9.1%2089.5.5%2049.2.6%2087.9.2%20125.5v7.9c0%205.5%200%205.5-.2%205.7-.5.5-19.6.9-19.8.9-13.9.1-28.1.1-41.8.2-15.5%200-31.5%200-47.2.2-7.2.1-14.4.1-21.5.1zm-110.9-2.7h2.3c16.1.1%2032.2.3%2047.8.6%2026.8.4%2054.5.8%2082.3.5%2015.7-.2%2031.7-.2%2047.2-.2%2013.7%200%2027.8%200%2041.7-.2%205.6-.1%2015.9-.5%2018.6-.6v-12.4c.4-37.6.3-76.3-.2-125.5-.3-30.5-.2-59.2-.1-89.5%200-10.5.1-21%20.1-31.7%200-3.3.1-6.8.1-10.5.1-4.4.2-8.9.2-13.7l-.5-3.3c-7-1-14.3-.9-21.4-.7-2.4%200-4.7.1-7%20.1-7.8%200-15.8.3-23.5.5-9.1.3-18.5.6-27.8.5-17.3-.1-34.8-.6-51.8-1-14.8-.4-30.2-.8-45.2-1-17.7-.2-34.5.2-50.9.5-13.8.3-28%20.5-42.9.5L4.9%206c.5%2010.8.5%2038.9.5%20104.4%200%2024.8-.5%2068.8-1%2078-1.2%2022.7-.5%2045.6.1%2067.6.3%2012.5.7%2025.4.7%2038%202.6.4%2016.6.2%2029%200%207.3-.1%2015-.2%2020.9-.2z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.tm-box-decoration-primary {
  padding: 8px
}

.tm-box-decoration-primary::before {
  transform: translate(0, 0);
  background-color: #ffb2e2
}

.tm-box-decoration-primary::before {
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M299.5%20295.3c-.5-10-.5-37.8-.5-105%200-30.9.1-62.3.1-93.4.1-30.7.1-61.1.1-90.7%200-3.6-3.7-3.8-7.3-4-2.4-.1-5.7-.2-10.2-.3-8.2-.1-18.4-.2-27.5-.2h-15c-41.5-.3-84.4-.5-126.6%200-15.7.2-31.7.2-47.2.2-13.7.1-27.9.1-41.9.2-3.9%200-9.8.2-12.1.3-8.6.3-8.6.3-9.6%201.4-1%201.1-1%201.1-1%207.6v7.9c-.3%2037.6-.2%2076.4.3%20125.5.3%2030.5.2%2059.1.1%2089.4%200%2010.5-.1%2021.1-.1%2031.8-.1%203.3-.1%206.8-.3%2010.3-.1%204.4-.2%208.9-.2%2013.8l1.1%207%202.5.4c7.6%201.2%2015.3%201.1%2022.7.9%202.4%200%204.7-.1%207-.1%207.9%200%2016-.3%2023.7-.5%209.1-.3%2018.4-.6%2027.6-.5%2017.3.1%2034.8.6%2051.7%201%2014.8.4%2030.2.8%2045.3%201%203.7.1%207.4.1%2011%20.1%2013.7%200%2027-.2%2039.9-.7%2013.8-.2%2028-.5%2042.8-.5l23.8.9-.2-3.8zm-66.9-4.2c-15.1%200-30.7%200-46%20.2-27.1.3-54.1-.1-80.2-.5-15.2-.3-30.9-.5-46.6-.6h-2.2c-5.8%200-13.3.1-20.4.2-12.1.2-25.7.4-28.3%200%200-12.3-.4-24.9-.7-37-.6-21.4-1.3-43.8-.1-65.9.5-9%201-51.9%201-76C9%2047.5%209%2020.2%208.5%209.6l18.7.7c14.5%200%2028.4-.2%2041.8-.5%2016-.3%2032.4-.7%2049.6-.5%2014.6.2%2029.6.6%2044.1%201%2016.6.4%2033.6.9%2050.5%201%209.1.1%2018.2-.2%2027.1-.5%207.5-.2%2015.3-.5%2022.9-.5%202.2%200%204.5-.1%206.8-.1%206.9-.2%2014-.3%2020.9.7l.5%203.2c0%204.7-.1%209.1-.2%2013.4%200%203.6-.1%207-.1%2010.2%200%2010.4-.1%2020.7-.1%2030.9-.1%2029.5-.2%2057.5.1%2087.2.5%2048%20.6%2085.7.2%20122.3v12.1c-2.6.1-12.7.5-18.1.6-13.5.3-27.3.3-40.6.3z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M292.6%20155.9c-.3-29.8-.2-57.7-.1-87.2%200-10.1.1-20.5.1-30.9%200-3.3%200-6.6.1-10.2.1-4.2.2-8.7.2-13.4l-.7-4.5-.5-.1c-7.1-1.1-14.5-1-21.6-.8-2.2%200-4.6.1-6.8.1-7.7%200-15.5.3-23%20.5-8.9.3-18%20.6-27%20.5-16.8-.1-33.8-.6-50.4-1-14.5-.4-29.4-.8-44.2-1-17.3-.2-33.7.2-49.6.5-13.5.3-27.3.6-41.6.4L7.2%208.1v.8c.5%209.9.5%2037%20.5%20102.6%200%2024.2-.5%2067-1%2076-1.1%2022.1-.5%2044.5.1%2066%20.3%2012.3.7%2025%20.7%2037.4v.4l.2.2c.7.7%205.7.8%2029.4.4%208.2-.1%2016.6-.2%2022.6-.2%2015.7.1%2031.4.4%2046.6.6%2019.4.3%2039.2.6%2059.3.6%206.9%200%2013.9%200%2021-.1%2015.3-.2%2030.9-.2%2046-.2%2013.3-.1%2027.2-.1%2040.8-.2.2%200%2018.8-.4%2019.3-.9.2-.2.2-.2.2-5.6v-7.7c.3-36.7.2-74.4-.3-122.3zm-1.3%20122.3v12.1c-2.6.1-12.7.5-18.1.6-13.6.2-27.3.2-40.7.2-15.1%200-30.7%200-46%20.2-27.1.3-54.1-.1-80.2-.5-15.2-.3-30.9-.5-46.6-.6h-2.2c-5.8%200-13.3.1-20.4.2-12.1.2-25.7.4-28.3%200%200-12.3-.4-24.9-.7-37-.6-21.4-1.3-43.8-.1-65.9.5-9%201-51.9%201-76%200-64%200-91.3-.5-101.9l18.7.7c14.5%200%2028.4-.2%2041.8-.5%2016-.3%2032.4-.7%2049.6-.5%2014.6.2%2029.6.6%2044.1%201%2016.6.4%2033.6.9%2050.5%201%209.1.1%2018.2-.2%2027.1-.5%207.5-.2%2015.3-.5%2022.9-.5%202.2%200%204.5-.1%206.8-.1%206.9-.2%2014-.3%2020.9.7l.5%203.2c0%204.7-.1%209.1-.2%2013.4%200%203.6-.1%207-.1%2010.2%200%2010.4-.1%2020.7-.1%2030.9-.1%2029.5-.2%2057.5.1%2087.2.5%2048%20.6%2085.7.2%20122.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.tm-box-decoration-secondary {
  padding: 16px
}

.tm-box-decoration-secondary::before {
  transform: translate(0, 0);
  background-color: #ffb2e2
}

.tm-box-decoration-secondary::before {
  border-image-source: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%22300%22%20height%3D%22300%22%20viewBox%3D%220%200%20300%20300%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23ffb2e2%22%20d%3D%22M299.5%20295.3c-.5-10-.5-37.8-.5-105%200-30.9.1-62.3.1-93.4.1-30.7.1-61.1.1-90.7%200-3.6-3.7-3.8-7.3-4-2.4-.1-5.7-.2-10.2-.3-8.2-.1-18.4-.2-27.5-.2h-15c-41.5-.3-84.4-.5-126.6%200-15.7.2-31.7.2-47.2.2-13.7.1-27.9.1-41.9.2-3.9%200-9.8.2-12.1.3-8.6.3-8.6.3-9.6%201.4-1%201.1-1%201.1-1%207.6v7.9c-.3%2037.6-.2%2076.4.3%20125.5.3%2030.5.2%2059.1.1%2089.4%200%2010.5-.1%2021.1-.1%2031.8-.1%203.3-.1%206.8-.3%2010.3-.1%204.4-.2%208.9-.2%2013.8l1.1%207%202.5.4c7.6%201.2%2015.3%201.1%2022.7.9%202.4%200%204.7-.1%207-.1%207.9%200%2016-.3%2023.7-.5%209.1-.3%2018.4-.6%2027.6-.5%2017.3.1%2034.8.6%2051.7%201%2014.8.4%2030.2.8%2045.3%201%203.7.1%207.4.1%2011%20.1%2013.7%200%2027-.2%2039.9-.7%2013.8-.2%2028-.5%2042.8-.5l23.8.9-.2-3.8zm-66.9-4.2c-15.1%200-30.7%200-46%20.2-27.1.3-54.1-.1-80.2-.5-15.2-.3-30.9-.5-46.6-.6h-2.2c-5.8%200-13.3.1-20.4.2-12.1.2-25.7.4-28.3%200%200-12.3-.4-24.9-.7-37-.6-21.4-1.3-43.8-.1-65.9.5-9%201-51.9%201-76C9%2047.5%209%2020.2%208.5%209.6l18.7.7c14.5%200%2028.4-.2%2041.8-.5%2016-.3%2032.4-.7%2049.6-.5%2014.6.2%2029.6.6%2044.1%201%2016.6.4%2033.6.9%2050.5%201%209.1.1%2018.2-.2%2027.1-.5%207.5-.2%2015.3-.5%2022.9-.5%202.2%200%204.5-.1%206.8-.1%206.9-.2%2014-.3%2020.9.7l.5%203.2c0%204.7-.1%209.1-.2%2013.4%200%203.6-.1%207-.1%2010.2%200%2010.4-.1%2020.7-.1%2030.9-.1%2029.5-.2%2057.5.1%2087.2.5%2048%20.6%2085.7.2%20122.3v12.1c-2.6.1-12.7.5-18.1.6-13.5.3-27.3.3-40.6.3z%22%20%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23333%22%20d%3D%22M292.6%20155.9c-.3-29.8-.2-57.7-.1-87.2%200-10.1.1-20.5.1-30.9%200-3.3%200-6.6.1-10.2.1-4.2.2-8.7.2-13.4l-.7-4.5-.5-.1c-7.1-1.1-14.5-1-21.6-.8-2.2%200-4.6.1-6.8.1-7.7%200-15.5.3-23%20.5-8.9.3-18%20.6-27%20.5-16.8-.1-33.8-.6-50.4-1-14.5-.4-29.4-.8-44.2-1-17.3-.2-33.7.2-49.6.5-13.5.3-27.3.6-41.6.4L7.2%208.1v.8c.5%209.9.5%2037%20.5%20102.6%200%2024.2-.5%2067-1%2076-1.1%2022.1-.5%2044.5.1%2066%20.3%2012.3.7%2025%20.7%2037.4v.4l.2.2c.7.7%205.7.8%2029.4.4%208.2-.1%2016.6-.2%2022.6-.2%2015.7.1%2031.4.4%2046.6.6%2019.4.3%2039.2.6%2059.3.6%206.9%200%2013.9%200%2021-.1%2015.3-.2%2030.9-.2%2046-.2%2013.3-.1%2027.2-.1%2040.8-.2.2%200%2018.8-.4%2019.3-.9.2-.2.2-.2.2-5.6v-7.7c.3-36.7.2-74.4-.3-122.3zm-1.3%20122.3v12.1c-2.6.1-12.7.5-18.1.6-13.6.2-27.3.2-40.7.2-15.1%200-30.7%200-46%20.2-27.1.3-54.1-.1-80.2-.5-15.2-.3-30.9-.5-46.6-.6h-2.2c-5.8%200-13.3.1-20.4.2-12.1.2-25.7.4-28.3%200%200-12.3-.4-24.9-.7-37-.6-21.4-1.3-43.8-.1-65.9.5-9%201-51.9%201-76%200-64%200-91.3-.5-101.9l18.7.7c14.5%200%2028.4-.2%2041.8-.5%2016-.3%2032.4-.7%2049.6-.5%2014.6.2%2029.6.6%2044.1%201%2016.6.4%2033.6.9%2050.5%201%209.1.1%2018.2-.2%2027.1-.5%207.5-.2%2015.3-.5%2022.9-.5%202.2%200%204.5-.1%206.8-.1%206.9-.2%2014-.3%2020.9.7l.5%203.2c0%204.7-.1%209.1-.2%2013.4%200%203.6-.1%207-.1%2010.2%200%2010.4-.1%2020.7-.1%2030.9-.1%2029.5-.2%2057.5.1%2087.2.5%2048%20.6%2085.7.2%20122.4z%22%20%2F%3E%0A%3C%2Fsvg%3E%0A")
}

.tm-box-decoration-inverse.tm-box-decoration-default::before {
  background-color: rgba(255, 255, 255, .1)
}

.tm-box-decoration-inverse.tm-box-decoration-primary::before {
  background-color: rgba(255, 255, 255, .1)
}

.tm-box-decoration-inverse.tm-box-decoration-secondary::before {
  background-color: rgba(255, 255, 255, .1)
}

:where(.tm-transition-border) {
  display: block;
  position: relative
}

.tm-transition-border::after {
  content: '';
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transition: .1s ease-in-out;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  transition-property: border-color, border-width;
  border: 0 solid #ffeff9
}

.uk-transition-toggle:focus .tm-transition-border::after,
.uk-transition-toggle:focus.tm-transition-border::after,
.uk-transition-toggle:hover .tm-transition-border::after,
.uk-transition-toggle:hover.tm-transition-border::after {
  border-width: 10px;
  border-color: #ffeff9
}

.uk-font-default {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 300
}

.uk-font-primary {
  font-family: 'Playfair Display';
  font-weight: 300
}

.uk-font-secondary {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 300
}

.uk-font-tertiary {
  font-family: Good Vibes Pro;
  font-weight: 500
}

.tm-page-break::first-letter {
  display: inline !important;
  margin: 0 !important;
  float: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important
}