@charset "UTF-8";
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 *    Not using `font` property because a leading hyphen (e.g. -apple-system) causes the font to break in IE11 and Edge
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
html {
  /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #666;
}

/*
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the outline on focused links when they are also active or hovered
 */
a:active,
a:hover {
  outline: none;
}

/*
 * Style
 */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
  color: #0f6ecd;
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

/*
 * Emphasize
 */
em {
  color: #f0506e;
}

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666;
}

/*
 * Quote
 */
q {
  font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * 1. Add responsiveness.
 * 2. Auto-scale the height. Only needed if `height` attribute is present.
 * 3. Corrects responsive `max-width` behavior if padding and border are used.
 * 4. Exclude SVGs for IE11 because they don't preserve their aspect ratio.
 */
canvas,
img,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}

/* 4 */
@supports (display: block) {
  svg {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
}
/*
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/*
 * 1. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 * 2. Hide `alt` text for lazy loading images.
 * Note: Selector for background while loading img[data-src*='.jpg'][src*='data:image'] { background: grey; }
 */
img:not([src]) {
  /* 1 */
  min-width: 1px;
  /* 2 */
  visibility: hidden;
}

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
p,
ul,
ol,
dl,
pre,
address,
fieldset,
figure {
  margin: 0 0 20px 0;
}

/* Add margin if adjacent element */
* + p, *::before + p, *::after + p,
* + ul,
*::before + ul,
*::after + ul,
* + ol,
*::before + ol,
*::after + ol,
* + dl,
*::before + dl,
*::after + dl,
* + pre,
*::before + pre,
*::after + pre,
* + address,
*::before + address,
*::after + address,
* + fieldset,
*::before + fieldset,
*::after + fieldset,
* + figure,
*::before + figure,
*::after + figure {
  margin-top: 20px;
}

/* Headings
 ========================================================================== */
h1, .uk-h1,
h2, .uk-h2,
h3, .uk-h3,
h4, .uk-h4,
h5, .uk-h5,
h6, .uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}

/* Add margin if adjacent element */
* + h1, *::before + h1, *::after + h1, * + .uk-h1, *::before + .uk-h1, *::after + .uk-h1,
* + h2,
*::before + h2,
*::after + h2, * + .uk-h2, *::before + .uk-h2, *::after + .uk-h2,
* + h3,
*::before + h3,
*::after + h3, * + .uk-h3, *::before + .uk-h3, *::after + .uk-h3,
* + h4,
*::before + h4,
*::after + h4, * + .uk-h4, *::before + .uk-h4, *::after + .uk-h4,
* + h5,
*::before + h5,
*::after + h5, * + .uk-h5, *::before + .uk-h5, *::after + .uk-h5,
* + h6,
*::before + h6,
*::after + h6, * + .uk-h6, *::before + .uk-h6, *::after + .uk-h6,
* + .uk-heading-small,
*::before + .uk-heading-small,
*::after + .uk-heading-small,
* + .uk-heading-medium,
*::before + .uk-heading-medium,
*::after + .uk-heading-medium,
* + .uk-heading-large,
*::before + .uk-heading-large,
*::after + .uk-heading-large,
* + .uk-heading-xlarge,
*::before + .uk-heading-xlarge,
*::after + .uk-heading-xlarge,
* + .uk-heading-2xlarge,
*::before + .uk-heading-2xlarge,
*::after + .uk-heading-2xlarge {
  margin-top: 40px;
}

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

h2, .uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

h3, .uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

h4, .uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5, .uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6, .uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  h1, .uk-h1 {
    font-size: 2.625rem;
  }
  h2, .uk-h2 {
    font-size: 2rem;
  }
}
/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr, .uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
* + hr, *::before + hr, *::after + hr,
* + .uk-hr,
*::before + .uk-hr,
*::after + .uk-hr {
  margin-top: 20px;
}

/* Address
 ========================================================================== */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

/* Add margin if adjacent element */
* + blockquote, *::before + blockquote, *::after + blockquote {
  margin-top: 20px;
}

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}
blockquote footer::before {
  content: "— ";
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem / 1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main { /* 2 */
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
.uk-breakpoint-s::before {
  content: "640px";
}

.uk-breakpoint-m::before {
  content: "960px";
}

.uk-breakpoint-l::before {
  content: "1200px";
}

.uk-breakpoint-xl::before {
  content: "1600px";
}

:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + .uk-table, *::before + .uk-table, *::after + .uk-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: left;
  color: #999;
}

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-left: 0;
}

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-right: 0;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}

.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}

.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-left: 0;
    padding-right: 0;
  }
}
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > *, .uk-icon > *::before, .uk-icon > *::after {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  object-fit: scale-down;
  max-width: none;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important;
}

.uk-icon-link:hover {
  color: #666;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666;
}

/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  /* 1 */
  box-sizing: content-box;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Micro clearfix
 */
.uk-container::before,
.uk-container::after {
  content: "";
  display: table;
}

.uk-container::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-large {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-left {
  margin-left: 0;
}

.uk-container-expand-right {
  margin-right: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (87.5rem / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}

.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child, .uk-grid > *::before > :last-child, .uk-grid > *::after > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-left: -30px;
}

.uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
  padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin,
*::before + .uk-grid-margin,
*::after + .uk-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > *, .uk-grid > *::before, .uk-grid > *::after {
    padding-left: 40px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin,
  *::before + .uk-grid-margin,
  *::after + .uk-grid-margin {
    margin-top: 40px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-left: -15px;
}

.uk-grid-small > *, .uk-grid-small > *::before, .uk-grid-small > *::after,
.uk-grid-column-small > *,
.uk-grid-column-small > *::before,
.uk-grid-column-small > *::after {
  padding-left: 15px;
}

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small,
*::before + .uk-grid-margin-small,
*::after + .uk-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-left: -30px;
}

.uk-grid-medium > *, .uk-grid-medium > *::before, .uk-grid-medium > *::after,
.uk-grid-column-medium > *,
.uk-grid-column-medium > *::before,
.uk-grid-column-medium > *::after {
  padding-left: 30px;
}

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium,
*::before + .uk-grid-margin-medium,
*::after + .uk-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-left: -40px;
}

.uk-grid-large > *, .uk-grid-large > *::before, .uk-grid-large > *::after,
.uk-grid-column-large > *,
.uk-grid-column-large > *::before,
.uk-grid-column-large > *::after {
  padding-left: 40px;
}

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large,
*::before + .uk-grid-margin-large,
*::after + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-left: -70px;
  }
  .uk-grid-large > *, .uk-grid-large > *::before, .uk-grid-large > *::after,
  .uk-grid-column-large > *,
  .uk-grid-column-large > *::before,
  .uk-grid-column-large > *::after {
    padding-left: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large,
  *::before + .uk-grid-margin-large,
  *::after + .uk-grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}

.uk-grid-collapse > *, .uk-grid-collapse > *::before, .uk-grid-collapse > *::after,
.uk-grid-column-collapse > *,
.uk-grid-column-collapse > *::before,
.uk-grid-column-collapse > *::after {
  padding-left: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-left: -60px;
}

.uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
  padding-left: 60px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > *, .uk-grid-divider > *::before, .uk-grid-divider > *::after {
    padding-left: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-left: -30px;
}

.uk-grid-divider.uk-grid-small > *, .uk-grid-divider.uk-grid-small > *::before, .uk-grid-divider.uk-grid-small > *::after,
.uk-grid-divider.uk-grid-column-small > *,
.uk-grid-divider.uk-grid-column-small > *::before,
.uk-grid-divider.uk-grid-column-small > *::after {
  padding-left: 30px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  left: 15px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-left: -60px;
}

.uk-grid-divider.uk-grid-medium > *, .uk-grid-divider.uk-grid-medium > *::before, .uk-grid-divider.uk-grid-medium > *::after,
.uk-grid-divider.uk-grid-column-medium > *,
.uk-grid-divider.uk-grid-column-medium > *::before,
.uk-grid-divider.uk-grid-column-medium > *::after {
  padding-left: 60px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  left: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-left: -80px;
}

.uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-large > *::before, .uk-grid-divider.uk-grid-large > *::after,
.uk-grid-divider.uk-grid-column-large > *,
.uk-grid-divider.uk-grid-column-large > *::before,
.uk-grid-divider.uk-grid-column-large > *::after {
  padding-left: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  left: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-large > *, .uk-grid-divider.uk-grid-large > *::before, .uk-grid-divider.uk-grid-large > *::after,
  .uk-grid-divider.uk-grid-column-large > *,
  .uk-grid-divider.uk-grid-column-large > *::before,
  .uk-grid-divider.uk-grid-column-large > *::after {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *, .uk-grid-match > *::before, .uk-grid-match > *::after,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]), .uk-grid-match > *::before > :not([class*=uk-width]), .uk-grid-match > *::after > :not([class*=uk-width]),
.uk-grid-item-match > :not([class*=uk-width]) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

/* Hover */
.uk-close:hover {
  color: #666;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > *, .uk-spinner > *::before, .uk-spinner > *::after {
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
/*
 * Circle
 */
.uk-spinner > * > *, .uk-spinner > *::before > *, .uk-spinner > *::after > *, .uk-spinner > * > *::before, .uk-spinner > *::before > *::before, .uk-spinner > *::after > *::before, .uk-spinner > * > *::after, .uk-spinner > *::before > *::after, .uk-spinner > *::after > *::after {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-totop:hover {
  color: #666;
}

/* OnClick */
.uk-totop:active {
  color: #333;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}

/* Add margin if adjacent element */
* + .uk-alert, *::before + .uk-alert, *::after + .uk-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + *, .uk-alert-close:first-child + *::before, .uk-alert-close:first-child + *::after {
  margin-top: 0;
}

/*
 * Hover
 */
.uk-alert-close:hover {
  color: inherit;
  opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
  background: #fef5ee;
  color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

/*
 * Content
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-left: -20px;
  /* 4 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > *, .uk-subnav > *::before, .uk-subnav > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-subnav > * > :first-child, .uk-subnav > *::before > :first-child, .uk-subnav > *::after > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */
.uk-subnav > * > a:hover, .uk-subnav > *::before > a:hover, .uk-subnav > *::after > a:hover {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-subnav > .uk-active > a {
  color: #333;
}

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */
.uk-subnav-divider {
  margin-left: -41px;
}

/*
 * Align items and divider vertically
 */
.uk-subnav-divider > *, .uk-subnav-divider > *::before, .uk-subnav-divider > *::after {
  display: flex;
  align-items: center;
}

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0px;
  margin-right: 20px;
  border-left: 1px solid transparent;
}

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5;
}

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child, .uk-subnav-pill > *::before > :first-child, .uk-subnav-pill > *::after > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}

/* Hover */
.uk-subnav-pill > * > a:hover, .uk-subnav-pill > *::before > a:hover, .uk-subnav-pill > *::after > a:hover {
  background-color: #f8f8f8;
  color: #666;
}

/* OnClick */
.uk-subnav-pill > * > a:active, .uk-subnav-pill > *::before > a:active, .uk-subnav-pill > *::after > a:active {
  background-color: #f8f8f8;
  color: #666;
}

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-left: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}
.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > *, .uk-tab > *::before, .uk-tab > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab > * > a, .uk-tab > *::before > a, .uk-tab > *::after > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-tab > * > a:hover, .uk-tab > *::before > a:hover, .uk-tab > *::after > a:hover {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
}

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}

.uk-tab-bottom > * > a, .uk-tab-bottom > *::before > a, .uk-tab-bottom > *::after > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  /* 1 */
  margin-left: 0;
}

/* 1 */
.uk-tab-left > *, .uk-tab-left > *::before, .uk-tab-left > *::after,
.uk-tab-right > *,
.uk-tab-right > *::before,
.uk-tab-right > *::after {
  padding-left: 0;
}

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-left > * > a, .uk-tab-left > *::before > a, .uk-tab-left > *::after > a {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}

.uk-tab-right > * > a, .uk-tab-right > *::before > a, .uk-tab-right > *::after > a {
  justify-content: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}

.uk-tab .uk-dropdown {
  margin-left: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-slidenav:hover {
  color: rgba(102, 102, 102, 0.9);
}

/* OnClick */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > *, .uk-dotnav > *::before, .uk-dotnav > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  padding-left: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > *, .uk-dotnav > *::before > *, .uk-dotnav > *::after > *, .uk-dotnav > * > *::before, .uk-dotnav > *::before > *::before, .uk-dotnav > *::after > *::before, .uk-dotnav > * > *::after, .uk-dotnav > *::before > *::after, .uk-dotnav > *::after > *::after {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

/* Hover */
.uk-dotnav > * > :hover, .uk-dotnav > *::before > :hover, .uk-dotnav > *::after > :hover {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

/* OnClick */
.uk-dotnav > * > :active, .uk-dotnav > *::before > :active, .uk-dotnav > *::after > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}

/* Active */
.uk-dotnav > .uk-active > *, .uk-dotnav > .uk-active > *::before, .uk-dotnav > .uk-active > *::after {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical > *, .uk-dotnav-vertical > *::before, .uk-dotnav-vertical > *::after {
  padding-left: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-left: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > *, .uk-thumbnav > *::before, .uk-thumbnav > *::after {
  /* 1 */
  padding-left: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > *, .uk-thumbnav > *::before > *, .uk-thumbnav > *::after > *, .uk-thumbnav > * > *::before, .uk-thumbnav > *::before > *::before, .uk-thumbnav > *::after > *::before, .uk-thumbnav > * > *::after, .uk-thumbnav > *::before > *::after, .uk-thumbnav > *::after > *::after {
  display: inline-block;
  position: relative;
}
.uk-thumbnav > * > *::after, .uk-thumbnav > * > ::after, .uk-thumbnav > *::before > ::after, .uk-thumbnav > *::after > ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.4);
  transition: background-color 0.1s ease-in-out;
}

/* Hover */
.uk-thumbnav > * > :hover::after, .uk-thumbnav > *::before > :hover::after, .uk-thumbnav > *::after > :hover::after {
  background-color: transparent;
}

/* Active */
.uk-thumbnav > .uk-active > *::after, .uk-thumbnav > .uk-active > ::after {
  background-color: transparent;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-left: 0;
  margin-top: -15px;
}

/* 2 */
.uk-thumbnav-vertical > *, .uk-thumbnav-vertical > *::before, .uk-thumbnav-vertical > *::after {
  padding-left: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-drop-top] {
  margin-top: -20px;
}

[class*=uk-drop-bottom] {
  margin-top: 20px;
}

[class*=uk-drop-left] {
  margin-left: -20px;
}

[class*=uk-drop-right] {
  margin-left: 20px;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > *, .uk-drop-stack .uk-drop-grid > *::before, .uk-drop-stack .uk-drop-grid > *::after {
  width: 100% !important;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 * 4. Style
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  min-width: 200px;
  /* 4 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* Show */
.uk-dropdown.uk-open {
  display: block;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  white-space: nowrap;
  font-size: 0.875rem;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Focus + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li > a:focus,
.uk-dropdown-nav > li.uk-active > a {
  color: #666;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub a:focus,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}

/* Direction / Alignment modifiers
 ========================================================================== */
/* Direction */
[class*=uk-dropdown-top] {
  margin-top: -10px;
}

[class*=uk-dropdown-bottom] {
  margin-top: 10px;
}

[class*=uk-dropdown-left] {
  margin-left: -10px;
}

[class*=uk-dropdown-right] {
  margin-left: 10px;
}

/* Grid modifiers
 ========================================================================== */
.uk-dropdown-stack .uk-dropdown-grid > *, .uk-dropdown-stack .uk-dropdown-grid > *::before, .uk-dropdown-stack .uk-dropdown-grid > *::after {
  width: 100% !important;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. Fix `max-width: 100%` not working in combination with flex and responsive images in IE11
 *    `!important` needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: calc(100% - 0.01px) !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  padding: 30px 30px;
}

.uk-modal-header {
  padding: 15px 30px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
  padding: 15px 30px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

/*
 * Micro clearfix
 */
.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  content: "";
  display: table;
}

.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + *, [class*=uk-modal-close-]:first-child + *::before, [class*=uk-modal-close-]:first-child + *::after {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  right: -5px;
  transform: translate(0, -100%);
  color: white;
}

.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
/*
 * Full
 */
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 *    Using `vh` and `vw` to make responsive image work in IE11
 * 6. Suppress outline on focus
 */
.uk-lightbox-items > *, .uk-lightbox-items > *::before, .uk-lightbox-items > *::after {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */
.uk-lightbox-items > * > *, .uk-lightbox-items > *::before > *, .uk-lightbox-items > *::after > *, .uk-lightbox-items > * > *::before, .uk-lightbox-items > *::before > *::before, .uk-lightbox-items > *::after > *::before, .uk-lightbox-items > * > *::after, .uk-lightbox-items > *::before > *::after, .uk-lightbox-items > *::after > *::after {
  max-width: 100vw;
  max-height: 100vh;
}

/* 6 */
.uk-lightbox-items > :focus {
  outline: none;
}

.uk-lightbox-items > * > :not(iframe), .uk-lightbox-items > *::before > :not(iframe), .uk-lightbox-items > *::after > :not(iframe) {
  width: auto;
  height: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > *, .uk-lightbox-toolbar > *::before, .uk-lightbox-toolbar > *::after {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/*
 * Hover
 */
.uk-lightbox-button:hover {
  color: #fff;
}

/* Caption
 ========================================================================== */
/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 * 5. Disable horizontal panning gestures
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
  /* 5 */
  touch-action: pan-y;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items > *, .uk-slideshow-items > *::before, .uk-slideshow-items > *::after {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  right: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 * 2. Create position context
 * 3. Disable horizontal panning gestures in IE11 and Edge
 * 4. Suppress outline on focus
 */
.uk-slider-items > *, .uk-slider-items > *::before, .uk-slider-items > *::after {
  /* 1 */
  flex: none;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/* 4 */
.uk-slider-items > :focus {
  outline: none;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box;
}

/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
 * Faster animations
 */
.uk-sticky[class*=uk-animation-] {
  animation-duration: 0.2s;
}

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */
.uk-sticky-placeholder {
  pointer-events: none;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 40px 40px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -100%;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}
/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  left: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: left 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  left: auto;
  right: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 100%;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 100%;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -100%;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child, .uk-switcher > *::before > :last-child, .uk-switcher > *::after > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-left: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */
:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-right,
.uk-notification-bottom-right {
  left: auto;
  right: 10px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notification-bottom-left,
.uk-notification-bottom-right,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uk-notification-message, *::before + .uk-notification-message, *::after + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0;
}

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296;
}

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a;
}

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Scale
 */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*
 * Slide
 */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Kenburns
 */
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width] > *, [class*=uk-child-width] > *::before, [class*=uk-child-width] > *::after {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > *, .uk-child-width-1-2 > *::before, .uk-child-width-1-2 > *::after {
  width: 50%;
}

.uk-child-width-1-3 > *, .uk-child-width-1-3 > *::before, .uk-child-width-1-3 > *::after {
  width: calc(100% * 1 / 3.001);
}

.uk-child-width-1-4 > *, .uk-child-width-1-4 > *::before, .uk-child-width-1-4 > *::after {
  width: 25%;
}

.uk-child-width-1-5 > *, .uk-child-width-1-5 > *::before, .uk-child-width-1-5 > *::after {
  width: 20%;
}

.uk-child-width-1-6 > *, .uk-child-width-1-6 > *::before, .uk-child-width-1-6 > *::after {
  width: calc(100% * 1 / 6.001);
}

.uk-child-width-auto > *, .uk-child-width-auto > *::before, .uk-child-width-auto > *::after {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > *, .uk-child-width-1-1\@s > *::before, .uk-child-width-1-1\@s > *::after {
    width: 100%;
  }
  .uk-child-width-1-2\@s > *, .uk-child-width-1-2\@s > *::before, .uk-child-width-1-2\@s > *::after {
    width: 50%;
  }
  .uk-child-width-1-3\@s > *, .uk-child-width-1-3\@s > *::before, .uk-child-width-1-3\@s > *::after {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > *, .uk-child-width-1-4\@s > *::before, .uk-child-width-1-4\@s > *::after {
    width: 25%;
  }
  .uk-child-width-1-5\@s > *, .uk-child-width-1-5\@s > *::before, .uk-child-width-1-5\@s > *::after {
    width: 20%;
  }
  .uk-child-width-1-6\@s > *, .uk-child-width-1-6\@s > *::before, .uk-child-width-1-6\@s > *::after {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > *, .uk-child-width-auto\@s > *::before, .uk-child-width-auto\@s > *::after {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > *, .uk-child-width-1-1\@m > *::before, .uk-child-width-1-1\@m > *::after {
    width: 100%;
  }
  .uk-child-width-1-2\@m > *, .uk-child-width-1-2\@m > *::before, .uk-child-width-1-2\@m > *::after {
    width: 50%;
  }
  .uk-child-width-1-3\@m > *, .uk-child-width-1-3\@m > *::before, .uk-child-width-1-3\@m > *::after {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > *, .uk-child-width-1-4\@m > *::before, .uk-child-width-1-4\@m > *::after {
    width: 25%;
  }
  .uk-child-width-1-5\@m > *, .uk-child-width-1-5\@m > *::before, .uk-child-width-1-5\@m > *::after {
    width: 20%;
  }
  .uk-child-width-1-6\@m > *, .uk-child-width-1-6\@m > *::before, .uk-child-width-1-6\@m > *::after {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > *, .uk-child-width-auto\@m > *::before, .uk-child-width-auto\@m > *::after {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > *, .uk-child-width-1-1\@l > *::before, .uk-child-width-1-1\@l > *::after {
    width: 100%;
  }
  .uk-child-width-1-2\@l > *, .uk-child-width-1-2\@l > *::before, .uk-child-width-1-2\@l > *::after {
    width: 50%;
  }
  .uk-child-width-1-3\@l > *, .uk-child-width-1-3\@l > *::before, .uk-child-width-1-3\@l > *::after {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > *, .uk-child-width-1-4\@l > *::before, .uk-child-width-1-4\@l > *::after {
    width: 25%;
  }
  .uk-child-width-1-5\@l > *, .uk-child-width-1-5\@l > *::before, .uk-child-width-1-5\@l > *::after {
    width: 20%;
  }
  .uk-child-width-1-6\@l > *, .uk-child-width-1-6\@l > *::before, .uk-child-width-1-6\@l > *::after {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > *, .uk-child-width-auto\@l > *::before, .uk-child-width-auto\@l > *::after {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > *, .uk-child-width-1-1\@xl > *::before, .uk-child-width-1-1\@xl > *::after {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > *, .uk-child-width-1-2\@xl > *::before, .uk-child-width-1-2\@xl > *::after {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > *, .uk-child-width-1-3\@xl > *::before, .uk-child-width-1-3\@xl > *::after {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > *, .uk-child-width-1-4\@xl > *::before, .uk-child-width-1-4\@xl > *::after {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > *, .uk-child-width-1-5\@xl > *::before, .uk-child-width-1-5\@xl > *::after {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > *, .uk-child-width-1-6\@xl > *::before, .uk-child-width-1-6\@xl > *::after {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > *, .uk-child-width-auto\@xl > *::before, .uk-child-width-auto\@xl > *::after {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}

.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}

.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-xxlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-xxlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-xxlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-xxlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-xxlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
/* ========================================================================
   Component: Height
 ========================================================================== */
[class*=uk-height] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
}

.uk-height-viewport-2 {
  min-height: 200vh;
}

.uk-height-viewport-3 {
  min-height: 300vh;
}

.uk-height-viewport-4 {
  min-height: 400vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
}

.uk-height-medium {
  height: 300px;
}

.uk-height-large {
  height: 450px;
}

.uk-height-max-small {
  max-height: 150px;
}

.uk-height-max-medium {
  max-height: 300px;
}

.uk-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}
.uk-text-meta a {
  color: #999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: #1e87f0 !important;
}

.uk-text-secondary {
  color: #222 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #1e87f0;
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

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

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

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

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
  overflow-wrap: break-word;
}

/* 1 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-word;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*=uk-column-] {
  column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*=uk-column-] {
    column-gap: 40px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*=uk-column-] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  column-count: 2;
}

.uk-column-1-3 {
  column-count: 3;
}

.uk-column-1-4 {
  column-count: 4;
}

.uk-column-1-5 {
  column-count: 5;
}

.uk-column-1-6 {
  column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
/* 1 */
[uk-cover]:where(canvas, iframe, svg),
[data-uk-cover]:where(canvas, iframe, svg) {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none;
}

[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
  /* 3 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
}

.uk-background-muted {
  background-color: #f8f8f8;
}

.uk-background-primary {
  background-color: #1e87f0;
}

.uk-background-secondary {
  background-color: #222;
}

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-background-contain {
  background-size: contain;
}

.uk-background-width-1-1 {
  background-size: 100%;
}

.uk-background-height-1-1 {
  background-size: auto 100%;
}

/* Position
 ========================================================================== */
.uk-background-top-left {
  background-position: 0 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-center-left {
  background-position: 0 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-bottom-left {
  background-position: 0 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*=uk-align] {
  display: block;
  margin-bottom: 30px;
}

* + [class*=uk-align], *::before + [class*=uk-align], *::after + [class*=uk-align] {
  margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/*
 * Left/Right
 */
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
  }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  position: relative;
  box-sizing: border-box;
}

/*
 * Micro clearfix
 */
.uk-panel::before,
.uk-panel::after {
  content: "";
  display: table;
}

.uk-panel::after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-left {
  float: left;
}

.uk-float-right {
  float: right;
}

/* 1 */
[class*=uk-float-] {
  max-width: 100%;
}

/* Overfow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 * Note: Firefox ignores `padding-bottom` for the scrollable overflow https://bugzilla.mozilla.org/show_bug.cgi?id=748518
 */
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

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

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

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force hardware acceleration without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*=uk-inline] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*=uk-border-] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*=uk-box-shadow-hover] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Blur doesn't work on pseudo elements with negative `z-index` in Edge.
 *    Solved by using `before` and add position context to child elements.
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::before {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
  }
  /* 3 */
  .uk-box-shadow-bottom > *, .uk-box-shadow-bottom > *::before, .uk-box-shadow-bottom > *::after {
    position: relative;
  }
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 * 3. Caused by 1.: Edge creates two nested `::first-letter` containers, one for each selector
 *    This doubles the `font-size` exponential when using the `em` unit.
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* 3 */
@supports (-ms-ime-align: auto) {
  .uk-dropcap > p:first-of-type::first-letter {
    font-size: 1em;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Required for `a`
 */
.uk-logo {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #666;
  /* 1 */
  text-decoration: none;
}

/* Hover + Focus */
.uk-logo:hover,
.uk-logo:focus {
  color: #666;
  outline: none;
  /* 1 */
  text-decoration: none;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag *,
.uk-drag *::before,
.uk-drag *::after {
  cursor: move;
}

/* 2 */
.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(-50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-left {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-right {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-stretch\@s {
    align-items: stretch;
  }
  .uk-flex-top\@s {
    align-items: flex-start;
  }
  .uk-flex-middle\@s {
    align-items: center;
  }
  .uk-flex-bottom\@s {
    align-items: flex-end;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-stretch\@m {
    align-items: stretch;
  }
  .uk-flex-top\@m {
    align-items: flex-start;
  }
  .uk-flex-middle\@m {
    align-items: center;
  }
  .uk-flex-bottom\@m {
    align-items: flex-end;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-stretch\@l {
    align-items: stretch;
  }
  .uk-flex-top\@l {
    align-items: flex-start;
  }
  .uk-flex-middle\@l {
    align-items: center;
  }
  .uk-flex-bottom\@l {
    align-items: flex-end;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-stretch\@xl {
    align-items: stretch;
  }
  .uk-flex-top\@xl {
    align-items: flex-start;
  }
  .uk-flex-middle\@xl {
    align-items: center;
  }
  .uk-flex-bottom\@xl {
    align-items: flex-end;
  }
}
/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row;
  }
  .uk-flex-column\@s {
    flex-direction: column;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-row\@m {
    flex-direction: row;
  }
  .uk-flex-column\@m {
    flex-direction: column;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-row\@l {
    flex-direction: row;
  }
  .uk-flex-column\@l {
    flex-direction: column;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-row\@xl {
    flex-direction: row;
  }
  .uk-flex-column\@xl {
    flex-direction: column;
  }
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
.uk-flex-initial {
  flex: initial;
}

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-initial\@s {
    flex: initial;
  }
  .uk-flex-none\@s {
    flex: none;
  }
  .uk-flex-1\@s {
    flex: 1;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-initial\@m {
    flex: initial;
  }
  .uk-flex-none\@m {
    flex: none;
  }
  .uk-flex-1\@m {
    flex: 1;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-initial\@l {
    flex: initial;
  }
  .uk-flex-none\@l {
    flex: none;
  }
  .uk-flex-1\@l {
    flex: 1;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-initial\@xl {
    flex: initial;
  }
  .uk-flex-none\@xl {
    flex: none;
  }
  .uk-flex-1\@xl {
    flex: 1;
  }
}
/* ========================================================================
   Component: Position
 ========================================================================== */
:root {
  --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-center] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

/*
 * Corners
 */
.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: max-content;
}

/* Vertical */
[class*=uk-position-center-left],
[class*=uk-position-center-right],
.uk-position-center-vertical {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-vertical {
  left: 0;
  right: 0;
}

.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}

.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center,
.uk-position-center-horizontal {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: max-content;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

.uk-position-center-horizontal {
  top: 0;
  bottom: 0;
}

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* Margin
 ========================================================================== */
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px;
}

.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px;
  }
}
/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

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

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

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

/* Layer
 ========================================================================== */
.uk-position-z-index {
  z-index: 1;
}

.uk-position-z-index-zero {
  z-index: 0;
}

.uk-position-z-index-negative {
  z-index: -1;
}

.uk-position-z-index-high {
  z-index: 990;
}

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */
:where(.uk-transition-fade),
:where([class*=uk-transition-scale]),
:where([class*=uk-transition-slide]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}

.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*=uk-transition-scale] {
  -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}

.uk-transition-scale-down {
  --uk-scale-x: 1.1;
  --uk-scale-y: 1.1;
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.1;
  --uk-scale-y: 1.1;
  opacity: 1;
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1;
}

/*
 * Slide
 */
.uk-transition-slide-top {
  --uk-translate-y: -100%;
}

.uk-transition-slide-bottom {
  --uk-translate-y: 100%;
}

.uk-transition-slide-left {
  --uk-translate-x: -100%;
}

.uk-transition-slide-right {
  --uk-translate-x: 100%;
}

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px;
}

.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px);
}

.uk-transition-slide-right-small {
  --uk-translate-x: 10px;
}

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px;
}

.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px);
}

.uk-transition-slide-right-medium {
  --uk-translate-x: 50px;
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle [class*=uk-transition-slide]:focus-within,
.uk-transition-active.uk-active [class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifier
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* Disable modifier
 ========================================================================== */
.uk-transition-disable,
.uk-transition-disable *,
.uk-transition-disable *::before,
.uk-transition-disable *::after {
  transition: none !important;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Can't use zero dimensions together
 *    with `overflow: hidden` it would remove it from the accessibility tree.
 * 3. Hide the single rendered pixel.
 * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
 *    by screen readers and the visual tracking indicator of other assistive technologies.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  /* 3 */
  clip-path: inset(50%) !important;
  /* 4 */
  white-space: nowrap !important;
}

/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Unfortunately, can't use `clip-path: inset(50%)` because hover won't work
 * if the element is positioned outside of the toggle box.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light, .uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light a, .uk-offcanvas-bar a,
.uk-light .uk-link,
.uk-offcanvas-bar .uk-link {
  color: #fff;
}
.uk-light a:hover, .uk-offcanvas-bar a:hover,
.uk-light .uk-link:hover,
.uk-offcanvas-bar .uk-link:hover {
  color: #fff;
}
.uk-light :not(pre) > code, .uk-offcanvas-bar :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.uk-light em, .uk-offcanvas-bar em {
  color: #fff;
}
.uk-light h1, .uk-offcanvas-bar h1, .uk-light .uk-h1, .uk-offcanvas-bar .uk-h1,
.uk-light h2,
.uk-offcanvas-bar h2, .uk-light .uk-h2, .uk-offcanvas-bar .uk-h2,
.uk-light h3,
.uk-offcanvas-bar h3, .uk-light .uk-h3, .uk-offcanvas-bar .uk-h3,
.uk-light h4,
.uk-offcanvas-bar h4, .uk-light .uk-h4, .uk-offcanvas-bar .uk-h4,
.uk-light h5,
.uk-offcanvas-bar h5, .uk-light .uk-h5, .uk-offcanvas-bar .uk-h5,
.uk-light h6,
.uk-offcanvas-bar h6, .uk-light .uk-h6, .uk-offcanvas-bar .uk-h6,
.uk-light .uk-heading-small,
.uk-offcanvas-bar .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-offcanvas-bar .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-offcanvas-bar .uk-heading-2xlarge {
  color: #fff;
}
.uk-light blockquote, .uk-offcanvas-bar blockquote {
  color: #fff;
}
.uk-light blockquote footer, .uk-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light hr, .uk-offcanvas-bar hr, .uk-light .uk-hr, .uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-link-muted, .uk-offcanvas-bar .uk-link-muted,
.uk-light .uk-link-muted a,
.uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-link-muted:hover, .uk-offcanvas-bar .uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-muted a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-link-text:hover, .uk-offcanvas-bar .uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-text a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-link-heading:hover, .uk-offcanvas-bar .uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-heading a:hover {
  color: #fff;
}
.uk-light .uk-heading-divider, .uk-offcanvas-bar .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-bullet::before, .uk-offcanvas-bar .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-heading-line > ::before, .uk-offcanvas-bar .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-icon, .uk-offcanvas-bar .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.2)%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-divider-icon::before, .uk-offcanvas-bar .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-small::after, .uk-offcanvas-bar .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-divider-vertical, .uk-offcanvas-bar .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-divider > li:nth-child(n+2), .uk-offcanvas-bar .uk-list-divider > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-list-striped > li:nth-of-type(odd), .uk-offcanvas-bar .uk-list-striped > li:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}
.uk-light .uk-list-bullet > li::before, .uk-offcanvas-bar .uk-list-bullet > li::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-icon-link, .uk-offcanvas-bar .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-icon-link:hover, .uk-offcanvas-bar .uk-icon-link:hover,
.uk-light .uk-icon-link:focus,
.uk-offcanvas-bar .uk-icon-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-link:active, .uk-offcanvas-bar .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-button, .uk-offcanvas-bar .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-icon-button:hover, .uk-offcanvas-bar .uk-icon-button:hover,
.uk-light .uk-icon-button:focus,
.uk-offcanvas-bar .uk-icon-button:focus {
  background-color: rgba(242, 242, 242, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-icon-button:active, .uk-offcanvas-bar .uk-icon-button:active {
  background-color: rgba(230, 230, 230, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-input, .uk-offcanvas-bar .uk-input,
.uk-light .uk-select,
.uk-offcanvas-bar .uk-select,
.uk-light .uk-textarea,
.uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-input:focus, .uk-offcanvas-bar .uk-input:focus,
.uk-light .uk-select:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-offcanvas-bar .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-input::-ms-input-placeholder, .uk-offcanvas-bar .uk-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-input::placeholder, .uk-offcanvas-bar .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-textarea::-ms-input-placeholder, .uk-offcanvas-bar .uk-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-textarea::placeholder, .uk-offcanvas-bar .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-select:not([multiple]):not([size]), .uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-input[list]:hover, .uk-offcanvas-bar .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-radio, .uk-offcanvas-bar .uk-radio,
.uk-light .uk-checkbox,
.uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(242, 242, 242, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-radio:focus, .uk-offcanvas-bar .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-offcanvas-bar .uk-checkbox:focus {
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-radio:checked:focus, .uk-offcanvas-bar .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: #e6e6e6;
}
.uk-light .uk-radio:checked, .uk-offcanvas-bar .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-checkbox:checked, .uk-offcanvas-bar .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}
.uk-light .uk-checkbox:indeterminate, .uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-form-label, .uk-offcanvas-bar .uk-form-label {
  color: #fff;
}
.uk-light .uk-form-icon, .uk-offcanvas-bar .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-form-icon:hover, .uk-offcanvas-bar .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-button-default, .uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-button-default:hover, .uk-offcanvas-bar .uk-button-default:hover,
.uk-light .uk-button-default:focus,
.uk-offcanvas-bar .uk-button-default:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-button-default:active, .uk-offcanvas-bar .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-button-primary, .uk-offcanvas-bar .uk-button-primary {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-button-primary:hover, .uk-offcanvas-bar .uk-button-primary:hover,
.uk-light .uk-button-primary:focus,
.uk-offcanvas-bar .uk-button-primary:focus {
  background-color: #f2f2f2;
  color: #666;
}
.uk-light .uk-button-primary:active, .uk-offcanvas-bar .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}
.uk-light .uk-button-secondary, .uk-offcanvas-bar .uk-button-secondary {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-button-secondary:hover, .uk-offcanvas-bar .uk-button-secondary:hover,
.uk-light .uk-button-secondary:focus,
.uk-offcanvas-bar .uk-button-secondary:focus {
  background-color: #f2f2f2;
  color: #666;
}
.uk-light .uk-button-secondary:active, .uk-offcanvas-bar .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}
.uk-light .uk-button-text, .uk-offcanvas-bar .uk-button-text {
  color: #fff;
}
.uk-light .uk-button-text::before, .uk-offcanvas-bar .uk-button-text::before {
  border-bottom-color: #fff;
}
.uk-light .uk-button-text:hover, .uk-offcanvas-bar .uk-button-text:hover,
.uk-light .uk-button-text:focus,
.uk-offcanvas-bar .uk-button-text:focus {
  color: #fff;
}
.uk-light .uk-button-text:disabled, .uk-offcanvas-bar .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-button-link, .uk-offcanvas-bar .uk-button-link {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-button-link:hover, .uk-offcanvas-bar .uk-button-link:hover,
.uk-light .uk-button-link:focus,
.uk-offcanvas-bar .uk-button-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-grid-divider > :not(.uk-first-column)::before, .uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before, .uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-close, .uk-offcanvas-bar .uk-close {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-close:hover, .uk-offcanvas-bar .uk-close:hover,
.uk-light .uk-close:focus,
.uk-offcanvas-bar .uk-close:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-totop, .uk-offcanvas-bar .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-totop:hover, .uk-offcanvas-bar .uk-totop:hover,
.uk-light .uk-totop:focus,
.uk-offcanvas-bar .uk-totop:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-totop:active, .uk-offcanvas-bar .uk-totop:active {
  color: #fff;
}
.uk-light .uk-badge, .uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-badge:hover, .uk-offcanvas-bar .uk-badge:hover,
.uk-light .uk-badge:focus,
.uk-offcanvas-bar .uk-badge:focus {
  color: #666;
}
.uk-light .uk-label, .uk-offcanvas-bar .uk-label {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-article-meta, .uk-offcanvas-bar .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-input, .uk-offcanvas-bar .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-search-input:-ms-input-placeholder, .uk-offcanvas-bar .uk-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-search-input::placeholder, .uk-offcanvas-bar .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search .uk-search-icon, .uk-offcanvas-bar .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search .uk-search-icon:hover, .uk-offcanvas-bar .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-default .uk-search-input, .uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-search-default .uk-search-input:focus, .uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: transparent;
}
.uk-light .uk-search-navbar .uk-search-input, .uk-offcanvas-bar .uk-search-navbar .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-large .uk-search-input, .uk-offcanvas-bar .uk-search-large .uk-search-input {
  background-color: transparent;
}
.uk-light .uk-search-toggle, .uk-offcanvas-bar .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-search-toggle:hover, .uk-offcanvas-bar .uk-search-toggle:hover,
.uk-light .uk-search-toggle:focus,
.uk-offcanvas-bar .uk-search-toggle:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-parent-icon > .uk-parent > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-nav-parent-icon > .uk-parent.uk-open > a::after, .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22rgba(255, 255, 255, 0.7)%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-nav-default > li > a, .uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-default > li > a:hover, .uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:focus,
.uk-offcanvas-bar .uk-nav-default > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-default > li.uk-active > a, .uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-default .uk-nav-header, .uk-offcanvas-bar .uk-nav-default .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-default .uk-nav-divider, .uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-default .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-default .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-primary > li > a, .uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-primary > li > a:hover, .uk-offcanvas-bar .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:focus,
.uk-offcanvas-bar .uk-nav-primary > li > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-primary > li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-nav-primary .uk-nav-header, .uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
  color: #fff;
}
.uk-light .uk-nav-primary .uk-nav-divider, .uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-nav-primary .uk-nav-sub a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-nav-primary .uk-nav-sub a:hover, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:focus,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a, .uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-light .uk-navbar-nav > li > a, .uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-nav > li:hover > a, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a:focus,
.uk-offcanvas-bar .uk-navbar-nav > li > a:focus,
.uk-light .uk-navbar-nav > li > a.uk-open,
.uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-navbar-nav > li > a:active, .uk-offcanvas-bar .uk-navbar-nav > li > a:active {
  color: #fff;
}
.uk-light .uk-navbar-nav > li.uk-active > a, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.uk-light .uk-navbar-item, .uk-offcanvas-bar .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-navbar-toggle, .uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-navbar-toggle:hover, .uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle:focus,
.uk-offcanvas-bar .uk-navbar-toggle:focus,
.uk-light .uk-navbar-toggle.uk-open,
.uk-offcanvas-bar .uk-navbar-toggle.uk-open {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav > * > :first-child, .uk-light .uk-subnav > *::before > :first-child, .uk-light .uk-subnav > *::after > :first-child, .uk-offcanvas-bar .uk-subnav > * > :first-child, .uk-offcanvas-bar .uk-subnav > *::before > :first-child, .uk-offcanvas-bar .uk-subnav > *::after > :first-child {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-subnav > * > a:hover, .uk-light .uk-subnav > *::before > a:hover, .uk-light .uk-subnav > *::after > a:hover, .uk-offcanvas-bar .uk-subnav > * > a:hover, .uk-offcanvas-bar .uk-subnav > *::before > a:hover, .uk-offcanvas-bar .uk-subnav > *::after > a:hover,
.uk-light .uk-subnav > * > a:focus,
.uk-light .uk-subnav > *::before > a:focus,
.uk-light .uk-subnav > *::after > a:focus,
.uk-offcanvas-bar .uk-subnav > * > a:focus,
.uk-offcanvas-bar .uk-subnav > *::before > a:focus,
.uk-offcanvas-bar .uk-subnav > *::after > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav > .uk-active > a, .uk-offcanvas-bar .uk-subnav > .uk-active > a {
  color: #fff;
}
.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-subnav-pill > * > :first-child, .uk-light .uk-subnav-pill > *::before > :first-child, .uk-light .uk-subnav-pill > *::after > :first-child, .uk-offcanvas-bar .uk-subnav-pill > * > :first-child, .uk-offcanvas-bar .uk-subnav-pill > *::before > :first-child, .uk-offcanvas-bar .uk-subnav-pill > *::after > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-subnav-pill > * > a:hover, .uk-light .uk-subnav-pill > *::before > a:hover, .uk-light .uk-subnav-pill > *::after > a:hover, .uk-offcanvas-bar .uk-subnav-pill > * > a:hover, .uk-offcanvas-bar .uk-subnav-pill > *::before > a:hover, .uk-offcanvas-bar .uk-subnav-pill > *::after > a:hover,
.uk-light .uk-subnav-pill > * > a:focus,
.uk-light .uk-subnav-pill > *::before > a:focus,
.uk-light .uk-subnav-pill > *::after > a:focus,
.uk-offcanvas-bar .uk-subnav-pill > * > a:focus,
.uk-offcanvas-bar .uk-subnav-pill > *::before > a:focus,
.uk-offcanvas-bar .uk-subnav-pill > *::after > a:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav-pill > * > a:active, .uk-light .uk-subnav-pill > *::before > a:active, .uk-light .uk-subnav-pill > *::after > a:active, .uk-offcanvas-bar .uk-subnav-pill > * > a:active, .uk-offcanvas-bar .uk-subnav-pill > *::before > a:active, .uk-offcanvas-bar .uk-subnav-pill > *::after > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-subnav-pill > .uk-active > a, .uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}
.uk-light .uk-subnav > .uk-disabled > a, .uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-breadcrumb > * > *, .uk-light .uk-breadcrumb > *::before > *, .uk-light .uk-breadcrumb > *::after > *, .uk-light .uk-breadcrumb > * > *::before, .uk-light .uk-breadcrumb > *::before > *::before, .uk-light .uk-breadcrumb > *::after > *::before, .uk-light .uk-breadcrumb > * > *::after, .uk-light .uk-breadcrumb > *::before > *::after, .uk-light .uk-breadcrumb > *::after > *::after, .uk-offcanvas-bar .uk-breadcrumb > * > *, .uk-offcanvas-bar .uk-breadcrumb > *::before > *, .uk-offcanvas-bar .uk-breadcrumb > *::after > *, .uk-offcanvas-bar .uk-breadcrumb > * > *::before, .uk-offcanvas-bar .uk-breadcrumb > *::before > *::before, .uk-offcanvas-bar .uk-breadcrumb > *::after > *::before, .uk-offcanvas-bar .uk-breadcrumb > * > *::after, .uk-offcanvas-bar .uk-breadcrumb > *::before > *::after, .uk-offcanvas-bar .uk-breadcrumb > *::after > *::after {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-breadcrumb > * > :hover, .uk-light .uk-breadcrumb > *::before > :hover, .uk-light .uk-breadcrumb > *::after > :hover, .uk-offcanvas-bar .uk-breadcrumb > * > :hover, .uk-offcanvas-bar .uk-breadcrumb > *::before > :hover, .uk-offcanvas-bar .uk-breadcrumb > *::after > :hover,
.uk-light .uk-breadcrumb > * > :focus,
.uk-light .uk-breadcrumb > *::before > :focus,
.uk-light .uk-breadcrumb > *::after > :focus,
.uk-offcanvas-bar .uk-breadcrumb > * > :focus,
.uk-offcanvas-bar .uk-breadcrumb > *::before > :focus,
.uk-offcanvas-bar .uk-breadcrumb > *::after > :focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-breadcrumb > :last-child > *, .uk-light .uk-breadcrumb > :last-child > *::before, .uk-light .uk-breadcrumb > :last-child > *::after, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *::before, .uk-offcanvas-bar .uk-breadcrumb > :last-child > *::after {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before, .uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-pagination > * > *, .uk-light .uk-pagination > *::before > *, .uk-light .uk-pagination > *::after > *, .uk-light .uk-pagination > * > *::before, .uk-light .uk-pagination > *::before > *::before, .uk-light .uk-pagination > *::after > *::before, .uk-light .uk-pagination > * > *::after, .uk-light .uk-pagination > *::before > *::after, .uk-light .uk-pagination > *::after > *::after, .uk-offcanvas-bar .uk-pagination > * > *, .uk-offcanvas-bar .uk-pagination > *::before > *, .uk-offcanvas-bar .uk-pagination > *::after > *, .uk-offcanvas-bar .uk-pagination > * > *::before, .uk-offcanvas-bar .uk-pagination > *::before > *::before, .uk-offcanvas-bar .uk-pagination > *::after > *::before, .uk-offcanvas-bar .uk-pagination > * > *::after, .uk-offcanvas-bar .uk-pagination > *::before > *::after, .uk-offcanvas-bar .uk-pagination > *::after > *::after {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-pagination > * > :hover, .uk-light .uk-pagination > *::before > :hover, .uk-light .uk-pagination > *::after > :hover, .uk-offcanvas-bar .uk-pagination > * > :hover, .uk-offcanvas-bar .uk-pagination > *::before > :hover, .uk-offcanvas-bar .uk-pagination > *::after > :hover,
.uk-light .uk-pagination > * > :focus,
.uk-light .uk-pagination > *::before > :focus,
.uk-light .uk-pagination > *::after > :focus,
.uk-offcanvas-bar .uk-pagination > * > :focus,
.uk-offcanvas-bar .uk-pagination > *::before > :focus,
.uk-offcanvas-bar .uk-pagination > *::after > :focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-pagination > .uk-active > *, .uk-light .uk-pagination > .uk-active > *::before, .uk-light .uk-pagination > .uk-active > *::after, .uk-offcanvas-bar .uk-pagination > .uk-active > *, .uk-offcanvas-bar .uk-pagination > .uk-active > *::before, .uk-offcanvas-bar .uk-pagination > .uk-active > *::after {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-pagination > .uk-disabled > *, .uk-light .uk-pagination > .uk-disabled > *::before, .uk-light .uk-pagination > .uk-disabled > *::after, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *::before, .uk-offcanvas-bar .uk-pagination > .uk-disabled > *::after {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab::before, .uk-offcanvas-bar .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-tab > * > a, .uk-light .uk-tab > *::before > a, .uk-light .uk-tab > *::after > a, .uk-offcanvas-bar .uk-tab > * > a, .uk-offcanvas-bar .uk-tab > *::before > a, .uk-offcanvas-bar .uk-tab > *::after > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-tab > * > a:hover, .uk-light .uk-tab > *::before > a:hover, .uk-light .uk-tab > *::after > a:hover, .uk-offcanvas-bar .uk-tab > * > a:hover, .uk-offcanvas-bar .uk-tab > *::before > a:hover, .uk-offcanvas-bar .uk-tab > *::after > a:hover,
.uk-light .uk-tab > * > a:focus,
.uk-light .uk-tab > *::before > a:focus,
.uk-light .uk-tab > *::after > a:focus,
.uk-offcanvas-bar .uk-tab > * > a:focus,
.uk-offcanvas-bar .uk-tab > *::before > a:focus,
.uk-offcanvas-bar .uk-tab > *::after > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-tab > .uk-active > a, .uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}
.uk-light .uk-tab > .uk-disabled > a, .uk-offcanvas-bar .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:hover,
.uk-light .uk-slidenav:focus,
.uk-offcanvas-bar .uk-slidenav:focus {
  color: rgba(255, 255, 255, 0.95);
}
.uk-light .uk-slidenav:active, .uk-offcanvas-bar .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-dotnav > * > *, .uk-light .uk-dotnav > *::before > *, .uk-light .uk-dotnav > *::after > *, .uk-light .uk-dotnav > * > *::before, .uk-light .uk-dotnav > *::before > *::before, .uk-light .uk-dotnav > *::after > *::before, .uk-light .uk-dotnav > * > *::after, .uk-light .uk-dotnav > *::before > *::after, .uk-light .uk-dotnav > *::after > *::after, .uk-offcanvas-bar .uk-dotnav > * > *, .uk-offcanvas-bar .uk-dotnav > *::before > *, .uk-offcanvas-bar .uk-dotnav > *::after > *, .uk-offcanvas-bar .uk-dotnav > * > *::before, .uk-offcanvas-bar .uk-dotnav > *::before > *::before, .uk-offcanvas-bar .uk-dotnav > *::after > *::before, .uk-offcanvas-bar .uk-dotnav > * > *::after, .uk-offcanvas-bar .uk-dotnav > *::before > *::after, .uk-offcanvas-bar .uk-dotnav > *::after > *::after {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}
.uk-light .uk-dotnav > * > :hover, .uk-light .uk-dotnav > *::before > :hover, .uk-light .uk-dotnav > *::after > :hover, .uk-offcanvas-bar .uk-dotnav > * > :hover, .uk-offcanvas-bar .uk-dotnav > *::before > :hover, .uk-offcanvas-bar .uk-dotnav > *::after > :hover,
.uk-light .uk-dotnav > * > :focus,
.uk-light .uk-dotnav > *::before > :focus,
.uk-light .uk-dotnav > *::after > :focus,
.uk-offcanvas-bar .uk-dotnav > * > :focus,
.uk-offcanvas-bar .uk-dotnav > *::before > :focus,
.uk-offcanvas-bar .uk-dotnav > *::after > :focus {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.uk-light .uk-dotnav > * > :active, .uk-light .uk-dotnav > *::before > :active, .uk-light .uk-dotnav > *::after > :active, .uk-offcanvas-bar .uk-dotnav > * > :active, .uk-offcanvas-bar .uk-dotnav > *::before > :active, .uk-offcanvas-bar .uk-dotnav > *::after > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}
.uk-light .uk-dotnav > .uk-active > *, .uk-light .uk-dotnav > .uk-active > *::before, .uk-light .uk-dotnav > .uk-active > *::after, .uk-offcanvas-bar .uk-dotnav > .uk-active > *, .uk-offcanvas-bar .uk-dotnav > .uk-active > *::before, .uk-offcanvas-bar .uk-dotnav > .uk-active > *::after {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}
.uk-light .uk-accordion-title::before, .uk-offcanvas-bar .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-open > .uk-accordion-title::before, .uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba(255, 255, 255, 0.7)%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}
.uk-light .uk-iconnav > * > a, .uk-light .uk-iconnav > *::before > a, .uk-light .uk-iconnav > *::after > a, .uk-offcanvas-bar .uk-iconnav > * > a, .uk-offcanvas-bar .uk-iconnav > *::before > a, .uk-offcanvas-bar .uk-iconnav > *::after > a {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-iconnav > * > a:hover, .uk-light .uk-iconnav > *::before > a:hover, .uk-light .uk-iconnav > *::after > a:hover, .uk-offcanvas-bar .uk-iconnav > * > a:hover, .uk-offcanvas-bar .uk-iconnav > *::before > a:hover, .uk-offcanvas-bar .uk-iconnav > *::after > a:hover,
.uk-light .uk-iconnav > * > a:focus,
.uk-light .uk-iconnav > *::before > a:focus,
.uk-light .uk-iconnav > *::after > a:focus,
.uk-offcanvas-bar .uk-iconnav > * > a:focus,
.uk-offcanvas-bar .uk-iconnav > *::before > a:focus,
.uk-offcanvas-bar .uk-iconnav > *::after > a:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-iconnav > .uk-active > a, .uk-offcanvas-bar .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-text-lead, .uk-offcanvas-bar .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-text-meta, .uk-offcanvas-bar .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}
.uk-light .uk-text-muted, .uk-offcanvas-bar .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.uk-light .uk-text-emphasis, .uk-offcanvas-bar .uk-text-emphasis {
  color: #fff !important;
}
.uk-light .uk-text-primary, .uk-offcanvas-bar .uk-text-primary {
  color: #fff !important;
}
.uk-light .uk-text-secondary, .uk-offcanvas-bar .uk-text-secondary {
  color: #fff !important;
}
.uk-light .uk-column-divider, .uk-offcanvas-bar .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}
.uk-light .uk-logo, .uk-offcanvas-bar .uk-logo {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-logo:hover, .uk-offcanvas-bar .uk-logo:hover,
.uk-light .uk-logo:focus,
.uk-offcanvas-bar .uk-logo:focus {
  color: rgba(255, 255, 255, 0.7);
}
.uk-light .uk-logo > :not(.uk-logo-inverse):not(:only-of-type), .uk-offcanvas-bar .uk-logo > :not(.uk-logo-inverse):not(:only-of-type) {
  display: none;
}
.uk-light .uk-logo-inverse, .uk-offcanvas-bar .uk-logo-inverse {
  display: inline;
}

/*
 * Pass dropbar behind color to JS
 */
*, *::before, *::after {
  --uk-inverse: initial;
}

.uk-light, .uk-offcanvas-bar {
  --uk-inverse: light;
}

.uk-dark {
  --uk-inverse: dark;
}

.uk-inverse-light {
  --uk-inverse: light !important;
}

.uk-inverse-dark {
  --uk-inverse: dark !important;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before, *::after,
  ::before,
  *::after,
  ::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.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 .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.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;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.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--selectable {
  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 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.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;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.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;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.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__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  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;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.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--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  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: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", 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;
  height: 26px;
  margin-right: 20px;
}

.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, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", 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, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", 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, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.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;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.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__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.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;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  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--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.wrapper, .slider__wrapper {
  --padding: 100px;
  --padding960: 50px;
  --padding640: 20px;
  max-width: calc(1600px + var(--padding) * 2);
  width: 100%;
  padding-inline: var(--padding);
  margin-inline: auto;
}
@media (max-width: 959.98px) {
  .wrapper, .slider__wrapper {
    max-width: calc(1600px + var(--padding960) * 2);
    padding-inline: var(--padding960);
  }
}
@media (max-width: 639.98px) {
  .wrapper, .slider__wrapper {
    max-width: calc(1600px + var(--padding640) * 2);
    padding-inline: var(--padding640);
  }
}
.wrapper .wrapper, .slider__wrapper .wrapper, .wrapper .slider__wrapper, .slider__wrapper .slider__wrapper {
  padding-inline: 0;
}

@media (max-width: 959.98px) {
  .slider__wrapper {
    max-width: 1740px;
    padding-inline: 70px;
  }
}
@media (max-width: 639.98px) {
  .slider__wrapper {
    max-width: 1700px;
    padding-inline: 50px;
  }
}

@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCn.eot");
  src: local("Helvetica Neue LT W1G 77 Bold Condensed"), local("HelveticaNeueLTW1G-BdCn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCn.svg#HelveticaNeueLTW1G-BdCn") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCnO.eot");
  src: local("Helvetica Neue LT W1G 77 Bold Condensed Oblique"), local("HelveticaNeueLTW1G-BdCnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdCnO.svg#HelveticaNeueLTW1G-BdCnO") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCn.eot");
  src: local("Helvetica Neue LT W1G 97 Black Condensed"), local("HelveticaNeueLTW1G-BlkCn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCn.svg#HelveticaNeueLTW1G-BlkCn") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCnO.eot");
  src: local("Helvetica Neue LT W1G 97 Black Condensed Oblique"), local("HelveticaNeueLTW1G-BlkCnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkCnO.svg#HelveticaNeueLTW1G-BlkCnO") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdEx.eot");
  src: local("Helvetica Neue LT W1G 73 Bold Extended"), local("HelveticaNeueLTW1G-BdEx"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdEx.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdEx.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdEx.svg#HelveticaNeueLTW1G-BdEx") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Bd.eot");
  src: local("Helvetica Neue LT W1G 75 Bold"), local("HelveticaNeueLTW1G-Bd"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Bd.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Bd.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Bd.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Bd.svg#HelveticaNeueLTW1G-Bd") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Blk.eot");
  src: local("Helvetica Neue LT W1G 95 Black"), local("HelveticaNeueLTW1G-Blk"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Blk.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Blk.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Blk.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Blk.svg#HelveticaNeueLTW1G-Blk") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdExO.eot");
  src: local("Helvetica Neue LT W1G 73 Bold Extended Oblique"), local("HelveticaNeueLTW1G-BdExO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdExO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdExO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdExO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdExO.svg#HelveticaNeueLTW1G-BdExO") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdIt.eot");
  src: local("Helvetica Neue LT W1G 76 Bold Italic"), local("HelveticaNeueLTW1G-BdIt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdIt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdIt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdIt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BdIt.svg#HelveticaNeueLTW1G-BdIt") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCnO.eot");
  src: local("Helvetica Neue LT W1G 87 Heavy Condensed Oblique"), local("HelveticaNeueLTW1G-HvCnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCnO.svg#HelveticaNeueLTW1G-HvCnO") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvExO.eot");
  src: local("Helvetica Neue LT W1G 83 Heavy Extended Oblique"), local("HelveticaNeueLTW1G-HvExO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvExO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvExO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvExO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvExO.svg#HelveticaNeueLTW1G-HvExO") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkIt.eot");
  src: local("Helvetica Neue LT W1G 96 Black Italic"), local("HelveticaNeueLTW1G-BlkIt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkIt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkIt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkIt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkIt.svg#HelveticaNeueLTW1G-BlkIt") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkExO.eot");
  src: local("Helvetica Neue LT W1G 93 Black Extended Oblique"), local("HelveticaNeueLTW1G-BlkExO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkExO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkExO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkExO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkExO.svg#HelveticaNeueLTW1G-BlkExO") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvEx.eot");
  src: local("Helvetica Neue LT W1G 83 Heavy Extended"), local("HelveticaNeueLTW1G-HvEx"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvEx.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvEx.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvEx.svg#HelveticaNeueLTW1G-HvEx") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkEx.eot");
  src: local("Helvetica Neue LT W1G 93 Black Extended"), local("HelveticaNeueLTW1G-BlkEx"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkEx.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkEx.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-BlkEx.svg#HelveticaNeueLTW1G-BlkEx") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-CnO.eot");
  src: local("Helvetica Neue LT W1G 57 Condensed Oblique"), local("HelveticaNeueLTW1G-CnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-CnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-CnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-CnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-CnO.svg#HelveticaNeueLTW1G-CnO") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCn.eot");
  src: local("Helvetica Neue LT W1G 87 Heavy Condensed"), local("HelveticaNeueLTW1G-HvCn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvCn.svg#HelveticaNeueLTW1G-HvCn") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Cn.eot");
  src: local("Helvetica Neue LT W1G 57 Condensed"), local("HelveticaNeueLTW1G-Cn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Cn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Cn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Cn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Cn.svg#HelveticaNeueLTW1G-Cn") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Hv.eot");
  src: local("Helvetica Neue LT W1G 85 Heavy"), local("HelveticaNeueLTW1G-Hv"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Hv.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Hv.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Hv.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Hv.svg#HelveticaNeueLTW1G-Hv") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Ex.eot");
  src: local("Helvetica Neue LT W1G 53 Extended"), local("HelveticaNeueLTW1G-Ex"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Ex.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Ex.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Ex.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Ex.svg#HelveticaNeueLTW1G-Ex") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvIt.eot");
  src: local("Helvetica Neue LT W1G 86 Heavy Italic"), local("HelveticaNeueLTW1G-HvIt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvIt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvIt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvIt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-HvIt.svg#HelveticaNeueLTW1G-HvIt") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-It.eot");
  src: local("Helvetica Neue LT W1G 56 Italic"), local("HelveticaNeueLTW1G-It"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-It.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-It.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-It.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-It.svg#HelveticaNeueLTW1G-It") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Lt.eot");
  src: local("Helvetica Neue LT W1G 45 Light"), local("HelveticaNeueLTW1G-Lt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Lt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Lt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Lt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Lt.svg#HelveticaNeueLTW1G-Lt") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCn.eot");
  src: local("Helvetica Neue LT W1G 47 Light Condensed"), local("HelveticaNeueLTW1G-LtCn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCn.svg#HelveticaNeueLTW1G-LtCn") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ExO.eot");
  src: local("Helvetica Neue LT W1G 53 Extended Oblique"), local("HelveticaNeueLTW1G-ExO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ExO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ExO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ExO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ExO.svg#HelveticaNeueLTW1G-ExO") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCnO.eot");
  src: local("Helvetica Neue LT W1G 67 Medium Condensed Oblique"), local("HelveticaNeueLTW1G-MdCnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCnO.svg#HelveticaNeueLTW1G-MdCnO") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Md.eot");
  src: local("Helvetica Neue LT W1G 65 Medium"), local("HelveticaNeueLTW1G-Md"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Md.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Md.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Md.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Md.svg#HelveticaNeueLTW1G-Md") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCn.eot");
  src: local("Helvetica Neue LT W1G 37 Thin Condensed"), local("HelveticaNeueLTW1G-ThCn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCn.svg#HelveticaNeueLTW1G-ThCn") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdEx.eot");
  src: local("Helvetica Neue LT W1G 63 Medium Extended"), local("HelveticaNeueLTW1G-MdEx"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdEx.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdEx.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdEx.svg#HelveticaNeueLTW1G-MdEx") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdExO.eot");
  src: local("Helvetica Neue LT W1G 63 Medium Extended Oblique"), local("HelveticaNeueLTW1G-MdExO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdExO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdExO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdExO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdExO.svg#HelveticaNeueLTW1G-MdExO") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtExO.eot");
  src: local("Helvetica Neue LT W1G 43 Light Extended Oblique"), local("HelveticaNeueLTW1G-LtExO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtExO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtExO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtExO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtExO.svg#HelveticaNeueLTW1G-LtExO") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Th.eot");
  src: local("Helvetica Neue LT W1G 35 Thin"), local("HelveticaNeueLTW1G-Th"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Th.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Th.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Th.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Th.svg#HelveticaNeueLTW1G-Th") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCn.eot");
  src: local("Helvetica Neue LT W1G 67 Medium Condensed"), local("HelveticaNeueLTW1G-MdCn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdCn.svg#HelveticaNeueLTW1G-MdCn") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtEx.eot");
  src: local("Helvetica Neue LT W1G 43 Light Extended"), local("HelveticaNeueLTW1G-LtEx"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtEx.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtEx.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtEx.svg#HelveticaNeueLTW1G-LtEx") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCnO.eot");
  src: local("Helvetica Neue LT W1G 47 Light Condensed Oblique"), local("HelveticaNeueLTW1G-LtCnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtCnO.svg#HelveticaNeueLTW1G-LtCnO") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtIt.eot");
  src: local("Helvetica Neue LT W1G 46 Light Italic"), local("HelveticaNeueLTW1G-LtIt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtIt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtIt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtIt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-LtIt.svg#HelveticaNeueLTW1G-LtIt") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Roman.eot");
  src: local("Helvetica Neue LT W1G 55 Roman"), local("HelveticaNeueLTW1G-Roman"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Roman.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Roman.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Roman.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-Roman.svg#HelveticaNeueLTW1G-Roman") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdIt.eot");
  src: local("Helvetica Neue LT W1G 66 Medium Italic"), local("HelveticaNeueLTW1G-MdIt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdIt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdIt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdIt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-MdIt.svg#HelveticaNeueLTW1G-MdIt") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThEx.eot");
  src: local("Helvetica Neue LT W1G 33 Thin Extended"), local("HelveticaNeueLTW1G-ThEx"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThEx.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThEx.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThEx.svg#HelveticaNeueLTW1G-ThEx") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThIt.eot");
  src: local("Helvetica Neue LT W1G 36 Thin Italic"), local("HelveticaNeueLTW1G-ThIt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThIt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThIt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThIt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThIt.svg#HelveticaNeueLTW1G-ThIt") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCn.eot");
  src: local("Helvetica Neue LT W1G 107 Extra Black Condensed"), local("HelveticaNeueLTW1G-XBlkCn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCn.svg#HelveticaNeueLTW1G-XBlkCn") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLt.eot");
  src: local("Helvetica Neue LT W1G 25 Ultra Light"), local("HelveticaNeueLTW1G-UltLt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLt.svg#HelveticaNeueLTW1G-UltLt") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThExO.eot");
  src: local("Helvetica Neue LT W1G 33 Thin Extended Oblique"), local("HelveticaNeueLTW1G-ThExO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThExO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThExO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThExO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThExO.svg#HelveticaNeueLTW1G-ThExO") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCnO.eot");
  src: local("Helvetica Neue LT W1G 27 Ultra Light Condensed Oblique"), local("HelveticaNeueLTW1G-UltLtCnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCnO.svg#HelveticaNeueLTW1G-UltLtCnO") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtExO.eot");
  src: local("Helvetica Neue LT W1G 23 Ultra Light Extended Oblique"), local("HelveticaNeueLTW1G-UltLtExO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtExO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtExO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtExO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtExO.svg#HelveticaNeueLTW1G-UltLtExO") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCnO.eot");
  src: local("Helvetica Neue LT W1G 37 Thin Condensed Oblique"), local("HelveticaNeueLTW1G-ThCnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-ThCnO.svg#HelveticaNeueLTW1G-ThCnO") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtIt.eot");
  src: local("Helvetica Neue LT W1G 26 Ultra Light Italic"), local("HelveticaNeueLTW1G-UltLtIt"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtIt.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtIt.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtIt.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtIt.svg#HelveticaNeueLTW1G-UltLtIt") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCnO.eot");
  src: local("Helvetica Neue LT W1G 107 Extra Black Condensed Oblique"), local("HelveticaNeueLTW1G-XBlkCnO"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCnO.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCnO.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCnO.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-XBlkCnO.svg#HelveticaNeueLTW1G-XBlkCnO") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT CN";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCn.eot");
  src: local("Helvetica Neue LT W1G 27 Ultra Light Condensed"), local("HelveticaNeueLTW1G-UltLtCn"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCn.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCn.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCn.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtCn.svg#HelveticaNeueLTW1G-UltLtCn") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueLT EX";
  src: url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtEx.eot");
  src: local("Helvetica Neue LT W1G 23 Ultra Light Extended"), local("HelveticaNeueLTW1G-UltLtEx"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtEx.woff2") format("woff2"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtEx.woff") format("woff"), url("../assets/fonts/helveticaneue/HelveticaNeueLTW1G-UltLtEx.svg#HelveticaNeueLTW1G-UltLtEx") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}
*::before, ::before, *::after, ::after {
  speak: none;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "HelveticaNeueLT", "Arial", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #000;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  color: inherit;
  transition: all 0.3s ease-in-out;
  will-change: color;
}
a:hover {
  text-decoration: none;
  color: #cb0015;
}

b,
strong {
  font-weight: 700;
}

em {
  color: inherit;
}

input,
button,
textarea,
select,
option {
  font-family: inherit;
}
input::placeholder,
button::placeholder,
textarea::placeholder,
select::placeholder,
option::placeholder {
  color: inherit;
}

button,
select,
input[type=submit] {
  color: inherit;
  cursor: pointer;
}

textarea {
  overflow: auto;
}

[type=checkbox] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  color: inherit;
}

img {
  max-height: inherit;
}
img[uk-svg] {
  display: none;
}
img:not([src]) {
  visibility: hidden;
}
img[data-src], img[data-srcset] {
  display: block;
  min-height: 1px;
}

svg {
  fill: inherit;
  color: inherit;
  max-width: inherit;
  max-height: inherit;
}

:not(pre) > code, :not(pre) > em, :not(pre) > kbd, :not(pre) > samp {
  color: #000000;
}

.readers__only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

hr {
  margin-block: 1.25rem;
}

section iframe {
  width: 100%;
}

.relative {
  position: relative;
}

span.text__center {
  display: block;
}

.temp__block {
  padding: 20px;
  border: 1px solid #474747;
  background-image: repeating-linear-gradient(-45deg, #f8f8f8 0, #f8f8f8 20px, transparent 0, transparent 50%);
  background-size: 60px 60px;
  background-color: #fff;
}

.clear_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.clear_list li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input:focus, input:focus-within, input:focus-visible {
  outline: 2px solid #cb0015;
  outline-offset: -2px;
  border-radius: 0;
}

.uk-modal-dialog *, .uk-modal-dialog *::before, .uk-modal-dialog *::after {
  max-width: 100% !important;
  height: auto !important;
}
.uk-modal-dialog iframe {
  aspect-ratio: 16/9 !important;
  object-fit: contain !important;
}
.uk-modal-dialog table td {
  background-color: #fff;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
}
.uk-modal-dialog h1, .uk-modal-dialog h2, .uk-modal-dialog h3, .uk-modal-dialog h4, .uk-modal-dialog h5, .uk-modal-dialog h6 {
  margin-block: 0.5rem;
}

input {
  accent-color: #cb0015;
}

sup.milwaukee_reg {
  font-weight: 300;
}

header sup.milwaukee_reg, #mobile-menu .uk-offcanvas-bar .offcanvas__header sup.milwaukee_reg {
  font-size: 120%;
  font-weight: 300;
  line-height: 1;
  top: -0.2em;
}

[uk-icon] svg:not(:first-child) {
  display: none !important;
}

*, *::before, *::after {
  /*Webkit*/
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /*Mozilla*/
  /* Handle Track */
  scrollbar-color: #BF0114 #efefef;
  /* width */
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  transition: background-color 0.3s ease-in-out;
  width: 5px;
  border-radius: 0px;
}
*::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0px;
}
*::-webkit-scrollbar-thumb {
  background-color: #BF0114;
  border-radius: 0px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: dimgrey;
  border-radius: 0px;
}

html :where(.wp-block) {
  margin-bottom: 28px;
  margin-top: 28px;
  max-width: 99%;
  font-family: "Montserrat", Arial, sans-serif;
}
html :where(.wp-block) .gb__block {
  border: 1px solid #5d5d5d;
}
html :where(.wp-block) .gb__block > .uk-hidden {
  display: block !important;
  visibility: visible !important;
  opacity: 0.5 !important;
}
html :where(.wp-block) h1, html :where(.wp-block) h2, html :where(.wp-block) h3, html :where(.wp-block) h4, html :where(.wp-block) h5, html :where(.wp-block) h6 {
  margin: 0;
}

.universal__block .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.universal__block .block-editor-block-list__layout > *, .universal__block .block-editor-block-list__layout > *::before, .universal__block .block-editor-block-list__layout > *::after {
  width: 100%;
}
.universal__block .block-editor-block-list__layout .block-editor-block-list__layout {
  display: block;
}
.universal__block .gb_5_columns .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.universal__block .gb_5_columns .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout {
  display: block;
}
.universal__block .gb_5_columns .block-editor-block-list__layout > *, .universal__block .gb_5_columns .block-editor-block-list__layout > *::before, .universal__block .gb_5_columns .block-editor-block-list__layout > *::after {
  width: 100%;
}
.universal__block .gb_4_columns .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
.universal__block .gb_4_columns .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout {
  display: block;
}
.universal__block .gb_4_columns .block-editor-block-list__layout > *, .universal__block .gb_4_columns .block-editor-block-list__layout > *::before, .universal__block .gb_4_columns .block-editor-block-list__layout > *::after {
  width: 100%;
}
.universal__block .gb_1_column .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
.universal__block .gb_1_column .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout {
  display: block;
}
.universal__block .gb_1_column .block-editor-block-list__layout > *, .universal__block .gb_1_column .block-editor-block-list__layout > *::before, .universal__block .gb_1_column .block-editor-block-list__layout > *::after {
  width: 100%;
}
.universal__block .gb_3_columns .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.universal__block .gb_3_columns .block-editor-block-list__layout .block-editor-inner-blocks .block-editor-block-list__layout {
  display: block;
}
.universal__block .gb_3_columns .block-editor-block-list__layout > *, .universal__block .gb_3_columns .block-editor-block-list__layout > *::before, .universal__block .gb_3_columns .block-editor-block-list__layout > *::after {
  width: 100%;
}

.align__center .block-editor-block-list__layout {
  align-items: center;
}

.align__end .block-editor-block-list__layout {
  align-items: end;
}

.align__start .block-editor-block-list__layout {
  align-items: start;
}

@media (min-width: 1px) {
  .acf-block-preview .block-editor-block-list__layout *[class^=uk-hidden], .acf-block-preview .block-editor-block-list__layout [class^=uk-hidden]::before, .acf-block-preview .block-editor-block-list__layout [class^=uk-hidden]::after, .acf-block-preview .block-editor-block-list__layout *[class*=uk-hidden], .acf-block-preview .block-editor-block-list__layout [class*=uk-hidden]::before, .acf-block-preview .block-editor-block-list__layout [class*=uk-hidden]::after {
    display: block !important;
    opacity: 1 !important;
    background-color: #efefef !important;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.2) !important;
    border: 4px solid red !important;
  }
  .acf-block-preview .block-editor-block-list__layout *[class^=uk-hidden]:is(img), .acf-block-preview .block-editor-block-list__layout [class^=uk-hidden]:is(img)::before, .acf-block-preview .block-editor-block-list__layout [class^=uk-hidden]:is(img)::after, .acf-block-preview .block-editor-block-list__layout *[class*=uk-hidden]:is(img), .acf-block-preview .block-editor-block-list__layout [class*=uk-hidden]:is(img)::before, .acf-block-preview .block-editor-block-list__layout [class*=uk-hidden]:is(img)::after {
    max-height: 500px;
    width: auto;
    object-fit: contain;
  }
  .acf-block-preview .block-editor-block-list__layout *[class^=uk-hidden] img, .acf-block-preview .block-editor-block-list__layout [class^=uk-hidden]::before img, .acf-block-preview .block-editor-block-list__layout [class^=uk-hidden]::after img, .acf-block-preview .block-editor-block-list__layout *[class*=uk-hidden] img, .acf-block-preview .block-editor-block-list__layout [class*=uk-hidden]::before img, .acf-block-preview .block-editor-block-list__layout [class*=uk-hidden]::after img {
    max-height: 500px;
    width: auto;
    object-fit: contain;
  }
}

header, #mobile-menu .uk-offcanvas-bar .offcanvas__header {
  --menu-max-height: 700px;
  --column-max-height: calc( var(--menu-max-height) - 100px );
  --menu-medium-max-height: 570px;
  --column-medium-max-height: calc( var(--menu-medium-max-height) - 100px );
  min-height: 100px;
  position: relative;
  z-index: 9;
  isolation: isolate;
}
@media (max-width: 1599.98px) {
  header .header__wrapper, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__wrapper, header #mobile-menu .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar header .nav, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav {
    padding-inline: 40px !important;
  }
}
@media (max-width: 1439.98px) {
  header .header__wrapper, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__wrapper, header #mobile-menu .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar header .nav, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav {
    padding-inline: 20px !important;
  }
}
@media (max-width: 959.98px) {
  header .header__wrapper > .flex, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__wrapper > .flex, header #mobile-menu .uk-offcanvas-bar .nav > .flex, #mobile-menu .uk-offcanvas-bar header .nav > .flex, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav > .flex {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  header .ajax_menu_search .phrase, #mobile-menu .uk-offcanvas-bar .offcanvas__header .ajax_menu_search .phrase {
    width: 240px;
  }
}
header .drop__icon, #mobile-menu .uk-offcanvas-bar .offcanvas__header .drop__icon {
  pointer-events: none;
}
header .nav_filler, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav_filler {
  min-width: 180px;
  display: none !important;
}
@media (max-width: 1439.98px) {
  header .nav_filler, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav_filler {
    min-width: 100px;
  }
}
@media (max-width: 1199.98px) {
  header .nav_filler, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav_filler {
    min-width: 215px;
  }
}
header .nav__image_filler, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav__image_filler {
  order: 99;
  min-width: 375px;
  max-width: 415px;
  display: none !important;
}
@media (max-width: 1439.98px) {
  header .nav__image_filler, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav__image_filler {
    min-width: 275px;
    max-width: 275px;
  }
}
header .nav__image, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav__image {
  order: 99;
  margin-left: auto;
  min-width: 375px;
  max-width: 415px;
  aspect-ratio: 1/1;
  background-size: cover;
  display: grid;
  align-items: end;
  align-content: end;
  justify-content: center;
  justify-items: center;
}
@media (max-width: 1439.98px) {
  header .nav__image, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav__image {
    min-width: 275px;
    max-width: 275px;
  }
}
header .nav__button, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav__button {
  color: #ffffff !important;
}
header .nav__button:not([href]), #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav__button:not([href]) {
  display: none !important;
}
@media (max-width: 1199.98px) {
  header, #mobile-menu .uk-offcanvas-bar .offcanvas__header {
    min-height: 90px;
  }
}
header ul, #mobile-menu .uk-offcanvas-bar .offcanvas__header ul, header li, #mobile-menu .uk-offcanvas-bar .offcanvas__header li {
  list-style: none;
  padding: 0;
  margin: 0;
}
header ul, #mobile-menu .uk-offcanvas-bar .offcanvas__header ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 5px !important;
}
@media (max-width: 959.98px) {
  header .header__logos_wrap *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos_wrap *, header .header__logos_wrap *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos_wrap *::before, header .header__logos_wrap *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos_wrap *::after {
    text-align: center;
  }
}
header .header__logos, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos {
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 959.98px) {
  header .header__logos .partner__logo, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos .partner__logo {
    flex: 100%;
  }
}
@media (max-width: 959.98px) {
  header .header__logos, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos {
    margin: 0;
    justify-content: center;
    justify-items: center;
  }
  header .header__logos *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos *, header .header__logos *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos *::before, header .header__logos *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos *::after {
    text-align: center;
  }
}
header .header__logos img, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__logos img {
  max-height: 60px;
  min-width: 120px;
  max-width: min(11vw, 185px);
  object-fit: contain;
  object-position: center;
}
header .main__nav, #mobile-menu .uk-offcanvas-bar .offcanvas__header .main__nav {
  flex: 1;
}
@media (max-width: 1199.98px) {
  header .nav, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav {
    font-size: 14px;
  }
}
header a, #mobile-menu .uk-offcanvas-bar .offcanvas__header a, header .products__item, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item {
  transition: all 0.3s ease-in-out;
}
header a svg *, #mobile-menu .uk-offcanvas-bar .offcanvas__header a svg *, header a svg *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header a svg *::before, header a svg *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header a svg *::after, header .products__item svg *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item svg *, header .products__item svg *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item svg *::before, header .products__item svg *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item svg *::after {
  transition: all 0.3s ease-in-out;
}
header a:hover, #mobile-menu .uk-offcanvas-bar .offcanvas__header a:hover, header .products__item:hover, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item:hover {
  color: #000;
}
header a:hover svg *, #mobile-menu .uk-offcanvas-bar .offcanvas__header a:hover svg *, header a:hover svg *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header a:hover svg *::before, header a:hover svg *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header a:hover svg *::after, header .products__item:hover svg *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item:hover svg *, header .products__item:hover svg *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item:hover svg *::before, header .products__item:hover svg *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item:hover svg *::after {
  stroke: #000;
}
header .products__item, #mobile-menu .uk-offcanvas-bar .offcanvas__header .products__item {
  cursor: pointer;
}
header .header__icons, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons {
  align-items: center;
}
header .header__icons, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons, header .header_icons_menu, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu {
  margin-left: auto;
}
header .header__icons img, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons img, header .header__icons svg, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons svg, header .header_icons_menu img, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu img, header .header_icons_menu svg, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu svg {
  height: 27px;
  object-fit: contain;
}
header .header__icons img *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons img *, header .header__icons img *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons img *::before, header .header__icons img *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons img *::after, header .header__icons svg *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons svg *, header .header__icons svg *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons svg *::before, header .header__icons svg *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons svg *::after, header .header_icons_menu img *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu img *, header .header_icons_menu img *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu img *::before, header .header_icons_menu img *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu img *::after, header .header_icons_menu svg *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu svg *, header .header_icons_menu svg *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu svg *::before, header .header_icons_menu svg *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu svg *::after {
  stroke: transparent;
}
header .header__icons img:hover *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons img:hover *, header .header__icons img:hover *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons img:hover *::before, header .header__icons img:hover *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons img:hover *::after, header .header__icons svg:hover *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons svg:hover *, header .header__icons svg:hover *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons svg:hover *::before, header .header__icons svg:hover *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header__icons svg:hover *::after, header .header_icons_menu img:hover *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu img:hover *, header .header_icons_menu img:hover *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu img:hover *::before, header .header_icons_menu img:hover *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu img:hover *::after, header .header_icons_menu svg:hover *, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu svg:hover *, header .header_icons_menu svg:hover *::before, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu svg:hover *::before, header .header_icons_menu svg:hover *::after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .header_icons_menu svg:hover *::after {
  stroke: transparent;
  fill: #000;
}
header a[data-sub-item="00"].active, #mobile-menu .uk-offcanvas-bar .offcanvas__header a[data-sub-item="00"].active {
  position: relative;
}
header a[data-sub-item="00"].active ~ .menu__lvl_2, #mobile-menu .uk-offcanvas-bar .offcanvas__header a[data-sub-item="00"].active ~ .menu__lvl_2 {
  display: block !important;
}
header a[data-sub-item], #mobile-menu .uk-offcanvas-bar .offcanvas__header a[data-sub-item] {
  display: block;
}
header .menu__lvl_2, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #fff;
  isolation: isolate;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
@media (min-width: 961px) and (max-width: 1440px) {
  header .menu__lvl_2, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 {
    min-height: auto;
    max-height: var(--menu-medium-max-height);
  }
}
@media (min-width: 1441px) {
  header .menu__lvl_2, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 {
    min-height: auto;
    max-height: var(--menu-max-height);
  }
}
header .menu__lvl_2 a, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 a {
  color: #000;
  display: flex !important;
  align-content: center;
  align-items: center;
  padding-top: 4px;
  padding-left: 4px;
  z-index: 2;
}
header .menu__lvl_2 a.active:after, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 a.active:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #BABABA;
  margin-left: 16px;
}
header .menu__lvl_2 .sub-menu, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 .sub-menu {
  margin-block: 32px;
  position: relative;
  display: grid;
  align-items: start;
  align-content: start;
  width: 100%;
  gap: 5px;
}
header .menu__lvl_2 .sub-menu a[data-sub-item="1"], #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 .sub-menu a[data-sub-item="1"] {
  max-width: 100%;
  padding-top: 4px;
  padding-left: 4px;
}
header .menu__lvl_2 .sub-menu a[data-sub-item="1"].inactive, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 .sub-menu a[data-sub-item="1"].inactive {
  color: #BABABA;
  font-weight: inherit;
}
header .menu__lvl_2 .sub-menu a[data-sub-item="1"].active, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 .sub-menu a[data-sub-item="1"].active {
  color: #cb0015;
  font-weight: 700;
}
header .menu__lvl_2 .sub-menu a[data-sub-item="1"].active ~ .menu__lvl_3, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_2 .sub-menu a[data-sub-item="1"].active ~ .menu__lvl_3 {
  display: block !important;
}
header .menu__lvl_3 .sub-menu, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_3 .sub-menu {
  margin-block: 0;
  display: grid;
  position: absolute;
  right: 0;
  max-width: 66%;
  width: 100%;
  top: 0;
}
header .menu__lvl_3 .sub-menu a[data-sub-item="2"], #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_3 .sub-menu a[data-sub-item="2"] {
  max-width: 100%;
  padding-top: 4px;
  padding-left: 4px;
}
header .menu__lvl_3 .sub-menu a[data-sub-item="2"].active, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_3 .sub-menu a[data-sub-item="2"].active {
  color: #cb0015;
  font-weight: 700;
}
header .menu__lvl_3 .sub-menu a[data-sub-item="2"].active ~ .menu__lvl_4, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_3 .sub-menu a[data-sub-item="2"].active ~ .menu__lvl_4 {
  display: block !important;
}
header .menu__lvl_4 .sub-menu, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_4 .sub-menu {
  margin-block: 0;
  display: grid;
  position: absolute;
  right: 0;
  max-width: 50%;
  width: 100%;
  max-height: 470px;
  overflow: auto;
  top: 0;
  padding-right: 16px;
  z-index: 3;
}
header .wc_searchform, #mobile-menu .uk-offcanvas-bar .offcanvas__header .wc_searchform {
  position: absolute;
  z-index: 13;
  background-color: #BF0114;
  color: #fff;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  place-items: center;
  place-content: center;
  gap: 30px;
}

.uk-offcanvas-overlay:before {
  background: rgba(0, 0, 0, 0.5) !important;
}

.uk-offcanvas-bar {
  background-color: #BF0114;
}
.uk-offcanvas-bar ul, .uk-offcanvas-bar li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.uk-offcanvas-bar .header__logos {
  display: grid;
  gap: 5px;
}
.uk-offcanvas-bar .header__logos img, .uk-offcanvas-bar .header__logos svg {
  max-height: 37px;
  object-fit: contain;
}

.notice__bar p {
  margin: 0;
}

@media (min-width: 961px) {
  #mobile-menu {
    display: none !important;
  }
}
#mobile-menu .menu__lvl_2 {
  padding-top: 15px;
}
#mobile-menu .header__logos_wrap {
  margin-top: 0;
}
#mobile-menu .nav_filler, #mobile-menu .nav__image_filler {
  display: none;
}
#mobile-menu .nav > li a.active ~ .menu__lvl_2 {
  display: block !important;
}
#mobile-menu .nav > li a.active ~ .menu__lvl_2 .header__wrapper, #mobile-menu .nav > li a.active ~ .menu__lvl_2 .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar .nav > li a.active ~ .menu__lvl_2 .nav {
  padding-inline: 0;
}
#mobile-menu .nav > li a.active ~ .menu__lvl_2 .sub-menu > li a, #mobile-menu .nav > li a.active ~ .menu__lvl_2 .sub-menu > li li {
  padding-bottom: 0;
}
#mobile-menu .nav > li a.active ~ .menu__lvl_2 .sub-menu > li a.active ~ .menu__lvl_3 {
  display: block !important;
}
#mobile-menu .nav > li a.active ~ .menu__lvl_2 .sub-menu > li a.active ~ .menu__lvl_3 .sub-menu > li a.active ~ .menu__lvl_4 {
  display: block !important;
}
#mobile-menu .uk-offcanvas-bar {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#mobile-menu .uk-offcanvas-bar .nav {
  margin-top: 90px;
  font-size: 26px;
  width: 95%;
  margin-inline: auto;
}
#mobile-menu .uk-offcanvas-bar .nav li {
  position: relative;
}
#mobile-menu .uk-offcanvas-bar .nav li a {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-block: 6px;
}
#mobile-menu .uk-offcanvas-bar .nav li a .drop__icon {
  margin-left: auto;
  pointer-events: none;
}
#mobile-menu .uk-offcanvas-bar .nav li a + .menu__lvl_2, #mobile-menu .uk-offcanvas-bar .nav li a + .menu__lvl_3, #mobile-menu .uk-offcanvas-bar .nav li a + .menu__lvl_4 {
  transition: all 1s ease-in-out;
  display: grid;
  height: auto;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}
#mobile-menu .uk-offcanvas-bar .nav li a.active:not([data-sub-item="00"]) {
  font-weight: 700;
  color: #cb0015;
}
#mobile-menu .uk-offcanvas-bar .nav li a.active .drop__icon {
  rotate: 90deg;
  pointer-events: none;
}
#mobile-menu .uk-offcanvas-bar .nav li a.active + .menu__lvl_2, #mobile-menu .uk-offcanvas-bar .nav li a.active + .menu__lvl_3, #mobile-menu .uk-offcanvas-bar .nav li a.active + .menu__lvl_4 {
  height: auto;
  max-height: 20000px;
  opacity: 1;
  pointer-events: all;
}
#mobile-menu .uk-offcanvas-bar .offcanvas__header {
  min-height: 90px !important;
  padding-block: 20px;
  width: 100%;
}
#mobile-menu .uk-offcanvas-bar .offcanvas__header .header__wrapper, #mobile-menu .uk-offcanvas-bar .offcanvas__header .nav {
  padding-inline: 20px;
  width: 100%;
}
#mobile-menu .uk-offcanvas-bar .close__button {
  margin-right: auto;
}
#mobile-menu .uk-offcanvas-bar .uk-offcanvas-close {
  position: static !important;
}
#mobile-menu .header__logos_wrap {
  background-color: #333333;
  padding: 50px;
  place-content: center;
  place-items: center;
  text-align: center;
}
#mobile-menu .header__logos_wrap .header__logos {
  justify-content: center;
  justify-items: center;
}
#mobile-menu .sub-menu {
  padding-bottom: 10px;
  padding-left: 10px;
}
#mobile-menu .sub-menu:not(:last-child) {
  padding-bottom: 30px;
}
#mobile-menu .sub-menu li a {
  font-weight: 700;
}
#mobile-menu .sub-menu li.active:has(.sub-menu li.active) > .item_triggers,
#mobile-menu .sub-menu li.active:has(.sub-menu li.active) > .sub-menu > .show_all {
  display: none;
}
#mobile-menu .show_all {
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
  padding-top: 3px;
}
#mobile-menu .show_all a {
  font-size: 14px;
  padding-left: 10px;
  border: 0 !important;
  min-height: 30px !important;
}
#mobile-menu .menu__lvl_2 {
  width: 103dvw;
  z-index: 999;
  display: grid;
  background-color: #ffffff;
  padding-left: 3dvw !important;
  padding-right: 6dvw !important;
  margin-inline: -3dvw !important;
}
@media (max-width: 639.98px) {
  #mobile-menu .menu__lvl_2 {
    padding-inline: 10px;
    margin-inline: -10px;
  }
}
#mobile-menu .menu__lvl_2 *, #mobile-menu .menu__lvl_2 *::before, #mobile-menu .menu__lvl_2 *::after {
  color: #000;
  font-size: 18px;
}
#mobile-menu .menu__lvl_2 li {
  background-color: #fff !important;
}
#mobile-menu .menu__lvl_2 li .sub-menu {
  display: none;
}
#mobile-menu .menu__lvl_2 li.active > .sub-menu {
  display: block;
}
#mobile-menu .menu__lvl_2 li.active > .item_triggers {
  background-color: #000;
  position: relative;
}
#mobile-menu .menu__lvl_2 li.active > .item_triggers a {
  padding-top: 7px !important;
  padding-bottom: 4px !important;
  padding-left: 0 !important;
  border: 0 !important;
}
#mobile-menu .menu__lvl_2 li.active > .item_triggers > a {
  margin-left: 60px;
}
#mobile-menu .menu__lvl_2 li.active > .item_triggers .drop__icon {
  position: absolute;
  width: 100%;
  height: 100%;
}
#mobile-menu .menu__lvl_2 li.active > .item_triggers .drop__icon .icon_wrap {
  width: 40px;
  height: 100%;
  display: flex;
  place-content: center;
  place-items: center;
  background-color: #AA0011;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
#mobile-menu .menu__lvl_2 li.active > .item_triggers svg {
  rotate: 90deg;
}
#mobile-menu .menu__lvl_2 li.active > .item_triggers svg *, #mobile-menu .menu__lvl_2 li.active > .item_triggers svg *::before, #mobile-menu .menu__lvl_2 li.active > .item_triggers svg *::after {
  stroke: #fff !important;
}
#mobile-menu .menu__lvl_2 li.active > .item_triggers *, #mobile-menu .menu__lvl_2 li.active > .item_triggers *::before, #mobile-menu .menu__lvl_2 li.active > .item_triggers *::after {
  color: #fff;
}
#mobile-menu .menu__lvl_3 .sub-menu,
#mobile-menu .menu__lvl_4 .sub-menu {
  border-left: 2px solid #cb0015;
  position: relative;
}
#mobile-menu .menu__lvl_3 .sub-menu:after,
#mobile-menu .menu__lvl_4 .sub-menu:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  width: 40px;
  border-top: 2px solid #cb0015;
}

.top_bar_menu_mobile {
  background: #AA0011;
  padding: 20px 0;
  margin-top: auto;
}

.top_bar_menu ul {
  gap: 16px;
}

.top_bar_menu li {
  position: relative;
  font-size: 12px;
}

.top_bar_menu li:after {
  content: "";
  height: 13px;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  right: -8px;
}

.top_bar_menu li:last-child:after {
  content: none;
}

@media (min-width: 960px) {
  header .sub-menu li, #mobile-menu .uk-offcanvas-bar .offcanvas__header .sub-menu li {
    max-width: 33%;
  }
  header .menu__lvl_3 .sub-menu li, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_3 .sub-menu li {
    max-width: 49%;
  }
  header .menu__lvl_4 .sub-menu li, #mobile-menu .uk-offcanvas-bar .offcanvas__header .menu__lvl_4 .sub-menu li {
    max-width: 100%;
  }
  .menu-item-object-product_cat a {
    z-index: 1;
    position: relative;
  }
  .menu-item-object-product_cat.depth-2:hover:after {
    content: "";
    width: 100%;
    height: 468px;
    background-color: red;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    z-index: 1;
  }
  .menu-item-object-product_cat.depth-1:hover:after {
    content: "";
    width: 100%;
    height: 468px;
    background-color: red;
    position: absolute;
    top: 0;
    left: 33%;
    opacity: 0;
    z-index: 0;
  }
  .menu-item-object-product_cat.depth-3:hover:after {
    display: none;
  }
  .depth-2:hover .menu__lvl_4,
  .depth-1:hover .menu__lvl_3 {
    display: block !important;
  }
  .depth-3:hover > a,
  .depth-2:hover > a,
  .depth-1:hover > a {
    background-color: #efefef;
  }
  ul.sub-menu {
    border-left: 1px solid #BABABA;
    padding-left: 8px;
  }
}
li.dropdown.depth-4 span,
li.dropdown.depth-3 span,
li.dropdown.depth-2 span,
li.dropdown.depth-1 span {
  display: none;
}

.cart-count-icon {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -10px;
  right: -15px;
  background-color: white;
  border: 3px solid #cb0015;
  color: #cb0015;
  padding-top: 1px;
  font-weight: 600;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  text-align: center;
}

.not_showing {
  display: none !important;
}

.sub-menu {
  height: 100%;
  overflow: auto;
}

li[data-depth="0"] .sub-menu {
  border: 0 !important;
  padding-left: 0px !important;
}
li[data-depth="0"] .header__wrapper, li[data-depth="0"] #mobile-menu .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar li[data-depth="0"] .nav, li[data-depth="0"] .primary_submenu {
  --padding: 100px;
  --padding960: 50px;
  --padding640: 20px;
  max-width: calc(1600px + var(--padding) * 2);
  width: 100%;
  padding-inline: var(--padding);
  margin-inline: auto;
}
@media (max-width: 959.98px) {
  li[data-depth="0"] .header__wrapper, li[data-depth="0"] #mobile-menu .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar li[data-depth="0"] .nav, li[data-depth="0"] .primary_submenu {
    max-width: calc(1600px + var(--padding960) * 2);
    padding-inline: var(--padding960);
  }
}
@media (max-width: 639.98px) {
  li[data-depth="0"] .header__wrapper, li[data-depth="0"] #mobile-menu .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar li[data-depth="0"] .nav, li[data-depth="0"] .primary_submenu {
    max-width: calc(1600px + var(--padding640) * 2);
    padding-inline: var(--padding640);
  }
}
li[data-depth="0"] .header__wrapper .wrapper, li[data-depth="0"] #mobile-menu .uk-offcanvas-bar .nav .wrapper, #mobile-menu .uk-offcanvas-bar li[data-depth="0"] .nav .wrapper, li[data-depth="0"] .header__wrapper .slider__wrapper, li[data-depth="0"] #mobile-menu .uk-offcanvas-bar .nav .slider__wrapper, #mobile-menu .uk-offcanvas-bar li[data-depth="0"] .nav .slider__wrapper, li[data-depth="0"] .primary_submenu .wrapper, li[data-depth="0"] .primary_submenu .slider__wrapper {
  padding-inline: 0;
}
@media (min-width: 961px) and (max-width: 1440px) {
  li[data-depth="0"] .header__wrapper, li[data-depth="0"] #mobile-menu .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar li[data-depth="0"] .nav, li[data-depth="0"] .primary_submenu {
    max-height: var(--menu-medium-max-height);
  }
}
@media (min-width: 1441px) {
  li[data-depth="0"] .header__wrapper, li[data-depth="0"] #mobile-menu .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar li[data-depth="0"] .nav, li[data-depth="0"] .primary_submenu {
    max-height: var(--menu-max-height);
  }
}
li[data-depth="0"] .secondary_submenu {
  position: static !important;
}
li[data-depth="0"] .primary_submenu {
  overflow: hidden;
}
li[data-depth="0"] .primary_submenu, li[data-depth="0"] .sub-menu {
  position: relative !important;
  display: flex;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 959.98px) {
  li[data-depth="0"] .primary_submenu, li[data-depth="0"] .sub-menu {
    display: block;
  }
}
li[data-depth="0"] .primary_submenu .column, li[data-depth="0"] .sub-menu .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
  isolation: isolate;
  direction: rtl;
}
@media (min-width: 961px) and (max-width: 1440px) {
  li[data-depth="0"] .primary_submenu .column, li[data-depth="0"] .sub-menu .column {
    height: 100%;
    max-height: var(--column-medium-max-height);
  }
}
@media (min-width: 1441px) {
  li[data-depth="0"] .primary_submenu .column, li[data-depth="0"] .sub-menu .column {
    height: 100%;
    max-height: var(--column-max-height);
  }
}
li[data-depth="0"] .primary_submenu .column *, li[data-depth="0"] .primary_submenu .column *::before, li[data-depth="0"] .primary_submenu .column *::after, li[data-depth="0"] .sub-menu .column *, li[data-depth="0"] .sub-menu .column *::before, li[data-depth="0"] .sub-menu .column *::after {
  direction: ltr;
  display: flex;
  justify-content: stretch;
}
li[data-depth="0"] .primary_submenu .column li a, li[data-depth="0"] .sub-menu .column li a {
  position: relative;
  z-index: 1;
  padding-left: 10px;
  letter-spacing: -0.5px;
  width: 100%;
}
li[data-depth="0"] .primary_submenu .column li .drop__icon, li[data-depth="0"] .sub-menu .column li .drop__icon {
  z-index: 3;
}
li[data-depth="0"] .primary_submenu .column:first-child, li[data-depth="0"] .sub-menu .column:first-child {
  border-left: 1px solid #BABABA;
  padding-left: 0 !important;
}
li[data-depth="0"] li {
  max-width: 100% !important;
  width: 100% !important;
  position: static !important;
  min-height: unset !important;
  max-height: unset !important;
  box-shadow: none !important;
  margin-bottom: 5px !important;
}
li[data-depth="0"] li a {
  color: inherit;
}
li[data-depth="0"] .drop__icon svg, li[data-depth="0"] .drop__icon .icon_wrap {
  pointer-events: none !important;
}
@media (min-width: 961px) {
  li[data-depth="0"] .primary_submenu .drop__icon {
    pointer-events: none !important;
    rotate: -90deg;
  }
}
@media (max-width: 959.98px) {
  li[data-depth="0"] .header__wrapper, li[data-depth="0"] #mobile-menu .uk-offcanvas-bar .nav, #mobile-menu .uk-offcanvas-bar li[data-depth="0"] .nav, li[data-depth="0"] .primary_submenu {
    max-height: unset;
  }
  li[data-depth="0"] .primary_submenu {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0 !important;
  }
  li[data-depth="0"] [data-depth="2"], li[data-depth="0"] [data-depth="3"], li[data-depth="0"] [data-depth="4"] {
    margin-inline: 0 !important;
    padding-inline: 0 !important;
  }
  li[data-depth="0"] [data-depth="2"] a {
    display: block;
    padding-left: 10px;
  }
  li[data-depth="0"] [data-depth="3"] a {
    display: block;
    padding-left: 10px;
  }
  li[data-depth="0"] [data-depth="4"] a {
    display: block;
    padding-left: 10px;
  }
  li[data-depth="0"] li.not_showing {
    display: none !important;
  }
  li[data-depth="0"] li a {
    padding-top: 0 !important;
    display: block;
    min-height: 40px !important;
  }
  li[data-depth="0"] li .drop__icon {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    place-content: center;
    place-items: center;
    border: 2px solid #AA0011 !important;
    color: #AA0011 !important;
    pointer-events: all !important;
    rotate: 0deg;
  }
}

.header__wrapper.wrapper, #mobile-menu .uk-offcanvas-bar .wrapper.nav, .header__wrapper.slider__wrapper, #mobile-menu .uk-offcanvas-bar .nav.slider__wrapper {
  max-width: none;
}

header, #mobile-menu .uk-offcanvas-bar .offcanvas__header {
  position: fixed;
  width: 100%;
}

main {
  margin-top: 90px;
}

@media (min-width: 960px) {
  main {
    margin-top: 106px;
  }
}
@media (min-width: 1440px) {
  main {
    margin-top: 114px;
  }
}
@media (min-width: 1440px) {
  main {
    margin-top: 130px;
  }
}
@media screen and (max-width: 782px) {
  html #wpadminbar {
    position: fixed;
  }
}
.header__logos_wrap .header__logos {
  display: flex;
  gap: 5px;
}

@media (max-width: 1439.98px) {
  .header__logos_wrap .header__logos {
    gap: 5px;
  }
  header ul, #mobile-menu .uk-offcanvas-bar .offcanvas__header ul {
    gap: 12px;
  }
}
@media (max-width: 1089.9px) {
  .header__logos_wrap .header__logos {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
  }
  header ul, #mobile-menu .uk-offcanvas-bar .offcanvas__header ul {
    gap: 7px;
  }
}
@media (max-width: 1439.9px) {
  .header__logos_wrap .header__logos > *:nth-child(1), .header__logos_wrap .header__logos > :nth-child(1)::before, .header__logos_wrap .header__logos > :nth-child(1)::after {
    grid-column: span 1;
  }
  .header__logos_wrap .header__logos > *:nth-child(2), .header__logos_wrap .header__logos > :nth-child(2)::before, .header__logos_wrap .header__logos > :nth-child(2)::after {
    grid-column: span 1;
  }
  .header__logos_wrap .header__logos > *:nth-child(3), .header__logos_wrap .header__logos > :nth-child(3)::before, .header__logos_wrap .header__logos > :nth-child(3)::after {
    grid-column: span 2;
  }
  .header__logos_wrap .header__logos > *:nth-child(4), .header__logos_wrap .header__logos > :nth-child(4)::before, .header__logos_wrap .header__logos > :nth-child(4)::after {
    grid-column: span 2;
  }
}
footer {
  font-size: 11.5px;
}
footer ul, footer div {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li, footer div li {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer ul li::marker, footer div li::marker {
  display: none;
}
footer .footer_widget_title {
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 3px solid #cb0015;
}
footer ul.menu li {
  margin-bottom: 7px;
}
footer ul#menu-menu-produkty-stopka {
  columns: 2;
  column-gap: 20px;
}
@media (max-width: 1199.98px) {
  footer ul#menu-menu-produkty-stopka {
    columns: 1;
  }
}

.woocommerce-pagination {
  grid-column: 1/-1;
}

.pagination, .woocommerce-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  list-style-type: none;
}
@media (max-width: 959.98px) {
  .pagination, .woocommerce-pagination ul {
    justify-content: center;
  }
}
.pagination li, .woocommerce-pagination ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination li a, .pagination li span, .woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
  display: flex;
  width: 100%;
  height: 100%;
  place-content: center;
  place-items: center;
}
.pagination > *, .pagination > *::before, .pagination > *::after, .woocommerce-pagination ul > *, .woocommerce-pagination ul > *::before, .woocommerce-pagination ul > *::after {
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: flex;
  place-content: center;
  place-items: center;
}
.pagination a.current, .pagination a:focus-visible, .pagination a:hover, .woocommerce-pagination ul a.current, .woocommerce-pagination ul a:focus-visible, .woocommerce-pagination ul a:hover {
  background-color: #cb0015;
  color: #fff;
}
.pagination > .next, .pagination > .prev, .woocommerce-pagination ul > .next, .woocommerce-pagination ul > .prev {
  width: max-content;
  padding-inline: 20px;
}
.pagination > .dots, .woocommerce-pagination ul > .dots {
  background-color: transparent;
}
.pagination .current, .woocommerce-pagination ul .current {
  border: 2px solid #cb0015;
}

button.btn,
.btn,
.woocommerce-notices-wrapper .wc-forward,
.woocommerce-notices-wrapper .restore-item {
  background-color: #cb0015;
  color: #fff;
  border: 0;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  place-content: center;
  place-items: center;
  line-height: 1;
  min-height: 44px;
  min-width: 186px;
  padding-inline: 20px;
  width: max-content;
}
@media (max-width: 1199.98px) {
  button.btn,
  .btn,
  .woocommerce-notices-wrapper .wc-forward,
  .woocommerce-notices-wrapper .restore-item {
    width: unset;
    max-width: max-content;
  }
}
@media (max-width: 639.98px) {
  button.btn,
  .btn,
  .woocommerce-notices-wrapper .wc-forward,
  .woocommerce-notices-wrapper .restore-item {
    min-width: unset;
    max-width: 80vw;
    text-align: center;
  }
  button.btn span,
  .btn span,
  .woocommerce-notices-wrapper .wc-forward span,
  .woocommerce-notices-wrapper .restore-item span {
    display: block;
    max-width: 80vw;
  }
}
@media (max-width: 359.98px) {
  button.btn,
  .btn,
  .woocommerce-notices-wrapper .wc-forward,
  .woocommerce-notices-wrapper .restore-item {
    max-width: inherit;
  }
}
button.btn:hover,
.btn:hover,
.woocommerce-notices-wrapper .wc-forward:hover,
.woocommerce-notices-wrapper .restore-item:hover {
  background-color: #8a000e;
  color: #ffffff !important;
}
button.btn:focus, button.btn:active,
.btn:focus,
.woocommerce-notices-wrapper .wc-forward:focus,
.woocommerce-notices-wrapper .restore-item:focus,
.btn:active,
.woocommerce-notices-wrapper .wc-forward:active,
.woocommerce-notices-wrapper .restore-item:active {
  color: #fff;
}
button.btn img, button.btn svg,
.btn img,
.woocommerce-notices-wrapper .wc-forward img,
.woocommerce-notices-wrapper .restore-item img,
.btn svg,
.woocommerce-notices-wrapper .wc-forward svg,
.woocommerce-notices-wrapper .restore-item svg {
  max-width: 22px;
}
button.btn.white_border,
.btn.white_border,
.woocommerce-notices-wrapper .wc-forward,
.woocommerce-notices-wrapper .restore-item {
  background-color: transparent;
  border: 2px solid #ffffff;
}
button.btn.white_border:hover,
.btn.white_border:hover,
.woocommerce-notices-wrapper .wc-forward:hover,
.woocommerce-notices-wrapper .restore-item:hover {
  background-color: #cb0015;
  border-color: transparent;
}
button.btn.red_border,
.btn.red_border,
.woocommerce-notices-wrapper .red_border.wc-forward,
.woocommerce-notices-wrapper .red_border.restore-item {
  background-color: transparent;
  border: 2px solid #cb0015;
  color: #cb0015;
}
button.btn.red_border:hover,
.btn.red_border:hover,
.woocommerce-notices-wrapper .red_border.wc-forward:hover,
.woocommerce-notices-wrapper .red_border.restore-item:hover {
  color: #ffffff;
  background-color: #cb0015;
  border-color: transparent;
}
button.btn.shrink,
.btn.shrink,
.woocommerce-notices-wrapper .shrink.wc-forward,
.woocommerce-notices-wrapper .shrink.restore-item {
  width: max-content;
  min-width: unset;
  flex-wrap: nowrap;
}

.product__button .btn, .product__button .woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper .product__button .wc-forward, .product__button .woocommerce-notices-wrapper .restore-item, .woocommerce-notices-wrapper .product__button .restore-item {
  max-width: 100%;
  width: max-content;
  gap: 10px;
  justify-content: center;
  justify-items: center;
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px;
}

input[type=radio] ~ .checkmark {
  border-radius: 1000px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(255, 255, 255, 0.2);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  box-shadow: none;
  outline: 0 !important;
}

.container input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #fff;
  outline: 2px solid #cb0015;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 959.98px) {
  .container .checkmark:after {
    left: 0.4375rem;
    top: 0.1875rem;
  }
}

.milwaukee_dd_wrapper .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #fff;
  border: 2px solid #333333;
  border-radius: 0px;
}
.milwaukee_dd_wrapper input:checked ~ .checkmark {
  background-color: transparent;
  border: 2px solid #333333;
}
.milwaukee_dd_wrapper .checkmark:after {
  display: none;
  margin: auto !important;
  transform: unset !important;
  border: 0 !important;
  content: "";
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  background-color: #cb0015;
}

.padding_auto {
  padding: auto;
}
.padding_top_auto {
  padding-top: auto;
}
.padding_bottom_auto {
  padding-bottom: auto;
}
.padding_right_auto {
  padding-right: auto;
}
.padding_left_auto {
  padding-left: auto;
}
.padding_block_auto {
  padding-block: auto;
}
.padding_inline_auto {
  padding-inline: auto;
}
.padding_n1 {
  padding: -1px;
}
.padding_top_n1 {
  padding-top: -1px;
}
.padding_bottom_n1 {
  padding-bottom: -1px;
}
.padding_right_n1 {
  padding-right: -1px;
}
.padding_left_n1 {
  padding-left: -1px;
}
.padding_block_n1 {
  padding-block: -1px;
}
.padding_inline_n1 {
  padding-inline: -1px;
}
.padding_0 {
  padding: 0px;
}
.padding_top_0 {
  padding-top: 0px;
}
.padding_bottom_0 {
  padding-bottom: 0px;
}
.padding_right_0 {
  padding-right: 0px;
}
.padding_left_0 {
  padding-left: 0px;
}
.padding_block_0 {
  padding-block: 0px;
}
.padding_inline_0 {
  padding-inline: 0px;
}
.padding_8 {
  padding: 8px;
}
.padding_top_8 {
  padding-top: 8px;
}
.padding_bottom_8 {
  padding-bottom: 8px;
}
.padding_right_8 {
  padding-right: 8px;
}
.padding_left_8 {
  padding-left: 8px;
}
.padding_block_8 {
  padding-block: 8px;
}
.padding_inline_8 {
  padding-inline: 8px;
}
.padding_10 {
  padding: 10px;
}
.padding_top_10 {
  padding-top: 10px;
}
.padding_bottom_10 {
  padding-bottom: 10px;
}
.padding_right_10 {
  padding-right: 10px;
}
.padding_left_10 {
  padding-left: 10px;
}
.padding_block_10 {
  padding-block: 10px;
}
.padding_inline_10 {
  padding-inline: 10px;
}
.padding_15 {
  padding: 15px;
}
.padding_top_15 {
  padding-top: 15px;
}
.padding_bottom_15 {
  padding-bottom: 15px;
}
.padding_right_15 {
  padding-right: 15px;
}
.padding_left_15 {
  padding-left: 15px;
}
.padding_block_15 {
  padding-block: 15px;
}
.padding_inline_15 {
  padding-inline: 15px;
}
.padding_20 {
  padding: 20px;
}
.padding_top_20 {
  padding-top: 20px;
}
.padding_bottom_20 {
  padding-bottom: 20px;
}
.padding_right_20 {
  padding-right: 20px;
}
.padding_left_20 {
  padding-left: 20px;
}
.padding_block_20 {
  padding-block: 20px;
}
.padding_inline_20 {
  padding-inline: 20px;
}
.padding_25 {
  padding: 25px;
}
.padding_top_25 {
  padding-top: 25px;
}
.padding_bottom_25 {
  padding-bottom: 25px;
}
.padding_right_25 {
  padding-right: 25px;
}
.padding_left_25 {
  padding-left: 25px;
}
.padding_block_25 {
  padding-block: 25px;
}
.padding_inline_25 {
  padding-inline: 25px;
}
.padding_30 {
  padding: 30px;
}
.padding_top_30 {
  padding-top: 30px;
}
.padding_bottom_30 {
  padding-bottom: 30px;
}
.padding_right_30 {
  padding-right: 30px;
}
.padding_left_30 {
  padding-left: 30px;
}
.padding_block_30 {
  padding-block: 30px;
}
.padding_inline_30 {
  padding-inline: 30px;
}
.padding_35 {
  padding: 35px;
}
.padding_top_35 {
  padding-top: 35px;
}
.padding_bottom_35 {
  padding-bottom: 35px;
}
.padding_right_35 {
  padding-right: 35px;
}
.padding_left_35 {
  padding-left: 35px;
}
.padding_block_35 {
  padding-block: 35px;
}
.padding_inline_35 {
  padding-inline: 35px;
}
.padding_40 {
  padding: 40px;
}
.padding_top_40 {
  padding-top: 40px;
}
.padding_bottom_40 {
  padding-bottom: 40px;
}
.padding_right_40 {
  padding-right: 40px;
}
.padding_left_40 {
  padding-left: 40px;
}
.padding_block_40 {
  padding-block: 40px;
}
.padding_inline_40 {
  padding-inline: 40px;
}
.padding_45 {
  padding: 45px;
}
.padding_top_45 {
  padding-top: 45px;
}
.padding_bottom_45 {
  padding-bottom: 45px;
}
.padding_right_45 {
  padding-right: 45px;
}
.padding_left_45 {
  padding-left: 45px;
}
.padding_block_45 {
  padding-block: 45px;
}
.padding_inline_45 {
  padding-inline: 45px;
}
.padding_50 {
  padding: 50px;
}
.padding_top_50 {
  padding-top: 50px;
}
.padding_bottom_50 {
  padding-bottom: 50px;
}
.padding_right_50 {
  padding-right: 50px;
}
.padding_left_50 {
  padding-left: 50px;
}
.padding_block_50 {
  padding-block: 50px;
}
.padding_inline_50 {
  padding-inline: 50px;
}
.padding_55 {
  padding: 55px;
}
.padding_top_55 {
  padding-top: 55px;
}
.padding_bottom_55 {
  padding-bottom: 55px;
}
.padding_right_55 {
  padding-right: 55px;
}
.padding_left_55 {
  padding-left: 55px;
}
.padding_block_55 {
  padding-block: 55px;
}
.padding_inline_55 {
  padding-inline: 55px;
}
.padding_60 {
  padding: 60px;
}
.padding_top_60 {
  padding-top: 60px;
}
.padding_bottom_60 {
  padding-bottom: 60px;
}
.padding_right_60 {
  padding-right: 60px;
}
.padding_left_60 {
  padding-left: 60px;
}
.padding_block_60 {
  padding-block: 60px;
}
.padding_inline_60 {
  padding-inline: 60px;
}
.padding_65 {
  padding: 65px;
}
.padding_top_65 {
  padding-top: 65px;
}
.padding_bottom_65 {
  padding-bottom: 65px;
}
.padding_right_65 {
  padding-right: 65px;
}
.padding_left_65 {
  padding-left: 65px;
}
.padding_block_65 {
  padding-block: 65px;
}
.padding_inline_65 {
  padding-inline: 65px;
}
.padding_70 {
  padding: 70px;
}
.padding_top_70 {
  padding-top: 70px;
}
.padding_bottom_70 {
  padding-bottom: 70px;
}
.padding_right_70 {
  padding-right: 70px;
}
.padding_left_70 {
  padding-left: 70px;
}
.padding_block_70 {
  padding-block: 70px;
}
.padding_inline_70 {
  padding-inline: 70px;
}
.padding_75 {
  padding: 75px;
}
.padding_top_75 {
  padding-top: 75px;
}
.padding_bottom_75 {
  padding-bottom: 75px;
}
.padding_right_75 {
  padding-right: 75px;
}
.padding_left_75 {
  padding-left: 75px;
}
.padding_block_75 {
  padding-block: 75px;
}
.padding_inline_75 {
  padding-inline: 75px;
}
.padding_80 {
  padding: 80px;
}
.padding_top_80 {
  padding-top: 80px;
}
.padding_bottom_80 {
  padding-bottom: 80px;
}
.padding_right_80 {
  padding-right: 80px;
}
.padding_left_80 {
  padding-left: 80px;
}
.padding_block_80 {
  padding-block: 80px;
}
.padding_inline_80 {
  padding-inline: 80px;
}
.padding_85 {
  padding: 85px;
}
.padding_top_85 {
  padding-top: 85px;
}
.padding_bottom_85 {
  padding-bottom: 85px;
}
.padding_right_85 {
  padding-right: 85px;
}
.padding_left_85 {
  padding-left: 85px;
}
.padding_block_85 {
  padding-block: 85px;
}
.padding_inline_85 {
  padding-inline: 85px;
}
.padding_90 {
  padding: 90px;
}
.padding_top_90 {
  padding-top: 90px;
}
.padding_bottom_90 {
  padding-bottom: 90px;
}
.padding_right_90 {
  padding-right: 90px;
}
.padding_left_90 {
  padding-left: 90px;
}
.padding_block_90 {
  padding-block: 90px;
}
.padding_inline_90 {
  padding-inline: 90px;
}
.padding_95 {
  padding: 95px;
}
.padding_top_95 {
  padding-top: 95px;
}
.padding_bottom_95 {
  padding-bottom: 95px;
}
.padding_right_95 {
  padding-right: 95px;
}
.padding_left_95 {
  padding-left: 95px;
}
.padding_block_95 {
  padding-block: 95px;
}
.padding_inline_95 {
  padding-inline: 95px;
}
.padding_100 {
  padding: 100px;
}
.padding_top_100 {
  padding-top: 100px;
}
.padding_bottom_100 {
  padding-bottom: 100px;
}
.padding_right_100 {
  padding-right: 100px;
}
.padding_left_100 {
  padding-left: 100px;
}
.padding_block_100 {
  padding-block: 100px;
}
.padding_inline_100 {
  padding-inline: 100px;
}
.padding_50p {
  padding: 50%;
}
.padding_top_50p {
  padding-top: 50%;
}
.padding_bottom_50p {
  padding-bottom: 50%;
}
.padding_right_50p {
  padding-right: 50%;
}
.padding_left_50p {
  padding-left: 50%;
}
.padding_block_50p {
  padding-block: 50%;
}
.padding_inline_50p {
  padding-inline: 50%;
}
@media (max-width: 1439.98px) {
  .padding_auto_1440 {
    padding: auto;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_auto_1440 {
    padding-top: auto;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_auto_1440 {
    padding-bottom: auto;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_auto_1440 {
    padding-right: auto;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_auto_1440 {
    padding-left: auto;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_auto_1440 {
    padding-block: auto;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_auto_1440 {
    padding-inline: auto;
  }
}
@media (max-width: 1439.98px) {
  .padding_n1_1440 {
    padding: -1px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_n1_1440 {
    padding-top: -1px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_n1_1440 {
    padding-bottom: -1px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_n1_1440 {
    padding-right: -1px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_n1_1440 {
    padding-left: -1px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_n1_1440 {
    padding-block: -1px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_n1_1440 {
    padding-inline: -1px;
  }
}
@media (max-width: 1439.98px) {
  .padding_0_1440 {
    padding: 0px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_0_1440 {
    padding-top: 0px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_0_1440 {
    padding-bottom: 0px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_0_1440 {
    padding-right: 0px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_0_1440 {
    padding-left: 0px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_0_1440 {
    padding-block: 0px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_0_1440 {
    padding-inline: 0px;
  }
}
@media (max-width: 1439.98px) {
  .padding_8_1440 {
    padding: 8px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_8_1440 {
    padding-top: 8px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_8_1440 {
    padding-bottom: 8px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_8_1440 {
    padding-right: 8px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_8_1440 {
    padding-left: 8px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_8_1440 {
    padding-block: 8px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_8_1440 {
    padding-inline: 8px;
  }
}
@media (max-width: 1439.98px) {
  .padding_10_1440 {
    padding: 10px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_10_1440 {
    padding-top: 10px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_10_1440 {
    padding-bottom: 10px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_10_1440 {
    padding-right: 10px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_10_1440 {
    padding-left: 10px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_10_1440 {
    padding-block: 10px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_10_1440 {
    padding-inline: 10px;
  }
}
@media (max-width: 1439.98px) {
  .padding_15_1440 {
    padding: 15px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_15_1440 {
    padding-top: 15px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_15_1440 {
    padding-bottom: 15px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_15_1440 {
    padding-right: 15px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_15_1440 {
    padding-left: 15px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_15_1440 {
    padding-block: 15px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_15_1440 {
    padding-inline: 15px;
  }
}
@media (max-width: 1439.98px) {
  .padding_20_1440 {
    padding: 20px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_20_1440 {
    padding-top: 20px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_20_1440 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_20_1440 {
    padding-right: 20px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_20_1440 {
    padding-left: 20px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_20_1440 {
    padding-block: 20px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_20_1440 {
    padding-inline: 20px;
  }
}
@media (max-width: 1439.98px) {
  .padding_25_1440 {
    padding: 25px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_25_1440 {
    padding-top: 25px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_25_1440 {
    padding-bottom: 25px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_25_1440 {
    padding-right: 25px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_25_1440 {
    padding-left: 25px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_25_1440 {
    padding-block: 25px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_25_1440 {
    padding-inline: 25px;
  }
}
@media (max-width: 1439.98px) {
  .padding_30_1440 {
    padding: 30px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_30_1440 {
    padding-top: 30px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_30_1440 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_30_1440 {
    padding-right: 30px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_30_1440 {
    padding-left: 30px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_30_1440 {
    padding-block: 30px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_30_1440 {
    padding-inline: 30px;
  }
}
@media (max-width: 1439.98px) {
  .padding_35_1440 {
    padding: 35px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_35_1440 {
    padding-top: 35px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_35_1440 {
    padding-bottom: 35px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_35_1440 {
    padding-right: 35px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_35_1440 {
    padding-left: 35px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_35_1440 {
    padding-block: 35px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_35_1440 {
    padding-inline: 35px;
  }
}
@media (max-width: 1439.98px) {
  .padding_40_1440 {
    padding: 40px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_40_1440 {
    padding-top: 40px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_40_1440 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_40_1440 {
    padding-right: 40px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_40_1440 {
    padding-left: 40px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_40_1440 {
    padding-block: 40px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_40_1440 {
    padding-inline: 40px;
  }
}
@media (max-width: 1439.98px) {
  .padding_45_1440 {
    padding: 45px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_45_1440 {
    padding-top: 45px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_45_1440 {
    padding-bottom: 45px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_45_1440 {
    padding-right: 45px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_45_1440 {
    padding-left: 45px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_45_1440 {
    padding-block: 45px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_45_1440 {
    padding-inline: 45px;
  }
}
@media (max-width: 1439.98px) {
  .padding_50_1440 {
    padding: 50px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_50_1440 {
    padding-top: 50px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_50_1440 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_50_1440 {
    padding-right: 50px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_50_1440 {
    padding-left: 50px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_50_1440 {
    padding-block: 50px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_50_1440 {
    padding-inline: 50px;
  }
}
@media (max-width: 1439.98px) {
  .padding_55_1440 {
    padding: 55px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_55_1440 {
    padding-top: 55px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_55_1440 {
    padding-bottom: 55px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_55_1440 {
    padding-right: 55px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_55_1440 {
    padding-left: 55px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_55_1440 {
    padding-block: 55px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_55_1440 {
    padding-inline: 55px;
  }
}
@media (max-width: 1439.98px) {
  .padding_60_1440 {
    padding: 60px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_60_1440 {
    padding-top: 60px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_60_1440 {
    padding-bottom: 60px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_60_1440 {
    padding-right: 60px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_60_1440 {
    padding-left: 60px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_60_1440 {
    padding-block: 60px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_60_1440 {
    padding-inline: 60px;
  }
}
@media (max-width: 1439.98px) {
  .padding_65_1440 {
    padding: 65px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_65_1440 {
    padding-top: 65px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_65_1440 {
    padding-bottom: 65px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_65_1440 {
    padding-right: 65px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_65_1440 {
    padding-left: 65px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_65_1440 {
    padding-block: 65px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_65_1440 {
    padding-inline: 65px;
  }
}
@media (max-width: 1439.98px) {
  .padding_70_1440 {
    padding: 70px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_70_1440 {
    padding-top: 70px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_70_1440 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_70_1440 {
    padding-right: 70px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_70_1440 {
    padding-left: 70px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_70_1440 {
    padding-block: 70px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_70_1440 {
    padding-inline: 70px;
  }
}
@media (max-width: 1439.98px) {
  .padding_75_1440 {
    padding: 75px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_75_1440 {
    padding-top: 75px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_75_1440 {
    padding-bottom: 75px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_75_1440 {
    padding-right: 75px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_75_1440 {
    padding-left: 75px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_75_1440 {
    padding-block: 75px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_75_1440 {
    padding-inline: 75px;
  }
}
@media (max-width: 1439.98px) {
  .padding_80_1440 {
    padding: 80px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_80_1440 {
    padding-top: 80px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_80_1440 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_80_1440 {
    padding-right: 80px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_80_1440 {
    padding-left: 80px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_80_1440 {
    padding-block: 80px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_80_1440 {
    padding-inline: 80px;
  }
}
@media (max-width: 1439.98px) {
  .padding_85_1440 {
    padding: 85px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_85_1440 {
    padding-top: 85px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_85_1440 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_85_1440 {
    padding-right: 85px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_85_1440 {
    padding-left: 85px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_85_1440 {
    padding-block: 85px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_85_1440 {
    padding-inline: 85px;
  }
}
@media (max-width: 1439.98px) {
  .padding_90_1440 {
    padding: 90px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_90_1440 {
    padding-top: 90px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_90_1440 {
    padding-bottom: 90px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_90_1440 {
    padding-right: 90px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_90_1440 {
    padding-left: 90px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_90_1440 {
    padding-block: 90px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_90_1440 {
    padding-inline: 90px;
  }
}
@media (max-width: 1439.98px) {
  .padding_95_1440 {
    padding: 95px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_95_1440 {
    padding-top: 95px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_95_1440 {
    padding-bottom: 95px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_95_1440 {
    padding-right: 95px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_95_1440 {
    padding-left: 95px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_95_1440 {
    padding-block: 95px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_95_1440 {
    padding-inline: 95px;
  }
}
@media (max-width: 1439.98px) {
  .padding_100_1440 {
    padding: 100px;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_100_1440 {
    padding-top: 100px;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_100_1440 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_100_1440 {
    padding-right: 100px;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_100_1440 {
    padding-left: 100px;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_100_1440 {
    padding-block: 100px;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_100_1440 {
    padding-inline: 100px;
  }
}
@media (max-width: 1439.98px) {
  .padding_50p_1440 {
    padding: 50%;
  }
}
@media (max-width: 1439.98px) {
  .padding_top_50p_1440 {
    padding-top: 50%;
  }
}
@media (max-width: 1439.98px) {
  .padding_bottom_50p_1440 {
    padding-bottom: 50%;
  }
}
@media (max-width: 1439.98px) {
  .padding_right_50p_1440 {
    padding-right: 50%;
  }
}
@media (max-width: 1439.98px) {
  .padding_left_50p_1440 {
    padding-left: 50%;
  }
}
@media (max-width: 1439.98px) {
  .padding_block_50p_1440 {
    padding-block: 50%;
  }
}
@media (max-width: 1439.98px) {
  .padding_inline_50p_1440 {
    padding-inline: 50%;
  }
}
@media (max-width: 1358.98px) {
  .padding_auto_1359 {
    padding: auto;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_auto_1359 {
    padding-top: auto;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_auto_1359 {
    padding-bottom: auto;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_auto_1359 {
    padding-right: auto;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_auto_1359 {
    padding-left: auto;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_auto_1359 {
    padding-block: auto;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_auto_1359 {
    padding-inline: auto;
  }
}
@media (max-width: 1358.98px) {
  .padding_n1_1359 {
    padding: -1px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_n1_1359 {
    padding-top: -1px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_n1_1359 {
    padding-bottom: -1px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_n1_1359 {
    padding-right: -1px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_n1_1359 {
    padding-left: -1px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_n1_1359 {
    padding-block: -1px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_n1_1359 {
    padding-inline: -1px;
  }
}
@media (max-width: 1358.98px) {
  .padding_0_1359 {
    padding: 0px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_0_1359 {
    padding-top: 0px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_0_1359 {
    padding-bottom: 0px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_0_1359 {
    padding-right: 0px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_0_1359 {
    padding-left: 0px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_0_1359 {
    padding-block: 0px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_0_1359 {
    padding-inline: 0px;
  }
}
@media (max-width: 1358.98px) {
  .padding_8_1359 {
    padding: 8px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_8_1359 {
    padding-top: 8px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_8_1359 {
    padding-bottom: 8px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_8_1359 {
    padding-right: 8px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_8_1359 {
    padding-left: 8px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_8_1359 {
    padding-block: 8px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_8_1359 {
    padding-inline: 8px;
  }
}
@media (max-width: 1358.98px) {
  .padding_10_1359 {
    padding: 10px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_10_1359 {
    padding-top: 10px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_10_1359 {
    padding-bottom: 10px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_10_1359 {
    padding-right: 10px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_10_1359 {
    padding-left: 10px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_10_1359 {
    padding-block: 10px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_10_1359 {
    padding-inline: 10px;
  }
}
@media (max-width: 1358.98px) {
  .padding_15_1359 {
    padding: 15px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_15_1359 {
    padding-top: 15px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_15_1359 {
    padding-bottom: 15px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_15_1359 {
    padding-right: 15px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_15_1359 {
    padding-left: 15px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_15_1359 {
    padding-block: 15px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_15_1359 {
    padding-inline: 15px;
  }
}
@media (max-width: 1358.98px) {
  .padding_20_1359 {
    padding: 20px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_20_1359 {
    padding-top: 20px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_20_1359 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_20_1359 {
    padding-right: 20px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_20_1359 {
    padding-left: 20px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_20_1359 {
    padding-block: 20px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_20_1359 {
    padding-inline: 20px;
  }
}
@media (max-width: 1358.98px) {
  .padding_25_1359 {
    padding: 25px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_25_1359 {
    padding-top: 25px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_25_1359 {
    padding-bottom: 25px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_25_1359 {
    padding-right: 25px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_25_1359 {
    padding-left: 25px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_25_1359 {
    padding-block: 25px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_25_1359 {
    padding-inline: 25px;
  }
}
@media (max-width: 1358.98px) {
  .padding_30_1359 {
    padding: 30px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_30_1359 {
    padding-top: 30px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_30_1359 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_30_1359 {
    padding-right: 30px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_30_1359 {
    padding-left: 30px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_30_1359 {
    padding-block: 30px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_30_1359 {
    padding-inline: 30px;
  }
}
@media (max-width: 1358.98px) {
  .padding_35_1359 {
    padding: 35px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_35_1359 {
    padding-top: 35px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_35_1359 {
    padding-bottom: 35px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_35_1359 {
    padding-right: 35px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_35_1359 {
    padding-left: 35px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_35_1359 {
    padding-block: 35px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_35_1359 {
    padding-inline: 35px;
  }
}
@media (max-width: 1358.98px) {
  .padding_40_1359 {
    padding: 40px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_40_1359 {
    padding-top: 40px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_40_1359 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_40_1359 {
    padding-right: 40px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_40_1359 {
    padding-left: 40px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_40_1359 {
    padding-block: 40px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_40_1359 {
    padding-inline: 40px;
  }
}
@media (max-width: 1358.98px) {
  .padding_45_1359 {
    padding: 45px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_45_1359 {
    padding-top: 45px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_45_1359 {
    padding-bottom: 45px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_45_1359 {
    padding-right: 45px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_45_1359 {
    padding-left: 45px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_45_1359 {
    padding-block: 45px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_45_1359 {
    padding-inline: 45px;
  }
}
@media (max-width: 1358.98px) {
  .padding_50_1359 {
    padding: 50px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_50_1359 {
    padding-top: 50px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_50_1359 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_50_1359 {
    padding-right: 50px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_50_1359 {
    padding-left: 50px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_50_1359 {
    padding-block: 50px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_50_1359 {
    padding-inline: 50px;
  }
}
@media (max-width: 1358.98px) {
  .padding_55_1359 {
    padding: 55px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_55_1359 {
    padding-top: 55px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_55_1359 {
    padding-bottom: 55px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_55_1359 {
    padding-right: 55px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_55_1359 {
    padding-left: 55px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_55_1359 {
    padding-block: 55px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_55_1359 {
    padding-inline: 55px;
  }
}
@media (max-width: 1358.98px) {
  .padding_60_1359 {
    padding: 60px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_60_1359 {
    padding-top: 60px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_60_1359 {
    padding-bottom: 60px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_60_1359 {
    padding-right: 60px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_60_1359 {
    padding-left: 60px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_60_1359 {
    padding-block: 60px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_60_1359 {
    padding-inline: 60px;
  }
}
@media (max-width: 1358.98px) {
  .padding_65_1359 {
    padding: 65px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_65_1359 {
    padding-top: 65px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_65_1359 {
    padding-bottom: 65px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_65_1359 {
    padding-right: 65px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_65_1359 {
    padding-left: 65px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_65_1359 {
    padding-block: 65px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_65_1359 {
    padding-inline: 65px;
  }
}
@media (max-width: 1358.98px) {
  .padding_70_1359 {
    padding: 70px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_70_1359 {
    padding-top: 70px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_70_1359 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_70_1359 {
    padding-right: 70px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_70_1359 {
    padding-left: 70px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_70_1359 {
    padding-block: 70px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_70_1359 {
    padding-inline: 70px;
  }
}
@media (max-width: 1358.98px) {
  .padding_75_1359 {
    padding: 75px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_75_1359 {
    padding-top: 75px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_75_1359 {
    padding-bottom: 75px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_75_1359 {
    padding-right: 75px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_75_1359 {
    padding-left: 75px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_75_1359 {
    padding-block: 75px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_75_1359 {
    padding-inline: 75px;
  }
}
@media (max-width: 1358.98px) {
  .padding_80_1359 {
    padding: 80px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_80_1359 {
    padding-top: 80px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_80_1359 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_80_1359 {
    padding-right: 80px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_80_1359 {
    padding-left: 80px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_80_1359 {
    padding-block: 80px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_80_1359 {
    padding-inline: 80px;
  }
}
@media (max-width: 1358.98px) {
  .padding_85_1359 {
    padding: 85px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_85_1359 {
    padding-top: 85px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_85_1359 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_85_1359 {
    padding-right: 85px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_85_1359 {
    padding-left: 85px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_85_1359 {
    padding-block: 85px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_85_1359 {
    padding-inline: 85px;
  }
}
@media (max-width: 1358.98px) {
  .padding_90_1359 {
    padding: 90px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_90_1359 {
    padding-top: 90px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_90_1359 {
    padding-bottom: 90px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_90_1359 {
    padding-right: 90px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_90_1359 {
    padding-left: 90px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_90_1359 {
    padding-block: 90px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_90_1359 {
    padding-inline: 90px;
  }
}
@media (max-width: 1358.98px) {
  .padding_95_1359 {
    padding: 95px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_95_1359 {
    padding-top: 95px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_95_1359 {
    padding-bottom: 95px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_95_1359 {
    padding-right: 95px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_95_1359 {
    padding-left: 95px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_95_1359 {
    padding-block: 95px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_95_1359 {
    padding-inline: 95px;
  }
}
@media (max-width: 1358.98px) {
  .padding_100_1359 {
    padding: 100px;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_100_1359 {
    padding-top: 100px;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_100_1359 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_100_1359 {
    padding-right: 100px;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_100_1359 {
    padding-left: 100px;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_100_1359 {
    padding-block: 100px;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_100_1359 {
    padding-inline: 100px;
  }
}
@media (max-width: 1358.98px) {
  .padding_50p_1359 {
    padding: 50%;
  }
}
@media (max-width: 1358.98px) {
  .padding_top_50p_1359 {
    padding-top: 50%;
  }
}
@media (max-width: 1358.98px) {
  .padding_bottom_50p_1359 {
    padding-bottom: 50%;
  }
}
@media (max-width: 1358.98px) {
  .padding_right_50p_1359 {
    padding-right: 50%;
  }
}
@media (max-width: 1358.98px) {
  .padding_left_50p_1359 {
    padding-left: 50%;
  }
}
@media (max-width: 1358.98px) {
  .padding_block_50p_1359 {
    padding-block: 50%;
  }
}
@media (max-width: 1358.98px) {
  .padding_inline_50p_1359 {
    padding-inline: 50%;
  }
}
@media (max-width: 1199.98px) {
  .padding_auto_1200 {
    padding: auto;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_auto_1200 {
    padding-top: auto;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_auto_1200 {
    padding-bottom: auto;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_auto_1200 {
    padding-right: auto;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_auto_1200 {
    padding-left: auto;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_auto_1200 {
    padding-block: auto;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_auto_1200 {
    padding-inline: auto;
  }
}
@media (max-width: 1199.98px) {
  .padding_n1_1200 {
    padding: -1px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_n1_1200 {
    padding-top: -1px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_n1_1200 {
    padding-bottom: -1px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_n1_1200 {
    padding-right: -1px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_n1_1200 {
    padding-left: -1px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_n1_1200 {
    padding-block: -1px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_n1_1200 {
    padding-inline: -1px;
  }
}
@media (max-width: 1199.98px) {
  .padding_0_1200 {
    padding: 0px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_0_1200 {
    padding-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_0_1200 {
    padding-bottom: 0px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_0_1200 {
    padding-right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_0_1200 {
    padding-left: 0px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_0_1200 {
    padding-block: 0px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_0_1200 {
    padding-inline: 0px;
  }
}
@media (max-width: 1199.98px) {
  .padding_8_1200 {
    padding: 8px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_8_1200 {
    padding-top: 8px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_8_1200 {
    padding-bottom: 8px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_8_1200 {
    padding-right: 8px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_8_1200 {
    padding-left: 8px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_8_1200 {
    padding-block: 8px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_8_1200 {
    padding-inline: 8px;
  }
}
@media (max-width: 1199.98px) {
  .padding_10_1200 {
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_10_1200 {
    padding-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_10_1200 {
    padding-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_10_1200 {
    padding-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_10_1200 {
    padding-left: 10px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_10_1200 {
    padding-block: 10px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_10_1200 {
    padding-inline: 10px;
  }
}
@media (max-width: 1199.98px) {
  .padding_15_1200 {
    padding: 15px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_15_1200 {
    padding-top: 15px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_15_1200 {
    padding-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_15_1200 {
    padding-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_15_1200 {
    padding-left: 15px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_15_1200 {
    padding-block: 15px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_15_1200 {
    padding-inline: 15px;
  }
}
@media (max-width: 1199.98px) {
  .padding_20_1200 {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_20_1200 {
    padding-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_20_1200 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_20_1200 {
    padding-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_20_1200 {
    padding-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_20_1200 {
    padding-block: 20px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_20_1200 {
    padding-inline: 20px;
  }
}
@media (max-width: 1199.98px) {
  .padding_25_1200 {
    padding: 25px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_25_1200 {
    padding-top: 25px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_25_1200 {
    padding-bottom: 25px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_25_1200 {
    padding-right: 25px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_25_1200 {
    padding-left: 25px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_25_1200 {
    padding-block: 25px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_25_1200 {
    padding-inline: 25px;
  }
}
@media (max-width: 1199.98px) {
  .padding_30_1200 {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_30_1200 {
    padding-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_30_1200 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_30_1200 {
    padding-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_30_1200 {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_30_1200 {
    padding-block: 30px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_30_1200 {
    padding-inline: 30px;
  }
}
@media (max-width: 1199.98px) {
  .padding_35_1200 {
    padding: 35px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_35_1200 {
    padding-top: 35px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_35_1200 {
    padding-bottom: 35px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_35_1200 {
    padding-right: 35px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_35_1200 {
    padding-left: 35px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_35_1200 {
    padding-block: 35px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_35_1200 {
    padding-inline: 35px;
  }
}
@media (max-width: 1199.98px) {
  .padding_40_1200 {
    padding: 40px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_40_1200 {
    padding-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_40_1200 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_40_1200 {
    padding-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_40_1200 {
    padding-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_40_1200 {
    padding-block: 40px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_40_1200 {
    padding-inline: 40px;
  }
}
@media (max-width: 1199.98px) {
  .padding_45_1200 {
    padding: 45px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_45_1200 {
    padding-top: 45px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_45_1200 {
    padding-bottom: 45px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_45_1200 {
    padding-right: 45px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_45_1200 {
    padding-left: 45px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_45_1200 {
    padding-block: 45px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_45_1200 {
    padding-inline: 45px;
  }
}
@media (max-width: 1199.98px) {
  .padding_50_1200 {
    padding: 50px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_50_1200 {
    padding-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_50_1200 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_50_1200 {
    padding-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_50_1200 {
    padding-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_50_1200 {
    padding-block: 50px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_50_1200 {
    padding-inline: 50px;
  }
}
@media (max-width: 1199.98px) {
  .padding_55_1200 {
    padding: 55px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_55_1200 {
    padding-top: 55px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_55_1200 {
    padding-bottom: 55px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_55_1200 {
    padding-right: 55px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_55_1200 {
    padding-left: 55px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_55_1200 {
    padding-block: 55px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_55_1200 {
    padding-inline: 55px;
  }
}
@media (max-width: 1199.98px) {
  .padding_60_1200 {
    padding: 60px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_60_1200 {
    padding-top: 60px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_60_1200 {
    padding-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_60_1200 {
    padding-right: 60px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_60_1200 {
    padding-left: 60px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_60_1200 {
    padding-block: 60px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_60_1200 {
    padding-inline: 60px;
  }
}
@media (max-width: 1199.98px) {
  .padding_65_1200 {
    padding: 65px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_65_1200 {
    padding-top: 65px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_65_1200 {
    padding-bottom: 65px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_65_1200 {
    padding-right: 65px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_65_1200 {
    padding-left: 65px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_65_1200 {
    padding-block: 65px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_65_1200 {
    padding-inline: 65px;
  }
}
@media (max-width: 1199.98px) {
  .padding_70_1200 {
    padding: 70px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_70_1200 {
    padding-top: 70px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_70_1200 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_70_1200 {
    padding-right: 70px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_70_1200 {
    padding-left: 70px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_70_1200 {
    padding-block: 70px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_70_1200 {
    padding-inline: 70px;
  }
}
@media (max-width: 1199.98px) {
  .padding_75_1200 {
    padding: 75px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_75_1200 {
    padding-top: 75px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_75_1200 {
    padding-bottom: 75px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_75_1200 {
    padding-right: 75px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_75_1200 {
    padding-left: 75px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_75_1200 {
    padding-block: 75px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_75_1200 {
    padding-inline: 75px;
  }
}
@media (max-width: 1199.98px) {
  .padding_80_1200 {
    padding: 80px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_80_1200 {
    padding-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_80_1200 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_80_1200 {
    padding-right: 80px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_80_1200 {
    padding-left: 80px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_80_1200 {
    padding-block: 80px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_80_1200 {
    padding-inline: 80px;
  }
}
@media (max-width: 1199.98px) {
  .padding_85_1200 {
    padding: 85px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_85_1200 {
    padding-top: 85px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_85_1200 {
    padding-bottom: 85px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_85_1200 {
    padding-right: 85px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_85_1200 {
    padding-left: 85px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_85_1200 {
    padding-block: 85px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_85_1200 {
    padding-inline: 85px;
  }
}
@media (max-width: 1199.98px) {
  .padding_90_1200 {
    padding: 90px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_90_1200 {
    padding-top: 90px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_90_1200 {
    padding-bottom: 90px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_90_1200 {
    padding-right: 90px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_90_1200 {
    padding-left: 90px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_90_1200 {
    padding-block: 90px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_90_1200 {
    padding-inline: 90px;
  }
}
@media (max-width: 1199.98px) {
  .padding_95_1200 {
    padding: 95px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_95_1200 {
    padding-top: 95px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_95_1200 {
    padding-bottom: 95px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_95_1200 {
    padding-right: 95px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_95_1200 {
    padding-left: 95px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_95_1200 {
    padding-block: 95px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_95_1200 {
    padding-inline: 95px;
  }
}
@media (max-width: 1199.98px) {
  .padding_100_1200 {
    padding: 100px;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_100_1200 {
    padding-top: 100px;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_100_1200 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_100_1200 {
    padding-right: 100px;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_100_1200 {
    padding-left: 100px;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_100_1200 {
    padding-block: 100px;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_100_1200 {
    padding-inline: 100px;
  }
}
@media (max-width: 1199.98px) {
  .padding_50p_1200 {
    padding: 50%;
  }
}
@media (max-width: 1199.98px) {
  .padding_top_50p_1200 {
    padding-top: 50%;
  }
}
@media (max-width: 1199.98px) {
  .padding_bottom_50p_1200 {
    padding-bottom: 50%;
  }
}
@media (max-width: 1199.98px) {
  .padding_right_50p_1200 {
    padding-right: 50%;
  }
}
@media (max-width: 1199.98px) {
  .padding_left_50p_1200 {
    padding-left: 50%;
  }
}
@media (max-width: 1199.98px) {
  .padding_block_50p_1200 {
    padding-block: 50%;
  }
}
@media (max-width: 1199.98px) {
  .padding_inline_50p_1200 {
    padding-inline: 50%;
  }
}
@media (max-width: 959.98px) {
  .padding_auto_960 {
    padding: auto;
  }
}
@media (max-width: 959.98px) {
  .padding_top_auto_960 {
    padding-top: auto;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_auto_960 {
    padding-bottom: auto;
  }
}
@media (max-width: 959.98px) {
  .padding_right_auto_960 {
    padding-right: auto;
  }
}
@media (max-width: 959.98px) {
  .padding_left_auto_960 {
    padding-left: auto;
  }
}
@media (max-width: 959.98px) {
  .padding_block_auto_960 {
    padding-block: auto;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_auto_960 {
    padding-inline: auto;
  }
}
@media (max-width: 959.98px) {
  .padding_n1_960 {
    padding: -1px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_n1_960 {
    padding-top: -1px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_n1_960 {
    padding-bottom: -1px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_n1_960 {
    padding-right: -1px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_n1_960 {
    padding-left: -1px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_n1_960 {
    padding-block: -1px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_n1_960 {
    padding-inline: -1px;
  }
}
@media (max-width: 959.98px) {
  .padding_0_960 {
    padding: 0px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_0_960 {
    padding-top: 0px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_0_960 {
    padding-bottom: 0px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_0_960 {
    padding-right: 0px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_0_960 {
    padding-left: 0px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_0_960 {
    padding-block: 0px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_0_960 {
    padding-inline: 0px;
  }
}
@media (max-width: 959.98px) {
  .padding_8_960 {
    padding: 8px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_8_960 {
    padding-top: 8px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_8_960 {
    padding-bottom: 8px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_8_960 {
    padding-right: 8px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_8_960 {
    padding-left: 8px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_8_960 {
    padding-block: 8px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_8_960 {
    padding-inline: 8px;
  }
}
@media (max-width: 959.98px) {
  .padding_10_960 {
    padding: 10px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_10_960 {
    padding-top: 10px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_10_960 {
    padding-bottom: 10px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_10_960 {
    padding-right: 10px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_10_960 {
    padding-left: 10px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_10_960 {
    padding-block: 10px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_10_960 {
    padding-inline: 10px;
  }
}
@media (max-width: 959.98px) {
  .padding_15_960 {
    padding: 15px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_15_960 {
    padding-top: 15px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_15_960 {
    padding-bottom: 15px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_15_960 {
    padding-right: 15px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_15_960 {
    padding-left: 15px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_15_960 {
    padding-block: 15px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_15_960 {
    padding-inline: 15px;
  }
}
@media (max-width: 959.98px) {
  .padding_20_960 {
    padding: 20px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_20_960 {
    padding-top: 20px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_20_960 {
    padding-bottom: 20px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_20_960 {
    padding-right: 20px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_20_960 {
    padding-left: 20px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_20_960 {
    padding-block: 20px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_20_960 {
    padding-inline: 20px;
  }
}
@media (max-width: 959.98px) {
  .padding_25_960 {
    padding: 25px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_25_960 {
    padding-top: 25px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_25_960 {
    padding-bottom: 25px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_25_960 {
    padding-right: 25px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_25_960 {
    padding-left: 25px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_25_960 {
    padding-block: 25px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_25_960 {
    padding-inline: 25px;
  }
}
@media (max-width: 959.98px) {
  .padding_30_960 {
    padding: 30px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_30_960 {
    padding-top: 30px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_30_960 {
    padding-bottom: 30px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_30_960 {
    padding-right: 30px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_30_960 {
    padding-left: 30px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_30_960 {
    padding-block: 30px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_30_960 {
    padding-inline: 30px;
  }
}
@media (max-width: 959.98px) {
  .padding_35_960 {
    padding: 35px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_35_960 {
    padding-top: 35px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_35_960 {
    padding-bottom: 35px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_35_960 {
    padding-right: 35px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_35_960 {
    padding-left: 35px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_35_960 {
    padding-block: 35px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_35_960 {
    padding-inline: 35px;
  }
}
@media (max-width: 959.98px) {
  .padding_40_960 {
    padding: 40px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_40_960 {
    padding-top: 40px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_40_960 {
    padding-bottom: 40px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_40_960 {
    padding-right: 40px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_40_960 {
    padding-left: 40px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_40_960 {
    padding-block: 40px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_40_960 {
    padding-inline: 40px;
  }
}
@media (max-width: 959.98px) {
  .padding_45_960 {
    padding: 45px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_45_960 {
    padding-top: 45px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_45_960 {
    padding-bottom: 45px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_45_960 {
    padding-right: 45px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_45_960 {
    padding-left: 45px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_45_960 {
    padding-block: 45px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_45_960 {
    padding-inline: 45px;
  }
}
@media (max-width: 959.98px) {
  .padding_50_960 {
    padding: 50px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_50_960 {
    padding-top: 50px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_50_960 {
    padding-bottom: 50px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_50_960 {
    padding-right: 50px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_50_960 {
    padding-left: 50px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_50_960 {
    padding-block: 50px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_50_960 {
    padding-inline: 50px;
  }
}
@media (max-width: 959.98px) {
  .padding_55_960 {
    padding: 55px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_55_960 {
    padding-top: 55px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_55_960 {
    padding-bottom: 55px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_55_960 {
    padding-right: 55px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_55_960 {
    padding-left: 55px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_55_960 {
    padding-block: 55px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_55_960 {
    padding-inline: 55px;
  }
}
@media (max-width: 959.98px) {
  .padding_60_960 {
    padding: 60px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_60_960 {
    padding-top: 60px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_60_960 {
    padding-bottom: 60px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_60_960 {
    padding-right: 60px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_60_960 {
    padding-left: 60px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_60_960 {
    padding-block: 60px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_60_960 {
    padding-inline: 60px;
  }
}
@media (max-width: 959.98px) {
  .padding_65_960 {
    padding: 65px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_65_960 {
    padding-top: 65px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_65_960 {
    padding-bottom: 65px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_65_960 {
    padding-right: 65px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_65_960 {
    padding-left: 65px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_65_960 {
    padding-block: 65px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_65_960 {
    padding-inline: 65px;
  }
}
@media (max-width: 959.98px) {
  .padding_70_960 {
    padding: 70px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_70_960 {
    padding-top: 70px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_70_960 {
    padding-bottom: 70px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_70_960 {
    padding-right: 70px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_70_960 {
    padding-left: 70px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_70_960 {
    padding-block: 70px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_70_960 {
    padding-inline: 70px;
  }
}
@media (max-width: 959.98px) {
  .padding_75_960 {
    padding: 75px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_75_960 {
    padding-top: 75px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_75_960 {
    padding-bottom: 75px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_75_960 {
    padding-right: 75px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_75_960 {
    padding-left: 75px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_75_960 {
    padding-block: 75px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_75_960 {
    padding-inline: 75px;
  }
}
@media (max-width: 959.98px) {
  .padding_80_960 {
    padding: 80px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_80_960 {
    padding-top: 80px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_80_960 {
    padding-bottom: 80px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_80_960 {
    padding-right: 80px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_80_960 {
    padding-left: 80px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_80_960 {
    padding-block: 80px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_80_960 {
    padding-inline: 80px;
  }
}
@media (max-width: 959.98px) {
  .padding_85_960 {
    padding: 85px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_85_960 {
    padding-top: 85px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_85_960 {
    padding-bottom: 85px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_85_960 {
    padding-right: 85px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_85_960 {
    padding-left: 85px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_85_960 {
    padding-block: 85px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_85_960 {
    padding-inline: 85px;
  }
}
@media (max-width: 959.98px) {
  .padding_90_960 {
    padding: 90px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_90_960 {
    padding-top: 90px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_90_960 {
    padding-bottom: 90px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_90_960 {
    padding-right: 90px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_90_960 {
    padding-left: 90px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_90_960 {
    padding-block: 90px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_90_960 {
    padding-inline: 90px;
  }
}
@media (max-width: 959.98px) {
  .padding_95_960 {
    padding: 95px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_95_960 {
    padding-top: 95px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_95_960 {
    padding-bottom: 95px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_95_960 {
    padding-right: 95px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_95_960 {
    padding-left: 95px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_95_960 {
    padding-block: 95px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_95_960 {
    padding-inline: 95px;
  }
}
@media (max-width: 959.98px) {
  .padding_100_960 {
    padding: 100px;
  }
}
@media (max-width: 959.98px) {
  .padding_top_100_960 {
    padding-top: 100px;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_100_960 {
    padding-bottom: 100px;
  }
}
@media (max-width: 959.98px) {
  .padding_right_100_960 {
    padding-right: 100px;
  }
}
@media (max-width: 959.98px) {
  .padding_left_100_960 {
    padding-left: 100px;
  }
}
@media (max-width: 959.98px) {
  .padding_block_100_960 {
    padding-block: 100px;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_100_960 {
    padding-inline: 100px;
  }
}
@media (max-width: 959.98px) {
  .padding_50p_960 {
    padding: 50%;
  }
}
@media (max-width: 959.98px) {
  .padding_top_50p_960 {
    padding-top: 50%;
  }
}
@media (max-width: 959.98px) {
  .padding_bottom_50p_960 {
    padding-bottom: 50%;
  }
}
@media (max-width: 959.98px) {
  .padding_right_50p_960 {
    padding-right: 50%;
  }
}
@media (max-width: 959.98px) {
  .padding_left_50p_960 {
    padding-left: 50%;
  }
}
@media (max-width: 959.98px) {
  .padding_block_50p_960 {
    padding-block: 50%;
  }
}
@media (max-width: 959.98px) {
  .padding_inline_50p_960 {
    padding-inline: 50%;
  }
}
@media (max-width: 639.98px) {
  .padding_auto_640 {
    padding: auto;
  }
}
@media (max-width: 639.98px) {
  .padding_top_auto_640 {
    padding-top: auto;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_auto_640 {
    padding-bottom: auto;
  }
}
@media (max-width: 639.98px) {
  .padding_right_auto_640 {
    padding-right: auto;
  }
}
@media (max-width: 639.98px) {
  .padding_left_auto_640 {
    padding-left: auto;
  }
}
@media (max-width: 639.98px) {
  .padding_block_auto_640 {
    padding-block: auto;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_auto_960 {
    padding-inline: auto;
  }
}
@media (max-width: 639.98px) {
  .padding_n1_640 {
    padding: -1px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_n1_640 {
    padding-top: -1px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_n1_640 {
    padding-bottom: -1px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_n1_640 {
    padding-right: -1px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_n1_640 {
    padding-left: -1px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_n1_640 {
    padding-block: -1px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_n1_960 {
    padding-inline: -1px;
  }
}
@media (max-width: 639.98px) {
  .padding_0_640 {
    padding: 0px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_0_640 {
    padding-top: 0px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_0_640 {
    padding-bottom: 0px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_0_640 {
    padding-right: 0px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_0_640 {
    padding-left: 0px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_0_640 {
    padding-block: 0px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_0_960 {
    padding-inline: 0px;
  }
}
@media (max-width: 639.98px) {
  .padding_8_640 {
    padding: 8px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_8_640 {
    padding-top: 8px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_8_640 {
    padding-bottom: 8px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_8_640 {
    padding-right: 8px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_8_640 {
    padding-left: 8px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_8_640 {
    padding-block: 8px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_8_960 {
    padding-inline: 8px;
  }
}
@media (max-width: 639.98px) {
  .padding_10_640 {
    padding: 10px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_10_640 {
    padding-top: 10px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_10_640 {
    padding-bottom: 10px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_10_640 {
    padding-right: 10px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_10_640 {
    padding-left: 10px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_10_640 {
    padding-block: 10px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_10_960 {
    padding-inline: 10px;
  }
}
@media (max-width: 639.98px) {
  .padding_15_640 {
    padding: 15px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_15_640 {
    padding-top: 15px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_15_640 {
    padding-bottom: 15px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_15_640 {
    padding-right: 15px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_15_640 {
    padding-left: 15px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_15_640 {
    padding-block: 15px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_15_960 {
    padding-inline: 15px;
  }
}
@media (max-width: 639.98px) {
  .padding_20_640 {
    padding: 20px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_20_640 {
    padding-top: 20px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_20_640 {
    padding-bottom: 20px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_20_640 {
    padding-right: 20px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_20_640 {
    padding-left: 20px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_20_640 {
    padding-block: 20px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_20_960 {
    padding-inline: 20px;
  }
}
@media (max-width: 639.98px) {
  .padding_25_640 {
    padding: 25px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_25_640 {
    padding-top: 25px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_25_640 {
    padding-bottom: 25px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_25_640 {
    padding-right: 25px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_25_640 {
    padding-left: 25px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_25_640 {
    padding-block: 25px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_25_960 {
    padding-inline: 25px;
  }
}
@media (max-width: 639.98px) {
  .padding_30_640 {
    padding: 30px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_30_640 {
    padding-top: 30px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_30_640 {
    padding-bottom: 30px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_30_640 {
    padding-right: 30px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_30_640 {
    padding-left: 30px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_30_640 {
    padding-block: 30px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_30_960 {
    padding-inline: 30px;
  }
}
@media (max-width: 639.98px) {
  .padding_35_640 {
    padding: 35px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_35_640 {
    padding-top: 35px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_35_640 {
    padding-bottom: 35px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_35_640 {
    padding-right: 35px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_35_640 {
    padding-left: 35px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_35_640 {
    padding-block: 35px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_35_960 {
    padding-inline: 35px;
  }
}
@media (max-width: 639.98px) {
  .padding_40_640 {
    padding: 40px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_40_640 {
    padding-top: 40px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_40_640 {
    padding-bottom: 40px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_40_640 {
    padding-right: 40px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_40_640 {
    padding-left: 40px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_40_640 {
    padding-block: 40px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_40_960 {
    padding-inline: 40px;
  }
}
@media (max-width: 639.98px) {
  .padding_45_640 {
    padding: 45px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_45_640 {
    padding-top: 45px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_45_640 {
    padding-bottom: 45px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_45_640 {
    padding-right: 45px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_45_640 {
    padding-left: 45px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_45_640 {
    padding-block: 45px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_45_960 {
    padding-inline: 45px;
  }
}
@media (max-width: 639.98px) {
  .padding_50_640 {
    padding: 50px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_50_640 {
    padding-top: 50px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_50_640 {
    padding-bottom: 50px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_50_640 {
    padding-right: 50px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_50_640 {
    padding-left: 50px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_50_640 {
    padding-block: 50px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_50_960 {
    padding-inline: 50px;
  }
}
@media (max-width: 639.98px) {
  .padding_55_640 {
    padding: 55px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_55_640 {
    padding-top: 55px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_55_640 {
    padding-bottom: 55px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_55_640 {
    padding-right: 55px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_55_640 {
    padding-left: 55px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_55_640 {
    padding-block: 55px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_55_960 {
    padding-inline: 55px;
  }
}
@media (max-width: 639.98px) {
  .padding_60_640 {
    padding: 60px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_60_640 {
    padding-top: 60px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_60_640 {
    padding-bottom: 60px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_60_640 {
    padding-right: 60px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_60_640 {
    padding-left: 60px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_60_640 {
    padding-block: 60px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_60_960 {
    padding-inline: 60px;
  }
}
@media (max-width: 639.98px) {
  .padding_65_640 {
    padding: 65px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_65_640 {
    padding-top: 65px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_65_640 {
    padding-bottom: 65px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_65_640 {
    padding-right: 65px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_65_640 {
    padding-left: 65px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_65_640 {
    padding-block: 65px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_65_960 {
    padding-inline: 65px;
  }
}
@media (max-width: 639.98px) {
  .padding_70_640 {
    padding: 70px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_70_640 {
    padding-top: 70px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_70_640 {
    padding-bottom: 70px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_70_640 {
    padding-right: 70px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_70_640 {
    padding-left: 70px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_70_640 {
    padding-block: 70px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_70_960 {
    padding-inline: 70px;
  }
}
@media (max-width: 639.98px) {
  .padding_75_640 {
    padding: 75px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_75_640 {
    padding-top: 75px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_75_640 {
    padding-bottom: 75px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_75_640 {
    padding-right: 75px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_75_640 {
    padding-left: 75px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_75_640 {
    padding-block: 75px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_75_960 {
    padding-inline: 75px;
  }
}
@media (max-width: 639.98px) {
  .padding_80_640 {
    padding: 80px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_80_640 {
    padding-top: 80px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_80_640 {
    padding-bottom: 80px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_80_640 {
    padding-right: 80px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_80_640 {
    padding-left: 80px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_80_640 {
    padding-block: 80px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_80_960 {
    padding-inline: 80px;
  }
}
@media (max-width: 639.98px) {
  .padding_85_640 {
    padding: 85px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_85_640 {
    padding-top: 85px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_85_640 {
    padding-bottom: 85px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_85_640 {
    padding-right: 85px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_85_640 {
    padding-left: 85px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_85_640 {
    padding-block: 85px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_85_960 {
    padding-inline: 85px;
  }
}
@media (max-width: 639.98px) {
  .padding_90_640 {
    padding: 90px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_90_640 {
    padding-top: 90px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_90_640 {
    padding-bottom: 90px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_90_640 {
    padding-right: 90px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_90_640 {
    padding-left: 90px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_90_640 {
    padding-block: 90px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_90_960 {
    padding-inline: 90px;
  }
}
@media (max-width: 639.98px) {
  .padding_95_640 {
    padding: 95px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_95_640 {
    padding-top: 95px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_95_640 {
    padding-bottom: 95px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_95_640 {
    padding-right: 95px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_95_640 {
    padding-left: 95px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_95_640 {
    padding-block: 95px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_95_960 {
    padding-inline: 95px;
  }
}
@media (max-width: 639.98px) {
  .padding_100_640 {
    padding: 100px;
  }
}
@media (max-width: 639.98px) {
  .padding_top_100_640 {
    padding-top: 100px;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_100_640 {
    padding-bottom: 100px;
  }
}
@media (max-width: 639.98px) {
  .padding_right_100_640 {
    padding-right: 100px;
  }
}
@media (max-width: 639.98px) {
  .padding_left_100_640 {
    padding-left: 100px;
  }
}
@media (max-width: 639.98px) {
  .padding_block_100_640 {
    padding-block: 100px;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_100_960 {
    padding-inline: 100px;
  }
}
@media (max-width: 639.98px) {
  .padding_50p_640 {
    padding: 50%;
  }
}
@media (max-width: 639.98px) {
  .padding_top_50p_640 {
    padding-top: 50%;
  }
}
@media (max-width: 639.98px) {
  .padding_bottom_50p_640 {
    padding-bottom: 50%;
  }
}
@media (max-width: 639.98px) {
  .padding_right_50p_640 {
    padding-right: 50%;
  }
}
@media (max-width: 639.98px) {
  .padding_left_50p_640 {
    padding-left: 50%;
  }
}
@media (max-width: 639.98px) {
  .padding_block_50p_640 {
    padding-block: 50%;
  }
}
@media (max-width: 639.98px) {
  .padding_inline_50p_960 {
    padding-inline: 50%;
  }
}
@media (max-width: 449.98px) {
  .padding_auto_450 {
    padding: auto;
  }
}
@media (max-width: 449.98px) {
  .padding_top_auto_450 {
    padding-top: auto;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_auto_450 {
    padding-bottom: auto;
  }
}
@media (max-width: 449.98px) {
  .padding_right_auto_450 {
    padding-right: auto;
  }
}
@media (max-width: 449.98px) {
  .padding_left_auto_450 {
    padding-left: auto;
  }
}
@media (max-width: 449.98px) {
  .padding_block_auto_450 {
    padding-block: auto;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_auto_450 {
    padding-inline: auto;
  }
}
@media (max-width: 449.98px) {
  .padding_n1_450 {
    padding: -1px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_n1_450 {
    padding-top: -1px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_n1_450 {
    padding-bottom: -1px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_n1_450 {
    padding-right: -1px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_n1_450 {
    padding-left: -1px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_n1_450 {
    padding-block: -1px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_n1_450 {
    padding-inline: -1px;
  }
}
@media (max-width: 449.98px) {
  .padding_0_450 {
    padding: 0px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_0_450 {
    padding-top: 0px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_0_450 {
    padding-bottom: 0px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_0_450 {
    padding-right: 0px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_0_450 {
    padding-left: 0px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_0_450 {
    padding-block: 0px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_0_450 {
    padding-inline: 0px;
  }
}
@media (max-width: 449.98px) {
  .padding_8_450 {
    padding: 8px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_8_450 {
    padding-top: 8px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_8_450 {
    padding-bottom: 8px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_8_450 {
    padding-right: 8px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_8_450 {
    padding-left: 8px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_8_450 {
    padding-block: 8px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_8_450 {
    padding-inline: 8px;
  }
}
@media (max-width: 449.98px) {
  .padding_10_450 {
    padding: 10px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_10_450 {
    padding-top: 10px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_10_450 {
    padding-bottom: 10px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_10_450 {
    padding-right: 10px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_10_450 {
    padding-left: 10px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_10_450 {
    padding-block: 10px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_10_450 {
    padding-inline: 10px;
  }
}
@media (max-width: 449.98px) {
  .padding_15_450 {
    padding: 15px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_15_450 {
    padding-top: 15px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_15_450 {
    padding-bottom: 15px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_15_450 {
    padding-right: 15px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_15_450 {
    padding-left: 15px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_15_450 {
    padding-block: 15px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_15_450 {
    padding-inline: 15px;
  }
}
@media (max-width: 449.98px) {
  .padding_20_450 {
    padding: 20px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_20_450 {
    padding-top: 20px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_20_450 {
    padding-bottom: 20px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_20_450 {
    padding-right: 20px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_20_450 {
    padding-left: 20px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_20_450 {
    padding-block: 20px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_20_450 {
    padding-inline: 20px;
  }
}
@media (max-width: 449.98px) {
  .padding_25_450 {
    padding: 25px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_25_450 {
    padding-top: 25px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_25_450 {
    padding-bottom: 25px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_25_450 {
    padding-right: 25px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_25_450 {
    padding-left: 25px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_25_450 {
    padding-block: 25px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_25_450 {
    padding-inline: 25px;
  }
}
@media (max-width: 449.98px) {
  .padding_30_450 {
    padding: 30px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_30_450 {
    padding-top: 30px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_30_450 {
    padding-bottom: 30px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_30_450 {
    padding-right: 30px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_30_450 {
    padding-left: 30px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_30_450 {
    padding-block: 30px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_30_450 {
    padding-inline: 30px;
  }
}
@media (max-width: 449.98px) {
  .padding_35_450 {
    padding: 35px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_35_450 {
    padding-top: 35px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_35_450 {
    padding-bottom: 35px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_35_450 {
    padding-right: 35px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_35_450 {
    padding-left: 35px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_35_450 {
    padding-block: 35px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_35_450 {
    padding-inline: 35px;
  }
}
@media (max-width: 449.98px) {
  .padding_40_450 {
    padding: 40px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_40_450 {
    padding-top: 40px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_40_450 {
    padding-bottom: 40px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_40_450 {
    padding-right: 40px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_40_450 {
    padding-left: 40px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_40_450 {
    padding-block: 40px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_40_450 {
    padding-inline: 40px;
  }
}
@media (max-width: 449.98px) {
  .padding_45_450 {
    padding: 45px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_45_450 {
    padding-top: 45px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_45_450 {
    padding-bottom: 45px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_45_450 {
    padding-right: 45px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_45_450 {
    padding-left: 45px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_45_450 {
    padding-block: 45px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_45_450 {
    padding-inline: 45px;
  }
}
@media (max-width: 449.98px) {
  .padding_50_450 {
    padding: 50px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_50_450 {
    padding-top: 50px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_50_450 {
    padding-bottom: 50px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_50_450 {
    padding-right: 50px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_50_450 {
    padding-left: 50px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_50_450 {
    padding-block: 50px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_50_450 {
    padding-inline: 50px;
  }
}
@media (max-width: 449.98px) {
  .padding_55_450 {
    padding: 55px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_55_450 {
    padding-top: 55px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_55_450 {
    padding-bottom: 55px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_55_450 {
    padding-right: 55px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_55_450 {
    padding-left: 55px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_55_450 {
    padding-block: 55px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_55_450 {
    padding-inline: 55px;
  }
}
@media (max-width: 449.98px) {
  .padding_60_450 {
    padding: 60px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_60_450 {
    padding-top: 60px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_60_450 {
    padding-bottom: 60px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_60_450 {
    padding-right: 60px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_60_450 {
    padding-left: 60px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_60_450 {
    padding-block: 60px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_60_450 {
    padding-inline: 60px;
  }
}
@media (max-width: 449.98px) {
  .padding_65_450 {
    padding: 65px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_65_450 {
    padding-top: 65px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_65_450 {
    padding-bottom: 65px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_65_450 {
    padding-right: 65px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_65_450 {
    padding-left: 65px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_65_450 {
    padding-block: 65px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_65_450 {
    padding-inline: 65px;
  }
}
@media (max-width: 449.98px) {
  .padding_70_450 {
    padding: 70px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_70_450 {
    padding-top: 70px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_70_450 {
    padding-bottom: 70px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_70_450 {
    padding-right: 70px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_70_450 {
    padding-left: 70px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_70_450 {
    padding-block: 70px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_70_450 {
    padding-inline: 70px;
  }
}
@media (max-width: 449.98px) {
  .padding_75_450 {
    padding: 75px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_75_450 {
    padding-top: 75px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_75_450 {
    padding-bottom: 75px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_75_450 {
    padding-right: 75px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_75_450 {
    padding-left: 75px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_75_450 {
    padding-block: 75px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_75_450 {
    padding-inline: 75px;
  }
}
@media (max-width: 449.98px) {
  .padding_80_450 {
    padding: 80px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_80_450 {
    padding-top: 80px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_80_450 {
    padding-bottom: 80px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_80_450 {
    padding-right: 80px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_80_450 {
    padding-left: 80px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_80_450 {
    padding-block: 80px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_80_450 {
    padding-inline: 80px;
  }
}
@media (max-width: 449.98px) {
  .padding_85_450 {
    padding: 85px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_85_450 {
    padding-top: 85px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_85_450 {
    padding-bottom: 85px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_85_450 {
    padding-right: 85px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_85_450 {
    padding-left: 85px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_85_450 {
    padding-block: 85px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_85_450 {
    padding-inline: 85px;
  }
}
@media (max-width: 449.98px) {
  .padding_90_450 {
    padding: 90px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_90_450 {
    padding-top: 90px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_90_450 {
    padding-bottom: 90px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_90_450 {
    padding-right: 90px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_90_450 {
    padding-left: 90px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_90_450 {
    padding-block: 90px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_90_450 {
    padding-inline: 90px;
  }
}
@media (max-width: 449.98px) {
  .padding_95_450 {
    padding: 95px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_95_450 {
    padding-top: 95px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_95_450 {
    padding-bottom: 95px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_95_450 {
    padding-right: 95px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_95_450 {
    padding-left: 95px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_95_450 {
    padding-block: 95px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_95_450 {
    padding-inline: 95px;
  }
}
@media (max-width: 449.98px) {
  .padding_100_450 {
    padding: 100px;
  }
}
@media (max-width: 449.98px) {
  .padding_top_100_450 {
    padding-top: 100px;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_100_450 {
    padding-bottom: 100px;
  }
}
@media (max-width: 449.98px) {
  .padding_right_100_450 {
    padding-right: 100px;
  }
}
@media (max-width: 449.98px) {
  .padding_left_100_450 {
    padding-left: 100px;
  }
}
@media (max-width: 449.98px) {
  .padding_block_100_450 {
    padding-block: 100px;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_100_450 {
    padding-inline: 100px;
  }
}
@media (max-width: 449.98px) {
  .padding_50p_450 {
    padding: 50%;
  }
}
@media (max-width: 449.98px) {
  .padding_top_50p_450 {
    padding-top: 50%;
  }
}
@media (max-width: 449.98px) {
  .padding_bottom_50p_450 {
    padding-bottom: 50%;
  }
}
@media (max-width: 449.98px) {
  .padding_right_50p_450 {
    padding-right: 50%;
  }
}
@media (max-width: 449.98px) {
  .padding_left_50p_450 {
    padding-left: 50%;
  }
}
@media (max-width: 449.98px) {
  .padding_block_50p_450 {
    padding-block: 50%;
  }
}
@media (max-width: 449.98px) {
  .padding_inline_50p_450 {
    padding-inline: 50%;
  }
}

.margin_auto {
  margin: auto;
}
.margin_top_auto {
  margin-top: auto;
}
.margin_bottom_auto {
  margin-bottom: auto;
}
.margin_right_auto {
  margin-right: auto;
}
.margin_left_auto {
  margin-left: auto;
}
.margin_block_auto {
  margin-block: auto;
}
.margin_inline_auto {
  margin-inline: auto;
}
.margin_n1 {
  margin: -1px;
}
.margin_top_n1 {
  margin-top: -1px;
}
.margin_bottom_n1 {
  margin-bottom: -1px;
}
.margin_right_n1 {
  margin-right: -1px;
}
.margin_left_n1 {
  margin-left: -1px;
}
.margin_block_n1 {
  margin-block: -1px;
}
.margin_inline_n1 {
  margin-inline: -1px;
}
.margin_0 {
  margin: 0px;
}
.margin_top_0 {
  margin-top: 0px;
}
.margin_bottom_0 {
  margin-bottom: 0px;
}
.margin_right_0 {
  margin-right: 0px;
}
.margin_left_0 {
  margin-left: 0px;
}
.margin_block_0 {
  margin-block: 0px;
}
.margin_inline_0 {
  margin-inline: 0px;
}
.margin_8 {
  margin: 8px;
}
.margin_top_8 {
  margin-top: 8px;
}
.margin_bottom_8 {
  margin-bottom: 8px;
}
.margin_right_8 {
  margin-right: 8px;
}
.margin_left_8 {
  margin-left: 8px;
}
.margin_block_8 {
  margin-block: 8px;
}
.margin_inline_8 {
  margin-inline: 8px;
}
.margin_10 {
  margin: 10px;
}
.margin_top_10 {
  margin-top: 10px;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.margin_right_10 {
  margin-right: 10px;
}
.margin_left_10 {
  margin-left: 10px;
}
.margin_block_10 {
  margin-block: 10px;
}
.margin_inline_10 {
  margin-inline: 10px;
}
.margin_15 {
  margin: 15px;
}
.margin_top_15 {
  margin-top: 15px;
}
.margin_bottom_15 {
  margin-bottom: 15px;
}
.margin_right_15 {
  margin-right: 15px;
}
.margin_left_15 {
  margin-left: 15px;
}
.margin_block_15 {
  margin-block: 15px;
}
.margin_inline_15 {
  margin-inline: 15px;
}
.margin_20 {
  margin: 20px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.margin_right_20 {
  margin-right: 20px;
}
.margin_left_20 {
  margin-left: 20px;
}
.margin_block_20 {
  margin-block: 20px;
}
.margin_inline_20 {
  margin-inline: 20px;
}
.margin_25 {
  margin: 25px;
}
.margin_top_25 {
  margin-top: 25px;
}
.margin_bottom_25 {
  margin-bottom: 25px;
}
.margin_right_25 {
  margin-right: 25px;
}
.margin_left_25 {
  margin-left: 25px;
}
.margin_block_25 {
  margin-block: 25px;
}
.margin_inline_25 {
  margin-inline: 25px;
}
.margin_30 {
  margin: 30px;
}
.margin_top_30 {
  margin-top: 30px;
}
.margin_bottom_30 {
  margin-bottom: 30px;
}
.margin_right_30 {
  margin-right: 30px;
}
.margin_left_30 {
  margin-left: 30px;
}
.margin_block_30 {
  margin-block: 30px;
}
.margin_inline_30 {
  margin-inline: 30px;
}
.margin_35 {
  margin: 35px;
}
.margin_top_35 {
  margin-top: 35px;
}
.margin_bottom_35 {
  margin-bottom: 35px;
}
.margin_right_35 {
  margin-right: 35px;
}
.margin_left_35 {
  margin-left: 35px;
}
.margin_block_35 {
  margin-block: 35px;
}
.margin_inline_35 {
  margin-inline: 35px;
}
.margin_40 {
  margin: 40px;
}
.margin_top_40 {
  margin-top: 40px;
}
.margin_bottom_40 {
  margin-bottom: 40px;
}
.margin_right_40 {
  margin-right: 40px;
}
.margin_left_40 {
  margin-left: 40px;
}
.margin_block_40 {
  margin-block: 40px;
}
.margin_inline_40 {
  margin-inline: 40px;
}
.margin_45 {
  margin: 45px;
}
.margin_top_45 {
  margin-top: 45px;
}
.margin_bottom_45 {
  margin-bottom: 45px;
}
.margin_right_45 {
  margin-right: 45px;
}
.margin_left_45 {
  margin-left: 45px;
}
.margin_block_45 {
  margin-block: 45px;
}
.margin_inline_45 {
  margin-inline: 45px;
}
.margin_50 {
  margin: 50px;
}
.margin_top_50 {
  margin-top: 50px;
}
.margin_bottom_50 {
  margin-bottom: 50px;
}
.margin_right_50 {
  margin-right: 50px;
}
.margin_left_50 {
  margin-left: 50px;
}
.margin_block_50 {
  margin-block: 50px;
}
.margin_inline_50 {
  margin-inline: 50px;
}
.margin_55 {
  margin: 55px;
}
.margin_top_55 {
  margin-top: 55px;
}
.margin_bottom_55 {
  margin-bottom: 55px;
}
.margin_right_55 {
  margin-right: 55px;
}
.margin_left_55 {
  margin-left: 55px;
}
.margin_block_55 {
  margin-block: 55px;
}
.margin_inline_55 {
  margin-inline: 55px;
}
.margin_60 {
  margin: 60px;
}
.margin_top_60 {
  margin-top: 60px;
}
.margin_bottom_60 {
  margin-bottom: 60px;
}
.margin_right_60 {
  margin-right: 60px;
}
.margin_left_60 {
  margin-left: 60px;
}
.margin_block_60 {
  margin-block: 60px;
}
.margin_inline_60 {
  margin-inline: 60px;
}
.margin_65 {
  margin: 65px;
}
.margin_top_65 {
  margin-top: 65px;
}
.margin_bottom_65 {
  margin-bottom: 65px;
}
.margin_right_65 {
  margin-right: 65px;
}
.margin_left_65 {
  margin-left: 65px;
}
.margin_block_65 {
  margin-block: 65px;
}
.margin_inline_65 {
  margin-inline: 65px;
}
.margin_70 {
  margin: 70px;
}
.margin_top_70 {
  margin-top: 70px;
}
.margin_bottom_70 {
  margin-bottom: 70px;
}
.margin_right_70 {
  margin-right: 70px;
}
.margin_left_70 {
  margin-left: 70px;
}
.margin_block_70 {
  margin-block: 70px;
}
.margin_inline_70 {
  margin-inline: 70px;
}
.margin_75 {
  margin: 75px;
}
.margin_top_75 {
  margin-top: 75px;
}
.margin_bottom_75 {
  margin-bottom: 75px;
}
.margin_right_75 {
  margin-right: 75px;
}
.margin_left_75 {
  margin-left: 75px;
}
.margin_block_75 {
  margin-block: 75px;
}
.margin_inline_75 {
  margin-inline: 75px;
}
.margin_80 {
  margin: 80px;
}
.margin_top_80 {
  margin-top: 80px;
}
.margin_bottom_80 {
  margin-bottom: 80px;
}
.margin_right_80 {
  margin-right: 80px;
}
.margin_left_80 {
  margin-left: 80px;
}
.margin_block_80 {
  margin-block: 80px;
}
.margin_inline_80 {
  margin-inline: 80px;
}
.margin_85 {
  margin: 85px;
}
.margin_top_85 {
  margin-top: 85px;
}
.margin_bottom_85 {
  margin-bottom: 85px;
}
.margin_right_85 {
  margin-right: 85px;
}
.margin_left_85 {
  margin-left: 85px;
}
.margin_block_85 {
  margin-block: 85px;
}
.margin_inline_85 {
  margin-inline: 85px;
}
.margin_90 {
  margin: 90px;
}
.margin_top_90 {
  margin-top: 90px;
}
.margin_bottom_90 {
  margin-bottom: 90px;
}
.margin_right_90 {
  margin-right: 90px;
}
.margin_left_90 {
  margin-left: 90px;
}
.margin_block_90 {
  margin-block: 90px;
}
.margin_inline_90 {
  margin-inline: 90px;
}
.margin_95 {
  margin: 95px;
}
.margin_top_95 {
  margin-top: 95px;
}
.margin_bottom_95 {
  margin-bottom: 95px;
}
.margin_right_95 {
  margin-right: 95px;
}
.margin_left_95 {
  margin-left: 95px;
}
.margin_block_95 {
  margin-block: 95px;
}
.margin_inline_95 {
  margin-inline: 95px;
}
.margin_100 {
  margin: 100px;
}
.margin_top_100 {
  margin-top: 100px;
}
.margin_bottom_100 {
  margin-bottom: 100px;
}
.margin_right_100 {
  margin-right: 100px;
}
.margin_left_100 {
  margin-left: 100px;
}
.margin_block_100 {
  margin-block: 100px;
}
.margin_inline_100 {
  margin-inline: 100px;
}
.margin_50p {
  margin: 50%;
}
.margin_top_50p {
  margin-top: 50%;
}
.margin_bottom_50p {
  margin-bottom: 50%;
}
.margin_right_50p {
  margin-right: 50%;
}
.margin_left_50p {
  margin-left: 50%;
}
.margin_block_50p {
  margin-block: 50%;
}
.margin_inline_50p {
  margin-inline: 50%;
}
@media (max-width: 1439.98px) {
  .margin_auto_1440 {
    margin: auto;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_auto_1440 {
    margin-top: auto;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_auto_1440 {
    margin-bottom: auto;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_auto_1440 {
    margin-right: auto;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_auto_1440 {
    margin-left: auto;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_auto_1440 {
    margin-block: auto;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_auto_1440 {
    margin-inline: auto;
  }
}
@media (max-width: 1439.98px) {
  .margin_n1_1440 {
    margin: -1px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_n1_1440 {
    margin-top: -1px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_n1_1440 {
    margin-bottom: -1px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_n1_1440 {
    margin-right: -1px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_n1_1440 {
    margin-left: -1px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_n1_1440 {
    margin-block: -1px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_n1_1440 {
    margin-inline: -1px;
  }
}
@media (max-width: 1439.98px) {
  .margin_0_1440 {
    margin: 0px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_0_1440 {
    margin-top: 0px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_0_1440 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_0_1440 {
    margin-right: 0px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_0_1440 {
    margin-left: 0px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_0_1440 {
    margin-block: 0px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_0_1440 {
    margin-inline: 0px;
  }
}
@media (max-width: 1439.98px) {
  .margin_8_1440 {
    margin: 8px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_8_1440 {
    margin-top: 8px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_8_1440 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_8_1440 {
    margin-right: 8px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_8_1440 {
    margin-left: 8px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_8_1440 {
    margin-block: 8px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_8_1440 {
    margin-inline: 8px;
  }
}
@media (max-width: 1439.98px) {
  .margin_10_1440 {
    margin: 10px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_10_1440 {
    margin-top: 10px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_10_1440 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_10_1440 {
    margin-right: 10px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_10_1440 {
    margin-left: 10px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_10_1440 {
    margin-block: 10px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_10_1440 {
    margin-inline: 10px;
  }
}
@media (max-width: 1439.98px) {
  .margin_15_1440 {
    margin: 15px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_15_1440 {
    margin-top: 15px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_15_1440 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_15_1440 {
    margin-right: 15px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_15_1440 {
    margin-left: 15px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_15_1440 {
    margin-block: 15px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_15_1440 {
    margin-inline: 15px;
  }
}
@media (max-width: 1439.98px) {
  .margin_20_1440 {
    margin: 20px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_20_1440 {
    margin-top: 20px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_20_1440 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_20_1440 {
    margin-right: 20px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_20_1440 {
    margin-left: 20px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_20_1440 {
    margin-block: 20px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_20_1440 {
    margin-inline: 20px;
  }
}
@media (max-width: 1439.98px) {
  .margin_25_1440 {
    margin: 25px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_25_1440 {
    margin-top: 25px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_25_1440 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_25_1440 {
    margin-right: 25px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_25_1440 {
    margin-left: 25px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_25_1440 {
    margin-block: 25px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_25_1440 {
    margin-inline: 25px;
  }
}
@media (max-width: 1439.98px) {
  .margin_30_1440 {
    margin: 30px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_30_1440 {
    margin-top: 30px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_30_1440 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_30_1440 {
    margin-right: 30px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_30_1440 {
    margin-left: 30px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_30_1440 {
    margin-block: 30px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_30_1440 {
    margin-inline: 30px;
  }
}
@media (max-width: 1439.98px) {
  .margin_35_1440 {
    margin: 35px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_35_1440 {
    margin-top: 35px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_35_1440 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_35_1440 {
    margin-right: 35px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_35_1440 {
    margin-left: 35px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_35_1440 {
    margin-block: 35px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_35_1440 {
    margin-inline: 35px;
  }
}
@media (max-width: 1439.98px) {
  .margin_40_1440 {
    margin: 40px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_40_1440 {
    margin-top: 40px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_40_1440 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_40_1440 {
    margin-right: 40px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_40_1440 {
    margin-left: 40px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_40_1440 {
    margin-block: 40px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_40_1440 {
    margin-inline: 40px;
  }
}
@media (max-width: 1439.98px) {
  .margin_45_1440 {
    margin: 45px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_45_1440 {
    margin-top: 45px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_45_1440 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_45_1440 {
    margin-right: 45px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_45_1440 {
    margin-left: 45px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_45_1440 {
    margin-block: 45px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_45_1440 {
    margin-inline: 45px;
  }
}
@media (max-width: 1439.98px) {
  .margin_50_1440 {
    margin: 50px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_50_1440 {
    margin-top: 50px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_50_1440 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_50_1440 {
    margin-right: 50px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_50_1440 {
    margin-left: 50px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_50_1440 {
    margin-block: 50px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_50_1440 {
    margin-inline: 50px;
  }
}
@media (max-width: 1439.98px) {
  .margin_55_1440 {
    margin: 55px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_55_1440 {
    margin-top: 55px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_55_1440 {
    margin-bottom: 55px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_55_1440 {
    margin-right: 55px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_55_1440 {
    margin-left: 55px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_55_1440 {
    margin-block: 55px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_55_1440 {
    margin-inline: 55px;
  }
}
@media (max-width: 1439.98px) {
  .margin_60_1440 {
    margin: 60px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_60_1440 {
    margin-top: 60px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_60_1440 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_60_1440 {
    margin-right: 60px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_60_1440 {
    margin-left: 60px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_60_1440 {
    margin-block: 60px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_60_1440 {
    margin-inline: 60px;
  }
}
@media (max-width: 1439.98px) {
  .margin_65_1440 {
    margin: 65px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_65_1440 {
    margin-top: 65px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_65_1440 {
    margin-bottom: 65px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_65_1440 {
    margin-right: 65px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_65_1440 {
    margin-left: 65px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_65_1440 {
    margin-block: 65px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_65_1440 {
    margin-inline: 65px;
  }
}
@media (max-width: 1439.98px) {
  .margin_70_1440 {
    margin: 70px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_70_1440 {
    margin-top: 70px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_70_1440 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_70_1440 {
    margin-right: 70px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_70_1440 {
    margin-left: 70px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_70_1440 {
    margin-block: 70px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_70_1440 {
    margin-inline: 70px;
  }
}
@media (max-width: 1439.98px) {
  .margin_75_1440 {
    margin: 75px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_75_1440 {
    margin-top: 75px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_75_1440 {
    margin-bottom: 75px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_75_1440 {
    margin-right: 75px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_75_1440 {
    margin-left: 75px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_75_1440 {
    margin-block: 75px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_75_1440 {
    margin-inline: 75px;
  }
}
@media (max-width: 1439.98px) {
  .margin_80_1440 {
    margin: 80px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_80_1440 {
    margin-top: 80px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_80_1440 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_80_1440 {
    margin-right: 80px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_80_1440 {
    margin-left: 80px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_80_1440 {
    margin-block: 80px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_80_1440 {
    margin-inline: 80px;
  }
}
@media (max-width: 1439.98px) {
  .margin_85_1440 {
    margin: 85px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_85_1440 {
    margin-top: 85px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_85_1440 {
    margin-bottom: 85px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_85_1440 {
    margin-right: 85px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_85_1440 {
    margin-left: 85px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_85_1440 {
    margin-block: 85px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_85_1440 {
    margin-inline: 85px;
  }
}
@media (max-width: 1439.98px) {
  .margin_90_1440 {
    margin: 90px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_90_1440 {
    margin-top: 90px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_90_1440 {
    margin-bottom: 90px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_90_1440 {
    margin-right: 90px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_90_1440 {
    margin-left: 90px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_90_1440 {
    margin-block: 90px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_90_1440 {
    margin-inline: 90px;
  }
}
@media (max-width: 1439.98px) {
  .margin_95_1440 {
    margin: 95px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_95_1440 {
    margin-top: 95px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_95_1440 {
    margin-bottom: 95px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_95_1440 {
    margin-right: 95px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_95_1440 {
    margin-left: 95px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_95_1440 {
    margin-block: 95px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_95_1440 {
    margin-inline: 95px;
  }
}
@media (max-width: 1439.98px) {
  .margin_100_1440 {
    margin: 100px;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_100_1440 {
    margin-top: 100px;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_100_1440 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_100_1440 {
    margin-right: 100px;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_100_1440 {
    margin-left: 100px;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_100_1440 {
    margin-block: 100px;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_100_1440 {
    margin-inline: 100px;
  }
}
@media (max-width: 1439.98px) {
  .margin_50p_1440 {
    margin: 50%;
  }
}
@media (max-width: 1439.98px) {
  .margin_top_50p_1440 {
    margin-top: 50%;
  }
}
@media (max-width: 1439.98px) {
  .margin_bottom_50p_1440 {
    margin-bottom: 50%;
  }
}
@media (max-width: 1439.98px) {
  .margin_right_50p_1440 {
    margin-right: 50%;
  }
}
@media (max-width: 1439.98px) {
  .margin_left_50p_1440 {
    margin-left: 50%;
  }
}
@media (max-width: 1439.98px) {
  .margin_block_50p_1440 {
    margin-block: 50%;
  }
}
@media (max-width: 1439.98px) {
  .margin_inline_50p_1440 {
    margin-inline: 50%;
  }
}
@media (max-width: 1358.98px) {
  .margin_auto_1359 {
    margin: auto;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_auto_1359 {
    margin-top: auto;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_auto_1359 {
    margin-bottom: auto;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_auto_1359 {
    margin-right: auto;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_auto_1359 {
    margin-left: auto;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_auto_1359 {
    margin-block: auto;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_auto_1359 {
    margin-inline: auto;
  }
}
@media (max-width: 1358.98px) {
  .margin_n1_1359 {
    margin: -1px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_n1_1359 {
    margin-top: -1px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_n1_1359 {
    margin-bottom: -1px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_n1_1359 {
    margin-right: -1px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_n1_1359 {
    margin-left: -1px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_n1_1359 {
    margin-block: -1px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_n1_1359 {
    margin-inline: -1px;
  }
}
@media (max-width: 1358.98px) {
  .margin_0_1359 {
    margin: 0px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_0_1359 {
    margin-top: 0px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_0_1359 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_0_1359 {
    margin-right: 0px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_0_1359 {
    margin-left: 0px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_0_1359 {
    margin-block: 0px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_0_1359 {
    margin-inline: 0px;
  }
}
@media (max-width: 1358.98px) {
  .margin_8_1359 {
    margin: 8px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_8_1359 {
    margin-top: 8px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_8_1359 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_8_1359 {
    margin-right: 8px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_8_1359 {
    margin-left: 8px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_8_1359 {
    margin-block: 8px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_8_1359 {
    margin-inline: 8px;
  }
}
@media (max-width: 1358.98px) {
  .margin_10_1359 {
    margin: 10px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_10_1359 {
    margin-top: 10px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_10_1359 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_10_1359 {
    margin-right: 10px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_10_1359 {
    margin-left: 10px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_10_1359 {
    margin-block: 10px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_10_1359 {
    margin-inline: 10px;
  }
}
@media (max-width: 1358.98px) {
  .margin_15_1359 {
    margin: 15px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_15_1359 {
    margin-top: 15px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_15_1359 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_15_1359 {
    margin-right: 15px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_15_1359 {
    margin-left: 15px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_15_1359 {
    margin-block: 15px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_15_1359 {
    margin-inline: 15px;
  }
}
@media (max-width: 1358.98px) {
  .margin_20_1359 {
    margin: 20px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_20_1359 {
    margin-top: 20px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_20_1359 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_20_1359 {
    margin-right: 20px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_20_1359 {
    margin-left: 20px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_20_1359 {
    margin-block: 20px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_20_1359 {
    margin-inline: 20px;
  }
}
@media (max-width: 1358.98px) {
  .margin_25_1359 {
    margin: 25px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_25_1359 {
    margin-top: 25px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_25_1359 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_25_1359 {
    margin-right: 25px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_25_1359 {
    margin-left: 25px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_25_1359 {
    margin-block: 25px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_25_1359 {
    margin-inline: 25px;
  }
}
@media (max-width: 1358.98px) {
  .margin_30_1359 {
    margin: 30px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_30_1359 {
    margin-top: 30px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_30_1359 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_30_1359 {
    margin-right: 30px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_30_1359 {
    margin-left: 30px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_30_1359 {
    margin-block: 30px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_30_1359 {
    margin-inline: 30px;
  }
}
@media (max-width: 1358.98px) {
  .margin_35_1359 {
    margin: 35px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_35_1359 {
    margin-top: 35px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_35_1359 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_35_1359 {
    margin-right: 35px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_35_1359 {
    margin-left: 35px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_35_1359 {
    margin-block: 35px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_35_1359 {
    margin-inline: 35px;
  }
}
@media (max-width: 1358.98px) {
  .margin_40_1359 {
    margin: 40px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_40_1359 {
    margin-top: 40px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_40_1359 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_40_1359 {
    margin-right: 40px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_40_1359 {
    margin-left: 40px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_40_1359 {
    margin-block: 40px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_40_1359 {
    margin-inline: 40px;
  }
}
@media (max-width: 1358.98px) {
  .margin_45_1359 {
    margin: 45px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_45_1359 {
    margin-top: 45px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_45_1359 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_45_1359 {
    margin-right: 45px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_45_1359 {
    margin-left: 45px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_45_1359 {
    margin-block: 45px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_45_1359 {
    margin-inline: 45px;
  }
}
@media (max-width: 1358.98px) {
  .margin_50_1359 {
    margin: 50px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_50_1359 {
    margin-top: 50px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_50_1359 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_50_1359 {
    margin-right: 50px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_50_1359 {
    margin-left: 50px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_50_1359 {
    margin-block: 50px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_50_1359 {
    margin-inline: 50px;
  }
}
@media (max-width: 1358.98px) {
  .margin_55_1359 {
    margin: 55px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_55_1359 {
    margin-top: 55px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_55_1359 {
    margin-bottom: 55px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_55_1359 {
    margin-right: 55px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_55_1359 {
    margin-left: 55px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_55_1359 {
    margin-block: 55px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_55_1359 {
    margin-inline: 55px;
  }
}
@media (max-width: 1358.98px) {
  .margin_60_1359 {
    margin: 60px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_60_1359 {
    margin-top: 60px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_60_1359 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_60_1359 {
    margin-right: 60px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_60_1359 {
    margin-left: 60px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_60_1359 {
    margin-block: 60px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_60_1359 {
    margin-inline: 60px;
  }
}
@media (max-width: 1358.98px) {
  .margin_65_1359 {
    margin: 65px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_65_1359 {
    margin-top: 65px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_65_1359 {
    margin-bottom: 65px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_65_1359 {
    margin-right: 65px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_65_1359 {
    margin-left: 65px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_65_1359 {
    margin-block: 65px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_65_1359 {
    margin-inline: 65px;
  }
}
@media (max-width: 1358.98px) {
  .margin_70_1359 {
    margin: 70px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_70_1359 {
    margin-top: 70px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_70_1359 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_70_1359 {
    margin-right: 70px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_70_1359 {
    margin-left: 70px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_70_1359 {
    margin-block: 70px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_70_1359 {
    margin-inline: 70px;
  }
}
@media (max-width: 1358.98px) {
  .margin_75_1359 {
    margin: 75px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_75_1359 {
    margin-top: 75px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_75_1359 {
    margin-bottom: 75px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_75_1359 {
    margin-right: 75px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_75_1359 {
    margin-left: 75px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_75_1359 {
    margin-block: 75px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_75_1359 {
    margin-inline: 75px;
  }
}
@media (max-width: 1358.98px) {
  .margin_80_1359 {
    margin: 80px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_80_1359 {
    margin-top: 80px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_80_1359 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_80_1359 {
    margin-right: 80px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_80_1359 {
    margin-left: 80px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_80_1359 {
    margin-block: 80px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_80_1359 {
    margin-inline: 80px;
  }
}
@media (max-width: 1358.98px) {
  .margin_85_1359 {
    margin: 85px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_85_1359 {
    margin-top: 85px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_85_1359 {
    margin-bottom: 85px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_85_1359 {
    margin-right: 85px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_85_1359 {
    margin-left: 85px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_85_1359 {
    margin-block: 85px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_85_1359 {
    margin-inline: 85px;
  }
}
@media (max-width: 1358.98px) {
  .margin_90_1359 {
    margin: 90px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_90_1359 {
    margin-top: 90px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_90_1359 {
    margin-bottom: 90px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_90_1359 {
    margin-right: 90px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_90_1359 {
    margin-left: 90px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_90_1359 {
    margin-block: 90px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_90_1359 {
    margin-inline: 90px;
  }
}
@media (max-width: 1358.98px) {
  .margin_95_1359 {
    margin: 95px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_95_1359 {
    margin-top: 95px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_95_1359 {
    margin-bottom: 95px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_95_1359 {
    margin-right: 95px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_95_1359 {
    margin-left: 95px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_95_1359 {
    margin-block: 95px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_95_1359 {
    margin-inline: 95px;
  }
}
@media (max-width: 1358.98px) {
  .margin_100_1359 {
    margin: 100px;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_100_1359 {
    margin-top: 100px;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_100_1359 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_100_1359 {
    margin-right: 100px;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_100_1359 {
    margin-left: 100px;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_100_1359 {
    margin-block: 100px;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_100_1359 {
    margin-inline: 100px;
  }
}
@media (max-width: 1358.98px) {
  .margin_50p_1359 {
    margin: 50%;
  }
}
@media (max-width: 1358.98px) {
  .margin_top_50p_1359 {
    margin-top: 50%;
  }
}
@media (max-width: 1358.98px) {
  .margin_bottom_50p_1359 {
    margin-bottom: 50%;
  }
}
@media (max-width: 1358.98px) {
  .margin_right_50p_1359 {
    margin-right: 50%;
  }
}
@media (max-width: 1358.98px) {
  .margin_left_50p_1359 {
    margin-left: 50%;
  }
}
@media (max-width: 1358.98px) {
  .margin_block_50p_1359 {
    margin-block: 50%;
  }
}
@media (max-width: 1358.98px) {
  .margin_inline_50p_1359 {
    margin-inline: 50%;
  }
}
@media (max-width: 1199.98px) {
  .margin_auto_1200 {
    margin: auto;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_auto_1200 {
    margin-top: auto;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_auto_1200 {
    margin-bottom: auto;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_auto_1200 {
    margin-right: auto;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_auto_1200 {
    margin-left: auto;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_auto_1200 {
    margin-block: auto;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_auto_1200 {
    margin-inline: auto;
  }
}
@media (max-width: 1199.98px) {
  .margin_n1_1200 {
    margin: -1px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_n1_1200 {
    margin-top: -1px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_n1_1200 {
    margin-bottom: -1px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_n1_1200 {
    margin-right: -1px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_n1_1200 {
    margin-left: -1px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_n1_1200 {
    margin-block: -1px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_n1_1200 {
    margin-inline: -1px;
  }
}
@media (max-width: 1199.98px) {
  .margin_0_1200 {
    margin: 0px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_0_1200 {
    margin-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_0_1200 {
    margin-bottom: 0px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_0_1200 {
    margin-right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_0_1200 {
    margin-left: 0px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_0_1200 {
    margin-block: 0px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_0_1200 {
    margin-inline: 0px;
  }
}
@media (max-width: 1199.98px) {
  .margin_8_1200 {
    margin: 8px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_8_1200 {
    margin-top: 8px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_8_1200 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_8_1200 {
    margin-right: 8px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_8_1200 {
    margin-left: 8px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_8_1200 {
    margin-block: 8px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_8_1200 {
    margin-inline: 8px;
  }
}
@media (max-width: 1199.98px) {
  .margin_10_1200 {
    margin: 10px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_10_1200 {
    margin-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_10_1200 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_10_1200 {
    margin-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_10_1200 {
    margin-left: 10px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_10_1200 {
    margin-block: 10px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_10_1200 {
    margin-inline: 10px;
  }
}
@media (max-width: 1199.98px) {
  .margin_15_1200 {
    margin: 15px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_15_1200 {
    margin-top: 15px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_15_1200 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_15_1200 {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_15_1200 {
    margin-left: 15px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_15_1200 {
    margin-block: 15px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_15_1200 {
    margin-inline: 15px;
  }
}
@media (max-width: 1199.98px) {
  .margin_20_1200 {
    margin: 20px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_20_1200 {
    margin-top: 20px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_20_1200 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_20_1200 {
    margin-right: 20px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_20_1200 {
    margin-left: 20px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_20_1200 {
    margin-block: 20px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_20_1200 {
    margin-inline: 20px;
  }
}
@media (max-width: 1199.98px) {
  .margin_25_1200 {
    margin: 25px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_25_1200 {
    margin-top: 25px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_25_1200 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_25_1200 {
    margin-right: 25px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_25_1200 {
    margin-left: 25px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_25_1200 {
    margin-block: 25px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_25_1200 {
    margin-inline: 25px;
  }
}
@media (max-width: 1199.98px) {
  .margin_30_1200 {
    margin: 30px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_30_1200 {
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_30_1200 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_30_1200 {
    margin-right: 30px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_30_1200 {
    margin-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_30_1200 {
    margin-block: 30px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_30_1200 {
    margin-inline: 30px;
  }
}
@media (max-width: 1199.98px) {
  .margin_35_1200 {
    margin: 35px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_35_1200 {
    margin-top: 35px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_35_1200 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_35_1200 {
    margin-right: 35px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_35_1200 {
    margin-left: 35px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_35_1200 {
    margin-block: 35px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_35_1200 {
    margin-inline: 35px;
  }
}
@media (max-width: 1199.98px) {
  .margin_40_1200 {
    margin: 40px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_40_1200 {
    margin-top: 40px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_40_1200 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_40_1200 {
    margin-right: 40px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_40_1200 {
    margin-left: 40px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_40_1200 {
    margin-block: 40px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_40_1200 {
    margin-inline: 40px;
  }
}
@media (max-width: 1199.98px) {
  .margin_45_1200 {
    margin: 45px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_45_1200 {
    margin-top: 45px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_45_1200 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_45_1200 {
    margin-right: 45px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_45_1200 {
    margin-left: 45px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_45_1200 {
    margin-block: 45px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_45_1200 {
    margin-inline: 45px;
  }
}
@media (max-width: 1199.98px) {
  .margin_50_1200 {
    margin: 50px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_50_1200 {
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_50_1200 {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_50_1200 {
    margin-right: 50px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_50_1200 {
    margin-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_50_1200 {
    margin-block: 50px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_50_1200 {
    margin-inline: 50px;
  }
}
@media (max-width: 1199.98px) {
  .margin_55_1200 {
    margin: 55px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_55_1200 {
    margin-top: 55px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_55_1200 {
    margin-bottom: 55px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_55_1200 {
    margin-right: 55px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_55_1200 {
    margin-left: 55px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_55_1200 {
    margin-block: 55px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_55_1200 {
    margin-inline: 55px;
  }
}
@media (max-width: 1199.98px) {
  .margin_60_1200 {
    margin: 60px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_60_1200 {
    margin-top: 60px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_60_1200 {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_60_1200 {
    margin-right: 60px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_60_1200 {
    margin-left: 60px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_60_1200 {
    margin-block: 60px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_60_1200 {
    margin-inline: 60px;
  }
}
@media (max-width: 1199.98px) {
  .margin_65_1200 {
    margin: 65px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_65_1200 {
    margin-top: 65px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_65_1200 {
    margin-bottom: 65px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_65_1200 {
    margin-right: 65px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_65_1200 {
    margin-left: 65px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_65_1200 {
    margin-block: 65px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_65_1200 {
    margin-inline: 65px;
  }
}
@media (max-width: 1199.98px) {
  .margin_70_1200 {
    margin: 70px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_70_1200 {
    margin-top: 70px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_70_1200 {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_70_1200 {
    margin-right: 70px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_70_1200 {
    margin-left: 70px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_70_1200 {
    margin-block: 70px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_70_1200 {
    margin-inline: 70px;
  }
}
@media (max-width: 1199.98px) {
  .margin_75_1200 {
    margin: 75px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_75_1200 {
    margin-top: 75px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_75_1200 {
    margin-bottom: 75px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_75_1200 {
    margin-right: 75px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_75_1200 {
    margin-left: 75px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_75_1200 {
    margin-block: 75px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_75_1200 {
    margin-inline: 75px;
  }
}
@media (max-width: 1199.98px) {
  .margin_80_1200 {
    margin: 80px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_80_1200 {
    margin-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_80_1200 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_80_1200 {
    margin-right: 80px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_80_1200 {
    margin-left: 80px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_80_1200 {
    margin-block: 80px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_80_1200 {
    margin-inline: 80px;
  }
}
@media (max-width: 1199.98px) {
  .margin_85_1200 {
    margin: 85px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_85_1200 {
    margin-top: 85px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_85_1200 {
    margin-bottom: 85px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_85_1200 {
    margin-right: 85px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_85_1200 {
    margin-left: 85px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_85_1200 {
    margin-block: 85px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_85_1200 {
    margin-inline: 85px;
  }
}
@media (max-width: 1199.98px) {
  .margin_90_1200 {
    margin: 90px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_90_1200 {
    margin-top: 90px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_90_1200 {
    margin-bottom: 90px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_90_1200 {
    margin-right: 90px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_90_1200 {
    margin-left: 90px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_90_1200 {
    margin-block: 90px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_90_1200 {
    margin-inline: 90px;
  }
}
@media (max-width: 1199.98px) {
  .margin_95_1200 {
    margin: 95px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_95_1200 {
    margin-top: 95px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_95_1200 {
    margin-bottom: 95px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_95_1200 {
    margin-right: 95px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_95_1200 {
    margin-left: 95px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_95_1200 {
    margin-block: 95px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_95_1200 {
    margin-inline: 95px;
  }
}
@media (max-width: 1199.98px) {
  .margin_100_1200 {
    margin: 100px;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_100_1200 {
    margin-top: 100px;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_100_1200 {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_100_1200 {
    margin-right: 100px;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_100_1200 {
    margin-left: 100px;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_100_1200 {
    margin-block: 100px;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_100_1200 {
    margin-inline: 100px;
  }
}
@media (max-width: 1199.98px) {
  .margin_50p_1200 {
    margin: 50%;
  }
}
@media (max-width: 1199.98px) {
  .margin_top_50p_1200 {
    margin-top: 50%;
  }
}
@media (max-width: 1199.98px) {
  .margin_bottom_50p_1200 {
    margin-bottom: 50%;
  }
}
@media (max-width: 1199.98px) {
  .margin_right_50p_1200 {
    margin-right: 50%;
  }
}
@media (max-width: 1199.98px) {
  .margin_left_50p_1200 {
    margin-left: 50%;
  }
}
@media (max-width: 1199.98px) {
  .margin_block_50p_1200 {
    margin-block: 50%;
  }
}
@media (max-width: 1199.98px) {
  .margin_inline_50p_1200 {
    margin-inline: 50%;
  }
}
@media (max-width: 959.98px) {
  .margin_auto_960 {
    margin: auto;
  }
}
@media (max-width: 959.98px) {
  .margin_top_auto_960 {
    margin-top: auto;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_auto_960 {
    margin-bottom: auto;
  }
}
@media (max-width: 959.98px) {
  .margin_right_auto_960 {
    margin-right: auto;
  }
}
@media (max-width: 959.98px) {
  .margin_left_auto_960 {
    margin-left: auto;
  }
}
@media (max-width: 959.98px) {
  .margin_block_auto_960 {
    margin-block: auto;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_auto_960 {
    margin-inline: auto;
  }
}
@media (max-width: 959.98px) {
  .margin_n1_960 {
    margin: -1px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_n1_960 {
    margin-top: -1px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_n1_960 {
    margin-bottom: -1px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_n1_960 {
    margin-right: -1px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_n1_960 {
    margin-left: -1px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_n1_960 {
    margin-block: -1px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_n1_960 {
    margin-inline: -1px;
  }
}
@media (max-width: 959.98px) {
  .margin_0_960 {
    margin: 0px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_0_960 {
    margin-top: 0px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_0_960 {
    margin-bottom: 0px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_0_960 {
    margin-right: 0px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_0_960 {
    margin-left: 0px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_0_960 {
    margin-block: 0px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_0_960 {
    margin-inline: 0px;
  }
}
@media (max-width: 959.98px) {
  .margin_8_960 {
    margin: 8px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_8_960 {
    margin-top: 8px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_8_960 {
    margin-bottom: 8px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_8_960 {
    margin-right: 8px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_8_960 {
    margin-left: 8px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_8_960 {
    margin-block: 8px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_8_960 {
    margin-inline: 8px;
  }
}
@media (max-width: 959.98px) {
  .margin_10_960 {
    margin: 10px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_10_960 {
    margin-top: 10px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_10_960 {
    margin-bottom: 10px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_10_960 {
    margin-right: 10px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_10_960 {
    margin-left: 10px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_10_960 {
    margin-block: 10px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_10_960 {
    margin-inline: 10px;
  }
}
@media (max-width: 959.98px) {
  .margin_15_960 {
    margin: 15px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_15_960 {
    margin-top: 15px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_15_960 {
    margin-bottom: 15px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_15_960 {
    margin-right: 15px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_15_960 {
    margin-left: 15px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_15_960 {
    margin-block: 15px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_15_960 {
    margin-inline: 15px;
  }
}
@media (max-width: 959.98px) {
  .margin_20_960 {
    margin: 20px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_20_960 {
    margin-top: 20px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_20_960 {
    margin-bottom: 20px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_20_960 {
    margin-right: 20px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_20_960 {
    margin-left: 20px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_20_960 {
    margin-block: 20px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_20_960 {
    margin-inline: 20px;
  }
}
@media (max-width: 959.98px) {
  .margin_25_960 {
    margin: 25px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_25_960 {
    margin-top: 25px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_25_960 {
    margin-bottom: 25px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_25_960 {
    margin-right: 25px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_25_960 {
    margin-left: 25px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_25_960 {
    margin-block: 25px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_25_960 {
    margin-inline: 25px;
  }
}
@media (max-width: 959.98px) {
  .margin_30_960 {
    margin: 30px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_30_960 {
    margin-top: 30px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_30_960 {
    margin-bottom: 30px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_30_960 {
    margin-right: 30px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_30_960 {
    margin-left: 30px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_30_960 {
    margin-block: 30px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_30_960 {
    margin-inline: 30px;
  }
}
@media (max-width: 959.98px) {
  .margin_35_960 {
    margin: 35px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_35_960 {
    margin-top: 35px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_35_960 {
    margin-bottom: 35px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_35_960 {
    margin-right: 35px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_35_960 {
    margin-left: 35px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_35_960 {
    margin-block: 35px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_35_960 {
    margin-inline: 35px;
  }
}
@media (max-width: 959.98px) {
  .margin_40_960 {
    margin: 40px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_40_960 {
    margin-top: 40px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_40_960 {
    margin-bottom: 40px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_40_960 {
    margin-right: 40px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_40_960 {
    margin-left: 40px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_40_960 {
    margin-block: 40px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_40_960 {
    margin-inline: 40px;
  }
}
@media (max-width: 959.98px) {
  .margin_45_960 {
    margin: 45px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_45_960 {
    margin-top: 45px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_45_960 {
    margin-bottom: 45px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_45_960 {
    margin-right: 45px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_45_960 {
    margin-left: 45px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_45_960 {
    margin-block: 45px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_45_960 {
    margin-inline: 45px;
  }
}
@media (max-width: 959.98px) {
  .margin_50_960 {
    margin: 50px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_50_960 {
    margin-top: 50px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_50_960 {
    margin-bottom: 50px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_50_960 {
    margin-right: 50px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_50_960 {
    margin-left: 50px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_50_960 {
    margin-block: 50px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_50_960 {
    margin-inline: 50px;
  }
}
@media (max-width: 959.98px) {
  .margin_55_960 {
    margin: 55px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_55_960 {
    margin-top: 55px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_55_960 {
    margin-bottom: 55px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_55_960 {
    margin-right: 55px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_55_960 {
    margin-left: 55px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_55_960 {
    margin-block: 55px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_55_960 {
    margin-inline: 55px;
  }
}
@media (max-width: 959.98px) {
  .margin_60_960 {
    margin: 60px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_60_960 {
    margin-top: 60px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_60_960 {
    margin-bottom: 60px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_60_960 {
    margin-right: 60px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_60_960 {
    margin-left: 60px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_60_960 {
    margin-block: 60px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_60_960 {
    margin-inline: 60px;
  }
}
@media (max-width: 959.98px) {
  .margin_65_960 {
    margin: 65px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_65_960 {
    margin-top: 65px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_65_960 {
    margin-bottom: 65px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_65_960 {
    margin-right: 65px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_65_960 {
    margin-left: 65px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_65_960 {
    margin-block: 65px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_65_960 {
    margin-inline: 65px;
  }
}
@media (max-width: 959.98px) {
  .margin_70_960 {
    margin: 70px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_70_960 {
    margin-top: 70px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_70_960 {
    margin-bottom: 70px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_70_960 {
    margin-right: 70px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_70_960 {
    margin-left: 70px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_70_960 {
    margin-block: 70px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_70_960 {
    margin-inline: 70px;
  }
}
@media (max-width: 959.98px) {
  .margin_75_960 {
    margin: 75px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_75_960 {
    margin-top: 75px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_75_960 {
    margin-bottom: 75px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_75_960 {
    margin-right: 75px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_75_960 {
    margin-left: 75px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_75_960 {
    margin-block: 75px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_75_960 {
    margin-inline: 75px;
  }
}
@media (max-width: 959.98px) {
  .margin_80_960 {
    margin: 80px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_80_960 {
    margin-top: 80px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_80_960 {
    margin-bottom: 80px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_80_960 {
    margin-right: 80px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_80_960 {
    margin-left: 80px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_80_960 {
    margin-block: 80px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_80_960 {
    margin-inline: 80px;
  }
}
@media (max-width: 959.98px) {
  .margin_85_960 {
    margin: 85px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_85_960 {
    margin-top: 85px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_85_960 {
    margin-bottom: 85px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_85_960 {
    margin-right: 85px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_85_960 {
    margin-left: 85px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_85_960 {
    margin-block: 85px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_85_960 {
    margin-inline: 85px;
  }
}
@media (max-width: 959.98px) {
  .margin_90_960 {
    margin: 90px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_90_960 {
    margin-top: 90px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_90_960 {
    margin-bottom: 90px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_90_960 {
    margin-right: 90px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_90_960 {
    margin-left: 90px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_90_960 {
    margin-block: 90px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_90_960 {
    margin-inline: 90px;
  }
}
@media (max-width: 959.98px) {
  .margin_95_960 {
    margin: 95px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_95_960 {
    margin-top: 95px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_95_960 {
    margin-bottom: 95px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_95_960 {
    margin-right: 95px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_95_960 {
    margin-left: 95px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_95_960 {
    margin-block: 95px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_95_960 {
    margin-inline: 95px;
  }
}
@media (max-width: 959.98px) {
  .margin_100_960 {
    margin: 100px;
  }
}
@media (max-width: 959.98px) {
  .margin_top_100_960 {
    margin-top: 100px;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_100_960 {
    margin-bottom: 100px;
  }
}
@media (max-width: 959.98px) {
  .margin_right_100_960 {
    margin-right: 100px;
  }
}
@media (max-width: 959.98px) {
  .margin_left_100_960 {
    margin-left: 100px;
  }
}
@media (max-width: 959.98px) {
  .margin_block_100_960 {
    margin-block: 100px;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_100_960 {
    margin-inline: 100px;
  }
}
@media (max-width: 959.98px) {
  .margin_50p_960 {
    margin: 50%;
  }
}
@media (max-width: 959.98px) {
  .margin_top_50p_960 {
    margin-top: 50%;
  }
}
@media (max-width: 959.98px) {
  .margin_bottom_50p_960 {
    margin-bottom: 50%;
  }
}
@media (max-width: 959.98px) {
  .margin_right_50p_960 {
    margin-right: 50%;
  }
}
@media (max-width: 959.98px) {
  .margin_left_50p_960 {
    margin-left: 50%;
  }
}
@media (max-width: 959.98px) {
  .margin_block_50p_960 {
    margin-block: 50%;
  }
}
@media (max-width: 959.98px) {
  .margin_inline_50p_960 {
    margin-inline: 50%;
  }
}
@media (max-width: 639.98px) {
  .margin_auto_640 {
    margin: auto;
  }
}
@media (max-width: 639.98px) {
  .margin_top_auto_640 {
    margin-top: auto;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_auto_640 {
    margin-bottom: auto;
  }
}
@media (max-width: 639.98px) {
  .margin_right_auto_640 {
    margin-right: auto;
  }
}
@media (max-width: 639.98px) {
  .margin_left_auto_640 {
    margin-left: auto;
  }
}
@media (max-width: 639.98px) {
  .margin_block_auto_640 {
    margin-block: auto;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_auto_960 {
    margin-inline: auto;
  }
}
@media (max-width: 639.98px) {
  .margin_n1_640 {
    margin: -1px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_n1_640 {
    margin-top: -1px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_n1_640 {
    margin-bottom: -1px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_n1_640 {
    margin-right: -1px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_n1_640 {
    margin-left: -1px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_n1_640 {
    margin-block: -1px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_n1_960 {
    margin-inline: -1px;
  }
}
@media (max-width: 639.98px) {
  .margin_0_640 {
    margin: 0px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_0_640 {
    margin-top: 0px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_0_640 {
    margin-bottom: 0px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_0_640 {
    margin-right: 0px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_0_640 {
    margin-left: 0px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_0_640 {
    margin-block: 0px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_0_960 {
    margin-inline: 0px;
  }
}
@media (max-width: 639.98px) {
  .margin_8_640 {
    margin: 8px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_8_640 {
    margin-top: 8px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_8_640 {
    margin-bottom: 8px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_8_640 {
    margin-right: 8px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_8_640 {
    margin-left: 8px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_8_640 {
    margin-block: 8px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_8_960 {
    margin-inline: 8px;
  }
}
@media (max-width: 639.98px) {
  .margin_10_640 {
    margin: 10px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_10_640 {
    margin-top: 10px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_10_640 {
    margin-bottom: 10px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_10_640 {
    margin-right: 10px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_10_640 {
    margin-left: 10px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_10_640 {
    margin-block: 10px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_10_960 {
    margin-inline: 10px;
  }
}
@media (max-width: 639.98px) {
  .margin_15_640 {
    margin: 15px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_15_640 {
    margin-top: 15px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_15_640 {
    margin-bottom: 15px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_15_640 {
    margin-right: 15px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_15_640 {
    margin-left: 15px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_15_640 {
    margin-block: 15px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_15_960 {
    margin-inline: 15px;
  }
}
@media (max-width: 639.98px) {
  .margin_20_640 {
    margin: 20px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_20_640 {
    margin-top: 20px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_20_640 {
    margin-bottom: 20px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_20_640 {
    margin-right: 20px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_20_640 {
    margin-left: 20px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_20_640 {
    margin-block: 20px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_20_960 {
    margin-inline: 20px;
  }
}
@media (max-width: 639.98px) {
  .margin_25_640 {
    margin: 25px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_25_640 {
    margin-top: 25px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_25_640 {
    margin-bottom: 25px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_25_640 {
    margin-right: 25px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_25_640 {
    margin-left: 25px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_25_640 {
    margin-block: 25px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_25_960 {
    margin-inline: 25px;
  }
}
@media (max-width: 639.98px) {
  .margin_30_640 {
    margin: 30px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_30_640 {
    margin-top: 30px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_30_640 {
    margin-bottom: 30px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_30_640 {
    margin-right: 30px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_30_640 {
    margin-left: 30px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_30_640 {
    margin-block: 30px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_30_960 {
    margin-inline: 30px;
  }
}
@media (max-width: 639.98px) {
  .margin_35_640 {
    margin: 35px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_35_640 {
    margin-top: 35px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_35_640 {
    margin-bottom: 35px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_35_640 {
    margin-right: 35px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_35_640 {
    margin-left: 35px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_35_640 {
    margin-block: 35px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_35_960 {
    margin-inline: 35px;
  }
}
@media (max-width: 639.98px) {
  .margin_40_640 {
    margin: 40px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_40_640 {
    margin-top: 40px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_40_640 {
    margin-bottom: 40px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_40_640 {
    margin-right: 40px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_40_640 {
    margin-left: 40px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_40_640 {
    margin-block: 40px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_40_960 {
    margin-inline: 40px;
  }
}
@media (max-width: 639.98px) {
  .margin_45_640 {
    margin: 45px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_45_640 {
    margin-top: 45px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_45_640 {
    margin-bottom: 45px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_45_640 {
    margin-right: 45px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_45_640 {
    margin-left: 45px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_45_640 {
    margin-block: 45px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_45_960 {
    margin-inline: 45px;
  }
}
@media (max-width: 639.98px) {
  .margin_50_640 {
    margin: 50px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_50_640 {
    margin-top: 50px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_50_640 {
    margin-bottom: 50px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_50_640 {
    margin-right: 50px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_50_640 {
    margin-left: 50px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_50_640 {
    margin-block: 50px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_50_960 {
    margin-inline: 50px;
  }
}
@media (max-width: 639.98px) {
  .margin_55_640 {
    margin: 55px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_55_640 {
    margin-top: 55px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_55_640 {
    margin-bottom: 55px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_55_640 {
    margin-right: 55px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_55_640 {
    margin-left: 55px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_55_640 {
    margin-block: 55px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_55_960 {
    margin-inline: 55px;
  }
}
@media (max-width: 639.98px) {
  .margin_60_640 {
    margin: 60px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_60_640 {
    margin-top: 60px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_60_640 {
    margin-bottom: 60px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_60_640 {
    margin-right: 60px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_60_640 {
    margin-left: 60px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_60_640 {
    margin-block: 60px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_60_960 {
    margin-inline: 60px;
  }
}
@media (max-width: 639.98px) {
  .margin_65_640 {
    margin: 65px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_65_640 {
    margin-top: 65px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_65_640 {
    margin-bottom: 65px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_65_640 {
    margin-right: 65px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_65_640 {
    margin-left: 65px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_65_640 {
    margin-block: 65px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_65_960 {
    margin-inline: 65px;
  }
}
@media (max-width: 639.98px) {
  .margin_70_640 {
    margin: 70px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_70_640 {
    margin-top: 70px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_70_640 {
    margin-bottom: 70px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_70_640 {
    margin-right: 70px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_70_640 {
    margin-left: 70px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_70_640 {
    margin-block: 70px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_70_960 {
    margin-inline: 70px;
  }
}
@media (max-width: 639.98px) {
  .margin_75_640 {
    margin: 75px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_75_640 {
    margin-top: 75px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_75_640 {
    margin-bottom: 75px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_75_640 {
    margin-right: 75px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_75_640 {
    margin-left: 75px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_75_640 {
    margin-block: 75px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_75_960 {
    margin-inline: 75px;
  }
}
@media (max-width: 639.98px) {
  .margin_80_640 {
    margin: 80px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_80_640 {
    margin-top: 80px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_80_640 {
    margin-bottom: 80px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_80_640 {
    margin-right: 80px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_80_640 {
    margin-left: 80px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_80_640 {
    margin-block: 80px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_80_960 {
    margin-inline: 80px;
  }
}
@media (max-width: 639.98px) {
  .margin_85_640 {
    margin: 85px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_85_640 {
    margin-top: 85px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_85_640 {
    margin-bottom: 85px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_85_640 {
    margin-right: 85px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_85_640 {
    margin-left: 85px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_85_640 {
    margin-block: 85px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_85_960 {
    margin-inline: 85px;
  }
}
@media (max-width: 639.98px) {
  .margin_90_640 {
    margin: 90px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_90_640 {
    margin-top: 90px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_90_640 {
    margin-bottom: 90px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_90_640 {
    margin-right: 90px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_90_640 {
    margin-left: 90px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_90_640 {
    margin-block: 90px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_90_960 {
    margin-inline: 90px;
  }
}
@media (max-width: 639.98px) {
  .margin_95_640 {
    margin: 95px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_95_640 {
    margin-top: 95px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_95_640 {
    margin-bottom: 95px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_95_640 {
    margin-right: 95px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_95_640 {
    margin-left: 95px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_95_640 {
    margin-block: 95px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_95_960 {
    margin-inline: 95px;
  }
}
@media (max-width: 639.98px) {
  .margin_100_640 {
    margin: 100px;
  }
}
@media (max-width: 639.98px) {
  .margin_top_100_640 {
    margin-top: 100px;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_100_640 {
    margin-bottom: 100px;
  }
}
@media (max-width: 639.98px) {
  .margin_right_100_640 {
    margin-right: 100px;
  }
}
@media (max-width: 639.98px) {
  .margin_left_100_640 {
    margin-left: 100px;
  }
}
@media (max-width: 639.98px) {
  .margin_block_100_640 {
    margin-block: 100px;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_100_960 {
    margin-inline: 100px;
  }
}
@media (max-width: 639.98px) {
  .margin_50p_640 {
    margin: 50%;
  }
}
@media (max-width: 639.98px) {
  .margin_top_50p_640 {
    margin-top: 50%;
  }
}
@media (max-width: 639.98px) {
  .margin_bottom_50p_640 {
    margin-bottom: 50%;
  }
}
@media (max-width: 639.98px) {
  .margin_right_50p_640 {
    margin-right: 50%;
  }
}
@media (max-width: 639.98px) {
  .margin_left_50p_640 {
    margin-left: 50%;
  }
}
@media (max-width: 639.98px) {
  .margin_block_50p_640 {
    margin-block: 50%;
  }
}
@media (max-width: 639.98px) {
  .margin_inline_50p_960 {
    margin-inline: 50%;
  }
}
@media (max-width: 449.98px) {
  .margin_auto_450 {
    margin: auto;
  }
}
@media (max-width: 449.98px) {
  .margin_top_auto_450 {
    margin-top: auto;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_auto_450 {
    margin-bottom: auto;
  }
}
@media (max-width: 449.98px) {
  .margin_right_auto_450 {
    margin-right: auto;
  }
}
@media (max-width: 449.98px) {
  .margin_left_auto_450 {
    margin-left: auto;
  }
}
@media (max-width: 449.98px) {
  .margin_block_auto_450 {
    margin-block: auto;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_auto_450 {
    margin-inline: auto;
  }
}
@media (max-width: 449.98px) {
  .margin_n1_450 {
    margin: -1px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_n1_450 {
    margin-top: -1px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_n1_450 {
    margin-bottom: -1px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_n1_450 {
    margin-right: -1px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_n1_450 {
    margin-left: -1px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_n1_450 {
    margin-block: -1px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_n1_450 {
    margin-inline: -1px;
  }
}
@media (max-width: 449.98px) {
  .margin_0_450 {
    margin: 0px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_0_450 {
    margin-top: 0px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_0_450 {
    margin-bottom: 0px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_0_450 {
    margin-right: 0px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_0_450 {
    margin-left: 0px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_0_450 {
    margin-block: 0px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_0_450 {
    margin-inline: 0px;
  }
}
@media (max-width: 449.98px) {
  .margin_8_450 {
    margin: 8px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_8_450 {
    margin-top: 8px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_8_450 {
    margin-bottom: 8px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_8_450 {
    margin-right: 8px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_8_450 {
    margin-left: 8px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_8_450 {
    margin-block: 8px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_8_450 {
    margin-inline: 8px;
  }
}
@media (max-width: 449.98px) {
  .margin_10_450 {
    margin: 10px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_10_450 {
    margin-top: 10px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_10_450 {
    margin-bottom: 10px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_10_450 {
    margin-right: 10px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_10_450 {
    margin-left: 10px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_10_450 {
    margin-block: 10px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_10_450 {
    margin-inline: 10px;
  }
}
@media (max-width: 449.98px) {
  .margin_15_450 {
    margin: 15px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_15_450 {
    margin-top: 15px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_15_450 {
    margin-bottom: 15px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_15_450 {
    margin-right: 15px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_15_450 {
    margin-left: 15px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_15_450 {
    margin-block: 15px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_15_450 {
    margin-inline: 15px;
  }
}
@media (max-width: 449.98px) {
  .margin_20_450 {
    margin: 20px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_20_450 {
    margin-top: 20px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_20_450 {
    margin-bottom: 20px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_20_450 {
    margin-right: 20px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_20_450 {
    margin-left: 20px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_20_450 {
    margin-block: 20px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_20_450 {
    margin-inline: 20px;
  }
}
@media (max-width: 449.98px) {
  .margin_25_450 {
    margin: 25px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_25_450 {
    margin-top: 25px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_25_450 {
    margin-bottom: 25px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_25_450 {
    margin-right: 25px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_25_450 {
    margin-left: 25px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_25_450 {
    margin-block: 25px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_25_450 {
    margin-inline: 25px;
  }
}
@media (max-width: 449.98px) {
  .margin_30_450 {
    margin: 30px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_30_450 {
    margin-top: 30px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_30_450 {
    margin-bottom: 30px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_30_450 {
    margin-right: 30px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_30_450 {
    margin-left: 30px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_30_450 {
    margin-block: 30px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_30_450 {
    margin-inline: 30px;
  }
}
@media (max-width: 449.98px) {
  .margin_35_450 {
    margin: 35px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_35_450 {
    margin-top: 35px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_35_450 {
    margin-bottom: 35px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_35_450 {
    margin-right: 35px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_35_450 {
    margin-left: 35px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_35_450 {
    margin-block: 35px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_35_450 {
    margin-inline: 35px;
  }
}
@media (max-width: 449.98px) {
  .margin_40_450 {
    margin: 40px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_40_450 {
    margin-top: 40px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_40_450 {
    margin-bottom: 40px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_40_450 {
    margin-right: 40px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_40_450 {
    margin-left: 40px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_40_450 {
    margin-block: 40px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_40_450 {
    margin-inline: 40px;
  }
}
@media (max-width: 449.98px) {
  .margin_45_450 {
    margin: 45px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_45_450 {
    margin-top: 45px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_45_450 {
    margin-bottom: 45px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_45_450 {
    margin-right: 45px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_45_450 {
    margin-left: 45px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_45_450 {
    margin-block: 45px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_45_450 {
    margin-inline: 45px;
  }
}
@media (max-width: 449.98px) {
  .margin_50_450 {
    margin: 50px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_50_450 {
    margin-top: 50px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_50_450 {
    margin-bottom: 50px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_50_450 {
    margin-right: 50px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_50_450 {
    margin-left: 50px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_50_450 {
    margin-block: 50px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_50_450 {
    margin-inline: 50px;
  }
}
@media (max-width: 449.98px) {
  .margin_55_450 {
    margin: 55px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_55_450 {
    margin-top: 55px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_55_450 {
    margin-bottom: 55px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_55_450 {
    margin-right: 55px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_55_450 {
    margin-left: 55px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_55_450 {
    margin-block: 55px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_55_450 {
    margin-inline: 55px;
  }
}
@media (max-width: 449.98px) {
  .margin_60_450 {
    margin: 60px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_60_450 {
    margin-top: 60px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_60_450 {
    margin-bottom: 60px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_60_450 {
    margin-right: 60px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_60_450 {
    margin-left: 60px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_60_450 {
    margin-block: 60px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_60_450 {
    margin-inline: 60px;
  }
}
@media (max-width: 449.98px) {
  .margin_65_450 {
    margin: 65px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_65_450 {
    margin-top: 65px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_65_450 {
    margin-bottom: 65px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_65_450 {
    margin-right: 65px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_65_450 {
    margin-left: 65px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_65_450 {
    margin-block: 65px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_65_450 {
    margin-inline: 65px;
  }
}
@media (max-width: 449.98px) {
  .margin_70_450 {
    margin: 70px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_70_450 {
    margin-top: 70px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_70_450 {
    margin-bottom: 70px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_70_450 {
    margin-right: 70px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_70_450 {
    margin-left: 70px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_70_450 {
    margin-block: 70px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_70_450 {
    margin-inline: 70px;
  }
}
@media (max-width: 449.98px) {
  .margin_75_450 {
    margin: 75px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_75_450 {
    margin-top: 75px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_75_450 {
    margin-bottom: 75px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_75_450 {
    margin-right: 75px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_75_450 {
    margin-left: 75px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_75_450 {
    margin-block: 75px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_75_450 {
    margin-inline: 75px;
  }
}
@media (max-width: 449.98px) {
  .margin_80_450 {
    margin: 80px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_80_450 {
    margin-top: 80px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_80_450 {
    margin-bottom: 80px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_80_450 {
    margin-right: 80px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_80_450 {
    margin-left: 80px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_80_450 {
    margin-block: 80px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_80_450 {
    margin-inline: 80px;
  }
}
@media (max-width: 449.98px) {
  .margin_85_450 {
    margin: 85px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_85_450 {
    margin-top: 85px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_85_450 {
    margin-bottom: 85px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_85_450 {
    margin-right: 85px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_85_450 {
    margin-left: 85px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_85_450 {
    margin-block: 85px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_85_450 {
    margin-inline: 85px;
  }
}
@media (max-width: 449.98px) {
  .margin_90_450 {
    margin: 90px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_90_450 {
    margin-top: 90px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_90_450 {
    margin-bottom: 90px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_90_450 {
    margin-right: 90px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_90_450 {
    margin-left: 90px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_90_450 {
    margin-block: 90px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_90_450 {
    margin-inline: 90px;
  }
}
@media (max-width: 449.98px) {
  .margin_95_450 {
    margin: 95px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_95_450 {
    margin-top: 95px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_95_450 {
    margin-bottom: 95px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_95_450 {
    margin-right: 95px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_95_450 {
    margin-left: 95px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_95_450 {
    margin-block: 95px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_95_450 {
    margin-inline: 95px;
  }
}
@media (max-width: 449.98px) {
  .margin_100_450 {
    margin: 100px;
  }
}
@media (max-width: 449.98px) {
  .margin_top_100_450 {
    margin-top: 100px;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_100_450 {
    margin-bottom: 100px;
  }
}
@media (max-width: 449.98px) {
  .margin_right_100_450 {
    margin-right: 100px;
  }
}
@media (max-width: 449.98px) {
  .margin_left_100_450 {
    margin-left: 100px;
  }
}
@media (max-width: 449.98px) {
  .margin_block_100_450 {
    margin-block: 100px;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_100_450 {
    margin-inline: 100px;
  }
}
@media (max-width: 449.98px) {
  .margin_50p_450 {
    margin: 50%;
  }
}
@media (max-width: 449.98px) {
  .margin_top_50p_450 {
    margin-top: 50%;
  }
}
@media (max-width: 449.98px) {
  .margin_bottom_50p_450 {
    margin-bottom: 50%;
  }
}
@media (max-width: 449.98px) {
  .margin_right_50p_450 {
    margin-right: 50%;
  }
}
@media (max-width: 449.98px) {
  .margin_left_50p_450 {
    margin-left: 50%;
  }
}
@media (max-width: 449.98px) {
  .margin_block_50p_450 {
    margin-block: 50%;
  }
}
@media (max-width: 449.98px) {
  .margin_inline_50p_450 {
    margin-inline: 50%;
  }
}

.prev__border_1 {
  outline: 2px solid red;
  outline-offset: 2px;
}

.prev__border_2 {
  outline: 2px solid blue;
}

.flex {
  display: flex;
}
@media (max-width: 1439.98px) {
  .flex__1440 {
    display: flex;
  }
}
@media (max-width: 1199.98px) {
  .flex__1200 {
    display: flex;
  }
}
@media (max-width: 959.98px) {
  .flex__960 {
    display: flex;
  }
}
@media (max-width: 639.98px) {
  .flex__640 {
    display: flex;
  }
}
@media (max-width: 449.98px) {
  .flex__450 {
    display: flex;
  }
}

.flex__wrap {
  flex-wrap: wrap;
}

.flex__grow {
  flex-grow: 1;
}

@media (max-width: 959.98px) {
  .flex__wrap_960 {
    flex-wrap: wrap;
  }
}

@media (max-width: 639.98px) {
  .flex__wrap_640 {
    flex-wrap: wrap;
  }
}

@media (max-width: 449.98px) {
  .flex__wrap_450 {
    flex-wrap: wrap;
  }
}

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

.grid__e1 {
  display: grid;
  grid-template-columns: 1fr;
}
.grid__e2, .woo__account .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid__e3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid__e4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid__e5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid__e6 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid__2_1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.grid__1_2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.grid__3_1 {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.grid__1_3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.grid__3_2 {
  display: grid;
  grid-template-columns: 3fr 2fr;
}
@media (max-width: 1439.98px) {
  .grid__e1_1440 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1439.98px) {
  .grid__e2_1440 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1439.98px) {
  .grid__e3_1440 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1439.98px) {
  .grid__e4_1440 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1439.98px) {
  .grid__e5_1440 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1439.98px) {
  .grid__e6_1440 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 1439.98px) {
  .grid__2_1_1440 {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 1439.98px) {
  .grid__1_2_1440 {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 1439.98px) {
  .grid__3_1_1440 {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
}
@media (max-width: 1439.98px) {
  .grid__1_3_1440 {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 1439.98px) {
  .grid__3_2_1440 {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 1358.98px) {
  .grid__e1_1359 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1358.98px) {
  .grid__e2_1359 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1358.98px) {
  .grid__e3_1359 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1358.98px) {
  .grid__e4_1359 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1358.98px) {
  .grid__e5_1359 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1358.98px) {
  .grid__e6_1359 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 1358.98px) {
  .grid__2_1_1359 {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 1358.98px) {
  .grid__1_2_1359 {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 1358.98px) {
  .grid__3_1_1359 {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
}
@media (max-width: 1358.98px) {
  .grid__1_3_1359 {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 1358.98px) {
  .grid__3_2_1359 {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 1199.98px) {
  .grid__e1_1200 {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199.98px) {
  .grid__e2_1200 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .grid__e3_1200 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .grid__e4_1200 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .grid__e5_1200 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .grid__e6_1200 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 1199.98px) {
  .grid__2_1_1200 {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 1199.98px) {
  .grid__1_2_1200 {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 1199.98px) {
  .grid__3_1_1200 {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
}
@media (max-width: 1199.98px) {
  .grid__1_3_1200 {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 1199.98px) {
  .grid__3_2_1200 {
    display: grid;
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 959.98px) {
  .grid__e1_960 {
    display: grid !important;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 959.98px) {
  .grid__e2_960 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 959.98px) {
  .grid__e3_960 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 959.98px) {
  .grid__e4_960 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 959.98px) {
  .grid__e5_960 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 959.98px) {
  .grid__e6_960 {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 959.98px) {
  .grid__2_1_960 {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 959.98px) {
  .grid__1_2_960 {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 959.98px) {
  .grid__3_1_960 {
    display: grid !important;
    grid-template-columns: 3fr 1fr;
  }
}
@media (max-width: 959.98px) {
  .grid__1_3_960 {
    display: grid !important;
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 959.98px) {
  .grid__3_2_960 {
    display: grid !important;
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 639.98px) {
  .grid__e1_640 {
    display: grid !important;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 639.98px) {
  .grid__e2_640 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639.98px) {
  .grid__e3_640 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 639.98px) {
  .grid__e4_640 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 639.98px) {
  .grid__e5_640 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 639.98px) {
  .grid__e6_640 {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 639.98px) {
  .grid__2_1_640 {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 639.98px) {
  .grid__1_2_640 {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 639.98px) {
  .grid__3_1_640 {
    display: grid !important;
    grid-template-columns: 3fr 1fr;
  }
}
@media (max-width: 639.98px) {
  .grid__1_3_640 {
    display: grid !important;
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 639.98px) {
  .grid__3_2_640 {
    display: grid !important;
    grid-template-columns: 3fr 2fr;
  }
}
@media (max-width: 449.98px) {
  .grid__e1_450 {
    display: grid !important;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 449.98px) {
  .grid__e2_450 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 449.98px) {
  .grid__e3_450 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 449.98px) {
  .grid__e4_450 {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 449.98px) {
  .grid__e5_450 {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 449.98px) {
  .grid__e6_450 {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (max-width: 449.98px) {
  .grid__2_1_450 {
    display: grid !important;
    grid-template-columns: 2fr 1fr;
  }
}
@media (max-width: 449.98px) {
  .grid__1_2_450 {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 449.98px) {
  .grid__3_1_450 {
    display: grid !important;
    grid-template-columns: 3fr 1fr;
  }
}
@media (max-width: 449.98px) {
  .grid__1_3_450 {
    display: grid !important;
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 449.98px) {
  .grid__3_2_450 {
    display: grid !important;
    grid-template-columns: 3fr 2fr;
  }
}

.gap__0 {
  gap: 0px;
}
.gap__5 {
  gap: 5px;
}
.gap__10 {
  gap: 10px;
}
.gap__15 {
  gap: 15px;
}
.gap__20 {
  gap: 20px;
}
.gap__30 {
  gap: 30px;
}
.gap__40, .woo__account .woocommerce-customer-details .woocommerce-columns {
  gap: 40px;
}
.gap__50 {
  gap: 50px;
}
.gap__60 {
  gap: 60px;
}
.gap__70 {
  gap: 70px;
}
.gap__80 {
  gap: 80px;
}
@media (max-width: 1199.98px) {
  .gap__0_1200 {
    gap: 0px;
  }
}
@media (max-width: 1199.98px) {
  .gap__5_1200 {
    gap: 5px;
  }
}
@media (max-width: 1199.98px) {
  .gap__10_1200 {
    gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  .gap__15_1200 {
    gap: 15px;
  }
}
@media (max-width: 1199.98px) {
  .gap__20_1200 {
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .gap__30_1200 {
    gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gap__40_1200 {
    gap: 40px;
  }
}
@media (max-width: 1199.98px) {
  .gap__50_1200 {
    gap: 50px;
  }
}
@media (max-width: 1199.98px) {
  .gap__60_1200 {
    gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .gap__70_1200 {
    gap: 70px;
  }
}
@media (max-width: 1199.98px) {
  .gap__80_1200 {
    gap: 80px;
  }
}
@media (max-width: 959.98px) {
  .gap__0_960 {
    gap: 0px;
  }
}
@media (max-width: 959.98px) {
  .gap__5_960 {
    gap: 5px;
  }
}
@media (max-width: 959.98px) {
  .gap__10_960 {
    gap: 10px;
  }
}
@media (max-width: 959.98px) {
  .gap__15_960 {
    gap: 15px;
  }
}
@media (max-width: 959.98px) {
  .gap__20_960 {
    gap: 20px;
  }
}
@media (max-width: 959.98px) {
  .gap__30_960 {
    gap: 30px;
  }
}
@media (max-width: 959.98px) {
  .gap__40_960 {
    gap: 40px;
  }
}
@media (max-width: 959.98px) {
  .gap__50_960 {
    gap: 50px;
  }
}
@media (max-width: 959.98px) {
  .gap__60_960 {
    gap: 60px;
  }
}
@media (max-width: 959.98px) {
  .gap__70_960 {
    gap: 70px;
  }
}
@media (max-width: 959.98px) {
  .gap__80_960 {
    gap: 80px;
  }
}
@media (max-width: 639.98px) {
  .gap__0_640 {
    gap: 0px;
  }
}
@media (max-width: 639.98px) {
  .gap__5_640 {
    gap: 5px;
  }
}
@media (max-width: 639.98px) {
  .gap__10_640 {
    gap: 10px;
  }
}
@media (max-width: 639.98px) {
  .gap__15_640 {
    gap: 15px;
  }
}
@media (max-width: 639.98px) {
  .gap__20_640 {
    gap: 20px;
  }
}
@media (max-width: 639.98px) {
  .gap__30_640 {
    gap: 30px;
  }
}
@media (max-width: 639.98px) {
  .gap__40_640 {
    gap: 40px;
  }
}
@media (max-width: 639.98px) {
  .gap__50_640 {
    gap: 50px;
  }
}
@media (max-width: 639.98px) {
  .gap__60_640 {
    gap: 60px;
  }
}
@media (max-width: 639.98px) {
  .gap__70_640 {
    gap: 70px;
  }
}
@media (max-width: 639.98px) {
  .gap__80_640 {
    gap: 80px;
  }
}
@media (max-width: 449.98px) {
  .gap__0_450 {
    gap: 0px;
  }
}
@media (max-width: 449.98px) {
  .gap__5_450 {
    gap: 5px;
  }
}
@media (max-width: 449.98px) {
  .gap__10_450 {
    gap: 10px;
  }
}
@media (max-width: 449.98px) {
  .gap__15_450 {
    gap: 15px;
  }
}
@media (max-width: 449.98px) {
  .gap__20_450 {
    gap: 20px;
  }
}
@media (max-width: 449.98px) {
  .gap__30_450 {
    gap: 30px;
  }
}
@media (max-width: 449.98px) {
  .gap__40_450 {
    gap: 40px;
  }
}
@media (max-width: 449.98px) {
  .gap__50_450 {
    gap: 50px;
  }
}
@media (max-width: 449.98px) {
  .gap__60_450 {
    gap: 60px;
  }
}
@media (max-width: 449.98px) {
  .gap__70_450 {
    gap: 70px;
  }
}
@media (max-width: 449.98px) {
  .gap__80_450 {
    gap: 80px;
  }
}

.row_gap__0 {
  row-gap: 0px;
}
.row_gap__5 {
  row-gap: 5px;
}
.row_gap__10 {
  row-gap: 10px;
}
.row_gap__15 {
  row-gap: 15px;
}
.row_gap__20 {
  row-gap: 20px;
}
.row_gap__30 {
  row-gap: 30px;
}
.row_gap__40 {
  row-gap: 40px;
}
.row_gap__50 {
  row-gap: 50px;
}
.row_gap__60 {
  row-gap: 60px;
}
.row_gap__70 {
  row-gap: 70px;
}
.row_gap__80 {
  row-gap: 80px;
}
@media (max-width: 1199.98px) {
  .row_gap__0_1200 {
    row-gap: 0px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__5_1200 {
    row-gap: 5px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__10_1200 {
    row-gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__15_1200 {
    row-gap: 15px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__20_1200 {
    row-gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__30_1200 {
    row-gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__40_1200 {
    row-gap: 40px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__50_1200 {
    row-gap: 50px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__60_1200 {
    row-gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__70_1200 {
    row-gap: 70px;
  }
}
@media (max-width: 1199.98px) {
  .row_gap__80_1200 {
    row-gap: 80px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__0_960 {
    row-gap: 0px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__5_960 {
    row-gap: 5px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__10_960 {
    row-gap: 10px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__15_960 {
    row-gap: 15px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__20_960 {
    row-gap: 20px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__30_960 {
    row-gap: 30px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__40_960 {
    row-gap: 40px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__50_960 {
    row-gap: 50px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__60_960 {
    row-gap: 60px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__70_960 {
    row-gap: 70px;
  }
}
@media (max-width: 959.98px) {
  .row_gap__80_960 {
    row-gap: 80px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__0_640 {
    row-gap: 0px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__5_640 {
    row-gap: 5px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__10_640 {
    row-gap: 10px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__15_640 {
    row-gap: 15px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__20_640 {
    row-gap: 20px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__30_640 {
    row-gap: 30px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__40_640 {
    row-gap: 40px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__50_640 {
    row-gap: 50px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__60_640 {
    row-gap: 60px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__70_640 {
    row-gap: 70px;
  }
}
@media (max-width: 639.98px) {
  .row_gap__80_640 {
    row-gap: 80px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__0_450 {
    row-gap: 0px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__5_450 {
    row-gap: 5px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__10_450 {
    row-gap: 10px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__15_450 {
    row-gap: 15px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__20_450 {
    row-gap: 20px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__30_450 {
    row-gap: 30px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__40_450 {
    row-gap: 40px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__50_450 {
    row-gap: 50px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__60_450 {
    row-gap: 60px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__70_450 {
    row-gap: 70px;
  }
}
@media (max-width: 449.98px) {
  .row_gap__80_450 {
    row-gap: 80px;
  }
}

.column_gap__0 {
  column-gap: 0px;
}
.column_gap__5 {
  column-gap: 5px;
}
.column_gap__10 {
  column-gap: 10px;
}
.column_gap__15 {
  column-gap: 15px;
}
.column_gap__20 {
  column-gap: 20px;
}
.column_gap__30 {
  column-gap: 30px;
}
.column_gap__40 {
  column-gap: 40px;
}
.column_gap__50 {
  column-gap: 50px;
}
.column_gap__60 {
  column-gap: 60px;
}
.column_gap__70 {
  column-gap: 70px;
}
.column_gap__80 {
  column-gap: 80px;
}
@media (max-width: 1199.98px) {
  .column_gap__0_1200 {
    column-gap: 0px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__5_1200 {
    column-gap: 5px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__10_1200 {
    column-gap: 10px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__15_1200 {
    column-gap: 15px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__20_1200 {
    column-gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__30_1200 {
    column-gap: 30px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__40_1200 {
    column-gap: 40px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__50_1200 {
    column-gap: 50px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__60_1200 {
    column-gap: 60px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__70_1200 {
    column-gap: 70px;
  }
}
@media (max-width: 1199.98px) {
  .column_gap__80_1200 {
    column-gap: 80px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__0_960 {
    column-gap: 0px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__5_960 {
    column-gap: 5px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__10_960 {
    column-gap: 10px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__15_960 {
    column-gap: 15px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__20_960 {
    column-gap: 20px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__30_960 {
    column-gap: 30px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__40_960 {
    column-gap: 40px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__50_960 {
    column-gap: 50px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__60_960 {
    column-gap: 60px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__70_960 {
    column-gap: 70px;
  }
}
@media (max-width: 959.98px) {
  .column_gap__80_960 {
    column-gap: 80px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__0_640 {
    column-gap: 0px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__5_640 {
    column-gap: 5px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__10_640 {
    column-gap: 10px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__15_640 {
    column-gap: 15px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__20_640 {
    column-gap: 20px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__30_640 {
    column-gap: 30px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__40_640 {
    column-gap: 40px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__50_640 {
    column-gap: 50px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__60_640 {
    column-gap: 60px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__70_640 {
    column-gap: 70px;
  }
}
@media (max-width: 639.98px) {
  .column_gap__80_640 {
    column-gap: 80px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__0_450 {
    column-gap: 0px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__5_450 {
    column-gap: 5px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__10_450 {
    column-gap: 10px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__15_450 {
    column-gap: 15px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__20_450 {
    column-gap: 20px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__30_450 {
    column-gap: 30px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__40_450 {
    column-gap: 40px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__50_450 {
    column-gap: 50px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__60_450 {
    column-gap: 60px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__70_450 {
    column-gap: 70px;
  }
}
@media (max-width: 449.98px) {
  .column_gap__80_450 {
    column-gap: 80px;
  }
}

.align__start {
  align-items: start;
}
@media (max-width: 1439.98px) {
  .align__start_1440 {
    align-items: start !important;
  }
}
@media (max-width: 1199.98px) {
  .align__start_1200 {
    align-items: start !important;
  }
}
@media (max-width: 959.98px) {
  .align__start_960 {
    align-items: start !important;
  }
}
@media (max-width: 639.98px) {
  .align__start_640 {
    align-items: start !important;
  }
}
@media (max-width: 449.98px) {
  .align__start_450 {
    align-items: start !important;
  }
}
.align__flexstart {
  align-items: flex-start;
}
@media (max-width: 1439.98px) {
  .align__flexstart_1440 {
    align-items: flex-start !important;
  }
}
@media (max-width: 1199.98px) {
  .align__flexstart_1200 {
    align-items: flex-start !important;
  }
}
@media (max-width: 959.98px) {
  .align__flexstart_960 {
    align-items: flex-start !important;
  }
}
@media (max-width: 639.98px) {
  .align__flexstart_640 {
    align-items: flex-start !important;
  }
}
@media (max-width: 449.98px) {
  .align__flexstart_450 {
    align-items: flex-start !important;
  }
}
.align__end {
  align-items: end;
}
@media (max-width: 1439.98px) {
  .align__end_1440 {
    align-items: end !important;
  }
}
@media (max-width: 1199.98px) {
  .align__end_1200 {
    align-items: end !important;
  }
}
@media (max-width: 959.98px) {
  .align__end_960 {
    align-items: end !important;
  }
}
@media (max-width: 639.98px) {
  .align__end_640 {
    align-items: end !important;
  }
}
@media (max-width: 449.98px) {
  .align__end_450 {
    align-items: end !important;
  }
}
.align__flexend {
  align-items: flex-end;
}
@media (max-width: 1439.98px) {
  .align__flexend_1440 {
    align-items: flex-end !important;
  }
}
@media (max-width: 1199.98px) {
  .align__flexend_1200 {
    align-items: flex-end !important;
  }
}
@media (max-width: 959.98px) {
  .align__flexend_960 {
    align-items: flex-end !important;
  }
}
@media (max-width: 639.98px) {
  .align__flexend_640 {
    align-items: flex-end !important;
  }
}
@media (max-width: 449.98px) {
  .align__flexend_450 {
    align-items: flex-end !important;
  }
}
.align__center {
  align-items: center;
}
@media (max-width: 1439.98px) {
  .align__center_1440 {
    align-items: center !important;
  }
}
@media (max-width: 1199.98px) {
  .align__center_1200 {
    align-items: center !important;
  }
}
@media (max-width: 959.98px) {
  .align__center_960 {
    align-items: center !important;
  }
}
@media (max-width: 639.98px) {
  .align__center_640 {
    align-items: center !important;
  }
}
@media (max-width: 449.98px) {
  .align__center_450 {
    align-items: center !important;
  }
}
.align__stretch {
  align-items: stretch;
}
@media (max-width: 1439.98px) {
  .align__stretch_1440 {
    align-items: stretch !important;
  }
}
@media (max-width: 1199.98px) {
  .align__stretch_1200 {
    align-items: stretch !important;
  }
}
@media (max-width: 959.98px) {
  .align__stretch_960 {
    align-items: stretch !important;
  }
}
@media (max-width: 639.98px) {
  .align__stretch_640 {
    align-items: stretch !important;
  }
}
@media (max-width: 449.98px) {
  .align__stretch_450 {
    align-items: stretch !important;
  }
}
.align__start {
  align-content: start;
}
@media (max-width: 1439.98px) {
  .align__start_1440 {
    align-content: start !important;
  }
}
@media (max-width: 1199.98px) {
  .align__start_1200 {
    align-content: start !important;
  }
}
@media (max-width: 959.98px) {
  .align__start_960 {
    align-content: start !important;
  }
}
@media (max-width: 639.98px) {
  .align__start_640 {
    align-content: start !important;
  }
}
@media (max-width: 449.98px) {
  .align__start_450 {
    align-content: start !important;
  }
}
.align__flexstart {
  align-content: flex-start;
}
@media (max-width: 1439.98px) {
  .align__flexstart_1440 {
    align-content: flex-start !important;
  }
}
@media (max-width: 1199.98px) {
  .align__flexstart_1200 {
    align-content: flex-start !important;
  }
}
@media (max-width: 959.98px) {
  .align__flexstart_960 {
    align-content: flex-start !important;
  }
}
@media (max-width: 639.98px) {
  .align__flexstart_640 {
    align-content: flex-start !important;
  }
}
@media (max-width: 449.98px) {
  .align__flexstart_450 {
    align-content: flex-start !important;
  }
}
.align__end {
  align-content: end;
}
@media (max-width: 1439.98px) {
  .align__end_1440 {
    align-content: end !important;
  }
}
@media (max-width: 1199.98px) {
  .align__end_1200 {
    align-content: end !important;
  }
}
@media (max-width: 959.98px) {
  .align__end_960 {
    align-content: end !important;
  }
}
@media (max-width: 639.98px) {
  .align__end_640 {
    align-content: end !important;
  }
}
@media (max-width: 449.98px) {
  .align__end_450 {
    align-content: end !important;
  }
}
.align__flexend {
  align-content: flex-end;
}
@media (max-width: 1439.98px) {
  .align__flexend_1440 {
    align-content: flex-end !important;
  }
}
@media (max-width: 1199.98px) {
  .align__flexend_1200 {
    align-content: flex-end !important;
  }
}
@media (max-width: 959.98px) {
  .align__flexend_960 {
    align-content: flex-end !important;
  }
}
@media (max-width: 639.98px) {
  .align__flexend_640 {
    align-content: flex-end !important;
  }
}
@media (max-width: 449.98px) {
  .align__flexend_450 {
    align-content: flex-end !important;
  }
}
.align__center {
  align-content: center;
}
@media (max-width: 1439.98px) {
  .align__center_1440 {
    align-content: center !important;
  }
}
@media (max-width: 1199.98px) {
  .align__center_1200 {
    align-content: center !important;
  }
}
@media (max-width: 959.98px) {
  .align__center_960 {
    align-content: center !important;
  }
}
@media (max-width: 639.98px) {
  .align__center_640 {
    align-content: center !important;
  }
}
@media (max-width: 449.98px) {
  .align__center_450 {
    align-content: center !important;
  }
}
.align__stretch {
  align-content: stretch;
}
@media (max-width: 1439.98px) {
  .align__stretch_1440 {
    align-content: stretch !important;
  }
}
@media (max-width: 1199.98px) {
  .align__stretch_1200 {
    align-content: stretch !important;
  }
}
@media (max-width: 959.98px) {
  .align__stretch_960 {
    align-content: stretch !important;
  }
}
@media (max-width: 639.98px) {
  .align__stretch_640 {
    align-content: stretch !important;
  }
}
@media (max-width: 449.98px) {
  .align__stretch_450 {
    align-content: stretch !important;
  }
}

.align_items__start {
  align-items: start;
}
@media (max-width: 1439.98px) {
  .align_items__start_1440 {
    align-items: start !important;
  }
}
@media (max-width: 1199.98px) {
  .align_items__start_1200 {
    align-items: start !important;
  }
}
@media (max-width: 959.98px) {
  .align_items__start_960 {
    align-items: start !important;
  }
}
@media (max-width: 639.98px) {
  .align_items__start_640 {
    align-items: start !important;
  }
}
@media (max-width: 449.98px) {
  .align_items__start_450 {
    align-items: start !important;
  }
}
.align_items__flexstart {
  align-items: flex-start;
}
@media (max-width: 1439.98px) {
  .align_items__flexstart_1440 {
    align-items: flex-start !important;
  }
}
@media (max-width: 1199.98px) {
  .align_items__flexstart_1200 {
    align-items: flex-start !important;
  }
}
@media (max-width: 959.98px) {
  .align_items__flexstart_960 {
    align-items: flex-start !important;
  }
}
@media (max-width: 639.98px) {
  .align_items__flexstart_640 {
    align-items: flex-start !important;
  }
}
@media (max-width: 449.98px) {
  .align_items__flexstart_450 {
    align-items: flex-start !important;
  }
}
.align_items__end {
  align-items: end;
}
@media (max-width: 1439.98px) {
  .align_items__end_1440 {
    align-items: end !important;
  }
}
@media (max-width: 1199.98px) {
  .align_items__end_1200 {
    align-items: end !important;
  }
}
@media (max-width: 959.98px) {
  .align_items__end_960 {
    align-items: end !important;
  }
}
@media (max-width: 639.98px) {
  .align_items__end_640 {
    align-items: end !important;
  }
}
@media (max-width: 449.98px) {
  .align_items__end_450 {
    align-items: end !important;
  }
}
.align_items__flexend {
  align-items: flex-end;
}
@media (max-width: 1439.98px) {
  .align_items__flexend_1440 {
    align-items: flex-end !important;
  }
}
@media (max-width: 1199.98px) {
  .align_items__flexend_1200 {
    align-items: flex-end !important;
  }
}
@media (max-width: 959.98px) {
  .align_items__flexend_960 {
    align-items: flex-end !important;
  }
}
@media (max-width: 639.98px) {
  .align_items__flexend_640 {
    align-items: flex-end !important;
  }
}
@media (max-width: 449.98px) {
  .align_items__flexend_450 {
    align-items: flex-end !important;
  }
}
.align_items__center {
  align-items: center;
}
@media (max-width: 1439.98px) {
  .align_items__center_1440 {
    align-items: center !important;
  }
}
@media (max-width: 1199.98px) {
  .align_items__center_1200 {
    align-items: center !important;
  }
}
@media (max-width: 959.98px) {
  .align_items__center_960 {
    align-items: center !important;
  }
}
@media (max-width: 639.98px) {
  .align_items__center_640 {
    align-items: center !important;
  }
}
@media (max-width: 449.98px) {
  .align_items__center_450 {
    align-items: center !important;
  }
}
.align_items__stretch {
  align-items: stretch;
}
@media (max-width: 1439.98px) {
  .align_items__stretch_1440 {
    align-items: stretch !important;
  }
}
@media (max-width: 1199.98px) {
  .align_items__stretch_1200 {
    align-items: stretch !important;
  }
}
@media (max-width: 959.98px) {
  .align_items__stretch_960 {
    align-items: stretch !important;
  }
}
@media (max-width: 639.98px) {
  .align_items__stretch_640 {
    align-items: stretch !important;
  }
}
@media (max-width: 449.98px) {
  .align_items__stretch_450 {
    align-items: stretch !important;
  }
}

.align_content__start {
  align-content: start;
}
@media (max-width: 1439.98px) {
  .align_content__start_1440 {
    align-content: start !important;
  }
}
@media (max-width: 1199.98px) {
  .align_content__start_1200 {
    align-content: start !important;
  }
}
@media (max-width: 959.98px) {
  .align_content__start_960 {
    align-content: start !important;
  }
}
@media (max-width: 639.98px) {
  .align_content__start_640 {
    align-content: start !important;
  }
}
@media (max-width: 449.98px) {
  .align_content__start_450 {
    align-content: start !important;
  }
}
.align_content__flexstart {
  align-content: flex-start;
}
@media (max-width: 1439.98px) {
  .align_content__flexstart_1440 {
    align-content: flex-start !important;
  }
}
@media (max-width: 1199.98px) {
  .align_content__flexstart_1200 {
    align-content: flex-start !important;
  }
}
@media (max-width: 959.98px) {
  .align_content__flexstart_960 {
    align-content: flex-start !important;
  }
}
@media (max-width: 639.98px) {
  .align_content__flexstart_640 {
    align-content: flex-start !important;
  }
}
@media (max-width: 449.98px) {
  .align_content__flexstart_450 {
    align-content: flex-start !important;
  }
}
.align_content__end {
  align-content: end;
}
@media (max-width: 1439.98px) {
  .align_content__end_1440 {
    align-content: end !important;
  }
}
@media (max-width: 1199.98px) {
  .align_content__end_1200 {
    align-content: end !important;
  }
}
@media (max-width: 959.98px) {
  .align_content__end_960 {
    align-content: end !important;
  }
}
@media (max-width: 639.98px) {
  .align_content__end_640 {
    align-content: end !important;
  }
}
@media (max-width: 449.98px) {
  .align_content__end_450 {
    align-content: end !important;
  }
}
.align_content__flexend {
  align-content: flex-end;
}
@media (max-width: 1439.98px) {
  .align_content__flexend_1440 {
    align-content: flex-end !important;
  }
}
@media (max-width: 1199.98px) {
  .align_content__flexend_1200 {
    align-content: flex-end !important;
  }
}
@media (max-width: 959.98px) {
  .align_content__flexend_960 {
    align-content: flex-end !important;
  }
}
@media (max-width: 639.98px) {
  .align_content__flexend_640 {
    align-content: flex-end !important;
  }
}
@media (max-width: 449.98px) {
  .align_content__flexend_450 {
    align-content: flex-end !important;
  }
}
.align_content__center {
  align-content: center;
}
@media (max-width: 1439.98px) {
  .align_content__center_1440 {
    align-content: center !important;
  }
}
@media (max-width: 1199.98px) {
  .align_content__center_1200 {
    align-content: center !important;
  }
}
@media (max-width: 959.98px) {
  .align_content__center_960 {
    align-content: center !important;
  }
}
@media (max-width: 639.98px) {
  .align_content__center_640 {
    align-content: center !important;
  }
}
@media (max-width: 449.98px) {
  .align_content__center_450 {
    align-content: center !important;
  }
}
.align_content__stretch {
  align-content: stretch;
}
@media (max-width: 1439.98px) {
  .align_content__stretch_1440 {
    align-content: stretch !important;
  }
}
@media (max-width: 1199.98px) {
  .align_content__stretch_1200 {
    align-content: stretch !important;
  }
}
@media (max-width: 959.98px) {
  .align_content__stretch_960 {
    align-content: stretch !important;
  }
}
@media (max-width: 639.98px) {
  .align_content__stretch_640 {
    align-content: stretch !important;
  }
}
@media (max-width: 449.98px) {
  .align_content__stretch_450 {
    align-content: stretch !important;
  }
}

.justify_items__start {
  justify-items: start;
}
@media (max-width: 1439.98px) {
  .justify_items__start_1440 {
    justify-items: start !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_items__start_1200 {
    justify-items: start !important;
  }
}
@media (max-width: 959.98px) {
  .justify_items__start_960 {
    justify-items: start !important;
  }
}
@media (max-width: 639.98px) {
  .justify_items__start_640 {
    justify-items: start !important;
  }
}
@media (max-width: 449.98px) {
  .justify_items__start_450 {
    justify-items: start !important;
  }
}
.justify_items__flexstart {
  justify-items: flex-start;
}
@media (max-width: 1439.98px) {
  .justify_items__flexstart_1440 {
    justify-items: flex-start !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_items__flexstart_1200 {
    justify-items: flex-start !important;
  }
}
@media (max-width: 959.98px) {
  .justify_items__flexstart_960 {
    justify-items: flex-start !important;
  }
}
@media (max-width: 639.98px) {
  .justify_items__flexstart_640 {
    justify-items: flex-start !important;
  }
}
@media (max-width: 449.98px) {
  .justify_items__flexstart_450 {
    justify-items: flex-start !important;
  }
}
.justify_items__end {
  justify-items: end;
}
@media (max-width: 1439.98px) {
  .justify_items__end_1440 {
    justify-items: end !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_items__end_1200 {
    justify-items: end !important;
  }
}
@media (max-width: 959.98px) {
  .justify_items__end_960 {
    justify-items: end !important;
  }
}
@media (max-width: 639.98px) {
  .justify_items__end_640 {
    justify-items: end !important;
  }
}
@media (max-width: 449.98px) {
  .justify_items__end_450 {
    justify-items: end !important;
  }
}
.justify_items__flexend {
  justify-items: flex-end;
}
@media (max-width: 1439.98px) {
  .justify_items__flexend_1440 {
    justify-items: flex-end !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_items__flexend_1200 {
    justify-items: flex-end !important;
  }
}
@media (max-width: 959.98px) {
  .justify_items__flexend_960 {
    justify-items: flex-end !important;
  }
}
@media (max-width: 639.98px) {
  .justify_items__flexend_640 {
    justify-items: flex-end !important;
  }
}
@media (max-width: 449.98px) {
  .justify_items__flexend_450 {
    justify-items: flex-end !important;
  }
}
.justify_items__center {
  justify-items: center;
}
@media (max-width: 1439.98px) {
  .justify_items__center_1440 {
    justify-items: center !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_items__center_1200 {
    justify-items: center !important;
  }
}
@media (max-width: 959.98px) {
  .justify_items__center_960 {
    justify-items: center !important;
  }
}
@media (max-width: 639.98px) {
  .justify_items__center_640 {
    justify-items: center !important;
  }
}
@media (max-width: 449.98px) {
  .justify_items__center_450 {
    justify-items: center !important;
  }
}
.justify_items__between {
  justify-items: space-between;
}
@media (max-width: 1439.98px) {
  .justify_items__between_1440 {
    justify-items: space-between !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_items__between_1200 {
    justify-items: space-between !important;
  }
}
@media (max-width: 959.98px) {
  .justify_items__between_960 {
    justify-items: space-between !important;
  }
}
@media (max-width: 639.98px) {
  .justify_items__between_640 {
    justify-items: space-between !important;
  }
}
@media (max-width: 449.98px) {
  .justify_items__between_450 {
    justify-items: space-between !important;
  }
}
.justify_items__evenly {
  justify-items: space-evenly;
}
@media (max-width: 1439.98px) {
  .justify_items__evenly_1440 {
    justify-items: space-evenly !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_items__evenly_1200 {
    justify-items: space-evenly !important;
  }
}
@media (max-width: 959.98px) {
  .justify_items__evenly_960 {
    justify-items: space-evenly !important;
  }
}
@media (max-width: 639.98px) {
  .justify_items__evenly_640 {
    justify-items: space-evenly !important;
  }
}
@media (max-width: 449.98px) {
  .justify_items__evenly_450 {
    justify-items: space-evenly !important;
  }
}

.justify_content__start {
  justify-content: start;
}
@media (max-width: 1439.98px) {
  .justify_content__start_1440 {
    justify-content: start !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_content__start_1200 {
    justify-content: start !important;
  }
}
@media (max-width: 959.98px) {
  .justify_content__start_960 {
    justify-content: start !important;
  }
}
@media (max-width: 639.98px) {
  .justify_content__start_640 {
    justify-content: start !important;
  }
}
@media (max-width: 449.98px) {
  .justify_content__start_450 {
    justify-content: start !important;
  }
}
.justify_content__flexstart {
  justify-content: flex-start;
}
@media (max-width: 1439.98px) {
  .justify_content__flexstart_1440 {
    justify-content: flex-start !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_content__flexstart_1200 {
    justify-content: flex-start !important;
  }
}
@media (max-width: 959.98px) {
  .justify_content__flexstart_960 {
    justify-content: flex-start !important;
  }
}
@media (max-width: 639.98px) {
  .justify_content__flexstart_640 {
    justify-content: flex-start !important;
  }
}
@media (max-width: 449.98px) {
  .justify_content__flexstart_450 {
    justify-content: flex-start !important;
  }
}
.justify_content__end {
  justify-content: end;
}
@media (max-width: 1439.98px) {
  .justify_content__end_1440 {
    justify-content: end !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_content__end_1200 {
    justify-content: end !important;
  }
}
@media (max-width: 959.98px) {
  .justify_content__end_960 {
    justify-content: end !important;
  }
}
@media (max-width: 639.98px) {
  .justify_content__end_640 {
    justify-content: end !important;
  }
}
@media (max-width: 449.98px) {
  .justify_content__end_450 {
    justify-content: end !important;
  }
}
.justify_content__flexend {
  justify-content: flex-end;
}
@media (max-width: 1439.98px) {
  .justify_content__flexend_1440 {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_content__flexend_1200 {
    justify-content: flex-end !important;
  }
}
@media (max-width: 959.98px) {
  .justify_content__flexend_960 {
    justify-content: flex-end !important;
  }
}
@media (max-width: 639.98px) {
  .justify_content__flexend_640 {
    justify-content: flex-end !important;
  }
}
@media (max-width: 449.98px) {
  .justify_content__flexend_450 {
    justify-content: flex-end !important;
  }
}
.justify_content__center {
  justify-content: center;
}
@media (max-width: 1439.98px) {
  .justify_content__center_1440 {
    justify-content: center !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_content__center_1200 {
    justify-content: center !important;
  }
}
@media (max-width: 959.98px) {
  .justify_content__center_960 {
    justify-content: center !important;
  }
}
@media (max-width: 639.98px) {
  .justify_content__center_640 {
    justify-content: center !important;
  }
}
@media (max-width: 449.98px) {
  .justify_content__center_450 {
    justify-content: center !important;
  }
}
.justify_content__between {
  justify-content: space-between;
}
@media (max-width: 1439.98px) {
  .justify_content__between_1440 {
    justify-content: space-between !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_content__between_1200 {
    justify-content: space-between !important;
  }
}
@media (max-width: 959.98px) {
  .justify_content__between_960 {
    justify-content: space-between !important;
  }
}
@media (max-width: 639.98px) {
  .justify_content__between_640 {
    justify-content: space-between !important;
  }
}
@media (max-width: 449.98px) {
  .justify_content__between_450 {
    justify-content: space-between !important;
  }
}
.justify_content__evenly {
  justify-content: space-evenly;
}
@media (max-width: 1439.98px) {
  .justify_content__evenly_1440 {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 1199.98px) {
  .justify_content__evenly_1200 {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 959.98px) {
  .justify_content__evenly_960 {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 639.98px) {
  .justify_content__evenly_640 {
    justify-content: space-evenly !important;
  }
}
@media (max-width: 449.98px) {
  .justify_content__evenly_450 {
    justify-content: space-evenly !important;
  }
}

.order__1 {
  order: 1;
}
.order__2 {
  order: 2;
}
.order__3 {
  order: 3;
}
.order__4 {
  order: 4;
}
.order__5 {
  order: 5;
}
.order__6 {
  order: 6;
}
@media (max-width: 1439.98px) {
  .order__1_1440 {
    order: 1;
  }
}
@media (max-width: 1439.98px) {
  .order__2_1440 {
    order: 2;
  }
}
@media (max-width: 1439.98px) {
  .order__3_1440 {
    order: 3;
  }
}
@media (max-width: 1439.98px) {
  .order__4_1440 {
    order: 4;
  }
}
@media (max-width: 1439.98px) {
  .order__5_1440 {
    order: 5;
  }
}
@media (max-width: 1439.98px) {
  .order__6_1440 {
    order: 6;
  }
}
@media (max-width: 1199.98px) {
  .order__1_1200 {
    order: 1;
  }
}
@media (max-width: 1199.98px) {
  .order__2_1200 {
    order: 2;
  }
}
@media (max-width: 1199.98px) {
  .order__3_1200 {
    order: 3;
  }
}
@media (max-width: 1199.98px) {
  .order__4_1200 {
    order: 4;
  }
}
@media (max-width: 1199.98px) {
  .order__5_1200 {
    order: 5;
  }
}
@media (max-width: 1199.98px) {
  .order__6_1200 {
    order: 6;
  }
}
@media (max-width: 959.98px) {
  .order__1_960 {
    order: 1;
  }
}
@media (max-width: 959.98px) {
  .order__2_960 {
    order: 2;
  }
}
@media (max-width: 959.98px) {
  .order__3_960 {
    order: 3;
  }
}
@media (max-width: 959.98px) {
  .order__4_960 {
    order: 4;
  }
}
@media (max-width: 959.98px) {
  .order__5_960 {
    order: 5;
  }
}
@media (max-width: 959.98px) {
  .order__6_960 {
    order: 6;
  }
}
@media (max-width: 639.98px) {
  .order__1_640 {
    order: 1;
  }
}
@media (max-width: 639.98px) {
  .order__2_640 {
    order: 2;
  }
}
@media (max-width: 639.98px) {
  .order__3_640 {
    order: 3;
  }
}
@media (max-width: 639.98px) {
  .order__4_640 {
    order: 4;
  }
}
@media (max-width: 639.98px) {
  .order__5_640 {
    order: 5;
  }
}
@media (max-width: 639.98px) {
  .order__6_640 {
    order: 6;
  }
}
@media (max-width: 449.98px) {
  .order__1_450 {
    order: 1;
  }
}
@media (max-width: 449.98px) {
  .order__2_450 {
    order: 2;
  }
}
@media (max-width: 449.98px) {
  .order__3_450 {
    order: 3;
  }
}
@media (max-width: 449.98px) {
  .order__4_450 {
    order: 4;
  }
}
@media (max-width: 449.98px) {
  .order__5_450 {
    order: 5;
  }
}
@media (max-width: 449.98px) {
  .order__6_450 {
    order: 6;
  }
}

.height_100 {
  height: 100%;
}

.grid_same_height {
  grid-auto-rows: 1fr;
}

.text__upper, .upper {
  text-transform: uppercase;
}

.text__under {
  text-decoration: underline;
}

.text__break {
  word-break: break-word;
}

.lh_12 {
  line-height: 1.2;
}

.text__font_ex, body:is(.minimal_heading) .product_archive_header, footer .footer_widget_title {
  font-family: "HelveticaNeueLT EX";
  translate: 0 3px;
}

.text__font_cs {
  font-family: "HelveticaNeueLT CN";
}

.text__t6 {
  font-size: 6px;
}
.text__t8 {
  font-size: 8px;
}
.text__t10 {
  font-size: 10px;
}
.text__t11 {
  font-size: 11px;
}
.text__t12 {
  font-size: 12px;
}
.text__t13 {
  font-size: 13px;
}
.text__t14 {
  font-size: 14px;
}
.text__t16 {
  font-size: 16px;
}
.text__t18 {
  font-size: 18px;
}
.text__t20 {
  font-size: 20px;
}
.text__t21 {
  font-size: 21px;
}
.text__t22 {
  font-size: 22px;
}
.text__t23 {
  font-size: 23px;
}
.text__t24 {
  font-size: 24px;
}
.text__t25 {
  font-size: 25px;
}
.text__t27 {
  font-size: 27px;
}
.text__t28 {
  font-size: 28px;
}
.text__t30 {
  font-size: 30px;
}
.text__t36 {
  font-size: 36px;
}
.text__t40 {
  font-size: 40px;
}
.text__t43 {
  font-size: 43px;
}
.text__t55 {
  font-size: 55px;
}
.text__t56 {
  font-size: 56px;
}
.text__t60 {
  font-size: 60px;
}
@media (max-width: 1439.98px) {
  .text__t6_1440 {
    font-size: 6px;
  }
}
@media (max-width: 1439.98px) {
  .text__t8_1440 {
    font-size: 8px;
  }
}
@media (max-width: 1439.98px) {
  .text__t10_1440 {
    font-size: 10px;
  }
}
@media (max-width: 1439.98px) {
  .text__t11_1440 {
    font-size: 11px;
  }
}
@media (max-width: 1439.98px) {
  .text__t12_1440 {
    font-size: 12px;
  }
}
@media (max-width: 1439.98px) {
  .text__t13_1440 {
    font-size: 13px;
  }
}
@media (max-width: 1439.98px) {
  .text__t14_1440 {
    font-size: 14px;
  }
}
@media (max-width: 1439.98px) {
  .text__t16_1440 {
    font-size: 16px;
  }
}
@media (max-width: 1439.98px) {
  .text__t18_1440 {
    font-size: 18px;
  }
}
@media (max-width: 1439.98px) {
  .text__t20_1440 {
    font-size: 20px;
  }
}
@media (max-width: 1439.98px) {
  .text__t21_1440 {
    font-size: 21px;
  }
}
@media (max-width: 1439.98px) {
  .text__t22_1440 {
    font-size: 22px;
  }
}
@media (max-width: 1439.98px) {
  .text__t23_1440 {
    font-size: 23px;
  }
}
@media (max-width: 1439.98px) {
  .text__t24_1440 {
    font-size: 24px;
  }
}
@media (max-width: 1439.98px) {
  .text__t25_1440 {
    font-size: 25px;
  }
}
@media (max-width: 1439.98px) {
  .text__t27_1440 {
    font-size: 27px;
  }
}
@media (max-width: 1439.98px) {
  .text__t28_1440 {
    font-size: 28px;
  }
}
@media (max-width: 1439.98px) {
  .text__t30_1440 {
    font-size: 30px;
  }
}
@media (max-width: 1439.98px) {
  .text__t36_1440 {
    font-size: 36px;
  }
}
@media (max-width: 1439.98px) {
  .text__t40_1440 {
    font-size: 40px;
  }
}
@media (max-width: 1439.98px) {
  .text__t43_1440 {
    font-size: 43px;
  }
}
@media (max-width: 1439.98px) {
  .text__t55_1440 {
    font-size: 55px;
  }
}
@media (max-width: 1439.98px) {
  .text__t56_1440 {
    font-size: 56px;
  }
}
@media (max-width: 1439.98px) {
  .text__t60_1440 {
    font-size: 60px;
  }
}
@media (max-width: 1358.98px) {
  .text__t6_1359 {
    font-size: 6px;
  }
}
@media (max-width: 1358.98px) {
  .text__t8_1359 {
    font-size: 8px;
  }
}
@media (max-width: 1358.98px) {
  .text__t10_1359 {
    font-size: 10px;
  }
}
@media (max-width: 1358.98px) {
  .text__t11_1359 {
    font-size: 11px;
  }
}
@media (max-width: 1358.98px) {
  .text__t12_1359 {
    font-size: 12px;
  }
}
@media (max-width: 1358.98px) {
  .text__t13_1359 {
    font-size: 13px;
  }
}
@media (max-width: 1358.98px) {
  .text__t14_1359 {
    font-size: 14px;
  }
}
@media (max-width: 1358.98px) {
  .text__t16_1359 {
    font-size: 16px;
  }
}
@media (max-width: 1358.98px) {
  .text__t18_1359 {
    font-size: 18px;
  }
}
@media (max-width: 1358.98px) {
  .text__t20_1359 {
    font-size: 20px;
  }
}
@media (max-width: 1358.98px) {
  .text__t21_1359 {
    font-size: 21px;
  }
}
@media (max-width: 1358.98px) {
  .text__t22_1359 {
    font-size: 22px;
  }
}
@media (max-width: 1358.98px) {
  .text__t23_1359 {
    font-size: 23px;
  }
}
@media (max-width: 1358.98px) {
  .text__t24_1359 {
    font-size: 24px;
  }
}
@media (max-width: 1358.98px) {
  .text__t25_1359 {
    font-size: 25px;
  }
}
@media (max-width: 1358.98px) {
  .text__t27_1359 {
    font-size: 27px;
  }
}
@media (max-width: 1358.98px) {
  .text__t28_1359 {
    font-size: 28px;
  }
}
@media (max-width: 1358.98px) {
  .text__t30_1359 {
    font-size: 30px;
  }
}
@media (max-width: 1358.98px) {
  .text__t36_1359 {
    font-size: 36px;
  }
}
@media (max-width: 1358.98px) {
  .text__t40_1359 {
    font-size: 40px;
  }
}
@media (max-width: 1358.98px) {
  .text__t43_1359 {
    font-size: 43px;
  }
}
@media (max-width: 1358.98px) {
  .text__t55_1359 {
    font-size: 55px;
  }
}
@media (max-width: 1358.98px) {
  .text__t56_1359 {
    font-size: 56px;
  }
}
@media (max-width: 1358.98px) {
  .text__t60_1359 {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .text__t6_1200 {
    font-size: 6px;
  }
}
@media (max-width: 1199.98px) {
  .text__t8_1200 {
    font-size: 8px;
  }
}
@media (max-width: 1199.98px) {
  .text__t10_1200 {
    font-size: 10px;
  }
}
@media (max-width: 1199.98px) {
  .text__t11_1200 {
    font-size: 11px;
  }
}
@media (max-width: 1199.98px) {
  .text__t12_1200 {
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  .text__t13_1200 {
    font-size: 13px;
  }
}
@media (max-width: 1199.98px) {
  .text__t14_1200 {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .text__t16_1200 {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .text__t18_1200 {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .text__t20_1200 {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .text__t21_1200 {
    font-size: 21px;
  }
}
@media (max-width: 1199.98px) {
  .text__t22_1200 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  .text__t23_1200 {
    font-size: 23px;
  }
}
@media (max-width: 1199.98px) {
  .text__t24_1200 {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .text__t25_1200 {
    font-size: 25px;
  }
}
@media (max-width: 1199.98px) {
  .text__t27_1200 {
    font-size: 27px;
  }
}
@media (max-width: 1199.98px) {
  .text__t28_1200 {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .text__t30_1200 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .text__t36_1200 {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .text__t40_1200 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .text__t43_1200 {
    font-size: 43px;
  }
}
@media (max-width: 1199.98px) {
  .text__t55_1200 {
    font-size: 55px;
  }
}
@media (max-width: 1199.98px) {
  .text__t56_1200 {
    font-size: 56px;
  }
}
@media (max-width: 1199.98px) {
  .text__t60_1200 {
    font-size: 60px;
  }
}
@media (max-width: 959.98px) {
  .text__t6_960 {
    font-size: 6px;
  }
}
@media (max-width: 959.98px) {
  .text__t8_960 {
    font-size: 8px;
  }
}
@media (max-width: 959.98px) {
  .text__t10_960 {
    font-size: 10px;
  }
}
@media (max-width: 959.98px) {
  .text__t11_960 {
    font-size: 11px;
  }
}
@media (max-width: 959.98px) {
  .text__t12_960 {
    font-size: 12px;
  }
}
@media (max-width: 959.98px) {
  .text__t13_960 {
    font-size: 13px;
  }
}
@media (max-width: 959.98px) {
  .text__t14_960 {
    font-size: 14px;
  }
}
@media (max-width: 959.98px) {
  .text__t16_960 {
    font-size: 16px;
  }
}
@media (max-width: 959.98px) {
  .text__t18_960 {
    font-size: 18px;
  }
}
@media (max-width: 959.98px) {
  .text__t20_960 {
    font-size: 20px;
  }
}
@media (max-width: 959.98px) {
  .text__t21_960 {
    font-size: 21px;
  }
}
@media (max-width: 959.98px) {
  .text__t22_960 {
    font-size: 22px;
  }
}
@media (max-width: 959.98px) {
  .text__t23_960 {
    font-size: 23px;
  }
}
@media (max-width: 959.98px) {
  .text__t24_960 {
    font-size: 24px;
  }
}
@media (max-width: 959.98px) {
  .text__t25_960 {
    font-size: 25px;
  }
}
@media (max-width: 959.98px) {
  .text__t27_960 {
    font-size: 27px;
  }
}
@media (max-width: 959.98px) {
  .text__t28_960 {
    font-size: 28px;
  }
}
@media (max-width: 959.98px) {
  .text__t30_960 {
    font-size: 30px;
  }
}
@media (max-width: 959.98px) {
  .text__t36_960 {
    font-size: 36px;
  }
}
@media (max-width: 959.98px) {
  .text__t40_960 {
    font-size: 40px;
  }
}
@media (max-width: 959.98px) {
  .text__t43_960 {
    font-size: 43px;
  }
}
@media (max-width: 959.98px) {
  .text__t55_960 {
    font-size: 55px;
  }
}
@media (max-width: 959.98px) {
  .text__t56_960 {
    font-size: 56px;
  }
}
@media (max-width: 959.98px) {
  .text__t60_960 {
    font-size: 60px;
  }
}
@media (max-width: 639.98px) {
  .text__t6_640 {
    font-size: 6px;
  }
}
@media (max-width: 639.98px) {
  .text__t8_640 {
    font-size: 8px;
  }
}
@media (max-width: 639.98px) {
  .text__t10_640 {
    font-size: 10px;
  }
}
@media (max-width: 639.98px) {
  .text__t11_640 {
    font-size: 11px;
  }
}
@media (max-width: 639.98px) {
  .text__t12_640 {
    font-size: 12px;
  }
}
@media (max-width: 639.98px) {
  .text__t13_640 {
    font-size: 13px;
  }
}
@media (max-width: 639.98px) {
  .text__t14_640 {
    font-size: 14px;
  }
}
@media (max-width: 639.98px) {
  .text__t16_640 {
    font-size: 16px;
  }
}
@media (max-width: 639.98px) {
  .text__t18_640 {
    font-size: 18px;
  }
}
@media (max-width: 639.98px) {
  .text__t20_640 {
    font-size: 20px;
  }
}
@media (max-width: 639.98px) {
  .text__t21_640 {
    font-size: 21px;
  }
}
@media (max-width: 639.98px) {
  .text__t22_640 {
    font-size: 22px;
  }
}
@media (max-width: 639.98px) {
  .text__t23_640 {
    font-size: 23px;
  }
}
@media (max-width: 639.98px) {
  .text__t24_640 {
    font-size: 24px;
  }
}
@media (max-width: 639.98px) {
  .text__t25_640 {
    font-size: 25px;
  }
}
@media (max-width: 639.98px) {
  .text__t27_640 {
    font-size: 27px;
  }
}
@media (max-width: 639.98px) {
  .text__t28_640 {
    font-size: 28px;
  }
}
@media (max-width: 639.98px) {
  .text__t30_640 {
    font-size: 30px;
  }
}
@media (max-width: 639.98px) {
  .text__t36_640 {
    font-size: 36px;
  }
}
@media (max-width: 639.98px) {
  .text__t40_640 {
    font-size: 40px;
  }
}
@media (max-width: 639.98px) {
  .text__t43_640 {
    font-size: 43px;
  }
}
@media (max-width: 639.98px) {
  .text__t55_640 {
    font-size: 55px;
  }
}
@media (max-width: 639.98px) {
  .text__t56_640 {
    font-size: 56px;
  }
}
@media (max-width: 639.98px) {
  .text__t60_640 {
    font-size: 60px;
  }
}
@media (max-width: 449.98px) {
  .text__t6_450 {
    font-size: 6px;
  }
}
@media (max-width: 449.98px) {
  .text__t8_450 {
    font-size: 8px;
  }
}
@media (max-width: 449.98px) {
  .text__t10_450 {
    font-size: 10px;
  }
}
@media (max-width: 449.98px) {
  .text__t11_450 {
    font-size: 11px;
  }
}
@media (max-width: 449.98px) {
  .text__t12_450 {
    font-size: 12px;
  }
}
@media (max-width: 449.98px) {
  .text__t13_450 {
    font-size: 13px;
  }
}
@media (max-width: 449.98px) {
  .text__t14_450 {
    font-size: 14px;
  }
}
@media (max-width: 449.98px) {
  .text__t16_450 {
    font-size: 16px;
  }
}
@media (max-width: 449.98px) {
  .text__t18_450 {
    font-size: 18px;
  }
}
@media (max-width: 449.98px) {
  .text__t20_450 {
    font-size: 20px;
  }
}
@media (max-width: 449.98px) {
  .text__t21_450 {
    font-size: 21px;
  }
}
@media (max-width: 449.98px) {
  .text__t22_450 {
    font-size: 22px;
  }
}
@media (max-width: 449.98px) {
  .text__t23_450 {
    font-size: 23px;
  }
}
@media (max-width: 449.98px) {
  .text__t24_450 {
    font-size: 24px;
  }
}
@media (max-width: 449.98px) {
  .text__t25_450 {
    font-size: 25px;
  }
}
@media (max-width: 449.98px) {
  .text__t27_450 {
    font-size: 27px;
  }
}
@media (max-width: 449.98px) {
  .text__t28_450 {
    font-size: 28px;
  }
}
@media (max-width: 449.98px) {
  .text__t30_450 {
    font-size: 30px;
  }
}
@media (max-width: 449.98px) {
  .text__t36_450 {
    font-size: 36px;
  }
}
@media (max-width: 449.98px) {
  .text__t40_450 {
    font-size: 40px;
  }
}
@media (max-width: 449.98px) {
  .text__t43_450 {
    font-size: 43px;
  }
}
@media (max-width: 449.98px) {
  .text__t55_450 {
    font-size: 55px;
  }
}
@media (max-width: 449.98px) {
  .text__t56_450 {
    font-size: 56px;
  }
}
@media (max-width: 449.98px) {
  .text__t60_450 {
    font-size: 60px;
  }
}
.text__center {
  text-align: center;
}
@media (max-width: 1199.98px) {
  .text__center_1200 {
    text-align: center !important;
  }
}
@media (max-width: 959.98px) {
  .text__center_960 {
    text-align: center !important;
  }
}
@media (max-width: 639.98px) {
  .text__center_640 {
    text-align: center !important;
  }
}
@media (max-width: 449.98px) {
  .text__center_450 {
    text-align: center !important;
  }
}
.text__right {
  text-align: right;
}
@media (max-width: 1199.98px) {
  .text__right_1200 {
    text-align: right !important;
  }
}
@media (max-width: 959.98px) {
  .text__right_960 {
    text-align: right !important;
  }
}
@media (max-width: 639.98px) {
  .text__right_640 {
    text-align: right !important;
  }
}
@media (max-width: 449.98px) {
  .text__right_450 {
    text-align: right !important;
  }
}
.text__left {
  text-align: left;
}
@media (max-width: 1199.98px) {
  .text__left_1200 {
    text-align: left !important;
  }
}
@media (max-width: 959.98px) {
  .text__left_960 {
    text-align: left !important;
  }
}
@media (max-width: 639.98px) {
  .text__left_640 {
    text-align: left !important;
  }
}
@media (max-width: 449.98px) {
  .text__left_450 {
    text-align: left !important;
  }
}
.text__100 {
  font-weight: 100;
}
.text__200 {
  font-weight: 200;
}
.text__300 {
  font-weight: 300;
}
.text__400 {
  font-weight: 400;
}
.text__500 {
  font-weight: 500;
}
.text__600 {
  font-weight: 600;
}
.text__700 {
  font-weight: 700;
}
.text__800 {
  font-weight: 800;
}
.text__900 {
  font-weight: 900;
}

.background__cover {
  background-size: cover;
  background-position: center;
}

.background__contain {
  background-size: contain;
  background-position: center;
}

@media (max-width: 959.98px) {
  .bg__cover_960 .bg__image {
    background-size: cover !important;
  }
}

@media (max-width: 959.98px) {
  .bg__center_960 .bg__image {
    background-position: center !important;
  }
}

@media (max-width: 959.98px) {
  .background__100w_50h_960 {
    background-size: 100% 50% !important;
  }
  .background__100w_50h_960 .bg__image {
    background-size: 100% 50% !important;
  }
}

@media (max-width: 1439.98px) {
  .bg__image_cover_1440 .bg__image {
    background-size: cover !important;
  }
}

@media (max-width: 1439.98px) {
  .bg__image_contain_1440 .bg__image {
    background-size: contain !important;
  }
}

.overflow__hidden {
  overflow: hidden;
}

@media (max-width: 1439.98px) {
  .bg__image_none_1440 {
    background-image: none !important;
  }
  .bg__image_none_1440 .bg__image {
    background-image: none !important;
  }
}

@media (max-width: 1199.98px) {
  .bg__image_none_1200 {
    background-image: none !important;
  }
  .bg__image_none_1200 .bg__image {
    background-image: none !important;
  }
}

@media (max-width: 959.98px) {
  .bg__image_none_960 {
    background-image: none !important;
  }
  .bg__image_none_960 .bg__image {
    background-image: none !important;
  }
}

@media (max-width: 639.98px) {
  .bg__image_none_640 {
    background-image: none !important;
  }
  .bg__image_none_640 .bg__image {
    background-image: none !important;
  }
}

@media (max-width: 449.98px) {
  .bg__image_none_450 {
    background-image: none !important;
  }
  .bg__image_none_450 .bg__image {
    background-image: none !important;
  }
}

.color__white {
  color: #ffffff;
}
@media (max-width: 1439.98px) {
  .color__white_1440 {
    color: #ffffff !important;
  }
}
@media (max-width: 1199.98px) {
  .color__white_1200 {
    color: #ffffff !important;
  }
}
@media (max-width: 959.98px) {
  .color__white_960 {
    color: #ffffff !important;
  }
}
@media (max-width: 639.98px) {
  .color__white_640 {
    color: #ffffff !important;
  }
}
@media (max-width: 449.98px) {
  .color__white_450 {
    color: #ffffff !important;
  }
}
.color__red {
  color: #cb0015;
}
@media (max-width: 1439.98px) {
  .color__red_1440 {
    color: #cb0015 !important;
  }
}
@media (max-width: 1199.98px) {
  .color__red_1200 {
    color: #cb0015 !important;
  }
}
@media (max-width: 959.98px) {
  .color__red_960 {
    color: #cb0015 !important;
  }
}
@media (max-width: 639.98px) {
  .color__red_640 {
    color: #cb0015 !important;
  }
}
@media (max-width: 449.98px) {
  .color__red_450 {
    color: #cb0015 !important;
  }
}
.color__red2 {
  color: #BF0114;
}
@media (max-width: 1439.98px) {
  .color__red2_1440 {
    color: #BF0114 !important;
  }
}
@media (max-width: 1199.98px) {
  .color__red2_1200 {
    color: #BF0114 !important;
  }
}
@media (max-width: 959.98px) {
  .color__red2_960 {
    color: #BF0114 !important;
  }
}
@media (max-width: 639.98px) {
  .color__red2_640 {
    color: #BF0114 !important;
  }
}
@media (max-width: 449.98px) {
  .color__red2_450 {
    color: #BF0114 !important;
  }
}
.color__reddark {
  color: #8a000e;
}
@media (max-width: 1439.98px) {
  .color__reddark_1440 {
    color: #8a000e !important;
  }
}
@media (max-width: 1199.98px) {
  .color__reddark_1200 {
    color: #8a000e !important;
  }
}
@media (max-width: 959.98px) {
  .color__reddark_960 {
    color: #8a000e !important;
  }
}
@media (max-width: 639.98px) {
  .color__reddark_640 {
    color: #8a000e !important;
  }
}
@media (max-width: 449.98px) {
  .color__reddark_450 {
    color: #8a000e !important;
  }
}
.color__greylight {
  color: #F5F5F5;
}
@media (max-width: 1439.98px) {
  .color__greylight_1440 {
    color: #F5F5F5 !important;
  }
}
@media (max-width: 1199.98px) {
  .color__greylight_1200 {
    color: #F5F5F5 !important;
  }
}
@media (max-width: 959.98px) {
  .color__greylight_960 {
    color: #F5F5F5 !important;
  }
}
@media (max-width: 639.98px) {
  .color__greylight_640 {
    color: #F5F5F5 !important;
  }
}
@media (max-width: 449.98px) {
  .color__greylight_450 {
    color: #F5F5F5 !important;
  }
}
.color__grey1 {
  color: #BABABA;
}
@media (max-width: 1439.98px) {
  .color__grey1_1440 {
    color: #BABABA !important;
  }
}
@media (max-width: 1199.98px) {
  .color__grey1_1200 {
    color: #BABABA !important;
  }
}
@media (max-width: 959.98px) {
  .color__grey1_960 {
    color: #BABABA !important;
  }
}
@media (max-width: 639.98px) {
  .color__grey1_640 {
    color: #BABABA !important;
  }
}
@media (max-width: 449.98px) {
  .color__grey1_450 {
    color: #BABABA !important;
  }
}
.color__grey2 {
  color: #606060;
}
@media (max-width: 1439.98px) {
  .color__grey2_1440 {
    color: #606060 !important;
  }
}
@media (max-width: 1199.98px) {
  .color__grey2_1200 {
    color: #606060 !important;
  }
}
@media (max-width: 959.98px) {
  .color__grey2_960 {
    color: #606060 !important;
  }
}
@media (max-width: 639.98px) {
  .color__grey2_640 {
    color: #606060 !important;
  }
}
@media (max-width: 449.98px) {
  .color__grey2_450 {
    color: #606060 !important;
  }
}
.color__grey3 {
  color: #E9E9E9;
}
@media (max-width: 1439.98px) {
  .color__grey3_1440 {
    color: #E9E9E9 !important;
  }
}
@media (max-width: 1199.98px) {
  .color__grey3_1200 {
    color: #E9E9E9 !important;
  }
}
@media (max-width: 959.98px) {
  .color__grey3_960 {
    color: #E9E9E9 !important;
  }
}
@media (max-width: 639.98px) {
  .color__grey3_640 {
    color: #E9E9E9 !important;
  }
}
@media (max-width: 449.98px) {
  .color__grey3_450 {
    color: #E9E9E9 !important;
  }
}
.color__greydark {
  color: #333333;
}
@media (max-width: 1439.98px) {
  .color__greydark_1440 {
    color: #333333 !important;
  }
}
@media (max-width: 1199.98px) {
  .color__greydark_1200 {
    color: #333333 !important;
  }
}
@media (max-width: 959.98px) {
  .color__greydark_960 {
    color: #333333 !important;
  }
}
@media (max-width: 639.98px) {
  .color__greydark_640 {
    color: #333333 !important;
  }
}
@media (max-width: 449.98px) {
  .color__greydark_450 {
    color: #333333 !important;
  }
}
.color__blacklight {
  color: #000;
}
@media (max-width: 1439.98px) {
  .color__blacklight_1440 {
    color: #000 !important;
  }
}
@media (max-width: 1199.98px) {
  .color__blacklight_1200 {
    color: #000 !important;
  }
}
@media (max-width: 959.98px) {
  .color__blacklight_960 {
    color: #000 !important;
  }
}
@media (max-width: 639.98px) {
  .color__blacklight_640 {
    color: #000 !important;
  }
}
@media (max-width: 449.98px) {
  .color__blacklight_450 {
    color: #000 !important;
  }
}

.bg__white {
  background-color: #ffffff;
}
@media (max-width: 1439.98px) {
  .bg__white_1440 {
    background-color: #ffffff !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__white_1200 {
    background-color: #ffffff !important;
  }
}
@media (max-width: 959.98px) {
  .bg__white_960 {
    background-color: #ffffff !important;
  }
}
@media (max-width: 639.98px) {
  .bg__white_640 {
    background-color: #ffffff !important;
  }
}
@media (max-width: 449.98px) {
  .bg__white_450 {
    background-color: #ffffff !important;
  }
}
.bg__red {
  background-color: #cb0015;
}
@media (max-width: 1439.98px) {
  .bg__red_1440 {
    background-color: #cb0015 !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__red_1200 {
    background-color: #cb0015 !important;
  }
}
@media (max-width: 959.98px) {
  .bg__red_960 {
    background-color: #cb0015 !important;
  }
}
@media (max-width: 639.98px) {
  .bg__red_640 {
    background-color: #cb0015 !important;
  }
}
@media (max-width: 449.98px) {
  .bg__red_450 {
    background-color: #cb0015 !important;
  }
}
.bg__red2 {
  background-color: #BF0114;
}
@media (max-width: 1439.98px) {
  .bg__red2_1440 {
    background-color: #BF0114 !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__red2_1200 {
    background-color: #BF0114 !important;
  }
}
@media (max-width: 959.98px) {
  .bg__red2_960 {
    background-color: #BF0114 !important;
  }
}
@media (max-width: 639.98px) {
  .bg__red2_640 {
    background-color: #BF0114 !important;
  }
}
@media (max-width: 449.98px) {
  .bg__red2_450 {
    background-color: #BF0114 !important;
  }
}
.bg__reddark {
  background-color: #8a000e;
}
@media (max-width: 1439.98px) {
  .bg__reddark_1440 {
    background-color: #8a000e !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__reddark_1200 {
    background-color: #8a000e !important;
  }
}
@media (max-width: 959.98px) {
  .bg__reddark_960 {
    background-color: #8a000e !important;
  }
}
@media (max-width: 639.98px) {
  .bg__reddark_640 {
    background-color: #8a000e !important;
  }
}
@media (max-width: 449.98px) {
  .bg__reddark_450 {
    background-color: #8a000e !important;
  }
}
.bg__greylight {
  background-color: #F5F5F5;
}
@media (max-width: 1439.98px) {
  .bg__greylight_1440 {
    background-color: #F5F5F5 !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__greylight_1200 {
    background-color: #F5F5F5 !important;
  }
}
@media (max-width: 959.98px) {
  .bg__greylight_960 {
    background-color: #F5F5F5 !important;
  }
}
@media (max-width: 639.98px) {
  .bg__greylight_640 {
    background-color: #F5F5F5 !important;
  }
}
@media (max-width: 449.98px) {
  .bg__greylight_450 {
    background-color: #F5F5F5 !important;
  }
}
.bg__grey1 {
  background-color: #BABABA;
}
@media (max-width: 1439.98px) {
  .bg__grey1_1440 {
    background-color: #BABABA !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__grey1_1200 {
    background-color: #BABABA !important;
  }
}
@media (max-width: 959.98px) {
  .bg__grey1_960 {
    background-color: #BABABA !important;
  }
}
@media (max-width: 639.98px) {
  .bg__grey1_640 {
    background-color: #BABABA !important;
  }
}
@media (max-width: 449.98px) {
  .bg__grey1_450 {
    background-color: #BABABA !important;
  }
}
.bg__grey2 {
  background-color: #606060;
}
@media (max-width: 1439.98px) {
  .bg__grey2_1440 {
    background-color: #606060 !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__grey2_1200 {
    background-color: #606060 !important;
  }
}
@media (max-width: 959.98px) {
  .bg__grey2_960 {
    background-color: #606060 !important;
  }
}
@media (max-width: 639.98px) {
  .bg__grey2_640 {
    background-color: #606060 !important;
  }
}
@media (max-width: 449.98px) {
  .bg__grey2_450 {
    background-color: #606060 !important;
  }
}
.bg__grey3 {
  background-color: #E9E9E9;
}
@media (max-width: 1439.98px) {
  .bg__grey3_1440 {
    background-color: #E9E9E9 !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__grey3_1200 {
    background-color: #E9E9E9 !important;
  }
}
@media (max-width: 959.98px) {
  .bg__grey3_960 {
    background-color: #E9E9E9 !important;
  }
}
@media (max-width: 639.98px) {
  .bg__grey3_640 {
    background-color: #E9E9E9 !important;
  }
}
@media (max-width: 449.98px) {
  .bg__grey3_450 {
    background-color: #E9E9E9 !important;
  }
}
.bg__greydark {
  background-color: #333333;
}
@media (max-width: 1439.98px) {
  .bg__greydark_1440 {
    background-color: #333333 !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__greydark_1200 {
    background-color: #333333 !important;
  }
}
@media (max-width: 959.98px) {
  .bg__greydark_960 {
    background-color: #333333 !important;
  }
}
@media (max-width: 639.98px) {
  .bg__greydark_640 {
    background-color: #333333 !important;
  }
}
@media (max-width: 449.98px) {
  .bg__greydark_450 {
    background-color: #333333 !important;
  }
}
.bg__blacklight {
  background-color: #000;
}
@media (max-width: 1439.98px) {
  .bg__blacklight_1440 {
    background-color: #000 !important;
  }
}
@media (max-width: 1199.98px) {
  .bg__blacklight_1200 {
    background-color: #000 !important;
  }
}
@media (max-width: 959.98px) {
  .bg__blacklight_960 {
    background-color: #000 !important;
  }
}
@media (max-width: 639.98px) {
  .bg__blacklight_640 {
    background-color: #000 !important;
  }
}
@media (max-width: 449.98px) {
  .bg__blacklight_450 {
    background-color: #000 !important;
  }
}

.blur15 {
  backdrop-filter: blur(15px);
}

.bg__red a:hover {
  color: #000;
}
.bg__red .btn.white_border:hover, .bg__red .woocommerce-notices-wrapper .wc-forward:hover, .woocommerce-notices-wrapper .bg__red .wc-forward:hover, .bg__red .woocommerce-notices-wrapper .restore-item:hover, .woocommerce-notices-wrapper .bg__red .restore-item:hover {
  border-color: #000;
}

@media (max-width: 1199.98px) {
  .fullwidth__1200 {
    margin-right: -5vw;
    margin-left: -5vw;
  }
}

@media (max-width: 959.98px) {
  .fullwidth__960 {
    margin-right: -5vw;
    margin-left: -5vw;
  }
}

@media (max-width: 639.98px) {
  .width100_percent__640 {
    width: 100%;
  }
}

.width50_height50 {
  width: 50px;
  height: 50px;
}

.border_radius_8 {
  border-radius: 8px;
}
.border_radius_topright_8 {
  border-top-right-radius: 8px;
}
.border_radius_bottomright_8 {
  border-bottom-right-radius: 8px;
}
.border_radius_topleft_8 {
  border-top-left-radius: 8px;
}
.border_radius_bottomleft_8 {
  border-bottom-left-radius: 8px;
}
.border_radius_10 {
  border-radius: 10px;
}
.border_radius_topright_10 {
  border-top-right-radius: 10px;
}
.border_radius_bottomright_10 {
  border-bottom-right-radius: 10px;
}
.border_radius_topleft_10 {
  border-top-left-radius: 10px;
}
.border_radius_bottomleft_10 {
  border-bottom-left-radius: 10px;
}
.border_radius_20 {
  border-radius: 20px;
}
.border_radius_topright_20 {
  border-top-right-radius: 20px;
}
.border_radius_bottomright_20 {
  border-bottom-right-radius: 20px;
}
.border_radius_topleft_20 {
  border-top-left-radius: 20px;
}
.border_radius_bottomleft_20 {
  border-bottom-left-radius: 20px;
}

.uk-lightbox {
  z-index: 91010;
  background: rgba(0, 0, 0, 0.3);
}
.uk-lightbox img {
  max-height: 90dvh;
  width: auto !important;
  background-color: #fff;
}

.clamp__1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.clamp__3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.clamp__5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.clamp__7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

@media (max-width: 959.98px) {
  .header__wrapper .ajax_menu_search, #mobile-menu .uk-offcanvas-bar .nav .ajax_menu_search {
    display: none;
  }
}
.header__wrapper .loader_1, #mobile-menu .uk-offcanvas-bar .nav .loader_1 {
  width: 20px;
  translate: 40px 0;
}
.header__wrapper .search_form__close, #mobile-menu .uk-offcanvas-bar .nav .search_form__close {
  display: none;
}

.ajax_menu_search {
  position: relative;
  display: flex;
  gap: 0;
}
.ajax_menu_search input, .ajax_menu_search button {
  border: 0;
}
.ajax_menu_search input:focus, .ajax_menu_search button:focus {
  border: 0;
  outline: 0px !important;
  outline-offset: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}
.ajax_menu_search input {
  padding: 3px 10px 0;
  margin-block: auto;
  min-height: 32px;
}
.ajax_menu_search #searchsubmit {
  aspect-ratio: 1;
  display: flex;
  place-content: center;
  place-items: center;
  background-color: transparent;
}

.loader_1 {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.loader_1.loading {
  opacity: 1;
}

.wc_searchform {
  position: absolute;
  background-color: #BF0114;
  height: 90px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-block: 20px;
  padding-inline: 40px;
  z-index: 39;
}
.wc_searchform form {
  position: relative;
  display: block;
  height: 100%;
  max-width: 500px;
  width: 100%;
}
.wc_searchform form svg *, .wc_searchform form svg *::before, .wc_searchform form svg *::after {
  fill: #cb0015 !important;
  color: #cb0015 !important;
}
.wc_searchform input.phrase {
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding-inline: 60px;
}
.wc_searchform .submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  z-index: 9;
  background-color: transparent !important;
  border: none !important;
}
.wc_searchform .search_form__close {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  z-index: 9;
  display: flex;
  place-content: center;
  place-items: center;
}

.search_result {
  position: absolute;
  top: 88%;
  max-width: 500px;
  width: 100%;
  margin: auto;
  left: -9999px;
  right: -9999px;
  background-color: #fff;
  color: #000;
}
.search_result.menu {
  top: 0;
}
@media (max-width: 639.98px) {
  .search_result {
    max-width: unset;
  }
}
.search_result ul {
  display: grid;
  gap: 0 !important;
  max-height: 400px;
  overflow: auto;
}
@media (max-width: 639.98px) {
  .search_result ul {
    max-height: 50dvh;
  }
}
.search_result ul li {
  border-bottom: 1px solid #cb0015;
}
.search_result ul li a {
  display: flex;
  gap: 20px;
  align-items: center;
  align-content: center;
  padding: 10px;
}
.search_result ul li a *, .search_result ul li a *::before, .search_result ul li a *::after {
  transition: all 0.3s ease-in-out;
  transition-duration: 0ms;
}
.search_result ul li a:hover {
  background-color: #cb0015;
  color: #fff !important;
}
.search_result ul li a:hover *, .search_result ul li a:hover *::before, .search_result ul li a:hover *::after {
  color: #fff !important;
}
.search_result ul li a .search_result_item_image {
  background-color: #efefef;
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  place-items: center;
  place-content: center;
}
.search_result ul li a .search_result_item_name {
  color: #000;
}
.search_result ul li a img {
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center center;
  height: unset !important;
}

.search_result.menu {
  right: 16px;
  left: unset;
}
.search_result.menu:not(:empty) {
  border: 2px solid #cb0015;
  border-top: 0;
}
@media (max-width: 959.98px) {
  .search_result.menu {
    right: 0;
    left: 0;
  }
}

/* HTML: <div class="loader_1"></div> */
.loader_1 {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #cb0015 94%, rgba(0, 0, 0, 0)) top/4px 4px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #cb0015);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 4px), #000 0);
  animation: l13 0.7s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.paynow-leaselink .paynow-leaselink__title {
  margin: 10px 15px;
  font-size: inherit !important;
  font-size: 14px !important;
  line-height: inherit !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.paynow-leaselink .paynow-leaselink__button {
  border-radius: 0 !important;
}

#boltonConfigurator {
  display: block;
  width: 100%;
  max-width: 100dvw;
  margin-inline: auto;
  height: 100%;
  min-height: 100dvh;
}
@media (max-width: 959.98px) {
  #boltonConfigurator {
    min-height: 120dvh;
  }
}

.page_404 {
  min-height: 600px;
}
@media (max-width: 959.98px) {
  .page_404 {
    min-height: 620px;
  }
}

.page_404__hero_bg {
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 959.98px) {
  .page_404__hero_bg {
    background-position: bottom;
    background-size: 100% 100%;
  }
}

.blog__page .card__link .card__image {
  aspect-ratio: 470/230;
}
.blog__page .card__link .card__image img {
  aspect-ratio: 470/230;
  object-fit: cover;
}

.donations-quotes-form {
  padding-top: 1em;
  max-width: calc(1200px + var(--padding) * 2);
  margin: 0 auto;
}
.donations-quotes-form .form-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0.5em 0 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .donations-quotes-form .form-header {
    text-align: left;
  }
}
.donations-quotes-form .form-row {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .donations-quotes-form .form-row {
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-areas: "label input";
    align-items: center;
  }
}
.donations-quotes-form .form-row label {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .donations-quotes-form .form-row label {
    grid-area: label;
    margin-bottom: 0;
  }
}
.donations-quotes-form .form-row .input-wrapper {
  grid-area: input;
}
.donations-quotes-form .form-row input[type=text],
.donations-quotes-form .form-row input[type=tel],
.donations-quotes-form .form-row input[type=email],
.donations-quotes-form .form-row input[type=number] {
  width: 100%;
  height: 42px;
  padding: 0 1em;
  font-size: 1em;
  border: solid 2px;
  padding-top: 4px;
}
.donations-quotes-form .form-row input[type=file] {
  width: 100%;
  padding: 10px 0;
}
.donations-quotes-form .sku-input-container > p {
  display: flex;
}
.donations-quotes-form .sku-input-container {
  display: flex;
  margin-bottom: 20px;
}
.donations-quotes-form .sku-input-container .sku-input {
  flex-grow: 1;
  margin-right: 10px;
  height: 42px;
  padding: 0 1em;
  font-size: 1em;
  border: solid 2px;
}
.donations-quotes-form .sku-input-container #add-sku-button {
  background: #CB0015;
  color: white;
  padding: 0.5em 1em;
  border: none;
  font-weight: 700;
  height: 42px;
  transition: background 0.3s;
}
.donations-quotes-form .sku-input-container #add-sku-button:hover {
  background: #980010;
}
.donations-quotes-form .selected-products {
  margin-bottom: 30px;
}
.donations-quotes-form .selected-products .product-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #CECECE;
  border-radius: 0;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .donations-quotes-form .selected-products .product-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .donations-quotes-form .selected-products .product-item .product-controls {
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
  }
}
.donations-quotes-form .selected-products .product-info {
  flex-grow: 1;
}
.donations-quotes-form .selected-products .product-name {
  font-weight: 700;
  margin-right: 5px;
}
.donations-quotes-form .selected-products .product-sku {
  color: #444444;
  font-size: 0.9em;
}
.donations-quotes-form .selected-products .product-controls {
  display: flex;
  align-items: center;
}
.donations-quotes-form .selected-products .product-controls label {
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-right: 10px;
}
.donations-quotes-form .selected-products .product-controls .quantity-input {
  width: 60px;
  height: 40px;
  margin: 0 10px;
  border: solid 2px;
  text-align: center;
  padding-top: 4px;
}
.donations-quotes-form .selected-products .product-controls .remove-product {
  background-color: #CB0015;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 700;
  transition: background 0.3s;
}
.donations-quotes-form .selected-products .product-controls .remove-product:hover {
  background-color: #980010;
}
.donations-quotes-form .file-upload {
  border: 2px dashed #CECECE;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  transition: border-color 0.3s;
}
.donations-quotes-form .file-upload:hover {
  border-color: #CB0015;
}
.donations-quotes-form .file-upload p {
  margin: 0 0 10px;
  color: #444444;
}
.donations-quotes-form .file-upload .file-types {
  font-size: 0.9em;
  color: #666;
}
.donations-quotes-form .submit-button {
  background: #CB0015;
  color: white;
  padding: 1em;
  border: none;
  font-size: 16px;
  font-weight: 700;
  transition: background 0.3s;
  display: inline-block;
  cursor: pointer;
}
.donations-quotes-form .submit-button:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='9' viewBox='0 0 45 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4H0.5V5H1V4ZM44.8536 4.85355C45.0488 4.65829 45.0488 4.34171 44.8536 4.14645L41.6716 0.964466C41.4763 0.769204 41.1597 0.769204 40.9645 0.964466C40.7692 1.15973 40.7692 1.47631 40.9645 1.67157L43.7929 4.5L40.9645 7.32843C40.7692 7.52369 40.7692 7.84027 40.9645 8.03553C41.1597 8.2308 41.4763 8.2308 41.6716 8.03553L44.8536 4.85355ZM1 5H44.5V4H1V5Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 52px;
  height: 9px;
  display: inline-flex;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.donations-quotes-form .submit-button:hover {
  background: #980010;
}
.donations-quotes-form .wpcf7-not-valid-tip {
  color: #CB0015;
  font-size: 0.9em;
  margin-top: 5px;
}
.donations-quotes-form .wpcf7-response-output {
  border: 2px solid #CECECE;
  padding: 10px;
  margin: 20px 0;
}
.donations-quotes-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #CB0015;
}
.donations-quotes-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #4CAF50;
}
.donations-quotes-form .contact-details {
  border-top: 1px solid #CECECE;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .donations-quotes-form .form-row {
    grid-template-columns: auto;
    grid-template-areas: "input";
  }
  .donations-quotes-form .submit-button {
    width: 100%;
  }
}
.donations-quotes-form input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.donations-quotes-form input[type=number]::-webkit-inner-spin-button, .donations-quotes-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.wpcf7-textarea {
  background: #f2f2f2;
}

input.wpcf7-form-control {
  background-color: #f2f2f2;
}

input.wpcf7-submit {
  color: #fff;
  background-color: #DB001C;
  border: 1px solid #DB001C;
  padding: 0.6180469716em 1.41575em;
  font-weight: 600;
  font-size: 16px;
}

.page-template-template-kontakt form p {
  margin-bottom: 8px !important;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.wp-block-image.full_width {
  margin: 0;
}
.wp-block-image.full_width img {
  width: 100%;
}

.packout-configurator-page {
  width: 100%;
  height: 85svh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.packout-configurator-page .packout-configurator {
  width: 100%;
  height: 85svh;
}

.packout-configurator-page .packout-configurator iframe {
  width: 100%;
  height: 85svh;
  border: none;
}

.ks_widget_footer_partner img {
  max-width: 143px;
  object-fit: contain;
  display: block;
  margin-inline: auto;
}

.ks_widget_footer_catalogues img {
  width: 55px;
  height: 75px;
  object-fit: cover;
}

.ks_widget_footer_socials img, .ks_widget_footer_socials svg {
  min-width: 22px;
  height: 22px;
  object-fit: contain;
}
.ks_widget_footer_socials img *, .ks_widget_footer_socials img *::before, .ks_widget_footer_socials img *::after, .ks_widget_footer_socials svg *, .ks_widget_footer_socials svg *::before, .ks_widget_footer_socials svg *::after {
  color: inherit;
}

.ks_home_slider {
  margin-bottom: -2px;
}
.ks_home_slider .uk-slideshow .uk-slideshow-items {
  aspect-ratio: 8/3;
  min-height: unset !important;
}
@media (max-width: 959.98px) {
  .ks_home_slider .uk-slideshow .uk-slideshow-items {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 639.98px) {
  .ks_home_slider .uk-slideshow .uk-slideshow-items {
    aspect-ratio: 1/1;
  }
}
.ks_home_slider .image_mobile {
  display: none;
}
@media (max-width: 639.98px) {
  .ks_home_slider .image_mobile {
    display: block;
    height: 100% !important;
  }
}
.ks_home_slider .image_desktop {
  display: block;
  height: 100% !important;
}
@media (max-width: 639.98px) {
  .ks_home_slider .image_desktop.image_mobile_exist {
    display: none;
  }
}
.ks_home_slider .slide__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(85.91% 85.91% at 50% 50%, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
}
.ks_home_slider .slide__content {
  position: relative;
  z-index: 99;
  color: #ffffff;
  display: grid;
  align-items: center;
  align-content: center;
  height: 100%;
  text-shadow: 3px 3px 4px black;
}
@media (max-width: 639.98px) {
  .ks_home_slider .slide__content {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 20%;
    align-items: center;
    align-content: center;
    flex-direction: column;
  }
  .ks_home_slider .slide__content .slider__wrapper {
    text-align: center;
  }
}
@media (max-width: 374.98px) {
  .ks_home_slider .slide__content .text__font_ex, .ks_home_slider .slide__content body:is(.minimal_heading) .product_archive_header, body:is(.minimal_heading) .ks_home_slider .slide__content .product_archive_header, .ks_home_slider .slide__content footer .footer_widget_title, footer .ks_home_slider .slide__content .footer_widget_title {
    font-size: 18px;
  }
}
.ks_home_slider .slide__content p {
  margin: 0;
}
.ks_home_slider .slide__label {
  position: absolute;
  left: 0;
  top: 55px;
  color: #FFF;
  background-color: #cb0015;
  padding-block: 7px;
  padding-inline: 42px;
}
@media (max-width: 1199.98px) {
  .ks_home_slider .slide__label {
    top: 15px;
  }
}
.ks_home_slider .slide__label:after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  border-top: 25px solid #cb0015;
  border-left: 25px solid #cb0015;
  border-bottom: 25px solid transparent;
  border-right: 25px solid transparent;
}

.uk-grid-small > *, .uk-grid-small > *::before, .uk-grid-small > *::after {
  padding-inline: 8px !important;
}

.uk-slideshow .uk-slidenav-previous, .uk-slideshow .uk-slidenav-next, .uk-slider .uk-slidenav-previous, .uk-slider .uk-slidenav-next {
  background-color: #8a000e;
  margin: 0;
  width: 42px;
  height: 42px;
  display: flex;
  place-content: center;
  place-items: center;
  transition: all 0.3s ease-in-out;
}
.uk-slideshow .uk-slidenav-previous:hover, .uk-slideshow .uk-slidenav-next:hover, .uk-slider .uk-slidenav-previous:hover, .uk-slider .uk-slidenav-next:hover {
  background-color: #cb0015;
}
.uk-slideshow .uk-slidenav-previous svg, .uk-slideshow .uk-slidenav-next svg, .uk-slider .uk-slidenav-previous svg, .uk-slider .uk-slidenav-next svg {
  display: block;
  max-width: unset !important;
  max-height: unset !important;
  fill: #fff;
  color: #fff;
}

.ks_icons_bar p {
  margin: 0;
}
@media (max-width: 639.98px) {
  .ks_icons_bar .icons__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ks_icons_bar .icons__container br {
    display: none;
  }
  .ks_icons_bar .icons__container .icon__desc {
    display: flex;
    align-items: baseline;
    align-content: baseline;
    gap: 5px;
  }
  .ks_icons_bar .icons__container .icon__image {
    min-width: 55px;
    text-align: center;
  }
}

.ks_products_block a:hover {
  color: inherit;
}
.ks_products_block .product__card {
  height: 100%;
  background-color: #ffffff;
  padding-block: 0.1px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
}
.ks_products_block .product__card .btn, .ks_products_block .product__card .woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper .ks_products_block .product__card .wc-forward, .ks_products_block .product__card .woocommerce-notices-wrapper .restore-item, .woocommerce-notices-wrapper .ks_products_block .product__card .restore-item {
  min-width: unset !important;
  flex-wrap: nowrap !important;
}
.ks_products_block .grid {
  display: flex;
  flex-wrap: wrap;
}
.ks_products_block .grid li {
  list-style: none;
  margin-bottom: 15px;
}
.ks_products_block li .product {
  height: 100%;
}

.ks_products_block + .ks_products_block > div {
  padding-top: 0;
  padding-bottom: 50px;
}

.product__card .btn, .product__card .woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper .product__card .wc-forward, .product__card .woocommerce-notices-wrapper .restore-item, .woocommerce-notices-wrapper .product__card .restore-item {
  margin-top: 15px;
  min-width: unset;
  font-size: clamp(10px, 1vw, 14px);
  gap: clamp(10px, 0.5vw, 20px);
  padding-inline: clamp(1px, 1vw, 20px);
  width: max-content;
  max-width: 100%;
}
@media (max-width: 959.98px) {
  .product__card .btn, .product__card .woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper .product__card .wc-forward, .product__card .woocommerce-notices-wrapper .restore-item, .woocommerce-notices-wrapper .product__card .restore-item {
    font-size: clamp(12px, 1vw, 14px);
  }
}

@media (min-width: 960px) {
  .ks_products_categories_block .uk-slider-items:not(.uk-grid) {
    flex-wrap: wrap;
    row-gap: 16px;
    justify-content: center;
    justify-items: center;
  }
}
.ks_products_categories_block .cat__item a {
  display: block;
  background-color: #000;
}
.ks_products_categories_block .cat__item a:hover {
  background-color: #ffffff;
  color: #cb0015;
}
.ks_products_categories_block .cat__item img {
  width: 100%;
  aspect-ratio: 1/1;
}
.ks_products_categories_block .cat__item .item__title {
  min-height: 70px;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
}

.ks_systems_block .item__card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  aspect-ratio: 1/1;
  max-width: 320px;
  transition: all 0.3s ease-in-out;
}
.ks_systems_block .item__card:hover {
  scale: 1.05;
}
.ks_systems_block .item__card > *, .ks_systems_block .item__card > *::before, .ks_systems_block .item__card > *::after {
  grid-row: 1/-1;
  grid-column: 1/-1;
  width: 100%;
  height: 100%;
  display: grid;
}
.ks_systems_block .item__content {
  grid-template-rows: 1fr 76px 1fr;
  gap: 10px;
}
.ks_systems_block .item__logo {
  margin-inline: auto;
}

.ks_account_cta_block .benefits .item svg {
  min-width: 33px !important;
}
@media (max-width: 639.98px) {
  .ks_account_cta_block .account_links_block {
    display: grid;
    gap: 20px;
    text-align: center;
    margin-top: 40px;
  }
}
.ks_account_cta_block .account_links_block > div {
  padding-inline: 30px;
  min-height: 100px;
  display: grid;
  align-items: center;
  align-content: center;
}
@media (max-width: 639.98px) {
  .ks_account_cta_block .account_links_block > div {
    min-height: unset;
  }
}
.ks_account_cta_block .account_links_block > div:not(:last-child) {
  border-right: 2px solid #fff;
}
@media (max-width: 639.98px) {
  .ks_account_cta_block .account_links_block > div:not(:last-child) {
    border: 0;
  }
}

.service__content {
  border: solid 1px black;
  height: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.service__content .text {
  padding: 12px 16px 12px;
  height: 100%;
  justify-content: space-between;
}

.ks_e_service {
  border: solid 40px #ab0116;
}
.ks_e_service ul {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  margin: 0;
}
.ks_e_service .grid li {
  list-style: none;
  margin-bottom: 15px;
}
.ks_e_service .service_header {
  padding: 30px 20px 20px;
  background: #000;
  box-shadow: 50vw 0px black, -50vw 0px black;
}
.ks_e_service .btn, .ks_e_service .woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper .ks_e_service .wc-forward, .ks_e_service .woocommerce-notices-wrapper .restore-item, .woocommerce-notices-wrapper .ks_e_service .restore-item {
  text-transform: uppercase;
}
.ks_e_service img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: left;
}

.ks_catalogues .catalogue__card {
  position: relative;
  isolation: isolate;
}
.ks_catalogues .catalogue__card:hover {
  color: inherit;
}
.ks_catalogues .catalogue__card .card__bg {
  background-color: #333333;
  position: absolute;
  inset: 0;
  margin-top: auto;
  width: 100%;
  height: calc(100% - 60px);
  z-index: -1;
}
.ks_catalogues .catalogue__image {
  translate: -20px -20px;
}
.ks_catalogues .catalogue__image img {
  aspect-ratio: 1/1.414;
  object-fit: cover;
  object-position: center top;
}

.page_title_block {
  position: relative;
  width: calc(100dvw - 11px);
  left: 50%;
  translate: -50% 0;
}

[data-var-prod-has-price-over-zero="0"] {
  display: none !important;
}

.single_add_to_cart_button:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='20' viewBox='0 0 18 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2.94231' cy='16.3654' r='2.09231' stroke='white' stroke-width='1.7'/%3E%3Ccircle cx='13.4032' cy='16.3654' r='2.09231' stroke='white' stroke-width='1.7'/%3E%3Cpath d='M17 1.00003L11.7692 10.1539H0.980769V1.00003H11.7692' stroke='white' stroke-width='1.83077' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
}

.buttons-container {
  display: flex;
  margin: 2em 0;
  gap: 2em;
}

.quantity_container {
  margin-top: 2em;
}

.woocommerce-notices-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}

.page .wrapper main, .page .slider__wrapper main {
  overflow-x: unset;
}

.uk-margin-auto-vertical {
  margin-block: auto;
}

.woocommerce-checkout .woocommerce {
  padding-top: 1em;
}
.woocommerce-checkout .wrapper, .woocommerce-checkout .slider__wrapper {
  max-width: calc(1200px + var(--padding) * 2);
}
.woocommerce-checkout .wrapper .woocommerce-cart-form, .woocommerce-checkout .slider__wrapper .woocommerce-cart-form {
  margin-top: 2em;
}
.woocommerce-checkout .header__wrapper.wrapper, .woocommerce-checkout #mobile-menu .uk-offcanvas-bar .wrapper.nav, #mobile-menu .uk-offcanvas-bar .woocommerce-checkout .wrapper.nav, .woocommerce-checkout .header__wrapper.slider__wrapper, .woocommerce-checkout #mobile-menu .uk-offcanvas-bar .nav.slider__wrapper, #mobile-menu .uk-offcanvas-bar .woocommerce-checkout .nav.slider__wrapper {
  max-width: none;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout .woocommerce-shipping-fields ::-webkit-input-placeholder,
  .woocommerce-checkout .woocommerce-billing-fields ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: transparent;
  }
  .woocommerce-checkout .woocommerce-shipping-fields :-moz-placeholder,
  .woocommerce-checkout .woocommerce-billing-fields :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: transparent;
  }
  .woocommerce-checkout .woocommerce-shipping-fields ::-moz-placeholder,
  .woocommerce-checkout .woocommerce-billing-fields ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: transparent;
  }
  .woocommerce-checkout .woocommerce-shipping-fields :-ms-input-placeholder,
  .woocommerce-checkout .woocommerce-billing-fields :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: transparent;
  }
  .woocommerce-checkout .woocommerce-shipping-fields input::placeholder,
  .woocommerce-checkout .woocommerce-billing-fields input::placeholder {
    color: transparent;
  }
}
.woocommerce-checkout .checkout_head {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  margin: 0.5em 0 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .checkout_head {
    text-align: left;
  }
}
.woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "thumb" "content" "price" "qty" "sum";
  border-top: solid 1px #CECECE;
  justify-items: center;
  align-items: center;
}
.woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item:last-child {
  border-bottom: solid 1px #CECECE;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item {
    display: grid;
    grid-template-columns: 64px 150px auto auto auto;
    grid-template-rows: auto;
    grid-template-areas: "rm thumb content content content " "x x price qty sum";
    gap: 1em;
    padding: 1em 0;
  }
}
@media screen and (min-width: 1200px) {
  .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item {
    display: grid;
    grid-template-columns: 64px 150px auto 13% 12% 13%;
    grid-template-rows: auto;
    grid-template-areas: "rm thumb content price qty sum";
    gap: 1em;
    padding: 1em 0;
  }
}
.woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item.desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item.desktop {
    display: block;
  }
}
.woocommerce-checkout .product-remove {
  grid-area: rm;
}
.woocommerce-checkout .product-remove.desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .product-remove.desktop {
    display: none;
  }
}
.woocommerce-checkout .product-thumbnail {
  width: 150px;
  max-height: 150px;
  grid-area: thumb;
}
.woocommerce-checkout .product-name {
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-area: content;
  grid-template-areas: "content";
  width: 100%;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .product-name {
    display: flex;
    grid-area: content;
    align-items: flex-start;
    flex-direction: column;
  }
}
.woocommerce-checkout .product-name .title {
  max-width: 80%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  grid-area: content;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .product-name .title {
    max-width: 90%;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.woocommerce-checkout .product-name .short-description {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .product-name .short-description {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 8px 0;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 90%;
    color: #444444;
  }
  .woocommerce-checkout .product-name .short-description.variant_name {
    font-weight: 500;
  }
}
.woocommerce-checkout .product-remove .remove {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 21V7H21V21L18.1429 24H3.85714L1 21Z' stroke='%23585858' stroke-width='2'/%3E%3Cpath d='M7 12V18' stroke='%23585858' stroke-width='2'/%3E%3Cpath d='M11 12V18' stroke='%23585858' stroke-width='2'/%3E%3Cpath d='M14 1L8 1' stroke='%23585858' stroke-width='2'/%3E%3Cpath d='M15 12V18' stroke='%23585858' stroke-width='2'/%3E%3Cpath d='M2.5 3H19.5' stroke='%23585858' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  height: 28px;
  width: 22px;
  display: block;
  background-position: center;
  padding: 0 1em;
  margin: 0.4em 1em;
}
.woocommerce-checkout .product-price {
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  grid-area: price;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .product-price {
    margin: 8px 0;
    display: flex;
    align-items: flex-start;
  }
}
.woocommerce-checkout .product-price .net-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .product-price .net-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.woocommerce-checkout .product-price .reg-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-right: 1em;
}
.woocommerce-checkout .product-price {
  grid-area: price;
}
.woocommerce-checkout .product-price-sum {
  grid-area: sum;
}
.woocommerce-checkout .product-price-sum .cart-subtotal {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .product-price-sum .cart-subtotal {
    width: 100%;
  }
}
.woocommerce-checkout .product-quantity {
  grid-area: qty;
  display: inline-flex;
  margin: 1em 0;
}
.woocommerce-checkout .product-quantity .product-remove {
  display: none;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .product-quantity .product-remove {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .product-quantity {
    margin: 0;
    grid-area: qty;
  }
}
.woocommerce-checkout .product-quantity .quantity {
  display: inline-flex;
  border: solid 2px;
}
.woocommerce-checkout .product-quantity .quantity input {
  height: 40px;
  width: 78px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .product-quantity .quantity input {
    width: 58px;
  }
}
.woocommerce-checkout .product-quantity .quantity button {
  background: none;
  height: 40px;
  width: 30px;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}
.woocommerce-checkout .product-quantity .quantity button:hover {
  background: #ddd;
}
.woocommerce-checkout .product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-checkout .product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-checkout .woocommerce-shipping-fields .form-row,
.woocommerce-checkout .woocommerce-billing-fields .form-row {
  grid-template-columns: auto;
  grid-template-areas: "input";
  grid-template-rows: auto;
  display: grid;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-shipping-fields .form-row,
  .woocommerce-checkout .woocommerce-billing-fields .form-row {
    grid-template-columns: 200px auto;
    grid-template-areas: "label input";
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label {
  display: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label {
    display: inline;
  }
}
.woocommerce-checkout #customer_details {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .woocommerce-checkout #customer_details {
    max-width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .form-row label {
    grid-area: label;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
  }
}
.woocommerce-checkout .form-row input {
  width: 100%;
  height: 42px;
  padding: 0 1em;
}
.woocommerce-checkout .form-row .select2-container {
  height: 42px;
}
.woocommerce-checkout .form-row .select2-container .select2-selection__arrow {
  height: 30px;
  width: 30px;
}
.woocommerce-checkout .form-row .select2-container .select2-selection__rendered {
  padding-left: 1em;
}
.woocommerce-checkout .form-row .select2-selection--single {
  height: 42px;
  display: flex;
  align-items: center;
  border: solid 2px;
  border-radius: unset;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper {
  grid-area: input;
  width: 100%;
}
.woocommerce-checkout .form-row .woocommerce-input-wrapper .input-text {
  font-size: 1em;
  border: solid 2px;
  padding-top: 4px;
}
.woocommerce-checkout .actions {
  margin: 2em 0;
}
.woocommerce-checkout .coupon .button {
  background: #CB0015;
  color: white;
  padding: 1em;
  border: none;
}
.woocommerce-checkout .coupon .content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .coupon .content {
    display: inline-flex;
    flex-direction: row;
  }
}
.woocommerce-checkout .coupon .content input {
  height: 42px;
  width: 100%;
  margin: 1em 0;
  border: solid 2px;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .coupon .content input {
    width: 250px;
    margin: 0;
    margin-right: 2em;
    padding: 0 1em;
  }
}
.woocommerce-checkout .coupon_totals {
  margin: 1em 0;
}
.woocommerce-checkout .coupon_totals .coupon_subtotal, .woocommerce-checkout .coupon_totals .cart-subtotal {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .coupon_totals .coupon_subtotal, .woocommerce-checkout .coupon_totals .cart-subtotal {
    display: grid;
    grid-template-columns: 260px auto;
    grid-template-rows: auto;
  }
}
.woocommerce-checkout .coupon_totals .coupon_subtotal .amount, .woocommerce-checkout .coupon_totals .cart-subtotal .amount {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .coupon_totals .coupon_subtotal .amount, .woocommerce-checkout .coupon_totals .cart-subtotal .amount {
    font-size: 18px;
    line-height: 64px;
  }
}
.woocommerce-checkout .coupon_totals .coupon_subtotal .netto, .woocommerce-checkout .coupon_totals .cart-subtotal .netto {
  font-weight: 400;
}
.woocommerce-checkout .coupon_totals .coupon_subtotal .title, .woocommerce-checkout .coupon_totals .cart-subtotal .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
.woocommerce-checkout .coupon_totals .cart-subtotal.coupon_active .woocommerce-Price-amount {
  text-decoration: line-through;
}
.woocommerce-checkout #ship-to-different-address input {
  height: 30px;
  width: 30px;
}
.woocommerce-checkout #ship-to-different-address label {
  display: flex;
  align-items: center;
}
.woocommerce-checkout #ship-to-different-address span {
  margin-left: 2em;
}
.woocommerce-checkout .woocommerce-additional-fields {
  border-top: solid 1px #CECECE;
  margin-top: 2em;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce-checkout .woocommerce-additional-fields label {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin: 1em 0;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .woocommerce-additional-fields label {
    text-align: left;
  }
}
.woocommerce-checkout .woocommerce-additional-fields label .optional {
  display: none;
}
.woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper textarea#order_comments {
  width: 100%;
  height: 300px;
}
.woocommerce-checkout .order_section.ajax-loading {
  background: rgba(242, 242, 242, 0.0039215686);
  box-shadow: 40vw 0 0 rgba(242, 242, 242, 0.0039215686), -40vw 0 0 rgba(242, 242, 242, 0.0039215686);
}
.woocommerce-checkout .order_section {
  background: #F2F2F2;
  box-shadow: 40vw 0 0 #F2F2F2, -40vw 0 0 #F2F2F2;
  padding-top: 4em;
  padding-right: 2em;
  padding-left: 2em;
  /* Ukryj oryginalny przycisk radio */
  /* Styl dla niestandardowego przycisku radio */
  /* Styl dla aktywnego przycisku radio */
  /* Styl dla znacznika wewnątrz aktywnego przycisku radio */
}
.woocommerce-checkout .order_section th {
  text-transform: uppercase;
  margin-right: 1em;
}
.woocommerce-checkout .order_section .red_head {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #CB0015;
  text-transform: uppercase;
}
.woocommerce-checkout .order_section .shop_table {
  border-bottom: solid 1px #CECECE;
  padding-bottom: 2em;
  margin-bottom: 2em;
  width: 100%;
}
.woocommerce-checkout .order_section .shop_table .shipping .red_head {
  margin: 2em 0;
}
.woocommerce-checkout .order_section .shop_table .cart-subtotal,
.woocommerce-checkout .order_section .shop_table .cart-discount {
  border-bottom: solid 1px #CECECE;
  padding: 2em 0;
}
.woocommerce-checkout .order_section .shop_table .cart_item {
  border-bottom: solid 1px #CECECE;
  padding: 1em 0 2em;
}
.woocommerce-checkout .order_section .shop_table .cart_item:first-child {
  padding: 2em 0;
}
.woocommerce-checkout .order_section .shop_table td.product-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #444444;
}
.woocommerce-checkout .order_section .shop_table tr {
  display: flex;
  align-items: flex-start;
}
.woocommerce-checkout .order_section .shop_table .shipping {
  flex-direction: column;
}
.woocommerce-checkout .order_section .shop_table .shipping .amount {
  color: #000;
  margin-left: 1em;
}
.woocommerce-checkout .order_section .shop_table .shipping .includes_tax .amount {
  margin-left: 0;
}
.woocommerce-checkout .order_section ul {
  padding-left: 0;
  list-style-type: none;
}
.woocommerce-checkout .order_section input[type=radio] {
  display: none;
}
.woocommerce-checkout .order_section input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  background-color: #f4f4f4;
  border: 2px solid #ddd;
  border-radius: 50%;
}
.woocommerce-checkout .order_section input[type=radio]:checked + label:before {
  background-color: #e9e9e9;
  border-color: #333;
}
.woocommerce-checkout .order_section label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0em;
  color: #444444;
  flex-wrap: wrap;
}
.woocommerce-checkout .order_section input[type=radio]:checked + label:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #CB0015; /* Zmieniamy kolor tła na czerwony */
  position: absolute;
  top: 16px;
  left: 6px;
  border-radius: 50%;
}
.woocommerce-checkout .order_section .woocommerce-checkout-payment .button#place_order {
  background: #CB0015;
  color: white;
  padding: 1em;
  border: none;
}
.woocommerce-checkout .order_section .woocommerce-checkout-payment .button#place_order:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='9' viewBox='0 0 45 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4H0.5V5H1V4ZM44.8536 4.85355C45.0488 4.65829 45.0488 4.34171 44.8536 4.14645L41.6716 0.964466C41.4763 0.769204 41.1597 0.769204 40.9645 0.964466C40.7692 1.15973 40.7692 1.47631 40.9645 1.67157L43.7929 4.5L40.9645 7.32843C40.7692 7.52369 40.7692 7.84027 40.9645 8.03553C41.1597 8.2308 41.4763 8.2308 41.6716 8.03553L44.8536 4.85355ZM1 5H44.5V4H1V5Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 52px;
  height: 9px;
  display: inline-flex;
  background-repeat: no-repeat;
}
.woocommerce-checkout .order_section .woocommerce-checkout-payment .button.back {
  padding: 1em;
  border: none;
}
.woocommerce-checkout .order_section .woocommerce-checkout-payment .button.back:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='9' viewBox='0 0 45 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.5 5L45 5L45 4L44.5 4L44.5 5ZM0.646446 4.14644C0.451183 4.3417 0.451183 4.65829 0.646446 4.85355L3.82843 8.03553C4.02369 8.23079 4.34027 8.23079 4.53553 8.03553C4.7308 7.84027 4.7308 7.52369 4.53553 7.32842L1.70711 4.5L4.53553 1.67157C4.7308 1.47631 4.7308 1.15972 4.53553 0.964463C4.34027 0.7692 4.02369 0.7692 3.82843 0.964463L0.646446 4.14644ZM44.5 4L1 4L1 5L44.5 5L44.5 4Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 52px;
  height: 9px;
  display: inline-flex;
  background-repeat: no-repeat;
}
.woocommerce-checkout .order_section .woocommerce-checkout-payment .wc_payment_method label img {
  margin-left: 1em;
}
.woocommerce-checkout .order_section .woocommerce-checkout-payment {
  padding-bottom: 7em;
}
.woocommerce-checkout select {
  font-size: 1em;
  border: solid 2px;
  width: 100%;
  height: 42px;
  padding: 0 1em;
  padding-top: 4px;
}

#hdc_fvat_field .woocommerce-input-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#hdc_fvat_field .woocommerce-input-wrapper .radio {
  position: relative;
  margin: 4px 0;
}

#hdc_fvat_field .woocommerce-input-wrapper input[type=radio] {
  display: none;
}

#hdc_fvat_field .woocommerce-input-wrapper input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  background-color: #f4f4f4;
  border: 2px solid #ddd;
  border-radius: 50%;
}

#hdc_fvat_field .woocommerce-input-wrapper input[type=radio]:checked + label:before {
  background-color: #e9e9e9;
  border-color: #333;
}

#hdc_fvat_field .woocommerce-input-wrapper input[type=radio]:checked + label:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #CB0015;
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 50%;
}

#hdc_fvat_field .woocommerce-input-wrapper input[type=radio]:checked + label[for=hdc_fvat_1]:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #CB0015;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
}

#hdc_fvat_field .woocommerce-input-wrapper input[type=radio]:checked + label[for=hdc_fvat_2]:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-color: #CB0015; /* Zmieniono kolor dla innego przycisku */
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 50%;
}

.woocommerce-checkout .order_section .validate-required label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  color: #444444;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

.woocommerce-checkout .order_section .validate-required label input#terms {
  height: 30px;
  width: 30px;
  margin-right: 16px;
}

a.woocommerce-privacy-policy-link,
a.woocommerce-terms-and-conditions-link {
  text-decoration: underline;
}

.woocommerce-checkout .required {
  display: none;
}

/* General Styling for the Thank You Page */
.woocommerce-order {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Order Overview */
.woocommerce-order-overview {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.woocommerce-order-overview li {
  list-style: none;
  padding: 5px 0;
}

.woocommerce-order-overview__order strong,
.woocommerce-order-overview__date strong,
.woocommerce-order-overview__email strong,
.woocommerce-order-overview__total strong {
  color: #3857F1;
  font-weight: bold;
}

/* Order Details Table */
.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-table--order-details th {
  background-color: #eee;
  color: #333;
  padding: 10px;
  text-align: left;
}

.woocommerce-table--order-details td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* Customer Details */
.woocommerce-customer-details {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 20px;
}

.woocommerce-customer-details address {
  font-style: normal;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .woocommerce-order {
    padding: 10px;
  }
  .woocommerce-order-overview,
  .woocommerce-customer-details {
    margin-bottom: 10px;
  }
}
a.js--choose-point-dpd,
a#open-geowidget {
  background: #CB0015;
  color: white;
  padding: 1em;
  border: none;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 1em;
}

#shipping_country_field span.select2,
#billing_country_field span.select2 {
  width: 100% !important;
}

.woocommerce-order-received .woocommerce-order {
  box-shadow: none !important;
  padding: 20px;
  border-radius: 0;
}

.wc_payment_methods {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  display: grid;
  gap: 30px;
  margin-top: 30px;
}
.wc_payment_methods > label {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1 !important;
  aspect-ratio: 3/2;
  padding: 15px;
  box-shadow: inset 0 0 0 4px #000;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.wc_payment_methods > label img {
  order: -1;
  max-width: 50px;
  max-height: 25px;
  object-fit: contain;
}
.wc_payment_methods > label:hover {
  background-color: rgba(255, 255, 255, 0.55);
}
.wc_payment_methods > label:before {
  display: none !important;
}
.wc_payment_methods > label:after {
  display: none !important;
}
.wc_payment_methods > input[type=radio]:checked + label {
  box-shadow: inset 0 0 0 8px #cb0015;
}
.wc_payment_methods > input {
  order: 2;
}
.wc_payment_methods > *, .wc_payment_methods > *::before, .wc_payment_methods > *::after {
  order: 3;
}
.wc_payment_methods > .payment_box {
  grid-column: 1/-1;
}

.page.woocommerce-checkout .select2-dropdown input.select2-search__field {
  display: block !important;
  position: absolute;
  z-index: 10;
  height: 42px;
  top: -42px;
  width: 94%;
  border: 2px solid black;
  border-right: none;
}

.page.woocommerce-checkout span.select2-search.select2-search--dropdown {
  position: relative;
}

.page.woocommerce-checkout .select2-dropdown input.select2-search__field:focus {
  outline: none;
}

.login_register .login.column {
  border-right: 2px solid #cb0015;
}
@media (max-width: 959.98px) {
  .login_register .login.column {
    border-right: 0;
    border-bottom: 2px solid #cb0015;
  }
}
.login_register .woocommerce-form-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  align-content: center;
  gap: 10px;
}
@media (max-width: 959.98px) {
  .login_register .woocommerce-form-row {
    grid-template-columns: 1fr;
  }
}
.login_register input[type=text], .login_register input[type=number], .login_register input[type=password], .login_register input[type=email] {
  border: 2px solid #000;
  width: 100%;
  height: 42px;
  padding: 0 1em;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  text-align: center;
  padding: 20px;
  background-color: #cb0015;
  color: #fff;
  outline-offset: 1px;
  margin-bottom: 40px;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-MyAccount-content .select2-container {
  height: 42px;
}
.woocommerce-MyAccount-content .select2-container .select2-selection__arrow {
  height: 42px;
  width: 42px;
}
.woocommerce-MyAccount-content .select2-container .select2-selection__rendered {
  padding-left: 1em;
}
.woocommerce-MyAccount-content .select2-selection--single {
  height: 42px;
  display: flex;
  align-items: center;
  border: solid 2px;
  border-radius: unset;
}
.woocommerce-MyAccount-content input {
  border: 2px solid #000;
  width: 100%;
  height: 42px;
  padding: 0 1em;
}
.woocommerce-MyAccount-content a:not(.btn) {
  text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: center;
  align-content: center;
  max-width: 50%;
}
@media (max-width: 1199.98px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    max-width: 100%;
  }
}
@media (max-width: 449.98px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    grid-template-columns: 1fr;
  }
}
.woocommerce-MyAccount-content .woocommerce-address-fields .form-row > *:not(label), .woocommerce-MyAccount-content .woocommerce-address-fields .form-row > :not(label)::before, .woocommerce-MyAccount-content .woocommerce-address-fields .form-row > :not(label)::after {
  grid-column: 2/-1;
}
@media (max-width: 449.98px) {
  .woocommerce-MyAccount-content .woocommerce-address-fields .form-row > *:not(label), .woocommerce-MyAccount-content .woocommerce-address-fields .form-row > :not(label)::before, .woocommerce-MyAccount-content .woocommerce-address-fields .form-row > :not(label)::after {
    grid-column: unset;
  }
}

.account__nav ul, .account__nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account__nav .woocommerce-MyAccount-navigation-link--customer-logout {
  margin-left: auto;
}
.account__nav ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #cb0015;
  border-bottom: 2px solid #cb0015;
}
@media (max-width: 959.98px) {
  .account__nav ul {
    display: grid;
  }
}
.account__nav ul a {
  display: block;
  padding-inline: 25px;
  padding-bottom: 10px;
  padding-top: 13px;
  line-height: 1;
}
.account__nav ul a:hover {
  background-color: #000;
  color: #fff;
}
.account__nav ul .is-active a {
  background-color: #cb0015;
  color: #fff;
}

.woocommerce-Addresses .column:first-child {
  border-right: 2px solid #cb0015;
}
@media (max-width: 959.98px) {
  .woocommerce-Addresses .column:first-child {
    border-right: 0;
    border-bottom: 2px solid #cb0015;
  }
}
.woocommerce-Addresses .woocommerce-Address-title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #606060;
}

.woocommerce-MyAccount-orders .order__item {
  border-bottom: 1px solid #606060;
}
.woocommerce-MyAccount-orders .order__item .btn, .woocommerce-MyAccount-orders .order__item .woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper .woocommerce-MyAccount-orders .order__item .wc-forward, .woocommerce-MyAccount-orders .order__item .woocommerce-notices-wrapper .restore-item, .woocommerce-notices-wrapper .woocommerce-MyAccount-orders .order__item .restore-item {
  min-width: unset;
}

.woocommerce-MyAccount-orders {
  overflow: auto;
}
.woocommerce-MyAccount-orders > div {
  min-width: 800px;
}

.woo__account .single_order_info mark {
  background-color: #cb0015;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}
.woo__account .woocommerce-table--order-details {
  border-collapse: collapse;
  margin-inline: auto;
  max-width: 900px;
}
.woo__account .woocommerce-table--order-details th, .woo__account .woocommerce-table--order-details td {
  border: 1px solid #606060;
  padding: 10px;
}
.woo__account .woocommerce-customer-details {
  margin-top: 60px;
}
.woo__account .woocommerce-customer-details .woocommerce-columns {
  max-width: 900px;
  margin-inline: auto;
}

.woocommerce-EditAccountForm {
  max-width: 50%;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .woocommerce-EditAccountForm {
    max-width: 100%;
  }
}
.woocommerce-EditAccountForm .woocommerce-form-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: center;
  align-content: center;
}
@media (max-width: 449.98px) {
  .woocommerce-EditAccountForm .woocommerce-form-row {
    grid-template-columns: 1fr;
  }
}

fieldset {
  border: 2px solid #000;
}

.woocommerce-notices-wrapper ul, .woocommerce-notices-wrapper li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-notices-wrapper li:before {
  content: "×";
}

.lost__pass .woocommerce-form-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  align-items: center;
  align-content: center;
}
.lost__pass .woocommerce-form-row input {
  border: 2px solid #000;
  width: 100%;
  height: 42px;
  padding: 0 1em;
}

.uk-lightbox-button svg {
  max-width: 20px;
  max-height: 20px;
}

.single-product .uk-thumbnav > * > *::after, .single-product .uk-thumbnav > * > ::after, .single-product .uk-thumbnav > *::before > ::after, .single-product .uk-thumbnav > *::after > ::after {
  display: none !important;
}
.single-product .product_gallery_carousel .uk-slideshow-items {
  width: 100%;
  aspect-ratio: 1/1;
}
.single-product .product_gallery_carousel .uk-slideshow-items li {
  background-color: #fff;
}
.single-product .product_gallery_carousel .uk-slideshow-items li a {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  place-items: center;
}
.single-product .product_gallery_carousel .uk-slideshow-items li a img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}
.single-product .product_gallery_carousel .uk-thumbnav {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  margin-top: 10px;
}
.single-product .product_gallery_carousel .uk-thumbnav li a {
  display: block;
  width: 100px;
  height: 100px;
  padding: 4px;
  border: 1px solid #BABABA;
}
.single-product .product_gallery_carousel .uk-thumbnav li a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100px;
  height: 100%;
  position: relative;
}
.single-product #breadcrumbs {
  margin-top: 1em;
  margin-bottom: 1em;
}
.single-product .wrapper:not(.header__wrapper), .single-product .slider__wrapper:not(.header__wrapper) {
  max-width: calc(1200px + var(--padding) * 2);
}
@media screen and (min-width: 768px) {
  .single-product .wrapper:not(.header__wrapper) .woocommerce-product-gallery, .single-product .slider__wrapper:not(.header__wrapper) .woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.single-product .wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, .single-product .slider__wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.single-product .wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image, .single-product .slider__wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.single-product .wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child, .single-product .slider__wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  width: 100%;
  margin-bottom: 20px; /* Odstęp od miniatur */
  max-height: 414px;
}
.single-product .wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child), .single-product .slider__wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
  display: none;
  width: calc(20% - 4px);
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .single-product .wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child), .single-product .slider__wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
    display: flex;
  }
}
.single-product .wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child):nth-child(6n), .single-product .slider__wrapper:not(.header__wrapper) .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child):nth-child(6n) {
  margin-right: 0;
}
.single-product .wrapper:not(.header__wrapper) .head, .single-product .slider__wrapper:not(.header__wrapper) .head {
  display: flex;
  flex-direction: column;
  margin-top: 3em;
}
@media screen and (min-width: 768px) {
  .single-product .wrapper:not(.header__wrapper) .head, .single-product .slider__wrapper:not(.header__wrapper) .head {
    display: grid;
  }
}
.single-product .wrapper:not(.header__wrapper) .head .review .prices, .single-product .slider__wrapper:not(.header__wrapper) .head .review .prices {
  margin: 1em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-product .wrapper:not(.header__wrapper) .head .review .prices, .single-product .slider__wrapper:not(.header__wrapper) .head .review .prices {
    text-align: left;
  }
}
.single-product .wrapper:not(.header__wrapper) .head .review .price, .single-product .slider__wrapper:not(.header__wrapper) .head .review .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
}
.single-product .wrapper:not(.header__wrapper) .head .review .price_netto, .single-product .slider__wrapper:not(.header__wrapper) .head .review .price_netto {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
}
.single-product .wrapper:not(.header__wrapper) .head .review .single_variation_wrap, .single-product .slider__wrapper:not(.header__wrapper) .head .review .single_variation_wrap {
  margin-top: 2em;
}
.single-product .wrapper:not(.header__wrapper) .product_title, .single-product .slider__wrapper:not(.header__wrapper) .product_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  max-width: 70%;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .single-product .wrapper:not(.header__wrapper) .product_title, .single-product .slider__wrapper:not(.header__wrapper) .product_title {
    font-size: 20px;
    line-height: 22px;
  }
}
.single-product .wrapper:not(.header__wrapper) .variations_form tr, .single-product .slider__wrapper:not(.header__wrapper) .variations_form tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.single-product .wrapper:not(.header__wrapper) .variations_form .label, .single-product .slider__wrapper:not(.header__wrapper) .variations_form .label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #444444;
  margin: 0.7em 0;
}
.single-product .wrapper:not(.header__wrapper) .value select, .single-product .slider__wrapper:not(.header__wrapper) .value select {
  display: none;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button {
  display: inline-block;
  padding: 0.5em 0.8em 0.2em;
  border: 2px solid #585858;
  margin: 2.5px 5px;
  margin-left: 0;
  cursor: pointer;
  background-color: #f5f5f5;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  position: relative;
  transition: border-color 0.2s ease;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.nd, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.nd {
  display: none;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.image, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.image {
  padding: 0px;
  border: 3px solid #585858;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button:hover, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button:hover {
  background-color: #ddd;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.available, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.available {
  pointer-events: all;
  opacity: 1;
  background-color: #fff;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.active, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.active {
  background-color: #BF0114;
  color: #fff;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.active.image, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.active.image {
  border: 3px solid #BF0114;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h {
  border-color: #20a600;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h.image, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h.image {
  border-color: #20a600;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h:hover::after, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h:hover::after {
  content: attr(title);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
  background-color: #20a600;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  border-radius: 4px;
  z-index: 1000;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h:hover::before, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h:hover::before {
  content: "";
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #20a600;
  z-index: 1000;
  pointer-events: none;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h.active, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h.active {
  border-color: #BF0114;
}
.single-product .wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h.active.image, .single-product .slider__wrapper:not(.header__wrapper) .value .virtual-button.in-stock-24h.active.image {
  border-color: #BF0114;
}
.single-product .wrapper:not(.header__wrapper) .reset_variations, .single-product .slider__wrapper:not(.header__wrapper) .reset_variations {
  display: none !important;
}
.single-product .button.order {
  background-color: #000000;
  border: none;
  color: #fff;
  display: none;
}
.single-product .button.order::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='9' viewBox='0 0 45 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4H0.5V5H1V4ZM44.8536 4.85355C45.0488 4.65829 45.0488 4.34171 44.8536 4.14645L41.6716 0.964466C41.4763 0.769204 41.1597 0.769204 40.9645 0.964466C40.7692 1.15973 40.7692 1.47631 40.9645 1.67157L43.7929 4.5L40.9645 7.32843C40.7692 7.52369 40.7692 7.84027 40.9645 8.03553C41.1597 8.2308 41.4763 8.2308 41.6716 8.03553L44.8536 4.85355ZM1 5H44.5V4H1V5Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 52px;
  height: 9px;
  display: inline-flex;
  background-repeat: no-repeat;
}
.single-product .button.order:hover {
  background-color: #161616;
}
@media screen and (min-width: 1100px) {
  .single-product .button.order {
    display: inline-flex;
  }
}
.single-product .quantity_container {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .single-product .quantity_container {
    text-align: left;
  }
}
.single-product .buttons-container {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .single-product .buttons-container {
    justify-content: flex-start;
  }
}
.single-product .quantity {
  display: inline-flex;
  border: solid 2px;
}
.single-product .quantity input {
  height: 40px;
  width: 98px;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}
.single-product .quantity button {
  background: none;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}
.single-product .quantity button:hover {
  background: #ddd;
}
.single-product .quantity input[type=number]::-webkit-inner-spin-button,
.single-product .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .content {
  margin-top: 3em;
}
.single-product .content iframe {
  display: block;
  margin-inline: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: 100%;
}
.single-product .content h1, .single-product .content h2, .single-product .content h3, .single-product .content h4 {
  margin-block: 1rem;
}
.single-product .content table {
  border-collapse: collapse;
  width: 100%;
  margin-block: 1rem;
}
.single-product .content table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
.single-product .content table td {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.3rem 0.5rem 0;
}
.single-product .content .product_head {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  text-align: left;
}
.single-product .content .desc__section {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin: 2em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .single-product .content .desc__section {
    display: grid;
    margin: 3em 0;
    line-height: 25px;
  }
}
.single-product .ks_systems_block {
  background: #F2F2F2;
  box-shadow: 40vw 0 0 #F2F2F2, -40vw 0 0 #F2F2F2;
}
.single-product .product_variant_name {
  display: block;
  font-weight: 600;
  color: #cb0015;
}
.product_meta .product__pdf_card {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin-top: 2em;
  text-decoration: underline;
}

.sku__label {
  background-color: #cb0015;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  position: relative;
  margin-top: 1rem;
  width: max-content;
  margin-bottom: 10px;
}

.single-product.noAvailableVariants .variations .label {
  display: none;
}
.single-product .variations {
  display: none;
}
.single-product .product-type-variable .prices {
  display: none;
}
.single-product .prices > div,
.single-product .woocommerce-variation-price > div {
  margin-bottom: 8px;
}
.single-product .woocommerce-variation-price .product__lowest_price {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
}
.single-product .catalog_price {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.single-product .price {
  line-height: 28px;
  color: #BF0114;
}

.form-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.form-popup-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  max-height: 90svh;
}

.wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

@media (max-width: 767.99px) {
  .wpcf7 p {
    margin-bottom: 8px;
  }
  .wpcf7 .wpcf7-acceptance {
    padding: 0;
  }
  .wpcf7 textarea {
    max-height: 100px;
  }
  input.wpcf7-form-control {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  margin-right: 0;
}

/* Style dla pól formularza */
.wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
}

.wpcf7-form-control.wpcf7-acceptance {
  border: none;
}

.wpcf7-submit {
  background-color: #007cba;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Style dla checkboxa zgody */
.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-acceptance input[type=checkbox] {
  margin-right: 10px;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 12px;
  cursor: pointer;
  font-size: 25px;
}

.form-popup.sent p {
  display: none;
}

.form-popup.sent .form-popup-content::after {
  content: "";
  height: 100px;
  width: 100px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23BF0114' width='800px' height='800px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 0c-8.836 0-16 7.163-16 16s7.163 16 16 16c8.837 0 16-7.163 16-16s-7.163-16-16-16zM16 30.032c-7.72 0-14-6.312-14-14.032s6.28-14 14-14 14 6.28 14 14-6.28 14.032-14 14.032zM22.386 10.146l-9.388 9.446-4.228-4.227c-0.39-0.39-1.024-0.39-1.415 0s-0.391 1.023 0 1.414l4.95 4.95c0.39 0.39 1.024 0.39 1.415 0 0.045-0.045 0.084-0.094 0.119-0.145l9.962-10.024c0.39-0.39 0.39-1.024 0-1.415s-1.024-0.39-1.415 0z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  background-size: contain;
  top: 3em;
  left: 50%;
  transform: translate(-50%, 0);
}

.form-popup.sent .wpcf7-response-output {
  position: relative;
}

.form-popup.sent .form-popup-content {
  padding-top: 12em;
}

.stock.out-of-stock,
.stock.in-stock {
  display: none;
}

.single-product .woocommerce-variation-availability {
  width: auto;
  display: flex;
}
.single-product .woocommerce-variation-availability .stock.available-on-backorder {
  padding: 12px 16px 8px;
  color: white;
  background: #cb0015;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  display: none;
}

.backorder_notification {
  padding: 10px 14px 6px;
  color: white;
  background: #cb0015;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  max-width: 18em;
  font-size: 14px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .review {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single-product .wrapper:not(.header__wrapper) .variations_form tr, .single-product .slider__wrapper:not(.header__wrapper) .variations_form tr {
    align-items: center;
  }
  .single-product .wrapper:not(.header__wrapper) .head .review .single_variation_wrap, .single-product .slider__wrapper:not(.header__wrapper) .head .review .single_variation_wrap {
    text-align: center;
  }
  .single-product .content .product_head {
    text-align: center;
  }
}
.single-product .uk-slideshow .uk-slidenav-previous, .single-product .uk-slideshow .uk-slidenav-next, .single-product .uk-slider .uk-slidenav-previous, .single-product .uk-slider .uk-slidenav-next {
  background-color: unset;
  margin: 0;
  width: 42px;
  height: 42px;
  display: flex;
  place-content: center;
  place-items: center;
  transition: all 0.3s ease-in-out;
  top: 50%;
}
.single-product .uk-slideshow .uk-slidenav-previous:hover svg, .single-product .uk-slideshow .uk-slidenav-next:hover svg, .single-product .uk-slider .uk-slidenav-previous:hover svg, .single-product .uk-slider .uk-slidenav-next:hover svg {
  fill: #BF0114;
  color: #BF0114;
}
.single-product .uk-slideshow .uk-slidenav-previous svg, .single-product .uk-slideshow .uk-slidenav-next svg, .single-product .uk-slider .uk-slidenav-previous svg, .single-product .uk-slider .uk-slidenav-next svg {
  display: block;
  max-width: unset !important;
  max-height: unset !important;
  fill: #8a000e;
  color: #8a000e;
}

.single-product .whats-in-the-box-section:has(.whats-in-the-box-list:empty) {
  display: none;
}
.single-product .specificationSectionTable:has(.text-left:empty) {
  display: none;
}
.single-product .onsale {
  display: none;
}
.single-product h2.featuresHeader, .single-product h2.specificationHeader {
  font-size: 24px;
  line-height: 24px;
  font-family: "HelveticaNeueLT EX", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 16px 0;
}

.spinner {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #BF0114;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px; /* Half of the spinner height */
  margin-left: -60px; /* Half of the spinner width */
  z-index: 9999; /* Ensure it's above other elements */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.virtual-button.image {
  max-width: 100px;
  max-height: 100px;
}

.virtual-button.image img {
  object-fit: contain;
}

.whats-in-the-box-section {
  padding: 16px 0;
  margin-top: 20px;
  font-family: "HelveticaNeueLT EX", sans-serif;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
}

.whats-in-the-box-section h2 {
  font-size: 20px;
  margin-bottom: 16px;
  font-family: "HelveticaNeueLT EX", sans-serif;
  font-weight: 700;
}

.whats-in-the-box-section h3 {
  margin-bottom: 10px;
}

.whats-in-the-box-list {
  display: flex;
  flex-direction: column;
}

.whats-in-the-box-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 35px 10px 25px;
  color: inherit;
  background-color: #F6F6F6;
}

.whats-in-the-box-item img {
  width: 95px;
  height: 95px;
  object-fit: cover;
  margin-right: 20px;
}

.whats-in-the-box-item .item-details {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whats-in-the-box-item .item-title {
  font-size: 14px;
}

.whats-in-the-box-item .item-quantity {
  font-size: 20px;
  color: #555;
}

.product__set_includes,
.product__equipment {
  margin-bottom: 16px;
  font-family: "HelveticaNeueLT EX", sans-serif;
}

.product__set_includes h2,
.product__equipment h2 {
  font-size: 20px;
  font-family: "HelveticaNeueLT EX", sans-serif;
  font-weight: 700;
}

h2.featuresHeader,
h2.specificationHeader {
  font-size: 24px;
  line-height: 24px;
  font-family: "HelveticaNeueLT EX", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 16px 0;
}

h2.featuresHeader:after,
h2.specificationHeader:after {
  content: "";
  width: 100%;
  height: 2px;
  background: black;
  position: absolute;
  left: 0;
  bottom: 0;
}

.single-product .product_gallery_carousel .uk-slider-items li a {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
  padding: 4px;
  border: 1px solid #BABABA;
}

.single-product .product_gallery_carousel .uk-slider-items li a img {
  object-fit: cover;
  width: 100px;
  height: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .featuresList {
    column-count: 2;
    column-gap: 20px;
    padding: 0;
  }
  .featuresList li {
    break-inside: avoid;
    padding: 5px 0;
  }
}
.bigger_lable_gap .product__card .sku__label {
  position: relative;
  min-width: unset;
  left: 0;
  width: max-content;
}

.label_view_settings_full_witdh .product__card .sku__label {
  width: 100%;
}

.label_view_settings_hidden .product__card {
  padding-top: 20px;
}

.label_view_settings_hidden .product__card .sku__label {
  display: none;
}

.specificationSectionHeader {
  font-weight: 700;
  margin: 8px 0 2px;
  font-family: "HelveticaNeueLT EX", sans-serif;
  font-weight: 700;
}

.specificationSectionRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
}

.specificationSectionRow:nth-child(odd) {
  background: #F6F6F6;
}

.specificationSectionRow > span {
  margin: 4px 6px 0px 6px;
}

@media (max-width: 992px) {
  span.specificationSectionRowValue {
    place-self: end;
    text-align: end;
  }
}
.single-product .available-on-backorder {
  display: none;
}

#breadcrumbs {
  margin: 20px 0;
}

.uk-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.uk-breadcrumb li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uk-breadcrumb li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.uk-breadcrumb li a:hover {
  text-decoration: underline;
}

.uk-breadcrumb li span[uk-icon] {
  margin-right: 5px;
}

.uk-breadcrumb li + li::before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  border-right: 1px solid #ddd;
  height: 16px;
}

.uk-breadcrumb li + li a::before {
  content: "";
  margin-right: 5px;
  color: #999;
}

/* Responsywność */
@media (max-width: 768px) {
  .uk-breadcrumb li + li::before {
    display: none;
  }
  .uk-breadcrumb li + li a::before {
    content: ">";
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .uk-breadcrumb {
    flex-direction: column;
  }
  .uk-breadcrumb li {
    max-width: 100%;
  }
  .uk-breadcrumb li + li::before {
    display: none;
  }
  .uk-breadcrumb li + li a::before {
    content: ">";
    margin: 0 5px;
  }
}
.variable .technical_data_container .specificationHeader,
.variable .description_container .featuresHeader {
  display: none;
}

.technologies-section h2 {
  font-size: 20px;
  margin-bottom: 16px;
  font-family: "HelveticaNeueLT EX", sans-serif;
  font-weight: 700;
}

.technologies-section .technologies-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.technologies-section .technologies-list img {
  height: 60px;
  max-width: 150px;
}

.technologies-section {
  margin-bottom: 1.5em;
}

.technologies-section:has(.technologies-list:empty) {
  display: none;
}

.youtube_container_content {
  margin-bottom: 3em;
}

body:not(.wp-admin) {
  /* Specyficzne style dla loadingSpinnera filtrów */
}
body:not(.wp-admin) .product_archive_header > *, body:not(.wp-admin) .product_archive_header > *::before, body:not(.wp-admin) .product_archive_header > *::after {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
body:not(.wp-admin) .product_archive_header .header_inner {
  min-height: 240px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-block: 55px;
  width: 100%;
}
@media (max-width: 959.98px) {
  body:not(.wp-admin) .product_archive_header .header_inner {
    margin-block: 0px;
  }
}
body:not(.wp-admin) .product_archive_header .category_header_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body:not(.wp-admin) .product_archive_header .search_query_display {
  margin-top: 20px;
}
body:not(.wp-admin) .product_archive_header .search_query_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
body:not(.wp-admin) .product_archive_header .search_query_info .search_label {
  color: rgba(255, 255, 255, 0.9);
}
body:not(.wp-admin) .product_archive_header .search_query_info .search_term {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  border-radius: 4px;
}
body:not(.wp-admin) .product_archive_header .search_query_info .clear_search_btn {
  font-size: 14px;
  padding: 5px 15px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
body:not(.wp-admin) .product_archive_header .search_query_info .clear_search_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
@media (max-width: 639.98px) {
  body:not(.wp-admin) .product_archive_header .search_query_info {
    flex-direction: column;
    gap: 15px;
  }
  body:not(.wp-admin) .product_archive_header .search_query_info .clear_search_btn {
    margin-top: 5px;
  }
}
body:not(.wp-admin) .product_archive_ordering {
  width: 100%;
}
body:not(.wp-admin) .product_archive_ordering .select2-container:not(:has(span[title=Wybierz])) {
  background-color: #cb0015;
  border-color: #cb0015;
  color: #fff;
}
body:not(.wp-admin) .product_archive_ordering .select2-container:not(:has(span[title=Wybierz])) .select2-selection--single {
  border-color: #cb0015;
}
body:not(.wp-admin) .product_archive_ordering .select2-container:not(:has(span[title=Wybierz])) .select2-selection__rendered {
  color: #fff;
}
body:not(.wp-admin) .product_archive_ordering .select2-container:not(:has(span[title=Wybierz])) .select2-selection__arrow b {
  border-color: #fff !important;
}
body:not(.wp-admin) .product_archive_ordering .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 2px solid #606060;
  border-radius: 0px;
  padding: 0.5rem 1rem;
  height: unset;
}
body:not(.wp-admin) .product_archive_ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 40px;
}
body:not(.wp-admin) .product_archive_ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #cb0015;
}
body:not(.wp-admin) .product_archive_ordering .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #606060;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  height: 10px;
  left: 16px;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 17px;
  width: 10px;
  rotate: 45deg;
}
body:not(.wp-admin) .product_archive_ordering .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #606060;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  height: 10px;
  left: 16px;
  margin-left: 0px;
  margin-top: 0px;
  position: absolute;
  top: 21px;
  width: 10px;
  rotate: -135deg;
}
body:not(.wp-admin) .select2-dropdown {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: #E9E9E9 !important;
}
body:not(.wp-admin) .select2-dropdown .select2-search--dropdown {
  padding: 0 !important;
}
body:not(.wp-admin) .select2-dropdown .select2-search__field {
  display: none !important;
}
body:not(.wp-admin) .select2-dropdown .select2-results__option {
  padding: 12px 25px;
  position: relative;
}
body:not(.wp-admin) .select2-dropdown .select2-results__option:not(:last-child):after {
  content: "";
  display: block;
  width: calc(100% - 50px);
  position: absolute;
  left: 25px;
  bottom: 0;
  border-bottom: 1px solid #606060;
  z-index: 9;
  pointer-events: none;
}
body:not(.wp-admin) .select2-results__options {
  max-height: 350px !important;
}
body:not(.wp-admin) .milwaukee_cat_select_wrapper:not(:has(*)) {
  display: none !important;
}
body:not(.wp-admin) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #cb0015;
}
body:not(.wp-admin) .select2-container {
  min-width: 240px;
  width: auto !important;
}
body:not(.wp-admin) .archive .product > div {
  height: 100%;
}
body:not(.wp-admin) .ks_products_block .product__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body:not(.wp-admin) .ks_products_block .product__card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 959.98px) {
  body:not(.wp-admin) .woocommerce-ordering .select2-container {
    width: 100% !important;
  }
}
body:not(.wp-admin) .product__card .product_image {
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 20px;
}
body:not(.wp-admin) .product__card .product__name_container {
  margin-top: 10px;
}
@media (max-width: 639.98px) {
  body:not(.wp-admin) .woocommerce-ordering {
    width: 100% !important;
  }
}
body:not(.wp-admin) .product_archive_ordering > div {
  display: flex;
  align-items: stretch;
}
@media (max-width: 639.98px) {
  body:not(.wp-admin) .product_archive_ordering > div {
    width: 100% !important;
  }
  body:not(.wp-admin) .product_archive_ordering > div .select2-container {
    width: 100% !important;
  }
  body:not(.wp-admin) .product_archive_ordering > div .flex {
    width: 100% !important;
  }
  body:not(.wp-admin) .product_archive_ordering > div .flex > div {
    width: 100% !important;
  }
  body:not(.wp-admin) .product_archive_ordering > div .flex button.dd_filter_button {
    width: 100% !important;
    justify-content: start;
    justify-items: start;
    text-align: left;
  }
}
body:not(.wp-admin) button.reset-button {
  background-color: #cb0015;
  border: 0;
  border-left: 2px solid #fff;
  padding: 0.5rem 1rem;
  color: #fff;
  margin: 0;
  aspect-ratio: 1/1;
  border-collapse: collapse;
  font-size: 150%;
}
body:not(.wp-admin) .milwaukee_dd_wrapper .reset-button {
  display: none;
}
body:not(.wp-admin) .milwaukee_dd_wrapper:has(input[type=checkbox]:checked) .dd_filter_button {
  background-color: #cb0015;
  color: #fff;
  border-color: #cb0015 !important;
}
body:not(.wp-admin) .milwaukee_dd_wrapper:has(input[type=checkbox]:checked) .reset-button {
  display: inline-block;
}
body:not(.wp-admin) #loadingSpinner,
body:not(.wp-admin) #loadingSpinner2,
body:not(.wp-admin) #filterLoadingSpinner {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #cb0015;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0px auto;
  padding: 35px;
}
body:not(.wp-admin) #filterLoadingSpinner {
  width: 30px;
  height: 30px;
  padding: 25px;
  margin: 15px auto 0 auto;
}
body:not(.wp-admin) .archive .bg__greylight .wrapper:nth-child(2), body:not(.wp-admin) .archive .bg__greylight .slider__wrapper:nth-child(2) {
  padding-bottom: 30px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body:not(.wp-admin) .product_no_image {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
}
body:not(.wp-admin) .redirect_loader {
  position: relative;
}
body:not(.wp-admin) .redirect_loader .loader_1 {
  opacity: 1 !important;
}
body:not(.wp-admin) .milwaukee_filters_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  position: relative; /* Dodane dla pozycjonowania loadingSpinnera */
}
body:not(.wp-admin) .milwaukee_filters_wrapper .dd_filter_button {
  min-height: 48px;
  border: 2px solid #606060;
  display: flex;
  place-content: center;
  place-items: center;
  padding-inline: 20px;
  background-color: transparent;
  font-size: 16px;
  color: #cb0015;
}
body:not(.wp-admin) .milwaukee-system-filter-container {
  margin-top: 20px;
  padding: 25px !important;
  box-shadow: none !important;
  background-color: #E9E9E9;
}
body:not(.wp-admin) .milwaukee-system-filter-container.uk-dropdown {
  z-index: 8 !important;
}
body:not(.wp-admin) .milwaukee-system-filter-groups {
  display: flex;
  max-height: 400px;
  overflow: auto;
  flex-direction: column;
}
body:not(.wp-admin) .milwaukee-system-filter-groups .milwaukee-system-filter-group {
  display: flex;
  gap: 5px;
  align-items: center;
  align-content: center;
  padding-block: 12.5px;
}
body:not(.wp-admin) .milwaukee-system-filter-groups .milwaukee-system-filter-group label {
  order: 2;
  display: flex;
}
body:not(.wp-admin) .milwaukee-system-filter-groups .milwaukee-system-filter-group label input[type=checkbox] {
  width: 1px;
  height: 1px;
}
body:not(.wp-admin) .milwaukee-system-filter-groups .milwaukee-system-filter-group .milwaukee-system-image img {
  object-fit: contain;
  max-height: 30px;
  max-width: 120px;
  height: 100%;
  width: 100%;
}
body:not(.wp-admin) .milwaukee-system-filter-groups .milwaukee-system-filter-group input {
  height: 30px;
  width: 30px;
  order: 1;
}
body:not(.wp-admin) .ks_products_block.grid__e5 .btn, body:not(.wp-admin) .ks_products_block.grid__e5 .woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper body:not(.wp-admin) .ks_products_block.grid__e5 .wc-forward, body:not(.wp-admin) .ks_products_block.grid__e5 .woocommerce-notices-wrapper .restore-item, .woocommerce-notices-wrapper body:not(.wp-admin) .ks_products_block.grid__e5 .restore-item {
  font-size: 12px;
}

.product__card_wrapper {
  height: 100%;
}

.no_search_results {
  text-align: center;
  grid-column: 1/-1;
  font-size: 20px;
  font-weight: 700;
  padding: 40px;
}

body:is(.minimal_heading) .product_archive_header {
  background-color: transparent;
  color: #000;
  translate: 0px 0px;
  width: 100%;
  left: 0;
  position: static;
}
body:is(.minimal_heading) .product_archive_header .header_inner {
  background-color: transparent;
  min-height: unset;
}
@media (max-width: 1023.98px) {
  body:is(.minimal_heading) .product_archive_header .header_inner .text__t55 {
    font-size: clamp(22px, 3vw, 55px);
    padding: 2rem 0px;
  }
}

.recomended__products .uk-slider-items li:not(:last-child) {
  border-right: 1px solid #BABABA;
}
.recomended__products .title {
  color: #cb0015;
  position: relative;
  padding-bottom: 10px;
  width: max-content;
  margin-inline: auto;
}
.recomended__products .title:after {
  content: "";
  background-color: #cb0015;
  display: block;
  width: calc(100% - 20px);
  height: 2px;
  position: absolute;
  inset: 0;
  top: 100%;
  margin: auto;
}

.woocommerce-notices-wrapper {
  background: #cb0015;
  border: 2px solid #000;
  padding-bottom: 20px;
  padding-top: 25px;
  padding-inline: 40px;
  color: #fff;
  position: fixed;
  z-index: 9999;
  left: 50%;
  transform: translate(-50%, 0);
  transition: opacity 0.5s ease;
  opacity: 0;
}
@media screen and (max-width: 1023.999px) {
  .woocommerce-notices-wrapper {
    width: 90svw;
  }
}
.woocommerce-notices-wrapper .woocommerce-message {
  flex-direction: column;
  display: flex;
  font-size: 0.85em;
  gap: 0.85em;
}
@media screen and (min-width: 1024px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 1em;
    flex-direction: row;
    gap: 1em;
  }
}
.woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper .restore-item {
  font-size: 0.85em;
  order: 99;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .woocommerce-notices-wrapper .wc-forward, .woocommerce-notices-wrapper .restore-item {
    font-size: 1em;
  }
}
.woocommerce-notices-wrapper:empty {
  margin-top: -1000px;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
  color: #cb0015;
  margin: 0;
  padding: 30px;
  border: 2px solid #cb0015;
}

.logged-in-admin-bar {
  margin-top: 0 !important;
  padding-top: 32px !important;
}
/*# sourceMappingURL=style.css.map */
