/*
ATTENTION! Please do not modify this file, it's auto-generated and all your changes will be lost.
The complete list of files it's generated from:
design/themes/ds__bs5_theme/css/tygh/bootstrap-grid.css
design/themes/ds__bs5_theme/css/styles.less
design/themes/ds__bs5_theme/css/blocks/app_header.less
design/themes/ds__bs5_theme/css/blocks/app_header_menu.css
design/themes/ds__bs5_theme/css/blocks/drawer.less
design/themes/ds__bs5_theme/css/lib/select2/select2.min.css
design/themes/responsive/css/addons/social_buttons/styles.less
design/themes/responsive/css/addons/social_buttons/responsive.less
design/themes/responsive/css/addons/tags/styles.less
design/themes/responsive/css/addons/rss_feed/styles.less
design/themes/responsive/css/addons/newsletters/styles.less
design/themes/responsive/css/addons/vendor_communication/styles.less
design/themes/responsive/css/addons/geo_maps/styles.less
design/themes/responsive/css/addons/gift_certificates/styles.less
design/themes/responsive/css/addons/gift_certificates/responsive.less
design/themes/responsive/css/addons/store_locator/styles.less
design/themes/ds__bs5_theme/css/addons/store_locator/responsive.less
design/themes/responsive/css/addons/product_variations/styles.less
design/themes/responsive/css/addons/recaptcha/styles.less
design/themes/responsive/css/addons/product_bundles/styles.less
design/themes/responsive/css/addons/blog/styles.less
design/themes/responsive/css/addons/blog/responsive.less
design/themes/responsive/css/addons/reward_points/styles.less
design/themes/responsive/css/addons/call_requests/styles.less
design/themes/responsive/css/addons/form_builder/styles.less
design/themes/responsive/css/addons/form_builder/responsive.less
design/themes/responsive/css/addons/banners/styles.less
design/themes/responsive/css/addons/discussion/styles.less
design/themes/responsive/css/addons/discussion/responsive.less
design/themes/responsive/css/addons/product_reviews/main.less
design/themes/responsive/css/addons/product_reviews/fallback.css
design/themes/responsive/css/addons/wishlist/styles.less
design/themes/responsive/css/addons/wishlist/responsive.less
design/themes/responsive/css/addons/image_zoom/lib/easyzoom.css
design/themes/responsive/css/addons/image_zoom/styles.less
design/themes/responsive/css/addons/hybrid_auth/styles.less
design/themes/responsive/css/addons/price_per_unit/styles.less
design/themes/responsive/css/addons/gdpr/styles.less
design/themes/responsive/css/addons/gdpr/klaro.css
*/


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

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-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;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
.menu-group {
    display: flex
}

.menu, .menu-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

.menu-inner {
    padding: 0;
    margin: 0;
    list-style: none
}

.menu-sub {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    min-width: 150px;
}

.menu-item {
    display: block;
    padding: .15rem 0
}

.menu-item .menu-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    /*flex: 0 0 100%;*/
    padding: .65rem 1rem;
    transition: none;
    outline: 0 !important
}

.menu-item .menu-link .menu-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    margin-right: .5rem
}

.menu-item .menu-link .menu-icon .svg-icon, .menu-item .menu-link .menu-icon i {
    line-height: 1
}

.menu-item .menu-link .menu-bullet {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    margin-right: .5rem
}

.menu-item .menu-link .menu-title {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.menu-item .menu-link .menu-badge {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: .5rem
}

.menu-item .menu-link .menu-arrow {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: 15px;
    width: 9px;
    height: 9px
}

.menu-item .menu-link .menu-arrow:after {
    display: block;
    width: 100%;
    content: " ";
    will-change: transform;
    background-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-text-muted);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-text-muted%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
}

.menu-item .menu-content {
    padding: .65rem 1rem
}

.menu-item.show .menu-link .menu-arrow:after {
    backface-visibility: hidden;
    transition: transform .3s ease
}

.menu-center {
    justify-content: center
}

.menu-heading {
    color: var(--bs-menu-heading-color)
}

.menu-bullet-gray-500 .menu-item .menu-link .menu-bullet .bullet {
    background-color: var(--bs-text-gray-500)
}

.menu-item.menu-accordion .menu-arrow:after {
    transform: rotateZ(-90deg);
    transform: rotateZ(90deg);
    transition: transform .3s ease
}

.menu-item.menu-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
    transform: rotateZ(90deg);
    transform: rotateZ(-90deg);
    transition: transform .3s ease
}

.menu-sub-dropdown {
    display: none;
    border-radius: .475rem;
    background-color: var(--bs-menu-dropdown-bg-color);
    box-shadow: var(--bs-menu-dropdown-box-shadow);
    z-index: 107
}

.menu-sub-dropdown.menu.show, .menu-sub-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-dropdown {
    display: flex;
    will-change: transform;
    animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
}

.menu-sub-accordion {
    display: none
}

.menu-sub-accordion.show, .show:not(.menu-dropdown) > .menu-sub-accordion {
    display: flex
}

.menu-sub-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 1rem
}

.menu-sub-indention .menu-item .menu-item .menu-link.active {
    margin-right: 1rem
}

.menu-inline {
    display: flex
}

.menu-fit > .menu-item > .menu-content, .menu-fit > .menu-item > .menu-link {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.menu-column {
    flex-direction: column;
    width: 100%
}

.menu-row {
    flex-direction: row
}

.menu-row > .menu-item {
    display: flex;
    align-items: center
}

.menu-row > .menu-item > .menu-link .menu-arrow:after {
    transform: rotateZ(-90deg);
    transform: rotateZ(90deg);
    transition: transform .3s ease
}

.menu-rounded .menu-link {
    border-radius: .475rem
}

.menu-pill .menu-link {
    border-radius: 50px
}

.menu-rounded-0 .menu-link {
    border-radius: 0 !important
}

@media (min-width: 576px) {
    .menu-item.menu-sm-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-sm-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-sm-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-sm-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-sm-dropdown.menu.show, .menu-sub-sm-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-sm-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-sm-accordion {
        display: none
    }

    .menu-sub-sm-accordion.show, .show:not(.menu-dropdown) > .menu-sub-sm-accordion {
        display: flex
    }

    .menu-sub-sm-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-sm-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-sm-inline {
        display: flex
    }

    .menu-sm-fit > .menu-item > .menu-content, .menu-sm-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-sm-column {
        flex-direction: column;
        width: 100%
    }

    .menu-sm-row {
        flex-direction: row
    }

    .menu-sm-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-sm-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-sm-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-sm-pill .menu-link {
        border-radius: 50px
    }

    .menu-sm-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (min-width: 768px) {
    .menu-item.menu-md-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-md-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-md-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-md-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-md-dropdown.menu.show, .menu-sub-md-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-md-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-md-accordion {
        display: none
    }

    .menu-sub-md-accordion.show, .show:not(.menu-dropdown) > .menu-sub-md-accordion {
        display: flex
    }

    .menu-sub-md-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-md-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-md-inline {
        display: flex
    }

    .menu-md-fit > .menu-item > .menu-content, .menu-md-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-md-column {
        flex-direction: column;
        width: 100%
    }

    .menu-md-row {
        flex-direction: row
    }

    .menu-md-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-md-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-md-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-md-pill .menu-link {
        border-radius: 50px
    }

    .menu-md-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (min-width: 992px) {
    .menu-item.menu-lg-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-lg-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-lg-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-lg-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-lg-dropdown.menu.show, .menu-sub-lg-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-lg-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-lg-accordion {
        display: none
    }

    .menu-sub-lg-accordion.show, .show:not(.menu-dropdown) > .menu-sub-lg-accordion {
        display: flex
    }

    .menu-sub-lg-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-lg-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-lg-inline {
        display: flex
    }

    .menu-lg-fit > .menu-item > .menu-content, .menu-lg-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-lg-column {
        flex-direction: column;
        width: 100%
    }

    .menu-lg-row {
        flex-direction: row
    }

    .menu-lg-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-lg-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-lg-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-lg-pill .menu-link {
        border-radius: 50px
    }

    .menu-lg-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (min-width: 1200px) {
    .menu-item.menu-xl-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-xl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-xl-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-xl-dropdown.menu.show, .menu-sub-xl-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-xl-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-xl-accordion {
        display: none
    }

    .menu-sub-xl-accordion.show, .show:not(.menu-dropdown) > .menu-sub-xl-accordion {
        display: flex
    }

    .menu-sub-xl-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-xl-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-xl-inline {
        display: flex
    }

    .menu-xl-fit > .menu-item > .menu-content, .menu-xl-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-xl-column {
        flex-direction: column;
        width: 100%
    }

    .menu-xl-row {
        flex-direction: row
    }

    .menu-xl-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-xl-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-xl-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-xl-pill .menu-link {
        border-radius: 50px
    }

    .menu-xl-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (min-width: 1400px) {
    .menu-item.menu-xxl-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-xxl-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xxl-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-xxl-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-xxl-dropdown.menu.show, .menu-sub-xxl-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-xxl-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-xxl-accordion {
        display: none
    }

    .menu-sub-xxl-accordion.show, .show:not(.menu-dropdown) > .menu-sub-xxl-accordion {
        display: flex
    }

    .menu-sub-xxl-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-xxl-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-xxl-inline {
        display: flex
    }

    .menu-xxl-fit > .menu-item > .menu-content, .menu-xxl-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-xxl-column {
        flex-direction: column;
        width: 100%
    }

    .menu-xxl-row {
        flex-direction: row
    }

    .menu-xxl-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-xxl-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-xxl-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-xxl-pill .menu-link {
        border-radius: 50px
    }

    .menu-xxl-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (max-width: 575.98px) {
    .menu-item.menu-sm-down-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-sm-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-sm-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-sm-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-sm-down-dropdown.menu.show, .menu-sub-sm-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-sm-down-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-sm-down-accordion {
        display: none
    }

    .menu-sub-sm-down-accordion.show, .show:not(.menu-dropdown) > .menu-sub-sm-down-accordion {
        display: flex
    }

    .menu-sub-sm-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-sm-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-sm-down-inline {
        display: flex
    }

    .menu-sm-down-fit > .menu-item > .menu-content, .menu-sm-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-sm-down-column {
        flex-direction: column;
        width: 100%
    }

    .menu-sm-down-row {
        flex-direction: row
    }

    .menu-sm-down-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-sm-down-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-sm-down-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-sm-down-pill .menu-link {
        border-radius: 50px
    }

    .menu-sm-down-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (max-width: 767.98px) {
    .menu-item.menu-md-down-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-md-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-md-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-md-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-md-down-dropdown.menu.show, .menu-sub-md-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-md-down-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-md-down-accordion {
        display: none
    }

    .menu-sub-md-down-accordion.show, .show:not(.menu-dropdown) > .menu-sub-md-down-accordion {
        display: flex
    }

    .menu-sub-md-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-md-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-md-down-inline {
        display: flex
    }

    .menu-md-down-fit > .menu-item > .menu-content, .menu-md-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-md-down-column {
        flex-direction: column;
        width: 100%
    }

    .menu-md-down-row {
        flex-direction: row
    }

    .menu-md-down-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-md-down-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-md-down-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-md-down-pill .menu-link {
        border-radius: 50px
    }

    .menu-md-down-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (max-width: 991.98px) {
    .menu-item.menu-lg-down-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-lg-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-lg-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-lg-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-lg-down-dropdown.menu.show, .menu-sub-lg-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-lg-down-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-lg-down-accordion {
        display: none
    }

    .menu-sub-lg-down-accordion.show, .show:not(.menu-dropdown) > .menu-sub-lg-down-accordion {
        display: flex
    }

    .menu-sub-lg-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-lg-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-lg-down-inline {
        display: flex
    }

    .menu-lg-down-fit > .menu-item > .menu-content, .menu-lg-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-lg-down-column {
        flex-direction: column;
        width: 100%
    }

    .menu-lg-down-row {
        flex-direction: row
    }

    .menu-lg-down-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-lg-down-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-lg-down-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-lg-down-pill .menu-link {
        border-radius: 50px
    }

    .menu-lg-down-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (max-width: 1199.98px) {
    .menu-item.menu-xl-down-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-xl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-xl-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-xl-down-dropdown.menu.show, .menu-sub-xl-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-xl-down-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-xl-down-accordion {
        display: none
    }

    .menu-sub-xl-down-accordion.show, .show:not(.menu-dropdown) > .menu-sub-xl-down-accordion {
        display: flex
    }

    .menu-sub-xl-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-xl-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-xl-down-inline {
        display: flex
    }

    .menu-xl-down-fit > .menu-item > .menu-content, .menu-xl-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-xl-down-column {
        flex-direction: column;
        width: 100%
    }

    .menu-xl-down-row {
        flex-direction: row
    }

    .menu-xl-down-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-xl-down-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-xl-down-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-xl-down-pill .menu-link {
        border-radius: 50px
    }

    .menu-xl-down-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (max-width: 1399.98px) {
    .menu-item.menu-xxl-down-accordion .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-item.menu-xxl-down-accordion.show:not(.hiding):not(.menu-dropdown) > .menu-link .menu-arrow:after, .menu-item.menu-xxl-down-accordion.showing:not(.menu-dropdown) > .menu-link .menu-arrow:after {
        transform: rotateZ(90deg);
        transform: rotateZ(-90deg);
        transition: transform .3s ease
    }

    .menu-sub-xxl-down-dropdown {
        display: none;
        border-radius: .475rem;
        background-color: var(--bs-menu-dropdown-bg-color);
        box-shadow: var(--bs-menu-dropdown-box-shadow);
        z-index: 107
    }

    .menu-sub-xxl-down-dropdown.menu.show, .menu-sub-xxl-down-dropdown.show[data-popper-placement], .show.menu-dropdown > .menu-sub-xxl-down-dropdown {
        display: flex;
        will-change: transform;
        animation: menu-sub-dropdown-animation-fade-in .3s ease 1, menu-sub-dropdown-animation-move-up .3s ease 1
    }

    .menu-sub-xxl-down-accordion {
        display: none
    }

    .menu-sub-xxl-down-accordion.show, .show:not(.menu-dropdown) > .menu-sub-xxl-down-accordion {
        display: flex
    }

    .menu-sub-xxl-down-indention .menu-sub:not([data-popper-placement]) {
        margin-left: 1rem
    }

    .menu-sub-xxl-down-indention .menu-item .menu-item .menu-link.active {
        margin-right: 1rem
    }

    .menu-xxl-down-inline {
        display: flex
    }

    .menu-xxl-down-fit > .menu-item > .menu-content, .menu-xxl-down-fit > .menu-item > .menu-link {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .menu-xxl-down-column {
        flex-direction: column;
        width: 100%
    }

    .menu-xxl-down-row {
        flex-direction: row
    }

    .menu-xxl-down-row > .menu-item {
        display: flex;
        align-items: center
    }

    .menu-xxl-down-row > .menu-item > .menu-link .menu-arrow:after {
        transform: rotateZ(-90deg);
        transform: rotateZ(90deg);
        transition: transform .3s ease
    }

    .menu-xxl-down-rounded .menu-link {
        border-radius: .475rem
    }

    .menu-xxl-down-pill .menu-link {
        border-radius: 50px
    }

    .menu-xxl-down-rounded-0 .menu-link {
        border-radius: 0 !important
    }
}

@media (min-width: 992px) {
    .app-header-menu .menu > .menu-item {
        margin-right: .5rem
    }

    .app-header-menu .menu > .menu-item > .menu-link .menu-title {
        font-weight: 600;
        font-size: 1.1rem
    }

    .app-header-menu .menu > .menu-item > .menu-link {
        color: var(--bs-header-primary-link-color)
    }

    .app-header-menu .menu > .menu-item > .menu-link .menu-title {
        color: var(--bs-header-primary-link-color)
    }

    .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) {
        transition: color .2s ease;
        background-color: var(--bs-header-primary-link-bg-color);
        color: #00b2ff
    }

    .app-header-menu .menu > .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .app-header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
        color: #00b2ff
    }

    .app-header-menu .menu > .menu-item.show > .menu-link {
        transition: color .2s ease;
        color: #00b2ff
    }

    .app-header-menu .menu > .menu-item.show > .menu-link .menu-title {
        color: #00b2ff
    }

    .app-header-menu .menu > .menu-item.here > .menu-link {
        transition: color .2s ease;
        background-color: var(--bs-header-primary-link-bg-color);
        color: #00b2ff
    }

    .app-header-menu .menu > .menu-item.here > .menu-link .menu-title {
        color: #00b2ff
    }

    .app-header-menu .menu > .menu-item > .menu-link.active {
        transition: color .2s ease;
        background-color: var(--bs-header-primary-link-bg-color);
        color: #00b2ff
    }

    .app-header-menu .menu > .menu-item > .menu-link.active .menu-title {
        color: #00b2ff
    }
}
.menu-title-gray-700 .menu-item .menu-link {
    color: var(--bs-text-gray-700)
}

.menu-title-gray-700 .menu-item .menu-link .menu-title {
    color: var(--bs-text-gray-700)
}
a {
    color: #e74c3c;
    text-decoration: none;
}
.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here), .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease;
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-bullet .bullet, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-bullet .bullet {
    background-color: var(--bs-primary)
}

.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-primary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
}

.menu-state-primary .menu-item.show > .menu-link {
    transition: color .2s ease;
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.show > .menu-link .menu-title {
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.show > .menu-link .menu-icon, .menu-state-primary .menu-item.show > .menu-link .menu-icon .svg-icon, .menu-state-primary .menu-item.show > .menu-link .menu-icon i {
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.show > .menu-link .menu-bullet .bullet {
    background-color: var(--bs-primary)
}

.menu-state-primary .menu-item.show > .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-primary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
}

.menu-state-primary .menu-item.here > .menu-link {
    transition: color .2s ease;
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.here > .menu-link .menu-title {
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.here > .menu-link .menu-icon, .menu-state-primary .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-primary .menu-item.here > .menu-link .menu-icon i {
    color: var(--bs-primary)
}

.menu-state-primary .menu-item.here > .menu-link .menu-bullet .bullet {
    background-color: var(--bs-primary)
}

.menu-state-primary .menu-item.here > .menu-link .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-primary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
}

.menu-state-primary .menu-item .menu-link.active {
    transition: color .2s ease;
    color: var(--bs-primary)
}

.menu-state-primary .menu-item .menu-link.active .menu-title {
    color: var(--bs-primary)
}

.menu-state-primary .menu-item .menu-link.active .menu-icon, .menu-state-primary .menu-item .menu-link.active .menu-icon .svg-icon, .menu-state-primary .menu-item .menu-link.active .menu-icon i {
    color: var(--bs-primary)
}

.menu-state-primary .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: var(--bs-primary)
}

.menu-state-primary .menu-item .menu-link.active .menu-arrow:after {
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--bs-primary);
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 6' fill='var%28--bs-primary%29'%3e%3cpath d='M3.27989 3.23571L1.53642 4.97917C1.36382 5.15176 1.36383 5.43158 1.53642 5.60417C1.70901 5.77676 1.98882 5.77676 2.16139 5.60417L4.47096 3.29463C4.63371 3.13192 4.63371 2.86809 4.47096 2.70538L2.16139 0.395812C1.98883 0.22325 1.70901 0.22325 1.53642 0.395812C1.36383 0.568437 1.36383 0.84825 1.53642 1.02081L3.27989 2.76429C3.41006 2.89446 3.41006 3.10554 3.27989 3.23571Z'/%3e%3c/svg%3e")
}


.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
/* Adds support for the "gap" property to the Safari browser. */
/* TODO: Delete fallback.css and fallback.js files after Safari browser supports "gap" property */

/* BOTTOM */

/* gap: var(--space-xs) */
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-post-message > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-post__content > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-product-rating-overview > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-product-stars-details > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-write-review > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-new-review__body > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-new-review-customer > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-new-review-customer-profile > *:not(:last-child) {
    margin-bottom: var(--space-xs);
}

/* gap: var(--space-s) */
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-product-rating > *:not(:last-child) {
    margin-bottom: var(--space-s);
}

/* gap: var(--space-m) */
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-reviews-sidebar > *:not(:last-child) {
    margin-bottom: var(--space-m);
}

/* gap: var(--space-l) */
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-reviews-view__main-content > .ty-pagination-container > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-view__posts > *:not(:last-child) {
    margin-bottom: var(--space-l);
}



/* RIGHT */

/* gap: var(--space-xs) */
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-post-location > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-post-images > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-new-review-customer-profile__location > *:not(:last-child) {
    margin-right: var(--space-xs);
}

/* gap: var(--space-m) */
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-post-header > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-product-rating-overview-short > *:not(:last-child),
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-post-customer__address > *:not(:last-child) {
    margin-right: var(--space-m);
}

/* gap: var(--space-l) */
_::-webkit-full-page-media, _:future, :root:not(.supported-gap) .ty-product-review-reviews-navigation > *:not(:last-child) {
    margin-right: var(--space-l);
}

/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

.klaro {
    font-family: inherit;
    font-family: var(--font-family, inherit);
    font-size: 14px;
    font-size: var(--font-size, 14px);
  }
  
  .klaro button {
    font-family: inherit;
    font-family: var(--font-family, inherit);
    font-size: 14px;
    font-size: var(--font-size, 14px);
  }
  
  .klaro.cm-as-context-notice {
    height: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  
  .klaro .cookie-modal,
  .klaro .context-notice,
  .klaro .cookie-notice {
    /* The switch - the box around the slider */
  }
  
  .klaro .cookie-modal .cm-switch-container,
  .klaro .context-notice .cm-switch-container,
  .klaro .cookie-notice .cm-switch-container {
    border-bottom-style: solid;
    border-bottom-style: var(--border-style, solid);
    border-bottom-width: 1px;
    border-bottom-width: var(--border-width, 1px);
    border-bottom-color: #c8c8c8;
    border-bottom-color: var(--light2, #c8c8c8);
    display: block;
    position: relative;
    padding: 10px;
    padding-left: 66px;
    line-height: 20px;
    vertical-align: middle;
    min-height: 40px;
  }
  
  .klaro .cookie-modal .cm-switch-container:last-child,
  .klaro .context-notice .cm-switch-container:last-child,
  .klaro .cookie-notice .cm-switch-container:last-child {
    border-bottom: 0;
  }
  
  .klaro .cookie-modal .cm-switch-container:first-child,
  .klaro .context-notice .cm-switch-container:first-child,
  .klaro .cookie-notice .cm-switch-container:first-child {
    margin-top: 0;
  }
  
  .klaro .cookie-modal .cm-switch-container p,
  .klaro .context-notice .cm-switch-container p,
  .klaro .cookie-notice .cm-switch-container p {
    margin-top: 0;
  }
  
  .klaro .cookie-modal .cm-switch,
  .klaro .context-notice .cm-switch,
  .klaro .cookie-notice .cm-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
  }
  
  .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider,
  .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider,
  .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
    background-color: #0388cc;
    background-color: var(--green1, #0388cc);
  }

  .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
  .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
  .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
    background-color: #eee;
  }
  
  .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider,
  .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider,
  .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider {
    background-color: #0388cc;
    background-color: var(--green1, #0388cc);
    opacity: 0.6;
  }
  
  .klaro .cookie-modal .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
  .klaro .context-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before,
  .klaro .cookie-notice .cm-list-input.half-checked:checked + .cm-list-label .slider::before {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  
  .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider,
  .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider,
  .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
    background-color: #0388cc;
    background-color: var(--green2, #0388cc);
    opacity: 0.8;
  }
  
  .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider::before,
  .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider::before,
  .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider::before {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  
  .klaro .cookie-modal .cm-list-input.required:checked + .cm-list-label .slider,
  .klaro .context-notice .cm-list-input.required:checked + .cm-list-label .slider,
  .klaro .cookie-notice .cm-list-input.required:checked + .cm-list-label .slider {
    background-color: #0388cc;
    background-color: var(--green2, #0388cc);
    opacity: 0.8;
    cursor: not-allowed;
  }
  
  .klaro .cookie-modal .slider,
  .klaro .context-notice .slider,
  .klaro .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 5px 0 rgba(0, 0, 0, 0.19);
  }
  
  .klaro .cookie-modal .cm-list-input,
  .klaro .context-notice .cm-list-input,
  .klaro .cookie-notice .cm-list-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 50px;
    height: 30px;
  }
  
  .klaro .cookie-modal .cm-list-title,
  .klaro .context-notice .cm-list-title,
  .klaro .cookie-notice .cm-list-title {
    font-size: 0.9em;
    font-weight: 600;
  }
  
  .klaro .cookie-modal .cm-list-description,
  .klaro .context-notice .cm-list-description,
  .klaro .cookie-notice .cm-list-description {
    color: #666;
    font-size: 0.9em;
    padding-top: 4px;
  }
  
  .klaro .cookie-modal .cm-list-label,
  .klaro .context-notice .cm-list-label,
  .klaro .cookie-notice .cm-list-label {
    /* The slider */
    /* Rounded sliders */
  }
  
  .klaro .cookie-modal .cm-list-label .cm-switch,
  .klaro .context-notice .cm-list-label .cm-switch,
  .klaro .cookie-notice .cm-list-label .cm-switch {
    position: absolute;
    left: 0;
  }
  
  .klaro .cookie-modal .cm-list-label .slider,
  .klaro .context-notice .cm-list-label .slider,
  .klaro .cookie-notice .cm-list-label .slider {
    background-color: #f2f2f2;
    background-color: var(--white2, #f2f2f2);
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    width: 50px;
    display: inline-block;
  }
  
  .klaro .cookie-modal .cm-list-label .slider::before,
  .klaro .context-notice .cm-list-label .slider::before,
  .klaro .cookie-notice .cm-list-label .slider::before {
    background-color: #ddd;
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    transition: 0.4s;
  }
  
  .klaro .cookie-modal .cm-list-label .slider.round,
  .klaro .context-notice .cm-list-label .slider.round,
  .klaro .cookie-notice .cm-list-label .slider.round {
    border-radius: 30px;
  }
  
  .klaro .cookie-modal .cm-list-label .slider.round::before,
  .klaro .context-notice .cm-list-label .slider.round::before,
  .klaro .cookie-notice .cm-list-label .slider.round::before {
    border-radius: 50%;
  }
  
  .klaro .cookie-modal .cm-list-label input:checked + .slider::before,
  .klaro .context-notice .cm-list-label input:checked + .slider::before,
  .klaro .cookie-notice .cm-list-label input:checked + .slider::before {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  .klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider,
  .klaro .context-notice .cm-list-input:focus + .cm-list-label .slider,
  .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
    box-shadow: 0 4px 6px 0 rgba(125, 125, 125, 0.2), 5px 5px 10px 0 rgba(125, 125, 125, 0.19);
  }
  
  .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider::before,
  .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider::before,
  .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider::before {
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  .klaro .cookie-modal .slider,
  .klaro .context-notice .slider,
  .klaro .cookie-notice .slider {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
  }
  
  .klaro .cookie-modal a,
  .klaro .context-notice a,
  .klaro .cookie-notice a {
    color: #0388cc;
    color: var(--green1, #0388cc);
    text-decoration: none;
  }
  
  .klaro .cookie-modal p,
  .klaro .cookie-modal strong,
  .klaro .cookie-modal h1,
  .klaro .cookie-modal h2,
  .klaro .cookie-modal ul,
  .klaro .cookie-modal li,
  .klaro .context-notice p,
  .klaro .context-notice strong,
  .klaro .context-notice h1,
  .klaro .context-notice h2,
  .klaro .context-notice ul,
  .klaro .context-notice li,
  .klaro .cookie-notice p,
  .klaro .cookie-notice strong,
  .klaro .cookie-notice h1,
  .klaro .cookie-notice h2,
  .klaro .cookie-notice ul,
  .klaro .cookie-notice li {
    color: #333;
  }
  
  .klaro .cookie-modal p,
  .klaro .cookie-modal h1,
  .klaro .cookie-modal h2,
  .klaro .cookie-modal ul,
  .klaro .cookie-modal li,
  .klaro .context-notice p,
  .klaro .context-notice h1,
  .klaro .context-notice h2,
  .klaro .context-notice ul,
  .klaro .context-notice li,
  .klaro .cookie-notice p,
  .klaro .cookie-notice h1,
  .klaro .cookie-notice h2,
  .klaro .cookie-notice ul,
  .klaro .cookie-notice li {
    display: block;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 0.7em;
  }
  
  .klaro .cookie-modal h1,
  .klaro .cookie-modal h2,
  .klaro .cookie-modal h3,
  .klaro .cookie-modal h4,
  .klaro .cookie-modal h5,
  .klaro .cookie-modal h6,
  .klaro .context-notice h1,
  .klaro .context-notice h2,
  .klaro .context-notice h3,
  .klaro .context-notice h4,
  .klaro .context-notice h5,
  .klaro .context-notice h6,
  .klaro .cookie-notice h1,
  .klaro .cookie-notice h2,
  .klaro .cookie-notice h3,
  .klaro .cookie-notice h4,
  .klaro .cookie-notice h5,
  .klaro .cookie-notice h6 {
    font-family: inherit;
    font-family: var(--title-font-family, inherit);
  }
  
  .klaro .cookie-modal .cm-link,
  .klaro .context-notice .cm-link,
  .klaro .cookie-notice .cm-link {
    margin-right: 0.5em;
    vertical-align: middle;
  }
  
  .klaro .cookie-modal .cm-btn,
  .klaro .context-notice .cm-btn,
  .klaro .cookie-notice .cm-btn {
    color: #fff;
    color: var(--button-text-color, #fff);
    background-color: #5c5c5c;
    background-color: var(--dark2, #5c5c5c);
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    padding: 6px 10px;
    margin-right: 0.5em;
    border-style: none;
    padding: 0.4em;
    font-size: 1em;
    cursor: pointer;
  }
  
  .klaro .cookie-modal .cm-btn:disabled,
  .klaro .context-notice .cm-btn:disabled,
  .klaro .cookie-notice .cm-btn:disabled {
    opacity: 0.5;
  }
  
  .klaro .cookie-modal .cm-btn.cm-btn-close,
  .klaro .context-notice .cm-btn.cm-btn-close,
  .klaro .cookie-notice .cm-btn.cm-btn-close {
    background-color: #c8c8c8;
    background-color: var(--light2, #c8c8c8);
  }
  
  .klaro .cookie-modal .cm-btn.cm-btn-success,
  .klaro .context-notice .cm-btn.cm-btn-success,
  .klaro .cookie-notice .cm-btn.cm-btn-success {
    background-color: #0388cc;
    background-color: var(--green1, #0388cc);
  }
  
  .klaro .cookie-modal .cm-btn.cm-btn-success-var,
  .klaro .context-notice .cm-btn.cm-btn-success-var,
  .klaro .cookie-notice .cm-btn.cm-btn-success-var {
    background-color: #0388cc;
    background-color: var(--green2, #0388cc);
  }
  
  .klaro .cookie-modal .cm-btn.cm-btn-info,
  .klaro .context-notice .cm-btn.cm-btn-info,
  .klaro .cookie-notice .cm-btn.cm-btn-info {
    background-color: #2581c4;
    background-color: var(--blue1, #2581c4);
  }
  
  .klaro .context-notice {
    border-radius: 4px;
    border-radius: var(--border-radius, 4px);
    border-style: solid;
    border-style: var(--border-style, solid);
    border-width: 1px;
    border-width: var(--border-width, 1px);
    border-color: #c8c8c8;
    border-color: var(--light2, #c8c8c8);
    background-color: #fafafa;
    background-color: var(--light1, #fafafa);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px;
    height: 100%;
  }
  
  .klaro .context-notice.cm-dark p {
    color: #555;
  }
  
  .klaro .context-notice.cm-dark p a {
    color: #459cdc;
    color: var(--blue2, #459cdc);
  }
  
  .klaro .context-notice p {
    color: #333;
    color: var(--dark1, #333);
    flex-grow: 0;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
  }
  
  .klaro .context-notice p a {
    color: #0388cc;
    color: var(--green2, #0388cc);
  }
  
  .klaro .context-notice p.cm-buttons {
    margin-top: 12px;
  }
  
  .klaro .cookie-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  
  .klaro .cookie-modal.cm-embedded {
    position: relative;
    height: inherit;
    width: inherit;
    left: inherit;
    right: inherit;
    z-index: 0;
  }
  
  .klaro .cookie-modal.cm-embedded .cm-modal.cm-klaro {
    position: relative;
    -ms-transform: none;
        transform: none;
  }
  
  .klaro .cookie-modal .cm-bg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  
  .klaro .cookie-modal .cm-modal.cm-klaro {
    background-color: #fff;
    color: #333;
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    position: fixed;
    overflow: auto;
  }
  
  @media (min-width: 660px) {
    .klaro .cookie-modal .cm-modal.cm-klaro {
      border-radius: 4px;
      border-radius: var(--border-radius, 4px);
      position: relative;
      margin: 0 auto;
      max-width: 640px;
      height: auto;
      width: auto;
    }
  }
  
  .klaro .cookie-modal .cm-modal .hide {
    border-style: none;
    background: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
  }
  
  .klaro .cookie-modal .cm-modal .hide svg {
    stroke: #222;
  }
  
  .klaro .cookie-modal .cm-modal .cm-footer {
    border-top-color: #ccc;
    border-top-width: 1px;
    border-top-width: var(--border-width, 1px);
    border-top-style: solid;
    border-top-style: var(--border-style, solid);
    padding: 1em;
  }
  
  .klaro .cookie-modal .cm-modal .cm-footer-buttons {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
  
  .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by {
    display: none;
    font-size: 0.8em;
    padding-top: 4px;
    text-align: right;
    padding-right: 8px;
  }
  
  .klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by a {
    color: #5c5c5c;
    color: var(--dark2, #5c5c5c);
  }
  
  .klaro .cookie-modal .cm-modal .cm-header {
    border-bottom-width: 1px;
    border-bottom-width: var(--border-width, 1px);
    border-bottom-style: solid;
    border-bottom-style: var(--border-style, solid);
    border-bottom-color: #ccc;
    padding: 1em;
    padding-right: 24px;
  }
  
  .klaro .cookie-modal .cm-modal .cm-header h1 {
    margin: 0;
    font-size: 2em;
    display: block;
  }
  
  .klaro .cookie-modal .cm-modal .cm-header h1.title {
    padding-right: 20px;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body {
    padding: 1em;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul {
    display: block;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body span {
    display: inline-block;
    width: auto;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes {
    padding: 0;
    margin: 0;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-caret,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-caret {
    color: #888;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content {
    margin-left: -40px;
    display: none;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose .cm-services .cm-content.expanded,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose .cm-services .cm-content.expanded {
    margin-top: 10px;
    display: block;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose {
    position: relative;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 60px;
    min-height: 40px;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service:first-child,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose:first-child,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service:first-child,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose:first-child {
    margin-top: 0;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p {
    margin-top: 0;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service p.purposes,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose p.purposes,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service p.purposes,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose p.purposes {
    color: #a0a0a0;
    color: var(--light3, #a0a0a0);
    font-size: 0.8em;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service.cm-toggle-all,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose.cm-toggle-all,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service.cm-toggle-all,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose.cm-toggle-all {
    border-top-width: 1px;
    border-top-width: var(--border-width, 1px);
    border-top-style: solid;
    border-top-style: var(--border-style, solid);
    border-top-color: #ccc;
    padding-top: 1em;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-list-title,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-list-title,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-list-title,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-list-title {
    font-weight: 600;
  }
  
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-opt-out,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-service span.cm-required,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-opt-out,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-services li.cm-purpose span.cm-required,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-opt-out,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-service span.cm-required,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-opt-out,
  .klaro .cookie-modal .cm-modal .cm-body ul.cm-purposes li.cm-purpose span.cm-required {
    color: #5c5c5c;
    color: var(--dark2, #5c5c5c);
    padding-left: 0.2em;
    font-size: 0.8em;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) {
    background-color: #fff;
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
  }
  
  @media (min-width: 1024px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
      border-radius: 4px;
      border-radius: var(--border-radius, 4px);
      position: fixed;
      position: var(--notice-position, fixed);
      right: 20px;
      right: var(--notice-right, 20px);
      left: auto;
      left: var(--notice-left, auto);
      bottom: 20px;
      bottom: var(--notice-bottom, 20px);
      top: auto;
      top: var(--notice-top, auto);
      max-width: 400px;
      max-width: var(--notice-max-width, 400px);
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    }
  }
  
  @media (max-width: 1023px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) {
      border-style: none;
      border-radius: 0;
    }
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded {
    position: relative;
    height: inherit;
    width: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    z-index: 0;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice).cn-embedded .cn-body {
    padding-top: 0.5em;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body {
    margin-bottom: 0;
    margin-right: 0;
    bottom: 0;
    padding: 1em;
    padding-top: 0;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p {
    margin-bottom: 0.5em;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body p.cn-changes {
    text-decoration: underline;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
    display: inline-block;
    flex-grow: 1;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
    display: inline-block;
    margin-top: -0.5em;
  }
  
  @media (max-width: 384px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons {
      width: 100%;
    }
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
    margin-top: 0.5em;
  }
  
  @media (max-width: 384px) {
    .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn {
      width: calc(50% - 0.5em);
    }
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok {
    margin-top: -0.5em;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: right;
    align-items: baseline;
  }
  
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok a,
  .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok div {
    margin-top: 0.5em;
  }
  
  .klaro .cookie-modal-notice {
    background-color: #fff;
    color: #fafafa;
    color: var(--light1, #fafafa);
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 5px 5px 10px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
    max-height: 98%;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    position: fixed;
    overflow: auto;
    padding: 1em;
    padding-top: 0.2em;
  }
  
  @media (min-width: 400px) {
    .klaro .cookie-modal-notice {
      border-radius: 4px;
      border-radius: var(--border-radius, 4px);
      position: relative;
      margin: 0 auto;
      max-width: 400px;
      height: auto;
      width: auto;
    }
  }
  
  .klaro .cookie-modal-notice .cn-ok {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
  }
  
  .klaro .cookie-notice-hidden {
    display: none !important;
  }
  
html{font-family:sans-serif;text-size-adjust:100%;}body,html{height:100%;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px !important;font-weight:400;font-family:Inter,Helvetica,sans-serif;}@media (max-width: 991.98px){body,html{font-size:12px !important;}}@media (max-width: 767.98px){body,html{font-size:12px !important;}}body{display:flex;flex-direction:column;}body a:active,body a:focus,body a:hover{text-decoration:none !important;}.row{height:100%;}canvas{user-select:none;}router-outlet{display:none;}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#7e8299;--bs-gray-dark:#3f4254;--bs-gray-100:#f9f9f9;--bs-gray-200:#f4f4f4;--bs-gray-300:#e1e3ea;--bs-gray-400:#b5b5c3;--bs-gray-500:#a1a5b7;--bs-gray-600:#7e8299;--bs-gray-700:#5e6278;--bs-gray-800:#3f4254;--bs-gray-900:#181c32;--bs-light:#f9f9f9;--bs-primary:#00b2ff;--bs-secondary:#e1e3ea;--bs-success:#50cd89;--bs-info:#7239ea;--bs-warning:#ffc700;--bs-danger:#f1416c;--bs-dark:#181c32;--bs-light-rgb:249, 249, 249;--bs-primary-rgb:0, 178, 255;--bs-secondary-rgb:225, 227, 234;--bs-success-rgb:80, 205, 137;--bs-info-rgb:114, 57, 234;--bs-warning-rgb:255, 199, 0;--bs-danger-rgb:241, 65, 108;--bs-dark-rgb:24, 28, 50;--bs-primary-text:#0a58ca;--bs-secondary-text:#7e8299;--bs-success-text:#146c43;--bs-info-text:#087990;--bs-warning-text:#997404;--bs-danger-text:#b02a37;--bs-light-text:#7e8299;--bs-dark-text:#5e6278;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#f9f9f9;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfc;--bs-dark-bg-subtle:#b5b5c3;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#f4f4f4;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#f4f4f4;--bs-dark-border-subtle:#a1a5b7;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-body-color-rgb:24, 28, 50;--bs-body-bg-rgb:255, 255, 255;--bs-font-sans-serif:Inter, Helvetica, "sans-serif";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--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:#181c32;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0, 0, 0;--bs-secondary-color:rgba(24,28,50,0.75);--bs-secondary-color-rgb:24, 28, 50;--bs-secondary-bg:#f4f4f4;--bs-secondary-bg-rgb:244, 244, 244;--bs-tertiary-color:rgba(24,28,50,0.5);--bs-tertiary-color-rgb:24, 28, 50;--bs-tertiary-bg:#f9f9f9;--bs-tertiary-bg-rgb:249, 249, 249;--bs-body-bg:#fff;--bs-heading-color:#181c32;--bs-link-color:#00b2ff;--bs-link-color-rgb:0, 178, 255;--bs-link-decoration:none;--bs-link-hover-color:#0098da;--bs-link-hover-color-rgb:0, 152, 218;--bs-link-hover-decoration:none;--bs-code-color:#b93993;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#f4f4f4;--bs-border-color-translucent:rgba(0,0,0,0.175);--bs-border-radius:0.475rem;--bs-border-radius-sm:0.425rem;--bs-border-radius-lg:0.625rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1.5rem 0.5rem rgba(0,0,0,0.075);--bs-box-shadow-sm:0 0.1rem 1rem 0.25rem rgba(0,0,0,0.05);--bs-box-shadow-lg:0 1rem 2rem 1rem rgba(0,0,0,0.1);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,0.075);--bs-form-control-bg:var(--bs-body-bg);--bs-form-control-disabled-bg:var(--bs-secondary-bg);--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;}:root{--bs-xs:0;--bs-sm:576px;--bs-md:768px;--bs-lg:992px;--bs-xl:1200px;--bs-xxl:1400px;--bs-scrollbar-size:5px;--bs-scrollbar-overlay-size:19px;--bs-scrollbar-overlay-space:7px;--bs-white-bg-rgb:255, 255, 255;--bs-black-bg-rgb:0, 0, 0;}[data-bs-theme=light]{--bs-text-muted:#a1a5b7;--bs-gray-100:#f9f9f9;--bs-gray-100-rgb:249, 249, 249;--bs-gray-200:#f4f4f4;--bs-gray-200-rgb:244, 244, 244;--bs-gray-300:#e1e3ea;--bs-gray-300-rgb:225, 227, 234;--bs-gray-400:#b5b5c3;--bs-gray-400-rgb:181, 181, 195;--bs-gray-500:#a1a5b7;--bs-gray-500-rgb:161, 165, 183;--bs-gray-600:#7e8299;--bs-gray-600-rgb:126, 130, 153;--bs-gray-700:#5e6278;--bs-gray-700-rgb:94, 98, 120;--bs-gray-800:#3f4254;--bs-gray-800-rgb:63, 66, 84;--bs-gray-900:#181c32;--bs-gray-900-rgb:24, 28, 50;--bs-light:#f9f9f9;--bs-primary:#00b2ff;--bs-secondary:#e1e3ea;--bs-success:#50cd89;--bs-info:#7239ea;--bs-warning:#ffc700;--bs-danger:#f1416c;--bs-dark:#181c32;--bs-primary-active:#0098da;--bs-secondary-active:#b5b5c3;--bs-light-active:#f4f4f4;--bs-success-active:#47be7d;--bs-info-active:#5014d0;--bs-warning-active:#f1bc00;--bs-danger-active:#d9214e;--bs-dark-active:#131628;--bs-primary-light:#f1faff;--bs-secondary-light:#f9f9f9;--bs-success-light:#e8fff3;--bs-info-light:#f8f5ff;--bs-warning-light:#fff8dd;--bs-danger-light:#fff5f8;--bs-dark-light:#f4f4f4;--bs-primary-inverse:#fff;--bs-secondary-inverse:#3f4254;--bs-light-inverse:#7e8299;--bs-success-inverse:#fff;--bs-info-inverse:#fff;--bs-warning-inverse:#fff;--bs-danger-inverse:#fff;--bs-dark-inverse:#fff;--bs-light-rgb:249, 249, 249;--bs-primary-rgb:0, 178, 255;--bs-secondary-rgb:225, 227, 234;--bs-success-rgb:80, 205, 137;--bs-info-rgb:114, 57, 234;--bs-warning-rgb:255, 199, 0;--bs-danger-rgb:241, 65, 108;--bs-dark-rgb:24, 28, 50;--bs-text-white:#fff;--bs-text-primary:#00b2ff;--bs-text-secondary:#e1e3ea;--bs-text-light:#f9f9f9;--bs-text-success:#50cd89;--bs-text-info:#7239ea;--bs-text-warning:#ffc700;--bs-text-danger:#f1416c;--bs-text-dark:#181c32;--bs-text-gray-100:#f9f9f9;--bs-text-gray-200:#f4f4f4;--bs-text-gray-300:#e1e3ea;--bs-text-gray-400:#b5b5c3;--bs-text-gray-500:#a1a5b7;--bs-text-gray-600:#7e8299;--bs-text-gray-700:#5e6278;--bs-text-gray-800:#3f4254;--bs-text-gray-900:#181c32;--bs-border-color:#f4f4f4;--bs-border-dashed-color:#e1e3ea;--bs-component-active-color:#fff;--bs-component-active-bg:#00b2ff;--bs-component-hover-color:#00b2ff;--bs-component-hover-bg:#f9f9f9;--bs-component-checked-color:#fff;--bs-component-checked-bg:#00b2ff;--bs-box-shadow-xs:0 0.1rem 0.75rem 0.25rem rgba(0,0,0,0.05);--bs-box-shadow-sm:0 0.1rem 1rem 0.25rem rgba(0,0,0,0.05);--bs-box-shadow:0 0.5rem 1.5rem 0.5rem rgba(0,0,0,0.075);--bs-box-shadow-lg:0 1rem 2rem 1rem rgba(0,0,0,0.1);--bs-input-bg:var(--bs-body-bg);--bs-input-color:var(--bs-gray-700);--bs-input-solid-color:var(--bs-gray-700);--bs-input-solid-bg:var(--bs-gray-100);--bs-input-solid-bg-focus:var(--bs-gray-200);--bs-input-solid-placeholder-color:var(--bs-gray-500);--bs-tooltip-box-shadow:0px 0px 30px rgba(0,0,0,0.15);--bs-table-striped-bg:#000100;--bs-table-loading-message-box-shadow:0px 0px 50px 0px rgba(82,63,105,0.15);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-box-shadow:0px 0px 50px 0px rgba(82,63,105,0.15);--bs-code-bg:#f1f3f8;--bs-code-box-shadow:0px 3px 9px rgba(0,0,0,0.08);--bs-code-color:#b93993;--bs-symbol-label-color:var(--bs-gray-800);--bs-symbol-label-bg:var(--bs-gray-100);--bs-symbol-border-color:#000100;--bs-bullet-bg-color:var(--bs-gray-400);--bs-scrolltop-opacity:0;--bs-scrolltop-opacity-on:0.3;--bs-scrolltop-opacity-hover:1;--bs-scrolltop-box-shadow:var(--bs-box-shadow);--bs-scrolltop-bg-color:var(--bs-primary);--bs-scrolltop-bg-color-hover:var(--bs-primary);--bs-scrolltop-icon-color:var(--bs-primary-inverse);--bs-scrolltop-icon-color-hover:var(--bs-primary-inverse);--bs-drawer-box-shadow:0px 1px 9px -3px rgba(0,0,0,0.05);--bs-drawer-bg-color:#fff;--bs-drawer-overlay-bg-color:rgba(0,0,0,0.2);--bs-menu-dropdown-box-shadow:0px 0px 50px 0px rgba(82,63,105,0.15);--bs-menu-dropdown-bg-color:var(--bs-body-bg);--bs-menu-heading-color:#a1a5b7;--bs-menu-link-color-hover:#00b2ff;--bs-menu-link-color-show:#00b2ff;--bs-menu-link-color-here:#00b2ff;--bs-menu-link-color-active:#00b2ff;--bs-menu-link-bg-color-hover:#f9f9f9;--bs-menu-link-bg-color-show:#f9f9f9;--bs-menu-link-bg-color-here:#f9f9f9;--bs-menu-link-bg-color-active:#f9f9f9;--bs-scrollbar-color:#f4f4f4;--bs-scrollbar-hover-color:#efefef;--bs-scrollbar-size:5px;--bs-scrollbar-overlay-size:19px;--bs-scrollbar-overlay-space:7px;--bs-overlay-bg:rgba(0,0,0,0.05);--bs-blockui-overlay-bg:rgba(0,0,0,0.05);--bs-rating-color-default:#b5b5c3;--bs-rating-color-active:#ffad0f;--bs-ribbon-label-box-shadow:0px -1px 5px 0px rgba(24,28,50,0.1);--bs-ribbon-label-bg:#00b2ff;--bs-ribbon-label-border-color:#006b99;--bs-ribbon-clip-bg:#181c32;--bs-engage-btn-bg:#fff;--bs-engage-btn-box-shadow:0px 0px 22px #e0e0e0;--bs-engage-btn-border-color:#e8e8e8;--bs-engage-btn-color:#3f4254;--bs-engage-btn-icon-color:#7e8299;--bs-engage-btn-color-active:#3f4254;}.app-default,body{background-color:var(--bs-app-bg-color);}.app-page{display:flex;}[data-kt-app-page-loading=on]{overflow:hidden;}[data-kt-app-page-loading=on] *{transition:none !important;}.app-page-loader{background:var(--bs-body-bg);color:var(--bs-body-color);position:fixed;top:0;bottom:0;left:0;right:0;z-index:10000;display:none;}[data-kt-app-page-loading=on] .app-page-loader{display:flex;justify-content:center;align-items:center;}@media (min-width: 992px){div,main,ol,pre,span,ul{scrollbar-width:thin;scrollbar-color:var(--bs-scrollbar-color) transparent;}div::-webkit-scrollbar,main::-webkit-scrollbar,ol::-webkit-scrollbar,pre::-webkit-scrollbar,span::-webkit-scrollbar,ul::-webkit-scrollbar{width:var(--bs-scrollbar-size);height:var(--bs-scrollbar-size);}div ::-webkit-scrollbar-track,main ::-webkit-scrollbar-track,ol ::-webkit-scrollbar-track,pre ::-webkit-scrollbar-track,span ::-webkit-scrollbar-track,ul ::-webkit-scrollbar-track{background-color:transparent;}div ::-webkit-scrollbar-thumb,main ::-webkit-scrollbar-thumb,ol ::-webkit-scrollbar-thumb,pre ::-webkit-scrollbar-thumb,span ::-webkit-scrollbar-thumb,ul ::-webkit-scrollbar-thumb{border-radius:var(--bs-scrollbar-size);}div::-webkit-scrollbar-thumb,main::-webkit-scrollbar-thumb,ol::-webkit-scrollbar-thumb,pre::-webkit-scrollbar-thumb,span::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb{background-color:var(--bs-scrollbar-color);}div::-webkit-scrollbar-corner,main::-webkit-scrollbar-corner,ol::-webkit-scrollbar-corner,pre::-webkit-scrollbar-corner,span::-webkit-scrollbar-corner,ul::-webkit-scrollbar-corner{background-color:transparent;}div:hover,main:hover,ol:hover,pre:hover,span:hover,ul:hover{scrollbar-color:var(--bs-scrollbar-hover-color) transparent;}div:hover::-webkit-scrollbar-thumb,main:hover::-webkit-scrollbar-thumb,ol:hover::-webkit-scrollbar-thumb,pre:hover::-webkit-scrollbar-thumb,span:hover::-webkit-scrollbar-thumb,ul:hover::-webkit-scrollbar-thumb{background-color:var(--bs-scrollbar-hover-color);}div:hover::-webkit-scrollbar-corner,main:hover::-webkit-scrollbar-corner,ol:hover::-webkit-scrollbar-corner,pre:hover::-webkit-scrollbar-corner,span:hover::-webkit-scrollbar-corner,ul:hover::-webkit-scrollbar-corner{background-color:transparent;}}.scroll{overflow:scroll;position:relative;}@media (max-width: 991.98px){.scroll{overflow:auto;}}.scroll-x{overflow-x:scroll;position:relative;}@media (max-width: 991.98px){.scroll-x{overflow-x:auto;}}.scroll-y{overflow-y:scroll;position:relative;}@media (max-width: 991.98px){.scroll-y{overflow-y:auto;}}.hover-scroll,.hover-scroll-overlay{position:relative;}@media (min-width: 992px){.hover-scroll,.hover-scroll-overlay{overflow:hidden;}@-moz-document url-prefix(){.hover-scroll,.hover-scroll-overlay{overflow:scroll;}}.safari-mode .hover-scroll,.safari-mode .hover-scroll-overlay{overflow:scroll;}.hover-scroll-overlay::-webkit-scrollbar,.hover-scroll::-webkit-scrollbar{width:var(--bs-scrollbar-overlay-size);height:var(--bs-scrollbar-overlay-size);}.hover-scroll-overlay::-webkit-scrollbar-thumb,.hover-scroll::-webkit-scrollbar-thumb{background-clip:content-box;border:var(--bs-scrollbar-overlay-space) solid transparent;border-radius:var(--bs-scrollbar-overlay-size);}.hover-scroll-overlay:hover,.hover-scroll:hover{overflow:overlay;}}@media (max-width: 991.98px){.hover-scroll,.hover-scroll-overlay{overflow:auto;}}.hover-scroll-overlay-y,.hover-scroll-y{position:relative;}@media (min-width: 992px){.hover-scroll-overlay-y,.hover-scroll-y{overflow-y:hidden;}@-moz-document url-prefix(){.hover-scroll-overlay-y,.hover-scroll-y{overflow-y:scroll;}}.safari-mode .hover-scroll-overlay-y,.safari-mode .hover-scroll-y{overflow-y:scroll;}.hover-scroll-overlay-y::-webkit-scrollbar,.hover-scroll-y::-webkit-scrollbar{width:var(--bs-scrollbar-overlay-size);}.hover-scroll-overlay-y::-webkit-scrollbar-thumb,.hover-scroll-y::-webkit-scrollbar-thumb{background-clip:content-box;border:var(--bs-scrollbar-overlay-space) solid transparent;border-radius:var(--bs-scrollbar-overlay-size);}.hover-scroll-overlay-y:hover,.hover-scroll-y:hover{overflow-y:overlay;}}@media (max-width: 991.98px){.hover-scroll-overlay-y,.hover-scroll-y{overflow-y:auto;}}.hover-scroll-overlay-x,.hover-scroll-x{position:relative;}@media (min-width: 992px){.hover-scroll-overlay-x,.hover-scroll-x{overflow-x:hidden;}@-moz-document url-prefix(){.hover-scroll-overlay-x,.hover-scroll-x{overflow-x:scroll;}}.safari-mode .hover-scroll-overlay-x,.safari-mode .hover-scroll-x{overflow-x:scroll;}.hover-scroll-overlay-x::-webkit-scrollbar,.hover-scroll-x::-webkit-scrollbar{height:var(--bs-scrollbar-overlay-size);}.hover-scroll-overlay-x::-webkit-scrollbar-thumb,.hover-scroll-x::-webkit-scrollbar-thumb{background-clip:content-box;border:var(--bs-scrollbar-overlay-space) solid transparent;border-radius:var(--bs-scrollbar-overlay-size);}.hover-scroll-overlay-x:hover,.hover-scroll-x:hover{overflow-x:overlay;}}@media (max-width: 991.98px){.hover-scroll-overlay-x,.hover-scroll-x{overflow-x:auto;}}.scroll-ps{padding-left:var(--bs-scrollbar-size) !important;}.scroll-ms{margin-left:var(--bs-scrollbar-size) !important;}.scroll-mb{margin-bottom:var(--bs-scrollbar-size) !important;}.scroll-pe{padding-right:var(--bs-scrollbar-size) !important;}.scroll-me{margin-right:var(--bs-scrollbar-size) !important;}.scroll-px{padding-left:var(--bs-scrollbar-size) !important;padding-right:var(--bs-scrollbar-size) !important;}.scroll-mx{margin-left:var(--bs-scrollbar-size) !important;margin-right:var(--bs-scrollbar-size) !important;}.bullet{display:inline-block;background-color:var(--bs-bullet-bg-color);border-radius:6px;width:8px;height:4px;flex-shrink:0;}.bullet-dot{width:4px;height:4px;border-radius:100% !important;}.bullet-vertical{width:4px;height:8px;}.bullet-line{width:5px;height:1px;border-radius:0;}[data-bs-theme=light]{--bs-header-primary-link-bg-color:#f9f9f9;--bs-header-primary-link-color:#7e8299;--bs-header-primary-custom-btn-color:#2d3145;}.app-header{transition:none;display:flex;align-items:stretch;background-color:var(--bs-app-header-base-bg-color);box-shadow:var(--bs-app-header-base-box-shadow);border-bottom:var(--bs-app-header-base-border-bottom);}@media (min-width: 992px){:root{--bs-app-header-height:70px;--bs-app-header-height-actual:70px;}[data-kt-app-header-sticky=on]{--bs-app-header-height:70px;--bs-app-header-height-actual:70px;}[data-kt-app-header-sticky=on][data-kt-app-header-stacked=true]{--bs-app-header-height:calc(var(--bs-app-header-primary-height,0px) + var(--bs-app-header-secondary-height,0px)var(--bs-app-header-tertiary-height,0px));--bs-app-header-height-actual:calc(227px);}[data-kt-app-header-minimize=on]{--bs-app-header-height:70px;}.app-header{height:var(--bs-app-header-height);}[data-kt-app-header-fixed=true] .app-header{z-index:100;position:fixed;left:0;right:0;top:0;}[data-kt-app-header-static=true] .app-header{position:relative;}[data-kt-app-header-stacked=true] .app-header{flex-direction:column;height:calc(var(--bs-app-header-primary-height) + var(--bs-app-header-secondary-height,0px)var(--bs-app-header-tertiary-height,0px));}[data-kt-app-header-sticky=on] .app-header{position:fixed;left:0;right:0;top:0;z-index:100;background-color:var(--bs-app-header-sticky-bg-color);box-shadow:var(--bs-app-header-sticky-box-shadow);border-bottom:var(--bs-app-header-sticky-border-bottom);}[data-kt-app-header-minimize=on] .app-header{transition:none;z-index:100;background-color:var(--bs-app-header-minimize-bg-color);box-shadow:var(--bs-app-header-minimize-box-shadow);border-bottom:var(--bs-app-header-minimize-border-bottom);}.app-header .app-header-mobile-drawer{display:flex;}[data-kt-app-header-fixed=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header,[data-kt-app-header-fixed=true][data-kt-app-sidebar-sticky=on][data-kt-app-sidebar-push-header=true] .app-header{left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px));}body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header,body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-sticky=on][data-kt-app-sidebar-push-header=true] .app-header{margin-left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px));}[data-kt-app-header-fixed=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header,[data-kt-app-header-fixed=true][data-kt-app-sidebar-panel-sticky=on][data-kt-app-sidebar-panel-push-header=true] .app-header{left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px)var(--bs-app-sidebar-panel-width)var(--bs-app-sidebar-panel-gap-start,0px)var(--bs-app-sidebar-panel-gap-end,0px));}body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header,body:not([data-kt-app-header-fixed=true])[data-kt-app-sidebar-panel-sticky=on][data-kt-app-sidebar-panel-push-header=true] .app-header{margin-left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px)var(--bs-app-sidebar-panel-width)var(--bs-app-sidebar-panel-gap-start,0px)var(--bs-app-sidebar-panel-gap-end,0px));}[data-kt-app-header-fixed=true][data-kt-app-toolbar-fixed=true] .app-header{box-shadow:none;}}@media (max-width: 991.98px){:root{--bs-app-header-height:110px;}[data-kt-app-header-sticky=on]{--bs-app-header-height:70px;--bs-app-header-height-actual:70px;}[data-kt-app-header-minimize=on]{--bs-app-header-height:70px;--bs-app-header-height-actual:70px;}.app-header{height:var(--bs-app-header-height);align-items:stretch;}.app-header .app-header-mobile-drawer{display:none;}[data-kt-app-header-stacked=true] .app-header{flex-direction:column;height:calc(var(--bs-app-header-primary-height) + var(--bs-app-header-secondary-height,0px)var(--bs-app-header-tertiary-height,0px));}[data-kt-app-header-fixed-mobile=true] .app-header{z-index:100;transition:none;position:fixed;left:0;right:0;top:0;}[data-kt-app-header-sticky=on] .app-header{position:fixed;left:0;right:0;top:0;z-index:100;background-color:var(--bs-app-header-sticky-bg-color);box-shadow:var(--bs-app-header-sticky-box-shadow);border-bottom:var(--bs-app-header-sticky-border-bottom);}[data-kt-app-header-minimize=on] .app-header{z-index:100;transition:none;background-color:var(--bs-app-header-minimize-bg-color);box-shadow:var(--bs-app-header-minimize-box-shadow);border-bottom:var(--bs-app-header-minimize-border-bottom);}[data-kt-app-header-fixed-mobile=true][data-kt-app-toolbar-fixed-mobile=true] .app-header{box-shadow:none;}[data-kt-app-header-fixed-mobile=true][data-kt-app-toolbar-sticky=on] .app-header{box-shadow:none;}}.app-header-primary{transition:none;display:flex;align-items:stretch;}@media (min-width: 992px){.app-header-primary{background-color:var(--bs-app-header-primary-base-bg-color);box-shadow:var(--bs-app-header-primary-base-box-shadow);border-bottom:var(--bs-app-header-primary-base-border-bottom);}[data-kt-app-header-primary-enabled=true]{--bs-app-header-primary-height:80px;}[data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on]{--bs-app-header-primary-height:70px;}[data-kt-app-header-primary-enabled=true][data-kt-app-header-minimize=on]{--bs-app-header-primary-height:70px;}[data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-primary-sticky-hide=true]{--bs-app-header-primary-height:0;}.app-header-primary{height:var(--bs-app-header-primary-height);}[data-kt-app-header-primary-fixed=true] .app-header-primary{z-index:100;position:fixed;left:0;right:0;top:0;}[data-kt-app-header-primary-static=true] .app-header-primary{position:relative;}[data-kt-app-header-primary-sticky=on] .app-header-primary{position:fixed;left:0;right:0;top:0;height:70px;z-index:100;background-color:var(--bs-app-header-primary-sticky-bg-color);box-shadow:var(--bs-app-header-primary-sticky-box-shadow);border-bottom:var(--bs-app-header-primary-sticky-border-bottom);}[data-kt-app-header-primary-minimize=on] .app-header-primary{transition:none;height:70px;z-index:100;background-color:var(--bs-app-header-primary-minimize-bg-color);box-shadow:var(--bs-app-header-primary-minimize-box-shadow);border-bottom:var(--bs-app-header-primary-minimize-border-bottom);}[data-kt-app-header-sticky=on][data-kt-app-header-primary-sticky-hide=true] .app-header-primary{display:none !important;}[data-kt-app-header-primary-enabled=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header-primary{left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px));}[data-kt-app-header-primary-enabled=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header-primary{left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px)var(--bs-app-sidebar-panel-width)var(--bs-app-sidebar-panel-gap-start,0px)var(--bs-app-sidebar-panel-gap-end,0px));}}@media (max-width: 991.98px){.app-header .app-header-primary{flex-grow:1;height:var(--bs-app-header-primary-height);border-bottom:var(--bs-app-header-primary-base-border-bottom);box-shadow:var(--bs-app-header-primary-base-box-shadow);}.app-header-primary{background-color:var(--bs-app-header-primary-base-bg-color);}[data-kt-app-header-primary-enabled=true]{--bs-app-header-primary-height:60px;}[data-kt-app-header-primary-enabled=true][data-kt-app-header-sticky=on]{--bs-app-header-primary-height:60px;}[data-kt-app-header-primary-enabled=true][data-kt-app-header-minimize=on]{--bs-app-header-primary-height:60px;}}.app-header-secondary{transition:none;display:flex;align-items:stretch;}@media (min-width: 992px){.app-header-secondary{background-color:var(--bs-app-header-secondary-base-bg-color);box-shadow:var(--bs-app-header-secondary-base-box-shadow);border-top:var(--bs-app-header-secondary-base-border-top);border-bottom:var(--bs-app-header-secondary-base-border-bottom);}[data-kt-app-header-secondary-enabled=true]{--bs-app-header-secondary-height:77px;}[data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on]{--bs-app-header-secondary-height:70px;}[data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on]{--bs-app-header-secondary-height:70px;}[data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-secondary-sticky-hide=true]{--bs-app-header-secondary-height:0;}.app-header-secondary{height:var(--bs-app-header-secondary-height);}[data-kt-app-header-secondary-fixed=true] .app-header-secondary{z-index:100;position:fixed;left:0;right:0;top:0;}[data-kt-app-header-secondary-static=true] .app-header-secondary{position:static;}[data-kt-app-header-secondary-sticky=on] .app-header-secondary{transition:none;position:fixed;left:0;right:0;top:0;height:70px;z-index:100;background-color:var(--bs-app-header-secondary-sticky-bg-color);box-shadow:var(--bs-app-header-secondary-sticky-box-shadow);border-bottom:var(--bs-app-header-secondary-sticky-border-bottom);}[data-kt-app-header-secondary-minimize=on] .app-header-secondary{transition:none;height:70px;z-index:100;background-color:var(--bs-app-header-secondary-minimize-bg-color);box-shadow:var(--bs-app-header-secondary-minimize-box-shadow);border-bottom:var(--bs-app-header-secondary-minimize-border-bottom);}[data-kt-app-header-sticky=on][data-kt-app-header-secondary-sticky-hide=true] .app-header-secondary{display:none !important;}[data-kt-app-header-secondary-enabled=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header-secondary{left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px));}[data-kt-app-header-secondary-enabled=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header-secondary{left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px)var(--bs-app-sidebar-panel-width)var(--bs-app-sidebar-panel-gap-start,0px)var(--bs-app-sidebar-panel-gap-end,0px));}}@media (max-width: 991.98px){.app-header .app-header-secondary{flex-grow:1;height:var(--bs-app-header-secondary-height);box-shadow:var(--bs-app-header-secondary-base-box-shadow);border-top:var(--bs-app-header-secondary-base-border-top);border-bottom:var(--bs-app-header-secondary-base-border-bottom);}.app-header-secondary{background-color:var(--bs-app-header-secondary-base-bg-color);}[data-kt-app-header-secondary-enabled=true]{--bs-app-header-secondary-height:60px;}[data-kt-app-header-secondary-enabled=true][data-kt-app-header-sticky=on]{--bs-app-header-secondary-height:60px;}[data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on]{--bs-app-header-secondary-height:60px;}}.app-header-tertiary{transition:none;display:flex;align-items:stretch;}@media (min-width: 992px){.app-header-tertiary{background-color:var(--bs-app-header-tertiary-base-bg-color);box-shadow:var(--bs-app-header-tertiary-base-box-shadow);border-top:var(--bs-app-header-tertiary-base-border-top);border-bottom:var(--bs-app-header-tertiary-base-border-bottom);}[data-kt-app-header-tertiary-enabled=true]{--bs-app-header-tertiary-height:70px;}[data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on]{--bs-app-header-tertiary-height:70px;}[data-kt-app-header-tertiary-enabled=true][data-kt-app-header-minimize=on]{--bs-app-header-tertiary-height:70px;}[data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on][data-kt-app-header-tertiary-sticky-hide=true]{--bs-app-header-tertiary-height:0;}.app-header-tertiary{height:var(--bs-app-header-tertiary-height);}[data-kt-app-header-tertiary-fixed=true] .app-header-tertiary{z-index:100;position:fixed;left:0;right:0;top:0;}[data-kt-app-header-tertiary-static=true] .app-header-tertiary{position:static;}[data-kt-app-header-tertiary-sticky=on] .app-header-tertiary{transition:none;position:fixed;left:0;right:0;top:0;height:70px;z-index:100;background-color:var(--bs-app-header-tertiary-sticky-bg-color);box-shadow:var(--bs-app-header-tertiary-sticky-box-shadow);border-bottom:var(--bs-app-header-tertiary-sticky-border-bottom);}[data-kt-app-header-tertiary-minimize=on] .app-header-tertiary{transition:none;height:70px;z-index:100;background-color:var(--bs-app-header-tertiary-minimize-bg-color);box-shadow:var(--bs-app-header-tertiary-minimize-box-shadow);border-bottom:var(--bs-app-header-tertiary-minimize-border-bottom);}[data-kt-app-header-sticky=on][data-kt-app-header-tertiary-sticky-hide=true] .app-header-tertiary{display:none !important;}[data-kt-app-header-tertiary-enabled=true][data-kt-app-sidebar-fixed=true][data-kt-app-sidebar-push-header=true] .app-header-tertiary{left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px));}[data-kt-app-header-tertiary-enabled=true][data-kt-app-sidebar-panel-fixed=true][data-kt-app-sidebar-panel-push-header=true] .app-header-tertiary{left:calc(var(--bs-app-sidebar-width) + var(--bs-app-sidebar-gap-start,0px)var(--bs-app-sidebar-gap-end,0px)var(--bs-app-sidebar-panel-width)var(--bs-app-sidebar-panel-gap-start,0px)var(--bs-app-sidebar-panel-gap-end,0px));}}@media (max-width: 991.98px){.app-header .app-header-tertiary{flex-grow:1;height:var(--bs-app-header-tertiary-height);border-top:var(--bs-app-header-tertiary-base-border-top);box-shadow:var(--bs-app-header-tertiary-base-box-shadow);}.app-header-tertiary{background-color:var(--bs-app-header-tertiary-base-bg-color);}[data-kt-app-header-tertiary-enabled=true]{--bs-app-header-tertiary-height:70px;}[data-kt-app-header-tertiary-enabled=true][data-kt-app-header-sticky=on]{--bs-app-header-tertiary-height:60px;}[data-kt-app-header-secondary-enabled=true][data-kt-app-header-minimize=on]{--bs-app-header-tertiary-height:60px;}}.drawer{display:flex !important;overflow:auto;z-index:110;position:fixed;top:0;bottom:0;background-color:var(--bs-drawer-bg-color);transition:transform .3s ease-in-out !important;}.drawer.drawer-start{left:0;transform:translateX(-100%);}.drawer.drawer-end{right:0;transform:translateX(100%);}.drawer.drawer-on{transform:none;box-shadow:var(--bs-drawer-box-shadow);transition:transform .3s ease-in-out !important;}.drawer-overlay{position:fixed;top:0;left:0;bottom:0;right:0;overflow:hidden;z-index:109;background-color:var(--bs-drawer-overlay-bg-color);animation:animation-drawer-fade-in .3s ease-in-out 1;}[data-kt-drawer=true]{display:none;}@keyframes animation-drawer-fade-in{from{opacity:0;}to{opacity:1;}}@media (max-width: 991.98px){body[data-kt-drawer=on]{overflow:hidden;}}.ty-social-buttons{margin:20px 0px;}.ty-social-buttons__inline{display:inline-block;vertical-align:top;margin:5px 20px 10px 0;}.ty-social-buttons__email-sharing{text-decoration:none;}.ty-social-buttons__email-icon{vertical-align:middle;margin-left:5px;font-size:16px;}.ty-product-bigpicture .ty-social-buttons__inline{margin:5px 0 0;}.pinterest__wrapper{margin-top:-1px;display:block;}@media (max-width: 767px){.ty-social-buttons__inline{display:block;}}.ty-tag-cloud{margin:10px 0;}.ty-tag-cloud__item{margin-right:10px;}.ty-tag-level-0,.ty-tag-level-0:active{font-size:100%;}.ty-tag-level-1,.ty-tag-level-1:active{font-size:150%;}.ty-tag-level-2,.ty-tag-level-2:active{font-size:200%;}.ty-tag-level-3,.ty-tag-level-3:active{font-size:250%;}.ty-tag-level-4,.ty-tag-level-4:active{font-size:300%;}.ty-tag-level-5,.ty-tag-level-5:active{font-size:350%;}.ty-tag-level-6,.ty-tag-level-6:active{font-size:400%;}ul.ty-tags-list{padding-left:0;}.ty-tags-list__item{display:inline-block;}.ty-tags-list__a{position:relative;display:block;float:left;margin:3px 5px 3px 15px;padding:0 27px 0 10px;font-size:12px;line-height:24px;text-decoration:none;border:0 none;background:#e6e6e6;}.ty-tags-list__a:before{position:absolute;top:50%;left:-14px;float:left;margin-top:-12px;width:0;height:0;border-width:12px 14px 12px 0;border-style:solid;border-color:transparent #e6e6e6 transparent transparent;content:"";}.ty-tags-list__a:after{position:absolute;top:50%;left:0;float:left;margin-top:-2px;width:4px;height:4px;background:#fff;content:"";}.ty-tags-list__a{background:#e6e6e6;color:#676767;transition:none;padding-right:10px;}.ty-tags-list__a:hover{background:#16a085;color:#fff;text-shadow:none;}.ty-tags-list__a:hover:before{border-right-color:#16a085;}.ty-icon-feed{display:inline-block;float:right;margin-top:-25px;font-size:16px;}.ty-newsletters{margin-bottom:30px;}.ty-newsletters__item{margin-bottom:5px;}.checkout-steps .ty-newsletters{padding:0 20px;}.ty-checkout__billing-options .ty-newsletters{padding:0;}.ty-footer-form-block--responsive > form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}.ty-footer-form-block--responsive .ty-footer-form-block__title{padding:0;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container{padding-left:10px;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-footer-form-block-policy__input{width:100%;padding-bottom:10px;}.ty-footer-form-block--responsive .ty-footer-form-block__form-container .ty-lable-subscribe-policy{margin-bottom:10px;}.ty-footer-form-block--responsive .ty-lable-subscribe-policy > a{color:inherit;text-decoration:underline;}.ty-vendor-communication-post{position:relative;margin:10px 0 15px 0;padding:10px 5px 10px 10px;border:1px solid #edf2f5;border-radius:4px;background:#fff;}.ty-vendor-communication-post__wrapper{box-sizing:border-box;padding:10px;border:1px solid #edf2f5;background-color:#fff;}@media (min-width: 768px){.ty-vendor-communication-post__wrapper{padding:20px;}}.ty-vendor-communication-post__img{float:left;width:60px;margin-top:10px;}.ty-vendor-communication-post__img .ty-icon-user{display:block;text-align:center;border-radius:30px;border:1px solid #edf2f5;font-size:32px;line-height:1.9;color:rgba(0,0,0,0.3);background:#fff;}.ty-vendor-communication-post__logo{border-radius:50%;border:1px solid #edf2f5;}.ty-vendor-communication-post__info{overflow:hidden;padding-left:25px;}.ty-vendor-communication-post__author{font-weight:bold;}.ty-vendor-communication-post__date{text-align:center;color:#adadad;font-size:12px;}.ty-vendor-communication-post__message{line-height:1.75;word-wrap:break-word;}.ty-vendor-communication-post .ty-caret{top:auto;bottom:-16px;transform:scale(-1);}@media (min-width: 768px){.ty-vendor-communication-post{padding:15px;}}@media (max-width: 767px){.ty-vendor-communication-post__img{width:30px;}.ty-vendor-communication-post__img .ty-icon-user{font-size:15px;}.ty-vendor-communication-post__info{padding-left:5px;}}.ty-vendor-communication-post__you .ty-vendor-communication-post{background-color:#f7f9fa;border:1px solid #bcceda;}.ty-vendor-communication-post__you .ty-vendor-communication-post__author{text-align:right;}.ty-vendor-communication-post__you .ty-caret{left:auto;right:20px;}.ty-vendor-communication-post__you .ty-caret-outer{border-right-color:#bcceda;transform:scaleX(-1);}.ty-vendor-communication-post__you .ty-caret-inner{border-right-color:#f7f9fa;transform:scaleX(-1);top:3px;left:2px;}.ty-vendor-communication-new-message{background:#e6ebf0;position:sticky;bottom:0;z-index:3;padding-bottom:5px;}.ty-vendor-communication-new-message__title{display:none;}.ty-vendor-communication-new-message__buttons{display:flex;align-items:center;justify-content:space-between;padding-top:5px;}@media (min-width: 768px){.ty-vendor-communication-new-message__buttons{padding-top:10px;}}@media (min-width: 768px){.ty-vendor-communication-new-message{padding:20px;}}.ty-vendor-communication-new-message__input{width:100%;min-height:calc(4em * 1.36 + 10px);max-height:40vh;font-size:16px;}@media (min-width: 1200px){.ty-vendor-communication-new-message__input{font-size:inherit;}}.ty-vendor-communication-search{position:relative;width:100%;}.ty-vendor-communication-search__item{vertical-align:top;}td.ty-vendor-communication-search__label,th.ty-vendor-communication-search__label{border-right:none;width:10px;}.ty-vendor-communication-search__thread-id a{display:inline-block;}.ty-vendor-communication-search__company{min-width:200px;}.ty-vendor-communication-search__message{word-wrap:break-word;}.ty-vendor-communication-search__message a{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;}.ty-vendor-communication-search .ty-new__label{display:inline-block;border-radius:50%;width:10px;height:10px;background:#f2464e;}.ty-vendor-communication-search .ty-new__text{font-weight:bold;}.ty-animation-rotate i,.ty-animation-rotate .ty-icon{display:inline-block;transition-property:transform;}.ty-animation-rotate:focus i,.ty-animation-rotate:focus .ty-icon{transform:rotate(180deg);transition-duration:0.5s;}.ty-vendor-communication__post-write{white-space:nowrap;}.ty-vendor-communication__post-write i,.ty-vendor-communication__post-write .ty-icon{padding-right:5px;}@media (max-width: 767px){.ty-product-block .ty-vendor-communication__post-write{padding-left:0px;margin-left:0px;margin-top:6px;display:block;}}.ty-product-bigpicture .ty-product-block__advanced-option .ty-vendor-communication__post-write{margin-left:0;width:100%;display:inline-block;text-overflow:ellipsis;overflow:hidden;}.ty-vendor-communication-product-info-container{max-width:550px;}.ty-vendor-communication-product-info-image{display:inline-block;vertical-align:top;padding:10px 20px 10px 0;}.ty-vendor-communication-product-info-header{padding:10px;display:inline-block;max-width:386px;}@media (max-width: 767px){.ty-vendor-communication-product-info-container,.ty-vendor-communication-product-info .vendor-communication-popup-error-box{max-width:100%;}.ty-vendor-communication-product-info-header{padding:0;display:block;max-width:100%;}.ty-vendor-communication-product-info-image{display:block;text-align:center;}}.ty-vendor-communication-login h3{margin-top:15px;margin-bottom:5px;}.ty-vendor-communication-post__scroll-to-top-bg{background:#fff;height:32px;position:sticky;z-index:2;}.ty-vendor-communication-post__scroll-to-top{position:sticky;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:31px;margin-top:-32px;z-index:1;background:#fff;border-bottom:1px solid #edf2f5;}.ty-geo-maps__geolocation{display:inline-block;max-width:100%;}.ty-geo-maps__geolocation__opener{display:flex;align-items:center;padding:8px 2px;}.ty-geo-maps__geolocation__opener-text{margin-left:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.ty-geo-maps__geolocation__map{height:405px;margin:0 auto 10px auto;}@media (min-width: 768px){.ty-geo-maps__geolocation__map{width:690px;}}@media (max-width: 768px){.ty-geo-maps__geolocation__map{height:calc(100vh - 270px);}}.geo-map-google-search-bar{background-color:#fff;font-family:Roboto;font-size:15px;font-weight:normal;margin-top:12px;margin-left:12px;padding:0 11px 0 13px;text-overflow:ellipsis;max-width:400px;}.geo-map-google-search-bar.geo-map-google-search-bar.geo-map-google-search-bar{width:calc(100% - 24px);}.geo-map-google-search-bar:focus{border-color:#4d90fe;}.ty-geo-maps-shipping__wrapper{margin-top:20px;border-top:1px solid #d6e1e8;}.ty-geo-maps-shipping__title{font-weight:bold;margin-top:10px;}.ty-geo-maps-shipping__item{padding-top:6px;padding-bottom:6px;}.ty-geo-maps-shipping__label{display:inline-block;}.ty-geo-maps-shipping__value{display:inline-block;}.ty-geo-maps-shipping__link-icon{margin-right:5px;}.ty-geo-maps-shipping__link-text{border-bottom:1px dotted currentColor;}.ty-geo-maps-shipping__price{font-weight:bold;}.ty-geo-maps-shipping__popup{margin-bottom:20px;text-align:left;}.ty-geo-maps-shipping__list{border:0;margin-top:0;margin-top:10px;}.ty-geo-maps-shipping__list-city{text-align:right;font-weight:bold;}.ty-table tr.ty-geo-maps-shipping__list-item:nth-child(2n){background:none;}.ty-geo-maps-shipping__list-item:last-child .ty-geo-maps-shipping__list-col{border-bottom:0;}th.ty-geo-maps-shipping__list-head{background:none;border-right:0;}th.ty-geo-maps-shipping__list-head--price{text-align:right;}.ty-geo-maps-shipping__list-col--price{font-weight:bold;text-align:right;}td.ty-geo-maps-shipping__list-col{border-right:0;}.ty-product-bigpicture .ty-geo-maps-shipping__wrapper{margin-left:20px;margin-right:20px;}.ty-product-bigpicture .ty-geo-maps-shipping__item{text-align:left;margin-left:40px;margin-right:20px;}.ty-product-bigpicture .ty-geo-maps-shipping__label{text-indent:-20px;}.ty-geo-maps-shipping__loader{width:50px;height:50px;}.ty-product-list .ty-geo-maps-shipping__title,.ty-product-list .ty-geo-maps-shipping__value-separator,.ty-product-list .ty-geo-maps-shipping__value{display:none;}.ty-product-list .ty-geo-maps-shipping__wrapper{display:flex;align-items:center;padding-top:10px;}.ty-product-list .ty-geo-maps-shipping__item{padding-right:30px;}.ty-sellers-list__shipping-estimation{flex-basis:320px;word-break:break-word;}.ty-sellers-list__shipping-estimation .ty-geo-maps-shipping__wrapper{margin-top:0;border-top:0;}.ty-gift-certificate{margin-top:25px;}.ty-gift-certificate__amount-alert{color:#a6a6a6;padding-top:2px;}.error .ty-gift-certificate__amount-alert{color:#b94a48;}.ty-gift-certificate__amount-input{width:115px;}.ty-gift-certificate__switch{margin:25px 0px;padding:15px 20px;border:2px solid #bdc3c7;background:white;}.ty-gift-certificate__switch-label{float:left;}.ty-gift-certificate__switch-mail{float:right;}.ty-gift-certificate__send{float:left;padding-right:15px;}.ty-gift-certificate__products .ty-no-items{display:none;}.ty-gift-certificate__products .product-picker-icon{float:left;margin:2px 5px 0 0;}.ty-gift-certificate__select{width:100%;}.ty-gift-certificate__country{display:inline-block;width:47%;}.ty-gift-certificate__state{display:inline-block;margin-left:5%;width:47%;}.ty-gift-certificate-validate{margin-top:42px;}.ty-gift-certificate-validate .ty-input-append{width:88%;float:right;}.ty-gift-certificate-validate__title{font-weight:normal;text-align:right;}.ty-gift-certificate__icon{position:absolute;top:3px;left:-35px;font-size:27px;line-height:27px;color:#ddd;}.ty-gift-certificate-verify{min-width:600px;max-width:600px;}table.ty-gift-certificate-verify__table{margin:10px 0 20px 0;width:100%;}table.ty-gift-certificate-verify__table{margin-top:0;width:100%;}.ty-gift-certificate-verify__row{padding:7px 13px;}.ty-gift-certificate-verify__error{max-width:250px;text-align:center;font-weight:bold;}.ty-gift-certificate-history{width:100%;}.ty-gift-image{position:relative;display:block;margin:0 auto;border:1px solid #ebebeb;background-color:#f9f9f9;color:#c8c8c8;cursor:default;}.ty-gift-image__icon{position:absolute;top:50%;left:50%;display:inline-block;margin:-16px 0 0 -16px;width:32px;height:32px;font-size:32px;line-height:32px;}.ty-product-notification__item .ty-gift-image{margin-right:20px;}.ty-gift-certificate-order{margin-top:10px;}.ty-gift-certificate-order__group-label{display:inline-block;padding:6px 0;width:100px;}.ty-gift-certificate-order__group-item{display:inline-block;padding:6px 0;}.ty-gift-certificate-history .ty-no-items{margin-bottom:0;}@media (max-width: 979px){.ty-gift-certificate__preview-btn{float:none;margin-top:10px;}}@media (max-width: 767px){.ty-gift-certificate-verify{min-width:inherit;}.ty-gift-certificate-verify__row{display:block;}.ty-gift-certificate-validate{margin-top:20px;}.certificates-verify-grid{margin-bottom:30px;}}.store-locator .pickup__offices{align-items:flex-start;align-content:flex-start;}.store-locator .pickup__offices-wrapper{display:flex;flex-direction:column;box-sizing:border-box;flex-basis:30%;overflow-y:hidden;height:500px;max-height:500px;border:1px solid #edf2f5;border-right:0;border-radius:6px 0 0 6px;}.store-locator .pickup__offices--list .ty-one-store{padding:0 !important;min-height:auto;border-bottom:1px solid #edf2f5;padding-top:10px !important;padding-bottom:10px !important;}.store-locator .pickup__offices--list .ty-one-store .ty-sdek-store__label.ty-one-store__label{border:0 !important;border-radius:0 !important;}.store-locator .pickup__offices--list .ty-one-store:last-child{border-bottom:0;}.store-locator .pickup__offices--list .ty-sdek-office__selected{border-radius:0 !important;border-left-color:#46aaf2 !important;background-color:#fff !important;}.store-locator .pickup__offices--list .ty-sdek-office__selected .ty-one-store__name{color:#46aaf2;}@media (min-width: 768px){.store-locator .pickup__offices{overflow-y:auto;}}.store-locator .pickup__search{display:flex;flex-direction:column;padding:10px;flex-shrink:0;}.store-locator .pickup__search-field{margin:0 0 8px 0;}.store-locator .pickup__search-field:last-child{margin-bottom:0;}.store-locator .pickup--list .pickup__offices-wrapper{flex-basis:100%;border:0;overflow:initial;height:auto;max-height:none;}@media (min-width: 768px){.store-locator .pickup--list .pickup__offices.store-locator__fields-row--wrapped .ty-one-store{flex-basis:33.3%;}}.store-locator .pickup--map-list,.store-locator .pickup--list{display:flex;flex-direction:row-reverse;width:100%;}.store-locator .pickup__map-wrapper{display:flex;flex-basis:70%;height:500px;border-radius:0 6px 6px 0;overflow:hidden;}@media (max-width: 767px){.store-locator .pickup__map-wrapper{border-radius:0;}}.store-locator .pickup__map-container{flex-basis:100%;}.store-locator .pickup--map-list .ty-one-city,.store-locator .pickup--list .ty-one-city{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;width:100%;}.store-locator .pickup--map-list .ty-one-city__name,.store-locator .pickup--list .ty-one-city__name{position:-webkit-sticky;position:sticky;top:0;padding:1px 20px;margin:-1px 0 0 0;width:100%;background-color:#fff;border-left:3px solid transparent;border-top:1px solid #dce3ea;border-bottom:1px solid #dce3ea;font-size:16px;font-weight:bold;}.store-locator .pickup--map-list .ty-one-city__hidden,.store-locator .pickup--list .ty-one-city__hidden{display:none;}.store-locator .pickup--map-list .ty-one-store,.store-locator .pickup--list .ty-one-store{width:100%;margin:0px;border-left:3px solid transparent;box-sizing:border-box;}.store-locator .pickup--map-list .ty-one-store.hidden,.store-locator .pickup--list .ty-one-store.hidden{display:none;}.store-locator .pickup--map-list .ty-one-store__name,.store-locator .pickup--list .ty-one-store__name{font-size:16px;padding:0;}.store-locator .pickup--map-list .ty-one-store__description .ty-one-office__address,.store-locator .pickup--list .ty-one-store__description .ty-one-office__address{font-size:12px;color:#6c6c6c;}.store-locator .pickup--map-list .ty-one-store__description .ty-one-office__worktime,.store-locator .pickup--list .ty-one-store__description .ty-one-office__worktime{font-size:12px;color:#6c6c6c;}.store-locator .pickup--map-list .ty-one-store__label,.store-locator .pickup--list .ty-one-store__label{padding:0 20px;}.store-locator .pickup--map-list .ty-one-store__radio-0,.store-locator .pickup--list .ty-one-store__radio-0{display:none;}.store-locator .pickup--map-list .ty-one-store *,.store-locator .pickup--list .ty-one-store *{box-sizing:border-box;}.store-locator .pickup--map-list .pickup__search{background-color:rgba(0,0,0,0.02);}.store-locator .pickup--map-list .ty-one-store{background-color:rgba(0,0,0,0.02);}.store-locator .pickup--map-list .ty-one-store__label{cursor:pointer;}.store-locator .pickup--map-list .ty-one-store__label *{cursor:pointer;}.store-locator .pickup--map-list .ty-one-store:hover{background:rgba(0,0,0,0.05);}@media (min-width: 768px){.store-locator .pickup--list .ty-one-store{min-height:145px;}}@media (max-width: 767px){.store-locator .pickup--map-list,.store-locator .pickup--list{flex-wrap:wrap;position:relative;}.store-locator .pickup__offices-wrapper{flex-basis:100%;height:auto;max-height:unset;border:0;}.store-locator .pickup__map-wrapper{flex-direction:column;flex-basis:100%;height:auto;border:0;}.store-locator .pickup__map-container{flex-basis:70vh;height:70vh;border:1px solid #acbdcd;}.store-locator .pickup__map-container--mobile-hint{display:flex;min-height:30px;z-index:999;justify-content:center;align-items:center;color:white;background-color:#acbdcd;border-top:2px solid white;padding:5px;font-size:0.9em;}}@media (min-width: 767px){.store-locator .pickup__map-container--mobile-hint{display:none;}}.ty-store-locator__not-found{display:flex;justify-content:center;align-items:center;height:100%;min-height:140px;color:#bdc3c7;font-size:115%;text-align:center;background:#f8f9f9;}.ty-store-locator__not-found__hidden{display:none;}.ty-checkout-select-store{padding-left:30px;float:left;width:38%;margin-right:2px;}.ty-checkout-select-store__list{padding-left:30px;float:left;width:100%;}.ty-checkout-select-store__estimation{padding-left:30px;float:left;width:90%;margin-right:2px;}.ty-checkout-select-store__item-view{margin:10px 0 10px 0;}.ty-checkout-select-store__map-full-div{padding-left:20px;}.ty-checkout-select-store__map-full{float:right;width:100%;height:400px;border:1px solid #979797;margin:0 0 20px 0;}.ty-checkout-select-store__map{float:right;width:56%;height:400px;border:1px solid #edf2f5;margin:0 0 20px 0;}.ty-checkout-select-store__map-details{float:left;width:100%;height:300px;border:1px solid #979797;margin:0 0 20px 0;}.ty-checkout-select-store__map-full-div .ty-one-store{padding:10px 0 15px 0;}.ty-checkout-select-store__map-full-div .ty-one-store__radio{float:left;}.ty-checkout-select-store__map-full-div .ty-one-store__label{margin:-13px 0 0 30px;}.ty-checkout-select-store__map-full-div .ty-one-store__name{font-weight:bold;}.ty-checkout-select-store__map-full-div .ty-one-store__description p{color:#8292a7;}.ty-checkout-select-store__map-full-div .ty-one-store__select-store{padding:20px 0;}@media (max-width: 767px){.ty-checkout-select-store__map{float:none;width:100%;}.ty-checkout-select-store{float:none;width:100%;}}.store-locator__select{width:100%;height:41px;border:1px solid #acbdcd;border-radius:5px;font-size:16px;color:#2e3a47;}.store-locator__select:hover{border-color:#465f73;}.store-locator__select:focus{border-color:#4fbe31;outline:0;box-shadow:0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;}@media (min-width: 768px){.store-locator__select{font-size:14px;}}.store-locator__select-label{padding:6px 16px 6px 0;font-weight:bold;}.store-locator__location{display:flex;width:100%;align-items:center;margin:8px;}@media (min-width: 768px){.store-locator__location--city,.store-locator__location--vendor{max-width:33.33%;}}.store-locator__location--city .object-picker--cities,.store-locator__location--vendor .object-picker--companies{width:100%;}.store-locator__location--wrapper{display:flex;justify-content:space-between;margin-bottom:20px;}@media (max-width: 767px){.store-locator__location--wrapper{flex-direction:column;}.store-locator__location--wrapper .store-locator__step-title{align-items:initial;justify-content:center;margin-bottom:10px;}}.store-locator__fields-row{display:flex;}.store-locator__fields-row--wrapped{flex-wrap:wrap;}.store-locator__fields-row.hidden{display:none;}.store-locator__field{display:inline-block;width:100%;position:relative;}.store-locator__label,.store-locator__input{display:block;padding:0;width:100%;font-weight:normal;}.store-locator__label.hidden,.store-locator__input.hidden{display:none;}.store-locator .store-locator__input{padding:10px 4px;border:1px solid #acbdcd;border-radius:3px;box-sizing:border-box;height:auto;border-radius:5px;background-color:#fff;font-size:16px;color:#2e3a47;}.store-locator .store-locator__input:not(:placeholder-shown),.store-locator .store-locator__input:focus{padding-top:16px;padding-bottom:4px;}.store-locator .store-locator__input:hover{border-color:#465f73;}.store-locator .store-locator__input:focus{border:solid 1px #4fbe31;box-shadow:0 0 0 4px rgba(79,190,49,0.2), 0 0 0 1px #4fbe31;outline:0;}.store-locator .store-locator__input:placeholder-shown:not(:focus) + .store-locator__label{top:10px;font-size:14px;pointer-events:none;}.store-locator .store-locator__input[type=hidden] + .store-locator__label{display:none;}.store-locator__label{transition:.3s all;font-size:12px;color:#a1a6aa;position:absolute;top:2px;left:6px;}.store-locator__step-title{display:flex;align-items:center;margin-bottom:0;}@media (max-width: 768px){.store-locator__step-title{flex-direction:column;}}.store-locator__all-stores-btn{color:#46aaf2;background:none;border:0;width:100%;text-align:right;}.store-locator__all-stores-btn:first-letter{text-transform:uppercase;}.store-locator__all-stores--hidden{display:none;}.store-locator__scroll-top-btn{position:-webkit-sticky;position:sticky;top:0;display:flex;justify-content:center;align-items:center;z-index:99;height:40px;margin-top:-40px;color:#46aaf2;text-align:center;width:100%;background:#fff;}@media (min-width: 768px){.store-locator__scroll-top-btn{display:none;}}.pickup--list .store-locator__fields-row{display:flex;box-shadow:inset 0px -1px 0 #dce3ea;}.ty-store-locator__geolocation__location{border-bottom:1px dotted;}.ty-store-locator__geolocation__location__states,.ty-store-locator__geolocation__location__cities{padding-left:10px;}.ty-store-locator__geolocation__location__state,.ty-store-locator__geolocation__location__country{padding-bottom:20px;}.ty-store-locator__geolocation__locations{min-width:400px;}@media (max-width: 767px){.store-locator-ya-baloon{overflow-x:hidden;}}.ty-variations-list__wrapper{width:100%;overflow-x:auto;}.ty-variations-list__title{font-weight:bold;}th.ty-variations-list__title--right{text-align:right;}.ty-variations-list__product-elem .ty-control-group{margin-bottom:0;}.ty-variations-list__product-elem .ty-control-group__item{padding:0;}.ty-variations-list__product-elem .ty-btn{margin-right:10px;margin-bottom:13px;}@media (min-width: 768px){.ty-variations-list__product-elem .ty-btn{margin-left:10px;margin-right:0;margin-bottom:0;}}.ty-variations-list__product-elem .ty-qty-out-of-stock{margin-right:10px;margin-bottom:13px;vertical-align:middle;}@media (min-width: 768px){.ty-variations-list__product-elem .ty-qty-out-of-stock{margin-right:0;margin-bottom:0;vertical-align:baseline;}}.ty-variations-list__image img{max-width:none;}.ty-variations-list__sku{min-width:100px;}.ty-variations-list__sku .ty-sku-item{font-size:13px;color:#465f73;}.ty-variations-list__controls{white-space:nowrap;text-align:right;}.ty-variations-list__controls .ty-add-to-wish.ty-btn i,.ty-variations-list__controls .ty-add-to-wish.ty-btn .ty-icon{margin-left:3px;margin-right:3px;}.ty-variations-list__controls form > div{display:inline-block;}.ty-variations-list__controls .ty-table__responsive-header{display:none;}.ty-variations-list__price{margin-bottom:13px;vertical-align:middle;text-align:right;}@media (min-width: 768px){.ty-variations-list__price{margin-bottom:0;}}.ty-variations-list__controls form > .ty-variations-list__price{display:block;}@media (min-width: 768px){.ty-variations-list__controls form > .ty-variations-list__price{display:inline-block;}}.ty-variations-list.ty-table{border:none;margin-bottom:40px;}.ty-variations-list.ty-table th{background:none;border-right:none;padding-left:5px;padding-right:7px;}@media (min-width: 980px){.ty-variations-list.ty-table th{padding-left:12px;padding-right:18px;}}.ty-variations-list.ty-table tbody tr:nth-child(2n){background:none;}.ty-variations-list.ty-table td,.ty-variations-list.ty-table .table td{border-right:none;padding-left:5px;padding-right:5px;}@media (min-width: 980px){.ty-variations-list.ty-table td,.ty-variations-list.ty-table .table td{padding-left:13px;padding-right:19px;}}.ty-variations-list .ty-table__responsive-content{display:inline-block;width:auto;}.ty-grid-list__item-features{display:flex;flex-direction:column;margin-top:10px;margin-bottom:5px;}.ty-grid-list__item-features-description{color:#a0acbc;}.ty-grid-list__item-features-item{margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.ty-grid-list__item-features-variant{margin-left:0.5rem;}.ty-product-variations__variation-features--secondary{color:#8292a7;}.ty-product-variations__variation-features--inline{display:inline-block;}.ty-product-variations__variation-features--mini{font-size:12.6px;}.ty-product-variations__variation-features--clearfix{clear:both;}.ty-product-variations-image-disabled{display:inline-block;margin:2px 0;border:2px solid #fff;opacity:0.5;}.native-captcha{margin-bottom:10px;min-width:200px;}.native-captcha__image-container{background:#f5f5f5;text-align:center;padding:5px 0;border:1px solid #c4c4c4;border-bottom:0;border-radius:5px 5px 0 0;}.native-captcha__answer{width:100%;margin-bottom:0;border-top-left-radius:0 !important;border-top-right-radius:0 !important;}@media (min-width: 480px){.native-captcha--short{max-width:310px;}}:root{--ty-product-bundles__discount-color:#e74c3c;--ty-product-bundles__border-color:#46aaf2;--ty-product-bundles__column-mobile:column;--ty-product-bundles__separator-size:1.75rem;--ty-product-bundles__padding:0px;--ty-product-bundles__image-coefficient-mobile:0.75;}@media (min-width: 768px){:root{--ty-product-bundles__column-mobile:row;--ty-product-bundles__separator-size:3rem;--ty-product-bundles__padding:10px;--ty-product-bundles__image-coefficient-mobile:1;}}.ty-product-bundles-product-bundles__header{font-size:24px;font-weight:bold;margin:0 0 15px 0;}.ty-product-bundles-product-bundles--padding{margin-top:30px;margin-bottom:30px;}.ty-product-bundles-product-bundles__body{display:flex;flex-direction:column;gap:20px;padding-bottom:20px;}.hidden > .ty-product-bundles-product-bundles--popup .ty-product-bundles-bundle-form__products{width:100vw;}.ty-product-bundles-product-item{display:flex;padding-top:10px;padding-bottom:5px;padding-right:var(--ty-product-bundles__padding);}.ty-product-bundles-product-item:before{content:'+';display:flex;justify-content:center;align-items:center;height:var(--ty-product-lists-thumbnail-height);min-width:calc(20px + var(--ty-product-bundles__padding));padding-right:var(--ty-product-bundles__padding);color:#bdc3c7;font-size:var(--ty-product-bundles__separator-size);line-height:1;}.ty-product-bundles-product-item__content{display:flex;flex-direction:column;gap:15px;width:100%;}.ty-product-bundles-product-item__image{display:flex;justify-content:center;align-items:center;flex-shrink:0;min-height:calc(var(--ty-product-lists-thumbnail-height) - 5px * 2);padding-top:5px;padding-bottom:5px;border:1px solid var(--ty-product-bundles__border-color);width:100%;background:#fff;}.ty-product-bundles-product-item__image-link{display:flex;justify-content:center;}@media (max-width: 767px){.ty-product-bundles-product-item__image-content{max-width:calc(100% * var(--ty-product-bundles__image-coefficient-mobile));}}.ty-product-bundles-product-item__info{display:flex;flex-direction:column;gap:5px;}.ty-product-bundles-product-item__control{display:flex;flex-direction:column;gap:5px;}.ty-product-bundles-product-item__control-link{-webkit-text-decoration-line:underline;-moz-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;-moz-text-decoration-style:dotted;text-decoration-style:dotted;text-decoration-thickness:0;}.ty-product-bundles-product-item__control-link--required:after{padding-left:3px;color:#ea7162;content:"*";font-size:13px;line-height:1px;}.ty-product-bundles-bundle-form__header{font-weight:bold;}.ty-product-bundles-bundle-form__description{margin-bottom:10px;}.ty-product-bundles-bundle-form__form-inner{display:flex;flex-direction:var(--ty-product-bundles__column-mobile);}@media (min-width: 768px){.ty-product-bundles-bundle-form__products{--image-width:calc(var(--ty-product-lists-thumbnail-width) + 1px * 2);--plus-width:calc(30px + 10px * 2);--equals-width:calc(30px + 10px);--offset:40px;max-width:calc(100% - ( var(--image-width) + var(--plus-width) + var(--equals-width) + var(--offset) ) );}}.ty-product-bundles-bundle-form__products--width-fix{--ty-carousel-to-dialog-offset:60px;width:calc(100vw - var(--ty-carousel-to-dialog-offset));}.ty-product-bundles-bundle-form__products > :first-child:not(.owl-wrapper-outer),.ty-product-bundles-bundle-form__products > .owl-wrapper-outer > .owl-wrapper{margin-left:calc((20px + var(--ty-product-bundles__padding) * 2) * -1);}.ty-product-bundles-bundle-form__products > .ty-product-bundles-product-item:first-child:before,.ty-product-bundles-bundle-form__products > .owl-wrapper-outer > .owl-wrapper > .owl-item:first-child > .ty-product-bundles-product-item:before{visibility:hidden;}.ty-product-bundles-bundle-form__total{display:flex;padding-top:10px;padding-bottom:5px;}.ty-product-bundles-bundle-form__total:before{content:'=';display:flex;justify-content:center;align-items:center;height:var(--ty-product-lists-thumbnail-height);min-width:calc(20px + var(--ty-product-bundles__padding));padding-right:var(--ty-product-bundles__padding);color:#bdc3c7;font-size:var(--ty-product-bundles__separator-size);line-height:1;}@media (max-width: 767px){.ty-product-bundles-bundle-form__total:before{display:none;}}.ty-product-bundles-bundle-form__total-inner{--ty-product-bundles__total-height:auto;display:flex;justify-content:center;flex-direction:column;gap:10px;margin-bottom:auto;padding-top:5px;padding-bottom:5px;padding-left:calc(var(--ty-product-bundles__padding) * 2);padding-right:calc(var(--ty-product-bundles__padding) * 2);min-width:var(--ty-product-lists-thumbnail-width);min-height:var(--ty-product-bundles__total-height);border:1px solid transparent;}@media (min-width: 768px){.ty-product-bundles-bundle-form__total-inner{--ty-product-bundles__total-height:var(--ty-product-lists-thumbnail-height);}}.ty-product-bundles-bundle-form__total-title{padding:0;}.ty-product-bundles-bundle-form__price-discount{color:var(--ty-product-bundles__discount-color);}.ty-product-bundles-bundle-form__price-new{font-size:24px;font-weight:bold;}.ty-product-bundles-get-product-bundles--popup{padding-bottom:20px;}.ty-product-bundles-product-bundles__body{padding-bottom:0;}.ty-product-bundles-variation-options__content{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;opacity:0.7;}.ty-product-bundles-variation-options__item:not(:last-child):after{content:'\2022';padding-left:0.25em;padding-right:0.25em;}html[dir="rtl"] .ty-product-bundles-variation-options__item:not(:last-child):before{content:'\2022';padding-left:0.25em;padding-right:0.25em;}html[dir="rtl"] .ty-product-bundles-variation-options__item:not(:last-child):after{content:none;padding-left:0;padding-right:0;}.ty-blog__item{border-bottom:1px solid #edf2f5;padding-bottom:30px;margin:-1px;margin-bottom:50px;}.ty-blog__item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0;}.ty-blog *,.ty-blog-grid *{font-size:14px;}.ty-blog h1,.ty-blog-grid h1{font-size:25px;}.ty-blog h2,.ty-blog-grid h2{font-size:23px;}.ty-blog h3,.ty-blog-grid h3{font-size:21px;}.ty-blog h4,.ty-blog-grid h4{font-size:19px;}.ty-blog h5,.ty-blog-grid h5{font-size:16px;}.ty-blog h6,.ty-blog-grid h6{font-size:14px;}.ty-blog hr,.ty-blog-grid hr{margin-top:20px;margin-bottom:20px;}.ty-blog img,.ty-blog-grid img{width:auto;max-width:100%;margin-top:30px;margin-bottom:30px;}.ty-blog h2.ty-blog__post-title,.ty-blog-grid h2.ty-blog__post-title{margin-bottom:4px;}.ty-blog .ty-blog__post-title,.ty-blog-grid .ty-blog__post-title{margin-bottom:0;padding:0 0 6px;font-size:27px;}.ty-blog .ty-blog__img-block,.ty-blog-grid .ty-blog__img-block{margin-top:20px;margin-bottom:20px;}.ty-blog .ty-blog__img-block img,.ty-blog-grid .ty-blog__img-block img{margin-top:0;margin-bottom:0;}.ty-blog .ty-blog__description,.ty-blog-grid .ty-blog__description{margin-bottom:30px;}.ty-blog .ty-blog__date,.ty-blog-grid .ty-blog__date{display:inline-block;margin-bottom:15px;margin-right:10px;color:#adadad;font-weight:normal;font-size:12px;}.ty-blog .ty-blog__author,.ty-blog-grid .ty-blog__author{display:inline-block;margin-bottom:15px;padding-left:12px;border-left:1px solid #adadad;color:#adadad;font-weight:normal;font-size:12px;}.ty-blog-sidebox{margin:0 0 10px;}.ty-blog-sidebox__item{border-bottom:1px solid #edf2f5;padding-bottom:10px;margin-bottom:7px;word-wrap:break-word;}.ty-blog-sidebox__item:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0;}.ty-blog-text-links{margin:20px 0 40px;}.ty-blog-text-links__item{margin-bottom:20px;}.ty-blog-text-links__item:last-child{margin-bottom:25px;}.ty-blog-text-links__date{display:inline-block;color:#adadad;border:1px solid #edf2f5;padding:3px 8px;margin-right:9px;font-size:12px;}@media (min-width: 980px){.ty-blog-text-links__date{float:left;}}.ty-blog-text-links__a{display:block;padding-top:3px;word-wrap:break-word;}.ty-blog-recent-posts-scroller{margin-left:-10px;margin-right:-10px;}.ty-blog-recent-posts-scroller__item{margin-bottom:10px;margin-top:10px;padding-left:10px;padding-right:10px;word-wrap:break-word;}.ty-blog-recent-posts-scroller__item .ty-blog__date{display:block;margin-bottom:0;margin-top:5px;color:#adadad;font-size:12px;}.ty-blog-recent-posts-scroller__img-block{margin-bottom:10px;max-height:150px;min-height:150px;overflow:hidden;position:relative;text-align:center;}.ty-blog-recent-posts-scroller__img-block img{display:block;bottom:-100%;left:0;margin:auto;position:absolute;right:0;top:-100%;vertical-align:middle;}.ty-blog-recent-posts-scroller__img-block .ty-no-image{height:150px;min-height:initial !important;min-width:initial !important;}@media (max-width: 767px){.ty-blog__title{margin-top:50px;}}.ty-reward-points__info{margin-top:10px;}.ty-reward-points__points-in-use{display:block;overflow:hidden;padding-top:5px;}.ty-reward-points__delete-icon{position:relative;top:3px;text-decoration:none;}.ty-reward-points__delete-icon:hover{text-decoration:none;}.ty-reward-points-userlog{width:100%;}.ty-reward-points-userlog__date{width:20%;}.ty-reward-points-userlog__points{width:10%;}.ty-reward-points-userlog__reason{width:70%;}.ty-checkout-summary__item .ty-reward-points__coupon{display:block;}.ty-reward-points__product-info:last-child{margin-bottom:0;}.ty-cart-content-products .ty-reward-points__product-info .ty-control-group__label{font-weight:bold;}.ty-cr-product-info-container{max-width:430px;}.ty-cr-product-info-image{display:inline-block;vertical-align:top;padding:10px 20px 10px 0;}.ty-cr-product-info-header{padding:10px;display:inline-block;max-width:260px;}.cr-popup-error-box{max-width:430px;padding-bottom:10px;}.ty-cr-phone-number-link{margin:4px 0px 0px;text-align:center;}.ty-cr-phone-number-link .ty-cr-phone{color:#6a93ac;font-weight:bold;font-size:18px;line-height:1em;}.ty-cr-phone-number-link .ty-cr-phone span{white-space:nowrap;}.ty-cr-phone-number-link .ty-cr-link{margin:3px 0px 0px;}.ty-cr-phone-number-link .ty-cr-link a{margin:0;}.ty-cr-phone-number-link .ty-cr-phone-prefix{color:#bcceda;font-weight:normal;}.ty-cr-phone-number-link .ty-cr-work{display:inline-block;margin-left:5px;font-weight:normal;font-size:12px;line-height:14px;}.ty-cr-phone-number-link .ty-cr-work-hours{padding-top:4px;font-size:11px;color:#919fb1;}.ty-cr-or{margin-bottom:-4px;margin-top:-3px;text-align:center;text-transform:uppercase;}.ty-cr-widget-content-grid .ty-cr-phone-number-link{margin:0;padding-left:0%;}@media (max-width: 1100px){.ty-cr-phone-number-link{padding-left:0%;}.ty-cr-phone-number-link .ty-cr-phone,.ty-cr-phone-number-link .ty-cr-phone a{font-size:16px;}}@media (max-width: 767px){.ty-cr-content-grid .ty-cr-phone-number-link{margin:10px 0px 0px;float:left;}.ty-cr-phone-prefix{display:inline;}.ty-cr-widget-content-grid .ty-cr-phone-number-link{clear:both;padding:12px;}.header-widget-grid .cart-content-grid{width:100%;}.ty-cr-product-info-container,.cr-popup-error-box{max-width:100%;}.ty-cr-product-info-header{padding:0;display:block;max-width:100%;}.ty-cr-product-info-image{display:block;text-align:center;}}@media (min-width: 768px) and (max-width: 820px){.ty-cr-content-grid{margin-top:0px;}.ty-cr-phone-number-link span.ty-cr-work{display:block;}.ty-cr-phone-number-link .ty-cr-link{margin-top:-2px;}}.ty-company-detail__info-list .ty-cr-link a{font-size:12px;color:#4fbe31 !important;text-decoration:underline;}.ty-form-builder__checkbox-label,.ty-form-builder__radio-label{display:inline-block;margin:0 15px 5px 0;white-space:nowrap;}.ty-form-builder__multiple-select,.ty-form-builder__select,.ty-form-builder__state,.ty-form-builder__country{width:100%;max-width:500px;}.ty-form-builder__textarea{width:100%;max-width:500px;}.ty-form-builder .ty-input-text{width:100%;max-width:500px;}@media (max-width: 979px){.ty-form-builder__textarea{max-width:400px;}.ty-form-builder .ty-input-text{max-width:400px;}.ty-form-builder__multiple-select,.ty-form-builder__select,.ty-form-builder__state,.ty-form-builder__country{max-width:400px;}}.ty-banner__image-item{text-align:center;}.ty-banner__image-wrapper{position:relative;overflow:hidden;margin:0 0 10px 0;text-align:center;}.ty-scroller-discussion-list{margin-left:-10px;margin-right:-10px;}.ty-discussion-post__content{margin-top:10px;margin-bottom:10px;}.ty-discussion-post__content a{display:block;position:relative;}.ty-scroller-discussion-list__item{margin-left:10px;margin-right:10px;}.ty-discussion-post{position:relative;margin:10px 0 15px 0;padding:15px;border:1px solid #edf2f5;}.ty-discussion-post__author{font-weight:bold;}.ty-discussion-post__date{float:right;right:0;margin-top:1px;color:#adadad;font-size:12px;}.ty-discussion-post__rating{font-size:15px;margin-bottom:5px;}.ty-discussion-post__message{line-height:1.75;word-wrap:break-word;}.ty-company-detail__top-links .ty-stars__icon{font-size:21px;}.ty-discussion__rating-wrapper{margin-bottom:10px;}.ty-discussion__rating-wrapper .ty-stars .ty-stars__icon{font-size:20px;margin-right:0px;}.ty-stars,.ty-discussion__review-a,.ty-discussion__review-write{display:inline-block;margin-right:25px;cursor:pointer;}.ty-grid-vendors .grid-list__rating{text-align:center;word-wrap:break-word;}.ty-grid-vendors .grid-list__rating .ty-stars{margin-right:10px;}.ty-grid-vendors .grid-list__rating .ty-discussion__review-quantity{color:#a0acbc;display:inline-block;}.ty-stars{color:#465363;}.ty-stars__icon{vertical-align:middle;margin-left:2px;font-size:14px;}.ty-stars__icon:first-child{margin-left:0;}.ty-stars a:hover{text-decoration:none;}.ty-product-list__rating{position:absolute;text-align:center;right:0;left:0;}.ty-product-list__rating .ty-stars{margin-right:0;}.grid-list__rating .ty-stars{margin-bottom:5px;}.ty-companies .ty-stars{display:block;margin:5px 0 0;}.ty-rating{float:left;color:#465363;}.ty-rating__label{display:inline-block;}.ty-rating:not(:checked) > .ty-rating__check{position:absolute;left:-9999px;clip:rect(0,0,0,0);}.ty-rating:not(:checked) > .ty-rating__label{float:right;width:17px;padding:0;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:100%;line-height:1.2;margin-right:2px;}.ty-rating:not(:checked) > .ty-rating__label:before{font-family:glyphs;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:21px;line-height:1;-webkit-font-smoothing:antialiased;content:"\e004";}.ty-rating:not(:checked) > .ty-rating__label:hover:before,.ty-rating:not(:checked) > .ty-rating__label:hover ~ .ty-rating__label:before{content:"\e041";}.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:before,.ty-rating > .ty-rating__check:checked + .ty-rating__label:hover:before,.ty-rating > .ty-rating__check:checked + .ty-rating__label:hover ~ .ty-rating__label:before,.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover:before,.ty-rating > .ty-rating__check:checked ~ .ty-rating__label:hover ~ .ty-rating__label:before,.ty-rating > .ty-rating__label:hover ~ .ty-rating__check:checked ~ .ty-rating__label:before{content:"\e041";}.ty-template-small__item-description .ty-stars{display:block;}@media (max-width: 979px){.ty-discussion-post__author{display:block;}.ty-discussion-post__date{display:block;float:none;}}:root{--ty-product-reviews-stars-full:"\e041";--ty-product-reviews-stars-half:"\e042";--ty-product-reviews-stars-empty:"\e004";--ty-product-reviews-verified:"\e008";--ty-product-reviews-sidebar-width:280px;--ty-product-review-popup-width:600px;--ty-product-reviews-accent-color:#feba0f;--ty-product-reviews-dropzone-background-color:#f8f9f9;--ty-product-reviews-dropzone-border-color:#e7e8e8;--ty-product-reviews-dropzone-color:#bec3c7;}.ty-product-reviews-view__main{display:grid;grid-gap:var(--space-m);}@media (min-width: 768px){.ty-product-reviews-view__main{grid-template-columns:minmax(var(--ty-product-reviews-sidebar-width),3fr) minmax(var(--ty-product-reviews-sidebar-width),1fr);}}.ty-product-reviews-view__main-content > .ty-pagination-container{display:flex;gap:var(--space-l);flex-direction:column;}.ty-product-review-view__posts{display:flex;flex-direction:column;gap:var(--space-l);margin-bottom:var(--space-l);}.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone-description{display:none;color:var(--ty-product-reviews-dropzone-color);}.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible{background-color:var(--ty-product-reviews-dropzone-background-color);padding:30px 0 15px 0;margin:5px 0;width:100%;border:1px solid var(--ty-product-reviews-dropzone-border-color);color:var(--ty-product-reviews-dropzone-color);text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;}.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-text{color:var(--ty-product-reviews-dropzone-color);}.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-description .ty-icon-image{font-size:50px;display:block;padding-bottom:10px;}.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-description{display:block;}.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-buttons--visible{margin:10px 0;padding:6px 7px;background-color:var(--ty-product-reviews-dropzone-color);border:none;}.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-buttons--visible .ty-fileuploader__a,.ty-product-review-new-product-review__media .ty-fileuploader__drop-zone--visible .ty-fileuploader__drop-zone-buttons--visible .ty-fileuploader__a-another{color:white;text-transform:uppercase;font-size:18px;}.ty-product-list__rating{position:absolute;text-align:center;right:0;left:0;padding:4px;}.ty-product-review-rate__stars{display:flex;flex-direction:row-reverse;justify-content:flex-end;color:var(--ty-product-reviews-accent-color);}.ty-product-review-rate__stars-label{width:1em;height:1em;font-family:glyphs;color:var(--ty-product-reviews-accent-color);font-size:1.2em;white-space:nowrap;overflow:hidden;-webkit-font-smoothing:antialiased;}.ty-product-review-rate__stars-label:before{content:var(--ty-product-reviews-stars-empty);display:flex;justify-content:center;align-items:center;height:100%;}.ty-product-review-rate__stars-label--large{font-size:1.5em;}.ty-product-review-rate__stars-label--xlarge{font-size:1.8em;}.ty-product-review-rate__stars-radio:checked ~ .ty-product-review-rate__stars-label:before,.ty-product-review-rate__stars-radio:focus ~ .ty-product-review-rate__stars-label:before{content:var(--ty-product-reviews-stars-full);}.ty-product-review-rate__stars-radio:focus + .ty-product-review-rate__stars-label{transform:scale(1.2);}.ty-product-review-rate__stars-label:hover:before{content:var(--ty-product-reviews-stars-full);}.ty-product-review-rate__stars-label:hover ~ .ty-product-review-rate__stars-label:before{content:var(--ty-product-reviews-stars-full);}.ty-product-review-reviews-navigation{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-l);}.ty-product-review-reviews-sidebar{display:flex;flex-direction:column;gap:var(--space-m);}.ty-product-review-reviews-sidebar--with-reviews{margin-top:var(--space-xxxl);margin-bottom:var(--space-l);}.ty-product-review-reviews-sidebar > [class^="ty-product-review"]:not(:first-child){border-top:1px solid #46aaf2;padding-top:var(--space-s);}.ty-product-review-reviews-stars{display:flex;font-family:glyphs;color:var(--ty-product-reviews-accent-color);font-size:1.2em;letter-spacing:0.3em;-webkit-font-smoothing:antialiased;}.ty-product-review-reviews-stars--large{font-size:1.5em;}.ty-product-review-reviews-stars--xlarge{font-size:1.8em;}.ty-product-review-reviews-stars__link{display:inline-flex;align-items:center;}.ty-product-review-reviews-stars__button{display:inline-flex;align-items:center;}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="5"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full);}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="4"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty);}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="3"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="2"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="1"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="4"][data-ca-product-review-reviews-stars-is-half="1"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half);}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="3"][data-ca-product-review-reviews-stars-is-half="1"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty);}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="2"][data-ca-product-review-reviews-stars-is-half="1"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);}.ty-product-review-reviews-stars[data-ca-product-review-reviews-stars-full="1"][data-ca-product-review-reviews-stars-is-half="1"]:before{content:var(--ty-product-reviews-stars-full) var(--ty-product-reviews-stars-half) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty) var(--ty-product-reviews-stars-empty);}.ty-product-review-post-customer{display:flex;justify-content:space-between;flex-wrap:nowrap;gap:var(--space-xs);}.ty-product-review-post-customer__name,.ty-wysiwyg-content .ty-product-review-post-customer__name{width:100%;margin:0;font-weight:bold;font-size:1em;word-wrap:break-word;}.ty-product-review-post-customer__verified{white-space:nowrap;}.ty-product-review-post-customer__verified:before{content:var(--ty-product-reviews-verified);font-family:glyphs;color:;}.ty-product-review-post-customer__address{display:flex;justify-content:space-between;flex-grow:1;flex-wrap:nowrap;gap:var(--space-m);overflow:hidden;}.ty-product-review-post-customer__location{display:flex;width:35ch;gap:var(--space-xs);}.ty-product-review-post-customer__location-text{display:flex;flex-wrap:wrap;}.ty-product-review-post-customer__date{color:;white-space:nowrap;}.ty-product-review-post-footer{display:flex;justify-content:space-between;align-items:flex-end;}.ty-product-review-post-header{display:flex;flex-wrap:wrap;gap:var(--space-m);}.ty-product-review-post-images{display:flex;flex-wrap:wrap;gap:var(--space-xs);}.ty-product-review-post-images__item{border:1px solid #46aaf2;max-width:var(--width-xxxxl);}.ty-product-review-post-message{display:flex;flex-direction:column;gap:var(--space-xs);}.ty-product-review-product-star-line{display:grid;grid-template-columns:7fr 14fr 4fr;grid-gap:var(--space-s);align-items:center;}.ty-product-review-product-star-line__quantity{max-width:70px;}.ty-product-review-product-star-line__percentage{max-width:40px;text-align:right;}.ty-product-review-product-star-line__line{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:#46aaf2;width:100%;height:var(--width-s);}.ty-product-review-product-star-line__line::-webkit-progress-bar{background-color:#46aaf2;}.ty-product-review-product-star-line__line::-webkit-progress-value{background:var(--ty-product-reviews-accent-color);}.ty-product-review-product-star-line__line::-moz-progress-bar{background:var(--ty-product-reviews-accent-color);}.ty-product-review-product-stars-details{display:flex;flex-direction:column;gap:var(--space-xs);}.ty-product-review-product-rating{display:flex;flex-direction:column;gap:var(--space-s);}.ty-product-review-product-rating-overview{display:flex;flex-direction:column;gap:var(--space-xs);}.ty-product-review-product-rating-overview__primary{display:flex;justify-content:space-between;align-items:center;}.ty-product-review-product-rating-overview__rating-current{font-size:1.5rem;}.ty-product-review-product-rating-overview-short{display:flex;flex-wrap:wrap;gap:var(--space-m);align-items:center;}.ty-product-review-post-vendor-reply{margin-top:var(--space-s);margin-left:var(--space-xxxxl);}.ty-product-review-post__content{display:flex;flex-direction:column;gap:var(--space-xs);}.ty-product-review-write-product-review{display:flex;flex-direction:column;gap:var(--space-xs);}.ty-wysiwyg-content .ty-product-review-write-product-review__title{margin-top:0;margin-bottom:0;font-size:1.2rem;}.ty-product-review-write-review__title{font-size:18px;}.ty-product-review-new-product-review__body{display:flex;flex-direction:column;gap:var(--space-xs);width:var(--ty-product-review-popup-width);max-width:100%;}.ty-product-review-post-footer__secondary{min-width:80px;}.ty-product-review-new-product-review-customer{display:flex;flex-direction:column;gap:var(--space-xs);}.ty-product-review-new-product-review-customer__header{display:flex;justify-content:space-between;align-items:center;}.ty-product-review-new-product-review-customer-profile{display:flex;flex-direction:column;gap:var(--space-xs);}.ty-product-review-new-product-review-customer-profile__location{display:flex;gap:var(--space-xs);}.ty-twishlist-item{text-align:center;height:18px;margin-bottom:10px;}.ty-grid-list__item:hover .ty-twishlist-item__remove{visibility:visible;}.ty-add-to-wish{display:inline-block;margin:0;}@media (max-width: 767px){.ty-wish-list__buttons .ty-btn{display:block;width:100%;}.ty-wish-list__buttons .ty-btn + .ty-btn{margin:15px 0 0;}}.ty-image-zoom__wrapper{display:inline;}.ty-image-zoom__flyout{opacity:0;transition:opacity var(--image-zoom-animation-time);box-shadow:0 0 8px #edf2f5;border:1px solid #edf2f5;}.ty-image-zoom__flyout--visible{opacity:1;}.ty-image-zoom__flyout img{max-width:unset;}.ty-hybrid-auth__icon{margin-right:5px;}.ty-link-unlink-provider{position:relative;}.ty-link-unlink-provider img{opacity:0.25;filter:alpha(opacity=25);}.ty-link-unlink-provider .ty-hybrid-auth__add{position:absolute;top:12px;left:7px;font-size:22px;z-index:1;display:none;line-height:0;}.ty-link-unlink-provider:hover .ty-hybrid-auth__add{display:block;}.ty-link-unlink-provider:hover img{opacity:1;filter:alpha(opacity=100);}.ty-hybrid-auth__icon{position:relative;}.ty-hybrid-auth__icon .ty-hybrid-auth__remove{position:absolute;top:-7px;left:29px;z-index:1;display:none;line-height:0;}.ty-hybrid-auth__icon:hover .ty-hybrid-auth__remove{display:block;}.ty-price-per-unit{color:#8292a7;margin-bottom:10px;}.ty-gdpr-agreement{margin-bottom:10px;}.ty-gdpr-agreement--icon{color:#465363;}.ty-gdpr-agreement--label:hover .ty-gdpr-agreement--icon{color:#46aaf2;}.ty-gdpr-tooltip.tooltip{max-width:620px;}.ty-gdpr-tooltip.tooltip ul,.ty-gdpr-tooltip.tooltip ol{list-style:inherit;padding-left:40px;}.ty-gdpr-tooltip.tooltip li{list-style:inherit;}.ty-gdpr-tooltip.tooltip p{margin-top:1em;margin-bottom:1em;}.ty-gdpr-tooltip.tooltip p:first-child,.ty-gdpr-tooltip.tooltip p:last-child{margin-top:auto;margin-bottom:auto;}.ty-gdpr-tooltip--close{display:none;color:#ccdae3;top:0;right:0;width:60px;height:30px;}.ty-gdpr-tooltip--light{background:#fff;border:1px solid rgba(0,0,0,0.2);}.ty-gdpr-tooltip--light .tooltip-arrow{border-color:transparent transparent rgba(0,0,0,0.2) transparent;}.ty-gdpr-tooltip--light .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:2px;left:-10px;border-width:0 0 9px 9px;border-color:transparent transparent #fff transparent;}.ty-gdpr-tooltip--light.tooltip.arrow-top .tooltip-arrow{border-color:transparent rgba(0,0,0,0.2) transparent transparent;}.ty-gdpr-tooltip--light.tooltip.arrow-top .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:0;left:1px;border-width:0 8px 8px 0;border-color:transparent #fff transparent transparent;}.ty-gdpr-tooltip--light.arrow-top.right .tooltip-arrow{border-color:rgba(0,0,0,0.2) transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-top.right .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-10px;left:1px;border-width:8px 8px 0 0;border-color:#fff transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.right .tooltip-arrow{border-color:transparent transparent transparent rgba(0,0,0,0.2);}.ty-gdpr-tooltip--light.arrow-down.right .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-8px;left:-9px;border-width:8px 0 0 8px;border-color:transparent transparent transparent #fff;}.ty-gdpr-tooltip--light.arrow-down.top .tooltip-arrow{border-color:rgba(0,0,0,0.2) transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.top .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-10px;left:-9px;border-width:8px 0 0 8px;border-color:#fff transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.right.top .tooltip-arrow{border-color:rgba(0,0,0,0.2) transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.right.top .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-10px;left:1px;border-width:8px 8px 0 0;border-color:#fff transparent transparent transparent;}.ty-gdpr-tooltip--light.arrow-down.center .tooltip-arrow{border-color:transparent transparent rgba(0,0,0,0.2) transparent;border-width:0 10px 10px 10px;right:50%;top:-10px;}.ty-gdpr-tooltip--light.arrow-down.center .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:1px;left:-9px;border-width:0 9px 9px 9px;border-color:transparent transparent #fff transparent;}.ty-gdpr-tooltip--light.arrow-down.center.top .tooltip-arrow{border-color:rgba(0,0,0,0.2) transparent transparent transparent;right:50%;top:auto;bottom:-10px;border-width:10px 10px 0 10px;}.ty-gdpr-tooltip--light.arrow-down.center.top .tooltip-arrow:after{content:'';position:absolute;border-style:solid;top:-10px;left:-9px;border-width:9px 9px 0 9px;border-color:#fff transparent transparent transparent;}.ty-gdpr-tooltip--light p,.ty-gdpr-tooltip--light li{color:#333;}.touchevents .ty-gdpr-tooltip{padding-top:25px;}.touchevents .ty-gdpr-tooltip--close{display:inline-block;}.ty-gdpr-profile-actions{margin:45px 0 0 58px;}.ty-gdpr-profile-actions li{list-style-type:decimal;}:root{--image-zoom-animation-time:200ms;}#tygh_main_container{overflow:hidden;}.tygh-top-panel a{font-size:0.9em;}.tygh-top-panel .ty-currencies__active,.tygh-top-panel .ty-currencies__item:hover{background-color:#3b3b3b;color:white;}.tygh-top-panel .ty-dropdown-box__title .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title a{color:#969b9b;}.tygh-top-panel .ty-dropdown-box__title:hover,.tygh-top-panel .ty-dropdown-box__title.open{background-color:#46aaf2;}.tygh-top-panel .ty-dropdown-box__title:hover .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title:hover a,.tygh-top-panel .ty-dropdown-box__title.open .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title.open a{color:white;}.tygh-top-panel .ty-dropdown-box__title.open:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #46aaf2;left:50%;bottom:-7px;margin-left:-3px;}.tygh-top-panel .ty-dropdown-box__content{margin-top:6px;border-color:#46aaf2;}.tygh-top-panel .ty-select-block__a{padding:8px 13px 3px;color:#969b9b;}.tygh-top-panel .ty-select-block__a .ty-icon-down-micro{color:#969b9b;}.tygh-top-panel .ty-select-block__a:hover,.tygh-top-panel .ty-select-block__a.open{background-color:#3b3b3b;color:white;}.tygh-top-panel .ty-select-block__a:hover .ty-icon-down-micro,.tygh-top-panel .ty-select-block__a.open .ty-icon-down-micro{color:white;}.tygh-top-panel .ty-dropdown-box{margin:0;}.tygh-top-panel .ty-dropdown-box__title a:hover{color:white;}.tygh-top-panel .ty-text-links{margin-right:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links{margin:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__item{display:block;margin:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__a{padding:7px 14px;display:block;color:#465363;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__a:hover{color:white;background:#f2464e;}.tygh-top-panel .ty-text-links-btn{color:#969b9b;}.tygh-top-panel .ty-text-links-btn.open{background:#46aaf2;color:white;}.no-touch .top-links-grid .ty-text-links__a--submenu:hover{background:#f2464e;}.top-links-grid .ty-text-links__a--submenu{color:#465363;}.top-links-grid .ty-text-links__active > .ty-text-links__a--submenu{color:#73859c;}@media (max-width: 1024px){.top-links-grid .ty-text-links__a--active.ty-text-links__a--inline{color:#73859c;}}@media (min-width: 1025px){.top-links-grid .ty-text-links__a--inline.ty-text-links__a--active,.no-touch .top-links-grid .ty-text-links__a--inline:hover,.no-touch .top-links-grid .ty-text-links__subitems:hover .ty-text-links__a--subitems{color:#fff;background-color:#3b3b3b;}}@media screen and (max-width: 767px){.ty-text-links_show_inline .ty-text-links__item{display:block;}.ty-text-links_show_inline{border:solid #46aaf2;border-width:3px 0 0;}.top-quick-links a{color:#465363;}.top-quick-links a:hover{color:#f2464e;}}.ty-account-info__item .ty-account-info__a{display:block;}.top-menu-grid{padding-top:32px;}.ty-select-block{background-color:#46aaf2;border:none;top:auto;}.ty-select-block__list-a{color:white;}.ty-select-block__list-a:hover{background-color:#f2464e;}.ty-select-block:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #46aaf2;left:50%;top:-12px;margin-left:-3px;}.top-cart-content .ty-dropdown-box__title{background-color:#f2464e;position:relative;}.top-cart-content .ty-dropdown-box__title.open:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #f2464e;left:50%;bottom:-6px;margin-left:-3px;}.top-cart-content .ty-dropdown-box__title a,.top-cart-content .ty-dropdown-box__title .ty-minicart__icon,.top-cart-content .ty-dropdown-box__title .ty-icon-down-micro{color:white;}.top-cart-content .ty-dropdown-box__content{margin-top:5px;}.ty-dropdown-box__content{border:none;border-top:3px solid #f2464e;}.ty-dropdown-box__content .ty-dropdown-box__item:hover{background:#f2464e;}input.ty-search-block__input:focus{border:2px solid #bcceda;background-color:#edf2f5;}.top-menu{position:relative;padding:10px 0 5px 0;z-index:10;}.top-menu:before,.top-menu:after{content:"";position:absolute;top:0;bottom:0;border-top:2px solid #edf2f5;z-index:-1;}.ty-menu__items{background:#fff;}.ty-menu__item{text-transform:uppercase;font-weight:bold;font-size:14px;margin-right:5px;}.ty-menu__item.visible-phone .ty-menu__item-link{padding:20px;background-color:#46aaf2;color:white;margin-right:0;}.ty-menu__item a{font:inherit;}.ty-menu__item-arrow i{top:13px;}.ty-menu__item .ty-menu__item-link,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{padding:12px 15px;min-height:0;}.no-touch .ty-menu__item:hover .ty-menu__item-link,.is-hover-menu .ty-menu__item-link,.is-hover-menu.ty-menu__item-active .ty-menu__item-link{background:#f2464e;color:white;}.ty-menu__item:hover:not(.ty-menu__item-nodrop) .ty-menu__item-link:after{content:"";position:absolute;border:6px solid;border-color:transparent transparent #f2464e;left:50%;bottom:-6px;margin-left:-3px;}.ty-menu-vertical .ty-menu__item:hover .ty-menu__item-link:after{display:none;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items{top:0px;border:1px solid #f5f5f5;}.ty-menu-vertical .ty-menu__item{margin-right:0;}.ty-menu-vertical .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__item.is-hover-menu i,.ty-menu-vertical .ty-menu__item:hover .ty-icon,.ty-menu-vertical .ty-menu__item.is-hover-menu .ty-icon{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item i,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item .ty-icon{color:#a1a6aa;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item.is-hover-menu i,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover .ty-icon,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item.is-hover-menu .ty-icon{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items,.ty-menu-vertical .ty-menu__items{border:0;}.no-touch .ty-menu-vertical .ty-menu__item:hover .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu .ty-menu__submenu .ty-menu__item-link{background:none;color:#393939;text-transform:none;}.ty-menu-vertical .ty-menu__submenu .menu-level-1.ty-menu__item-active > .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active > .ty-menu__submenu-item-header .ty-menu__item-link{background:#f2f2f2;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover > .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .is-hover-menu > .ty-menu__submenu-item-header .ty-menu__item-link{background:#f2464e;color:#fff;text-decoration:none;}.ty-menu__item > .ty-menu__submenu{padding-top:5px;margin-bottom:-2px;}.ty-menu__item > .ty-menu__submenu > ul{border-top:4px solid #f2464e;border-bottom:4px solid #bcceda;}.ty-menu__submenu{text-transform:none;}.ty-menu__submenu-item-header{text-transform:uppercase;border-bottom:none;}.ty-menu__submenu-item-header .ty-menu__submenu-link{font-weight:normal;}.ty-menu .ty-menu__item-link{padding:12px 13px;min-height:0;}@media screen and (min-width: 767px) and (max-width: 1000px){.ty-menu__item .ty-menu__item-link{padding:10px 8px;font-weight:normal;font-size:12px;min-height:0;}.ty-menu-vertical .ty-menu__item i,.ty-menu-vertical .ty-menu__item .ty-icon{top:12px;}}@media screen and (min-width: 767px){.no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover{background-color:#edf2f5;padding:5px;margin:-5px;color:#f2464e;}.no-touch .ty-menu__submenu-item-header .ty-menu__submenu-link:hover{background-color:transparent;color:inherit;}}@media screen and (max-width: 767px){.top-menu{background:transparent;}.top-menu:before,.top-menu:after{display:none;}.ty-menu__item.visible-phone{text-transform:uppercase;margin:0 -12px;}.ty-menu__item{margin-right:0;text-transform:none;font-weight:normal;border-bottom-color:#465363;}.ty-menu-vertical .ty-menu__item i,.ty-menu-vertical .ty-menu__item .ty-icon{font-size:14px;position:relative;top:-12px;right:0;color:#fff;}.ty-menu-vertical .ty-menu__item-active .ty-menu__item-link{background:#f2464e;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{color:#fff;text-transform:none;font-weight:normal;background:none;}.ty-menu-vertical .ty-menu__submenu-items .ty-menu__item{border-top-color:#465363;}.no-touch .ty-menu-vertical .ty-menu__item:hover .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu.ty-menu__item-active .ty-menu__submenu .ty-menu__item-link{font-size:14px;color:#fff;background:none;}.ty-menu__item.ty-menu__item-active .ty-menu__item-link,.no-touch .ty-menu__item.ty-menu__item-active:hover .ty-menu__item-link{background:#f2464e;}.ty-menu-vertical .ty-menu__item.menu-level-2.ty-menu__item-active,.ty-menu-vertical .ty-menu__submenu .ty-menu__item.ty-menu__item-active .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__item.ty-menu__item-active .ty-menu__submenu-item-header .ty-menu__item-link{background:#981f26;}.ty-menu__item:hover:not(.ty-menu__item-nodrop) .ty-menu__item-link:after{display:none;}.ty-menu__item-toggle,.ty-menu__item-toggle-active{background-color:rgba(0,0,0,0.1) !important;width:38px;height:34px;top:7px;right:10px;}.ty-menu__item-toggle .ty-menu__icon-hide,.ty-menu__item-toggle .ty-menu__icon-open,.ty-menu__item-toggle-active .ty-menu__icon-hide,.ty-menu__item-toggle-active .ty-menu__icon-open{line-height:34px;}.ty-menu__item .ty-menu__item-link{color:white;padding:15px;}.ty-menu__submenu-items{background-color:transparent;}.ty-menu__item > .ty-menu__submenu > ul{border-top:none;border-bottom:none;}.ty-menu__items{background-color:#313a45;margin:0 12px;}.ty-menu__item > .ty-menu__submenu{padding-top:0;}.ty-menu__submenu-items{border:none;}.ty-menu__submenu-items .ty-menu__submenu-item{border-bottom:none !important;border-top:1px solid #465363 !important;}.ty-menu__submenu-items .ty-menu__submenu-item:hover .ty-menu__submenu-link{color:white;}.ty-menu__submenu-items .ty-menu__submenu-link{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header{border-bottom:none;border-top:1px solid #465363;text-transform:none;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header a{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header a:hover{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header-active{background:rgba(255,0,0,0.5);}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active{background:rgba(255,0,0,0.3);}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:white;}}.ty-product-filters__wrapper{background-color:transparent;}.ty-product-filters__title,.ty-product-filters__item{color:inherit;}.ty-product-filters__item:hover{color:#f2464e;}.ty-product-filters__item.disabled,.ty-product-filters__item.checked.disabled,.ty-product-filters__item.disabled:hover{color:#dce0e6;}.ty-range-slider .ui-slider-range{background-color:#f2464e;}.ty-range-slider .ui-slider-handle{width:8px;height:8px;border:8px solid #46aaf2;}.ty-range-slider__num{color:#46aaf2;font-size:1em;background-color:#e6e6e6;width:40px;top:25px;left:-20px;}.ty-product-filters__switch{padding-right:30px;}.ty-product-filters__switch> i{margin-right:-20px;}@media screen and (min-width: 767px) and (max-width: 1000px){.ty-range-slider__num{font-size:9px;background:transparent;padding:0;}}.ty-sort-container,.ty-horizontal-product-filters{background-color:transparent;}.ty-sort-container__views-a,.ty-horizontal-product-filters__views-a{background-color:#edf2f5;color:#465363;margin-left:3px;}.ty-sort-container__views-a.active,.ty-sort-container__views-a:hover,.ty-horizontal-product-filters__views-a.active,.ty-horizontal-product-filters__views-a:hover{background-color:#f2464e;color:white;}.ty-sort-dropdown__wrapper,.ty-horizontal-product-filters-dropdown__wrapper{background-color:#edf2f5;border:2px solid #e6edf1;padding:3px 5px 7px;}.ty-sort-dropdown__wrapper:hover,.ty-sort-dropdown__wrapper.open,.ty-horizontal-product-filters-dropdown__wrapper:hover,.ty-horizontal-product-filters-dropdown__wrapper.open{background-color:white;color:#465363;}@media screen and (max-width: 400px){.ty-sort-dropdown__wrapper,.ty-horizontal-product-filters-dropdown__wrapper{font-size:0.9em;}}.ty-sort-dropdown__content,.ty-horizontal-product-filters-dropdown__content{border:2px solid #e6edf1;}.ty-sort-dropdown__content-item-a:hover,.ty-horizontal-product-filters-dropdown__content-item-a:hover{background-color:#edf2f5;color:#f2464e;}.ty-horizontal-product-filters{margin-bottom:0;}.ty-grid-list__item{border:1px solid #edf2f5;border-radius:5px;background-color:white;margin:0px 10px 25px 10px;padding:10px 10px 20px 10px;}.ty-grid-list__item:hover{background-color:white;}.ty-grid-list__item-name{max-width:100%;display:block;height:3.2em;overflow:hidden;}.ty-grid-list__item-name .product-title{color:#465363;font-size:1.15em;line-height:1.3em;}.ty-grid-list__item-name .product-title:hover{color:#f2464e;}.ty-grid-list__image{border:none;}.ty-grid-list__price{display:block;text-align:left;float:none;max-width:100%;}.ty-grid-list__control{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}.ty-grid-list__control .ty-btn{padding:10px 15px;}.ty-no-items{color:#465363;}.ty-price-num{font-weight:normal;font-size:1.25em;}.ty-list-price{color:#8292a7;}.grid-list__rating{height:24px;}.ty-grid-list__control{position:relative;}.ty-quick-view-button{text-align:center;position:absolute;width:100%;width:calc(100% - 20px);bottom:100%;margin-bottom:120px;}.ty-scroller-list__item .ty-quick-view-button{bottom:50px;}.ty-product-list{background-color:white;border:1px solid #edf2f5;padding:10px;margin-bottom:10px;}.ty-product-list__item-name{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #edf2f5;}.ty-product-list__image{border:none;}.ty-product-list + hr{display:none;}.ty-product-list__control .ty-btn__text{padding:0 !important;}.ty-compact-list{background-color:white;border:1px solid #edf2f5;}.ty-compact-list__item:last-child{border-bottom:none;}.ty-compact-list__controls{margin-right:10px;}.ty-compact-list__item .ty-value-changer{padding-top:6px;}.ty-pagination__bottom{border:none;}.ty-pagination__selected{background-color:#f2464e;color:white;}.ty-pagination__item:hover{background-color:transparent;color:#f2464e;}.ty-pagination__text{text-transform:none;background-color:transparent;color:inherit;}.ty-sidebox{background-color:white;border-bottom:3px solid #bcceda;}.ty-sidebox__title{background-color:#46aaf2;color:white;padding:6px 30px 12px 12px;margin:0;}.ty-sidebox__title span,.ty-sidebox__title a{color:inherit;}.ty-sidebox__body{padding:12px;}.ty-sidebox__icon-open,.ty-sidebox__icon-hide{color:white;margin-top:6px;padding:6px 12px;float:right;}.ty-btn{padding:10px 15px;text-transform:none;}.ty-btn:hover,.ty-btn:active{padding:10px 15px;}.ty-btn__primary:hover{background-color:#46aaf2;}.ty-btn__secondary:hover{background-color:#f2464e;}.buttons-container{background:#edf2f5;}.ty-product-block__img-wrapper{background-color:white;padding:10px;border:1px solid #edf2f5;}.ty-product-block__note .product-promo-header{text-transform:uppercase;font-weight:normal;}.ty-product-block__note .product-promo-body{font-size:0.9em;color:#73859c;}.ty-product-block-title{padding-bottom:5px;border-bottom:1px solid #edf2f5;}.ty-product-switcher span{color:#465363;}.ty-product-switcher__icon{color:#46aaf2;}.ty-product-switcher__a:hover .ty-product-switcher__icon{color:#f2464e;}.ty-product-switcher__a.disabled .ty-product-switcher__icon{color:#46aaf2;opacity:0.5;}.ty-product-img{border:none;}@media screen and (max-width: 767px){.ty-product-block-title{margin-top:15px;}.ty-product-block__button .ty-btn{margin-right:10px;}.ty-btn + .ty-btn{margin-left:0;}.ty-btn__text{padding:0 !important;}}.ty-tabs__item{background-color:#edf2f5;font-size:1.25em;margin:4px 4px 4px 0;border:1px solid transparent;border-width:0 1px;}.ty-tabs__item:hover{background-color:white;}.ty-tabs__item:hover a{color:#1694ef;}.ty-tabs__item.active{background-color:white;color:#46aaf2;border-right:1px solid #ccdae3;border-left:1px solid #ccdae3;}.ty-tabs__item.active .ty-tabs__a{color:inherit;}.ty-tabs__item.active:after{content:"";display:block;background:#fff;width:100%;position:absolute;height:5px;left:-1px;border-right:1px solid #ccdae3;border-left:1px solid #ccdae3;}.ty-tabs__a{color:inherit;font:inherit;padding:12px 20px;}.ty-tabs__content{background-color:white;border:1px solid #ccdae3;border-top:none;padding:20px;}.ty-tabs__content .content-description{line-height:1.5;}.ty-discussion-post{background:white;}.ty-cart-content th{background-color:white;border:1px solid #edf2f5;}.ty-cart-content tbody tr:nth-child(2n){background-color:white;}.ty-cart-content .ty-cart-content__product-elem,.ty-cart-content .ty-cart-content__title{border:1px solid #edf2f5;}.ty-cart-total{border:1px solid #edf2f5;}.ty-cart-total input[type="text"]{border-color:#dde6ec;}.ty-cart-total__wrapper{border:none;}.ty-step__container,.ty-step__container-active{overflow:hidden;margin-bottom:5px;border:1px solid #edf2f5;}.ty-step__container h3,.ty-step__container-active h3{margin-bottom:0;}.ty-step__title-arrow{display:none;}.ty-step__container-active{background-color:white;}.ty-step__container-active .ty-step__title-left{color:white;background-color:transparent;}.ty-step__container-active .ty-step__title-txt{color:white;}.ty-step__title .ty-step__title-left{color:#465363;}.ty-step__title .ty-step__title-txt{color:#465363;}.ty-step__title-left,.ty-step__title-txt{background-color:transparent;}.ty-step__title-active{background-color:#46aaf2;}.ty-step__title-complete .ty-step__title-right .ty-btn{padding:0;margin:4px 0;background-color:transparent;color:#465363;}.ty-checkout-buttons{background-color:transparent;border:none;}.notification-content-extended h1{background-color:transparent;border:none;}.notification-content-extended h1 span{color:#465363;}.notification-content-extended h1 span:hover{color:#f2464e;}.ui-dialog .ui-dialog-titlebar{background:transparent;border:none;}.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{color:#465363;}.ui-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick{color:#667990 !important;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover span:before{color:#46aaf2;}.ty-cart-items__list-item .ty-icon-cancel-circle{color:#46aaf2;}.ty-breadcrumbs__a{color:#465363;}.ty-breadcrumbs__current{color:#888;}.ty-footer-menu{background:#081b29 url('//patterns.cart-services.com/images/6.png') repeat;}.ty-footer-menu__header{font-size:1.45em;font-weight:normal;color:white;}.ty-footer-menu__item{margin-bottom:6px;}.ty-footer-menu__item a{color:white;font-size:0.95em;}.ty-footer-menu__item a:hover{color:#f2464e;}.footer-copyright{background-color:#040d14;}@media screen and (max-width: 767px){.ty-footer-menu{padding-bottom:10px;}.ty-footer-menu__header{font-size:1.2em;border-bottom-color:#103754;}.ty-footer-menu__item{border-bottom-color:#103754;margin-bottom:0;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{font-size:14px;padding:8px 12px;background-color:rgba(0,0,0,0.1);}.footer-no-wysiwyg .ty-footer-menu__items,.footer-no-wysiwyg .ty-footer-general__body{margin-top:0;}.ty-compact-list__controls{margin-right:0px;}}.owl-carousel.ty-scroller-list{background:white;padding:10px 0;border:1px solid #edf2f5;}.owl-theme .owl-controls .owl-buttons div{opacity:1;background:#46aaf2;line-height:24px;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{background:#f2464e;}.owl-theme .owl-controls .owl-page span{background-color:#46aaf2;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#f2464e;}input[type="text"],input[type="password"],textarea,select{padding:4px 8px;border:2px solid #edf2f5;background:#edf2f5;}input[type="text"]:hover,input[type="password"]:hover,textarea:hover{border-color:#8dcbf7;}input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:0;border-color:#8dcbf7;background:#fff;}.ty-control-group__title{font-weight:normal;}.ty-calendar__button{color:#465363;}.footer-stay-connected{background:#46aaf2;}.ty-btn-go{border:none;}.ty-compare-menu__elem{background:#465363;}.ty-product-empty{border:1px solid #edf2f5;}@font-face{font-family:Roboto;font-style:normal;font-weight:normal;font-display:swap;src:local('Roboto Regular'), local('Roboto-Regular'), url(//fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me4A.woff2) format('woff2');}