﻿@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 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-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}

.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 0px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #fff;
  justify-content: center;
  border-radius: 0.25rem;
}
.breadcrumb ul {
  margin-bottom: 0;
}
.breadcrumb .current-item {
  font-weight: bold;
  color: #202020;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*****EMMANOUIL COLOURS******/
.red {
  color: #ff0000 !important;
}

/*************************/
/*****WORK AROUND OVERFLOW HIDDEN OWL CAROUSEL**/
/*************************/
.owl-carousel .owl-stage .product-item {
  padding: 0;
}
.owl-carousel .owl-stage .product-item .details {
  padding: 0 15px 15px;
}
@media (max-width: 765px) {
  .owl-carousel .owl-stage .product-item .details {
    padding: 0;
  }
}

@media (min-width: 1500px) {
  .owl-stage-outer {
    overflow: visible !important;
  }
  .owl-item {
    opacity: 0 !important;
    transition: opacity 300ms !important;
  }
  .owl-item.active {
    opacity: 1 !important;
  }
}
.owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -8%;
}
.owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -8%;
}

@media (max-width: 1490px) {
  .owl-carousel.owl-loaded.owl-drag .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
  }
  .owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-prev, .owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-next {
    position: relative;
    left: unset;
    right: unset;
    padding: 11px 13px !important;
    margin-left: 5px;
  }
  .owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-prev img, .owl-carousel.owl-loaded.owl-drag .owl-nav button.owl-next img {
    max-width: 75%;
  }
}
@media (max-width: 500px) {
  .owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .product-item {
    padding: 0;
  }
  .owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .product-item .details .product-rating-box {
    margin-bottom: 10px !important;
  }
  .owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .product-item .details .add-info .buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  .owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .product-item .details .add-info .buttons button {
    margin: 5px 0;
  }
}
@media (max-width: 365px) {
  .owl-carousel.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .product-item .details .add-info .buttons {
    flex-direction: column;
    /*align-items: flex-start;
    margin-top: 10px;

    button {
        margin: 5px;
    }*/
  }
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: #edf0f3 !important;
  padding: 35px 22px !important;
  border-radius: 8px;
}

/*************************/
/****5 COLUMN BOOTSRAP****/
@media (min-width: 1500px) {
  .col-custom-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-custom-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*************************/
::selection {
  color: #202020;
  background: #edf0f3;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d4d5d7;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #d4d5d7;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #d4d5d7;
}

.filter-content::-webkit-scrollbar-track, .flyout-cart .mini-shopping-cart .items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
}
.filter-content::-webkit-scrollbar, .flyout-cart .mini-shopping-cart .items::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.filter-content::-webkit-scrollbar-thumb, .flyout-cart .mini-shopping-cart .items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #17628F;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
}

input, select, textarea {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

button:focus {
  outline: none;
  outline-color: none;
}

.paddingRightZero {
  padding-right: 0;
}

.paddingLeftZero {
  padding-left: 0;
}

@media (min-width: 1380px) {
  .container {
    max-width: 1380px;
  }
}
@media (min-width: 1550px) {
  .container {
    max-width: 1600px;
  }
}
.owl-dots {
  margin-top: 30px;
  text-align: center;
}
.owl-dots button.owl-dot {
  font-size: 20px;
  background: #f4f4f4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 10px;
}
.owl-dots button.owl-dot.active {
  background: #17628F;
}

.button-blue {
  display: inline-block;
  background-color: #17628F;
  color: #fff;
  padding: 15px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-radius: 34px !important;
  border: 0;
}
.button-blue:hover {
  color: #17628F;
  background-color: #edf0f3;
  -webkit-transition: background 500ms ease-out;
  -moz-transition: background 500ms ease-out;
  -ms-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
}

.button-white {
  display: inline-block;
  background-color: #fff;
  color: #202020;
  padding: 15px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-radius: 34px !important;
  border: 1px solid #b7b7b7;
}
.button-white:hover {
  color: #17628F;
  background-color: #edf0f3;
  border: 1px solid #edf0f3;
  -webkit-transition: background 500ms ease-out;
  -moz-transition: background 500ms ease-out;
  -ms-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
}

.button-teal {
  background-color: #3a81ab;
  color: #fff;
  border: 0.5px solid #3a81ab !important;
  padding: 8px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  transition: 0.3s;
}
.button-teal:hover {
  background-color: #000;
  border: 0.5px solid #000 !important;
}

.position-center-parent {
  position: relative;
}

.position-center-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lines {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #202020;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.header-flex-width {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.lines:before, .lines:after {
  content: "";
  border-top: 2px solid #e7e8e9;
  margin: 0;
  flex: 1 0 20px;
}

.lines:before {
  margin-right: 30px;
}

.lines:after {
  margin-left: 30px;
}

@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 10px;
  }
  50% {
    height: 20px;
    width: 10px;
  }
}
.checkbox {
  background-color: #fff;
  display: inline-block;
  height: 28px;
  margin: 0 20px 0px 0px;
  width: 28px;
  border-radius: 0;
  border: 1px solid #ccc;
  float: left;
  cursor: pointer;
}

.checkbox span {
  display: block;
  height: 28px;
  position: relative;
  width: 28px;
  padding: 0;
}

.checkbox span:after {
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -webkit-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 20px;
  left: 3px;
  position: absolute;
  top: 15px;
  width: 10px;
}

.checkbox span:hover:after {
  border-color: #999;
}

.checkbox input {
  display: none;
}

.checkbox input:checked + span:after {
  -webkit-animation: check 0.8s;
  -moz-animation: check 0.8s;
  -o-animation: check 0.8s;
  animation: check 0.8s;
  border-color: #555;
}

.checkbox input:checked + .default:after {
  border-color: #17628F;
}

.checkbox input:checked + .primary:after {
  border-color: #2196F3;
}

.checkbox input:checked + .success:after {
  border-color: #8bc34a;
}

.checkbox input:checked + .info:after {
  border-color: #3de0f5;
}

.checkbox input:checked + .warning:after {
  border-color: #FFC107;
}

.checkbox input:checked + .danger:after {
  border-color: #f44336;
}

.box-shadow-product-box {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}

.common-page-title {
  height: 150px;
  display: flex;
  align-items: center;
  background-position: center center;
  background-color: #17628F;
}
.common-page-title h1 {
  margin-left: 15%;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 900;
  color: white;
}

@media (max-width: 575px) {
  .common-page-title {
    height: 260px;
    background-size: cover;
  }
    .common-page-title h1 {
      margin-left: 1%;
      font-size: 30px;
      text-align: center;
    }
}
.ui-autocomplete {
  top: 69px !important;
  left: 0 !important;
  width: 340px !important;
  background: #fff;
  text-align: left;
  padding: 5px 20px 30px;
  box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  z-index: -1;
  border: 0 !important;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}
.ui-autocomplete::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}
.ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3a81ab;
}

.ui-menu-item.ui-autocomplete-category {
  font-size: 12px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #3a81ab;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  min-height: 0;
  margin: 0 !important;
  border-radius: 0 !important;
  line-height: normal !important;
  border-top: 1px #818181 solid;
  opacity: 1;
}
.ui-menu-item.ui-autocomplete-category:first-child {
  border-top: none;
}

.ui-autocomplete li, .ui-autocomplete li:host {
  border: none;
}

.ui-autocomplete li .ui-state-focus {
  background: none;
  border: none;
  margin: 0 !important;
}

.ui-autocomplete .ui-menu-item a {
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ui-autocomplete .ui-menu-item a:hover {
  border: none !important;
}

.ui-menu-item > a {
  width: 100%;
}
.ui-menu-item > a .img-wrapper {
  width: 74px;
}
.ui-menu-item > a > * {
  vertical-align: middle;
  float: left;
}
.ui-menu-item > a > *:last-child {
  width: 100%;
  padding: 3px;
  width: calc(100% - 74px);
  display: inline-block;
}

.ui-menu-item-wrapper {
  display: block;
  overflow: hidden;
}

.ui-autocomplete .ui-menu-item .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active,
.ui-autocomplete a.ui-button:active,
.ui-autocomplete .ui-button:active,
.ui-autocomplete .ui-button.ui-state-active:hover {
  border: 0;
  background: none;
  color: #3a81ab;
}

.ui-autocomplete-loading {
  background: url(/Themes/PaulisTheme/Content/images/loading.gif);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

@media (max-width: 1024px) {
  .ui-autocomplete {
    max-width: 340px;
    background: transparent;
    text-align: left;
    padding: 0 30px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    z-index: 1032;
    border: 0 !important;
  }
}
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}
.admin-header-links a {
  color: #fff;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
  background-color: #666;
}

.header {
  background: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
}
.header .row img {
  margin: auto;
}
.header .header-first {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f4f4f4;
}
.header .header-first .header-contact-info ul {
  margin-bottom: 0;
}
.header .header-first .header-contact-info li {
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px;
  border-right: 1px solid #000;
}
.header .header-first .header-contact-info li:first-child {
  border-right: none;
}
.header .header-first .header-contact-info li:last-child {
  border-right: none;
}
.header .header-first .header-contact-info li a {
  color: #17628F;
  font-size: 15px;
  font-weight: 600;
}
.header .header-first .header-right a {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 10px;
}
.header .header-first .store-language-list {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
}
.header .header-first .store-language-list li img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.6;
}
.header .header-first .store-language-list li img.selected {
  opacity: 1;
}
.header .header-first .outlet-red {
  background: #ff0000;
  color: #fff;
  padding: 4px 25px;
  border-radius: 34px;
}
.header .header-second {
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;
  padding: 10px 0 7px 0;
}
.header .header-second .menu-header-left {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1400px) {
  .header .header-second .menu-header-left {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .header .header-second .menu-header-left .search-box {
    width: 230px;
  }
}
.header .header-second .dropdown-menu.show {
  margin-top: -2px;
  z-index: 1;
}
.header .header-second .header-store-logo {
  /* margin-right: 32px;
  max-width: 280px;*/
  max-width: 17%;
}
.header .header-second .search-box {
  border: 1px solid #808080;
  border-radius: 2px;
  height: auto;
  width: 350px;
  align-self: center;
}
.header .header-second .search-box input::-webkit-input-placeholder {
  font-size: 12px;
  color: #9c9c9c;
}
.header .header-second .search-box input:-moz-placeholder {
  font-size: 12px;
  color: #9c9c9c;
}
.header .header-second .search-box input::-moz-placeholder {
  font-size: 12px;
  color: #9c9c9c;
}
.header .header-second .search-box input:-ms-input-placeholder {
  font-size: 12px;
  color: #9c9c9c;
}
.header .header-second .search-box .input-wrapper {
  display: flex;
  justify-content: space-around;
  padding: 5px 15px;
}
@media (max-width: 1024px) {
  .header .header-second .search-box .input-wrapper {
    height: 40px;
  }
}
.header .header-second .search-box input.search-box-text {
  border: 0;
  height: auto;
  padding: 6px;
  width: 90%;
}
.header .header-second .search-box input.search-box-button {
  background: url("/Themes/PaulisTheme/Content/images/search.png") no-repeat;
  background-color: #17628f;
  background-position: center;
  height: 26px;
  width: 26px;
  border: 0;
  margin-top: 4px;
  color: transparent;
}
.header .header-second .header-links-wrapper {
  height: 100%;
  text-transform: uppercase;
}
.header .header-second .header-links-wrapper .menu-products-button, .header .header-second .header-links-wrapper .header-links {
  align-self: center;
}
.header .header-second .header-links-wrapper .header-links ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.header .header-second .header-links-wrapper .header-links ul li {
  margin-left: 20px;
  padding: 20px 0;
}
.header .header-second .header-links-wrapper .header-links ul li#topcartlink {
  margin-left: 20px;
  padding: 20px 0;
}
.header .header-second .header-links-wrapper .header-links ul li img {
  padding-left: 10px;
}
.header .header-second .header-links-wrapper .header-links ul li .wishlist-qty, .header .header-second .header-links-wrapper .header-links ul li .cart-qty {
  color: #17628F;
  font-weight: bold;
}
@media (min-width: 1500px) {
  .header .header-second .header-links-wrapper .header-links ul li {
    margin-left: 40px;
  }
  .header .header-second .header-links-wrapper .header-links ul li#topcartlink {
    margin-left: 40px;
  }
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.top-menu-wrapper {
  position: relative;
  z-index: 1;
}
.top-menu-wrapper .top-menu-header {
  display: none;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  padding: 20px;
  border-bottom: 5px solid #17628F;
}
.top-menu-wrapper .top-menu-header.show-menu {
  display: block;
  -webkit-animation: slide-in-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  box-shadow: -2px 8px 9px 0px rgba(0, 0, 0, 0.15);
}
.top-menu-wrapper .top-menu-header li.col > a {
  font-weight: bold;
}
.top-menu-wrapper .top-menu-header .col.border-right:nth-child(8) {
  border-right: 0 !important;
}
.top-menu-wrapper .top-menu-header .second-level-items {
  padding: 5px 0;
  font-size: 14px;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .top-menu-wrapper .top-menu-header {
    max-height: 600px;
    overflow: auto;
  }
}

@media (max-width: 1200px) {
  #flyout-cart {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-first {
    display: none;
  }
}
@media (min-width: 1390px) {
  .header .header-first .header-contact-info {
    margin-left: 10%;
  }
}
@media (min-width: 1280px) {
  .header .header-second {
    padding-bottom: 10px;
  }
  .header .header-second .mobile-menu-header-item .menu-products-button {
    padding-bottom: 7px;
  }
  .header .header-second .mobile-menu-header-item .header-links ul li#topcartlink {
    padding: 20px 0 27px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .header .header-second .header-store-logo {
    padding-top: 8px;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .header .header-second .header-store-logo {
    margin-right: 13px;
  }
  .header .header-second .header-store-logo a img {
    max-width: 200px;
  }
  .header .header-second .header-links-wrapper {
    font-size: 15px;
  }
  .header .header-second .header-links-wrapper .header-links ul li {
    margin-left: 8px;
  }
  .header .header-second .header-links-wrapper .header-links ul li a img {
    padding-left: 2px;
  }
}
@media (max-width: 500px) {
  .header .header-second {
    padding: 0;
  }
}
.footer {
  font-size: 16px;
  margin-top: 170px;
}
.footer .row img {
  margin: auto;
}
@media (min-width: 1400px) {
  .footer .container {
    max-width: 1330px;
  }
  .footer .footer-lower .footer-payments-info .list-inline-item:not(:last-child) {
    margin-right: 1.1rem;
  }
}
.footer .newsletter-box-wrapper {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url("/Themes/PaulisTheme/Content/images/footer-opacity.png"), url("/Themes/PaulisTheme/Content/images/newsletter-photo.png") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 170px;
  border-radius: 34px;
}
.footer .footer-upper {
  background-color: #edf0f3;
  position: relative;
}
.footer .store-topics,
.footer .store-information-footer {
  font-size: 16px;
  font-weight: normal;
}
.footer .store-topics strong,
.footer .store-information-footer strong {
  color: #123046;
  font-size: 16px;
  font-weight: 700;
}
.footer .store-topics ul.list,
.footer .store-information-footer ul.list {
  margin: 0.5em 0;
}
.footer .store-topics {
  padding-bottom: 60px;
  border-bottom: 1px solid #c6c6c6;
}
.footer .footer-block .list li {
  margin-bottom: 15px;
}
.footer .footer-block .list li:last-child {
  margin-bottom: 0;
}
.footer .footer-block .list-info {
  margin-top: 1.5em;
}
.footer .blue-header {
  color: #3a81ab;
  font-weight: 600;
}
.footer .store-information-footer {
  padding: 50px 0;
}
.footer .store-information-footer .fa-caret-down {
  margin-left: 50px;
}
.footer .store-hours ul li {
  margin: 3px 0;
}
.footer .map iframe {
  width: 100%;
  height: 172px;
  margin-bottom: 30px;
}
.footer .footer-payments-info {
  padding: 40px 0 50px;
  border-bottom: 1px solid #c6c6c6;
}
.footer .footer-payments-info .footer-block p {
  font-size: 12px;
}
.footer .footer-payments-info .footer-block.secure p, .footer .footer-payments-info .footer-block.payments p {
  margin-bottom: 30px;
}
.footer .footer-payments-info .footer-block.follow-us .social-icons p {
  padding-left: 10px;
}
.footer .footer-store-info {
  padding: 50px 0;
}
.footer .footer-store-info .footer-disclaimer-wrapper span.footer-disclaimer {
  text-transform: uppercase;
}

.newsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.newsletter .newsletter-flex-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.newsletter .title {
  font-size: 22px;
  color: #fff;
  align-self: center;
  margin-right: 80px;
}
.newsletter .newsletter-subscribe {
  align-self: center;
}
.newsletter .newsletter-result {
  align-self: center;
  font-weight: bold;
  color: #fff;
}
.newsletter .newsletter-subscribe-text {
  min-width: 400px;
  border-radius: 34px;
  height: 40px;
  padding-left: 50px;
  font-size: 14px;
}
.newsletter .newsletter-email {
  position: relative;
}
.newsletter .newsletter-email:before {
  content: url("/Themes/PaulisTheme/Content/images/message-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 10px;
  left: 20px;
}
.newsletter .newsletter-subscribe-button {
  border-radius: 34px;
  min-width: 200px;
  height: 40px;
  padding: 0;
  margin-left: 20px;
}
.newsletter .newsletter-validation-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0 0 80px;
}
.newsletter .newsletter-validation-wrapper input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
}
.newsletter .newsletter-validation-wrapper .news-accept-label, .newsletter .newsletter-validation-wrapper a,
.newsletter .newsletter-validation-wrapper #email-validation-news-1,
.newsletter .newsletter-validation-wrapper #accept-validation-news-1 {
  color: #fff;
}
.newsletter .newsletter-validation-wrapper a {
  text-decoration: underline;
}
.newsletter .newsletter-validation-wrapper .news-accept-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.newsletter .newsletter-validation-wrapper #email-validation-news-1, .newsletter .newsletter-validation-wrapper #accept-validation-news-1 {
  padding-left: 8px;
}

@media (max-width: 1024px) {
  .footer .newsletter-box-wrapper {
    height: auto;
    min-height: 170px;
  }
  .footer .newsletter-validation-wrapper {
    padding: 15px;
    flex-direction: column;
  }
  .footer .newsletter {
    flex-direction: column;
    justify-content: center;
  }
  .footer .newsletter .newsletter-flex-wrapper {
    flex-direction: column;
    padding-top: 0;
  }
  .footer .newsletter .title {
    margin-right: 0;
  }
  .footer .newsletter .newsletter-email {
    width: 70%;
    margin: 0 auto;
  }
  .footer .newsletter .newsletter-email:before {
    top: 18px;
  }
  .footer .newsletter .newsletter-email input {
    width: 100%;
    margin-top: 10px;
  }
  .footer .newsletter .newsletter-email .newsletter-subscribe-button {
    margin-left: 0;
  }
  .footer .newsletter .newsletter-subscribe-text {
    min-width: unset;
  }
  .footer .footer-payments-info .footer-block.secure p, .footer .footer-payments-info .footer-block.payments p {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .newsletter .title strong {
    font-size: 15px;
    font-weight: 700;
  }
}
@media (max-width: 441px) {
  .store-topics .footer-block.services {
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer-payments-info {
    padding: 20px 0 0;
  }
  .footer .footer-payments-info .footer-block.secure ul .secure-1 {
    width: 85px;
  }
  .footer .footer-payments-info .footer-block.secure ul .secure-2 {
    width: 78px;
  }
  .footer .footer-payments-info .footer-block.secure ul .secure-3 {
    width: 40px;
  }
  .footer .footer-payments-info .footer-block.secure ul .secure-4 {
    width: 45px;
  }
  .footer .footer-payments-info .footer-block.secure ul .secure-5 {
    width: 54px;
  }
  .footer .footer-payments-info .footer-block.payments ul .method-1, .footer .footer-payments-info .footer-block.payments ul .method-2, .footer .footer-payments-info .footer-block.payments ul .method-3 {
    width: 35px;
  }
  .footer .footer-payments-info .footer-block.payments ul .method-4 {
    width: 23px;
  }
  .footer .footer-payments-info .footer-block.payments ul .method-5 {
    width: 60px;
  }
  .footer .footer-payments-info .footer-block.follow-us {
    padding-left: 0;
  }
  .footer .footer-payments-info .footer-block.follow-us .social-icons p {
    margin-bottom: 0.5rem;
  }
  .footer .footer-payments-info .footer-block.follow-us .social-icons ul li {
    width: 42px;
  }
  .footer .footer-store-info {
    padding: 0;
  }
  .footer .footer-store-info .footer-disclaimer-wrapper {
    padding-right: 0;
  }
  .footer .footer-store-info .footer-disclaimer-wrapper span.footer-disclaimer {
    font-size: 10px;
  }
  .footer .footer-store-info .developed-by-wrapper {
    padding-left: 0;
  }
  .footer .footer-store-info .developed-by-wrapper .developed-by {
    align-items: center;
    padding-left: 3px;
  }
  .footer .footer-store-info .developed-by-wrapper .developed-by img {
    width: 92px;
    margin-left: 15px;
  }
  .footer .footer-store-info .developed-by-wrapper .developed-by .nop-services-logo {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-store-info .developed-by-wrapper .developed-by .nop-services-logo span {
    font-size: 10px;
  }
  .footer .footer-store-info .developed-by-wrapper .developed-by .nop-services-logo img {
    width: 81px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1500px) {
  .container-custom {
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .homepage-categories-popular .category-items .category-item a.wrapper .category-item-name.box-2 {
    left: 220px;
    right: auto;
    font-size: 17px;
  }
}
@media (min-width: 1401px) and (max-width: 1549px) {
  .homepage-categories-popular .category-items .category-item a .category-item-name {
    padding-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 1400px) {
  .homepage-categories-popular .category-items {
    margin-top: 110px;
  }
  .homepage-categories-popular .category-items .category-item a .category-image {
    width: 70%;
    /*max-height: 136px;*/
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -83%);
  }
  .homepage-categories-popular .category-items .category-item a .category-item-name {
    position: relative;
    width: 100%;
    padding: 118px 0 0 0;
  }
  .homepage-categories-popular .category-items .category-item a .category-item-name span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    max-width: none;
    margin-bottom: 10px;
  }
  .homepage-categories-popular .category-items .category-item a .category-item-name .arrow-image {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .homepage-categories-popular .category-items {
    margin-top: 30px;
  }
  .homepage-categories-popular .category-items .category-item a .category-image {
    width: 70%;
    /*max-height: 136px;*/
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -116%);
  }
  .homepage-categories-popular .category-items .category-item a .category-item-name {
    position: relative;
    width: 100%;
    padding: 57px 0 0 0;
  }
  .homepage-categories-popular .category-items .category-item a .category-item-name span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    max-width: none;
  }
  .homepage-categories-popular .category-items .category-item a .category-item-name .arrow-image {
    display: none !important;
  }
}
.slider-wrapper {
  margin-bottom: 150px;
}

.skroutz-reviews {
  margin-top: 50px;
  margin-bottom: 50px;
}

.skroutz-reviews .skroutz-logo {
  width: 100px;
  height: 60px;
}

.skroutz-reviews .skroutz-logo img {
  max-width: 100%;
  max-height: 100%;
}

.skroutz-reviews .owl-dots {
  text-align: center;
  counter-reset: dots;
  /*padding: 40px;
  margin-top: 40px;*/
}

.skroutz-reviews .owl-dots .owl-dot {
  width: 55px;
  height: 55px;
  margin-right: 25px;
  border-radius: 50%;
  background: #f6f6f6;
  font-size: 20px;
  font-weight: 300;
}

.skroutz-reviews .owl-dots .owl-dot.active {
  background-color: #17628F;
  color: #fff;
}

.skroutz-reviews .owl-dots .owl-dot:before {
  counter-increment: dots;
  content: counter(dots);
}

.skroutz-reviews .review .review-name {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2E358A;
}

.skroutz-reviews .review .review-text {
  display: block;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}

.footer .map iframe {
  width: 100%;
  /*height: 172px;*/
  margin-bottom: 30px;
}

.home-page-category-grid {
  margin-top: 120px;
  margin-bottom: 120px;
}

.category-item {
  position: relative;
  height: 200px;
  margin-bottom: 30px;
}
.category-item .wrapper {
  display: block;
  overflow: hidden;
  height: 100%;
}
.category-item .wrapper .box {
  position: absolute;
  text-align: center;
}
.category-item .wrapper .box-1 {
  left: 12px;
  top: 0;
  height: 195px;
  object-fit: contain;
}
.category-item .wrapper .box-2 {
  top: 25px;
  right: 0;
  z-index: -1;
  width: 230px;
  padding: 30px;
  text-align: center;
  border-radius: 12px;
}
.category-item .wrapper .box-2 span {
  display: block;
  height: 50px;
  max-width: 80px;
  margin: 0 auto;
}
.category-item .wrapper img {
  margin: auto;
}
.category-item .category-item-name {
  background: #edf0f3;
  font-size: 18px;
  color: #202020;
}
.category-item .category-item-name img {
  margin-top: 37px;
}

.shipping-payment-box {
  margin-top: 100px;
  margin-bottom: 100px;
}
.shipping-payment-box .wrapper {
  display: flex;
  justify-content: center;
}
.shipping-payment-box .wrapper .box-text {
  align-self: center;
  margin-left: 33px;
}
.shipping-payment-box .wrapper .box-text P {
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 900;
  color: #123046;
}
.shipping-payment-box .wrapper .box-text p:first-child {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 20px;
}

.quick-products-carousel {
  margin-top: 100px;
  margin-bottom: 100px;
}
.quick-products-carousel .title {
  margin-bottom: 30px;
  text-transform: capitalize;
}

.latest-blogpost-grid {
  margin-top: 130px;
}
.latest-blogpost-grid .blog-box .picture {
  margin-bottom: 0;
}
.latest-blogpost-grid .blog-box .picture a img {
  height: auto;
  object-fit: cover;
  max-height: 200px;
}
.latest-blogpost-grid .blog-box .post-body .blog-post-overview {
  margin-bottom: 0;
}
.latest-blogpost-grid .blog-box .blog-details .buttons {
  text-align: left;
}
.latest-blogpost-grid .blog-box .blog-details .buttons a {
  font-size: small;
  font-weight: 900;
}
.latest-blogpost-grid .blog-button-link {
  margin-bottom: 130px;
}
.latest-blogpost-grid .blog-button-link a {
  padding: 17px 30px;
}

.manufacturers-homepage {
  margin-top: 120px;
  margin-bottom: 90px;
}
.manufacturers-homepage li {
  text-align: center;
  margin-top: 60px;
}
.manufacturers-homepage li img {
  margin: auto;
  display: block;
  height: 100px;
  object-fit: scale-down;
}
.manufacturers-homepage li span {
  display: block;
  margin-top: 30px;
  font-size: 14px;
  color: #202020;
}
.manufacturers-homepage .manufacturer-all-button {
  margin-top: 50px;
  min-width: 240px;
}
.manufacturers-homepage .manufacturer-all-button:hover {
  background-color: #3a81ab;
  border-color: #3a81ab;
}
.manufacturers-homepage .manufacturer-all-button:hover a {
  color: white;
}

.home-page .page-body .popular-categories-title {
  padding-left: 15px;
}
.home-page .page-body .homepage-categories-popular {
  margin-top: 50px;
}
.home-page .page-body .homepage-categories-popular .category-items .category-item a.wrapper .box-1.category-image {
  box-shadow: none;
  text-shadow: none;
  max-width: 282px;
}

.shipping-payment-box .wrapper img {
  border-radius: 30px!important;
}

@media (max-width: 1024px) {
  .home-page .slider-wrapper.anywhere-sliders-nivo-slider {
    margin-bottom: 50px;
  }
  .home-page .category-grid {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .home-page .quick-products-carousel, .home-page .latest-blogpost-grid.blog-grid, .home-page .manufacturers-homepage {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .home-page .latest-blogpost-grid .blog-button-link {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .shipping-payment-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .shipping-payment-box .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .shipping-payment-box .wrapper img {
    width: 60%;
  }
  .shipping-payment-box .wrapper .box-text {
    margin-left: 0;
  }
  .shipping-payment-box .wrapper .box-text p {
    font-size: 16px;
    padding-top: 17px;
  }



    .latest-blogpost-grid .blog-box .post-body .blog-post-overview {
      margin-bottom: 0;
      display: none;
    }
  .latest-blogpost-grid .blog-box .blog-details .buttons a {
    font-size: 9px !important;
  }
  .manufacturers-homepage li {
    margin-top: 35px;
  }
  .manufacturers-homepage li span {
    margin-top: 14px;
    font-size: 12px;
  }
}
.blog-tag-badge {
  padding: 12px;
  font-size: 15px;
  margin-right: 4px;
}
.blog-tag-badge a:hover {
  text-decoration: none;
}

.blog-imgs-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.blog-page .tags a, .blogpost-page .tags a {
  display: block;
  color: #17628F;
}

.blog-page .blog-box {
  border: 1px solid #000;
}

.back-blogs a {
  margin: 5px 15px;
  font-size: 14px;
  font-weight: 700;
}

.blog-post-image img {
  width: 100%;
  object-fit: cover;
}

.post-head {
  min-height: 63px;
}
.post-head a.post-title {
  font-weight: 700;
}

.blogpost-page-title {
  margin: 30px 0 10px;
}

.blog-post-date {
  color: #808080;
  font-style: italic;
}

.teal-line {
  width: 50px;
  height: 10px;
  border-top: 4px solid #17628F;
  margin-top: 15px;
}

.blogpost-page .button-links h4 {
  margin-right: 101px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 900;
  color: #3a81ab;
}
.blogpost-page .button-links a {
  /*width: 100%;*/
  color: white;
  margin-bottom: 12px;
  padding: 9px 90px;
}
.blogpost-page .button-links a span {
  font-size: 13px;
}
.blogpost-page .button-links .fb-share-link {
  background-color: #3b5998;
}
.blogpost-page .button-links .fb-share-link span {
  margin-left: 19px;
}
.blogpost-page .button-links .twitter-tweet-link {
  background-color: #00abf0;
}
.blogpost-page .button-links .twitter-tweet-link span {
  margin-left: 12px;
}
.blogpost-page .button-links .mail-send {
  background-color: #558395;
}
.blogpost-page .button-links .mail-send span {
  margin-left: 13px;
  margin-right: 11px;
}
.blogpost-page .new-comment {
  border-top: 2px solid #d0d1d3;
  margin-bottom: 10px;
}
.blogpost-page .new-comment .title {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #83a3b2;
  text-align: left;
}
.blogpost-page .new-comment .leave-your-comment {
  padding-left: 8px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.blogpost-page .new-comment .inputs textarea {
  width: 100%;
  border: 0.5px solid #f6f6f6;
}
.blogpost-page .new-comment .buttons {
  text-align: right;
}
.blogpost-page .new-comment .fb-share-link {
  padding-left: 8px;
  color: #83a3b2;
}
.blogpost-page .new-comment .fa-share-alt {
  margin-left: 15px;
}
.blogpost-page .comment-list {
  border-top: 4px solid #d0d1d3;
}
.blogpost-page .comment-list .title {
  padding: 20px 0px;
  font-size: 16px;
  color: #83a3b2;
  text-align: left;
}
.blogpost-page .blog-comment {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.blogpost-page .blog-comment .username {
  color: #17628F;
  font-size: 16px;
  padding-right: 10px;
}
.blogpost-page .blog-comment .user-info {
  margin-bottom: 10px;
}
.blogpost-page .blog-comment .stat-value {
  font-size: 12px;
  color: #ddd;
}

.back-blogs a {
  margin: 5px 15px;
  font-size: 14px;
  font-weight: 700;
}

.blog-post-image img {
  width: 100%;
  object-fit: cover;
}

.blogpost-page-title {
  margin: 30px 0 10px;
}

.blog-post-date {
  color: #808080;
  font-style: italic;
}

.teal-line {
  width: 50px;
  height: 10px;
  border-top: 4px solid #17628F;
  margin-top: 15px;
}

.blogpost-page .new-comment {
  border-top: 2px solid #d0d1d3;
  margin-bottom: 10px;
}
.blogpost-page .new-comment .title {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #83a3b2;
  text-align: left;
}
.blogpost-page .new-comment .leave-your-comment {
  padding-left: 8px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.blogpost-page .new-comment .inputs textarea {
  width: 100%;
  border: 0.5px solid #f6f6f6;
}
.blogpost-page .new-comment .buttons {
  text-align: right;
}
.blogpost-page .new-comment .fb-share-link {
  padding-left: 8px;
  color: #83a3b2;
}
.blogpost-page .new-comment .fa-share-alt {
  margin-left: 15px;
}
.blogpost-page .comment-list {
  border-top: 4px solid #d0d1d3;
}
.blogpost-page .comment-list .title {
  padding: 20px 0px;
  font-size: 16px;
  color: #83a3b2;
  text-align: left;
}
.blogpost-page .blog-comment {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.blogpost-page .blog-comment .username {
  color: #17628F;
  font-size: 16px;
  padding-right: 10px;
}
.blogpost-page .blog-comment .user-info {
  margin-bottom: 10px;
}
.blogpost-page .blog-comment .stat-value {
  font-size: 12px;
  color: #ddd;
}

.blog-slider-wrapper .nivo-controlNav {
  margin-top: -65px;
}
.blog-slider-wrapper .nivo-controlNav a {
  border-radius: 100%;
}

.blog-read-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.blog-read-more .addthis_inline_share_toolbox a {
  padding: 8px !important;
  margin: 0 3px 0 0;
}

.post-body .blog-post-overview {
  margin-bottom: 0;
  font-size: 16px;
}

.blog-details .buttons {
  width: 100% !important;
  text-align: left !important;
  padding: 0 !important;
}
.blog-details .buttons a.read-more {
  color: #000;
  text-transform: none;
  background-color: transparent;
  padding: 0 !important;
  font-size: small !important;
  font-weight: 700 !important;
}
.blog-details .buttons a.read-more:hover {
  background-color: transparent;
}

.blog-post-container {
  max-width: 1360px;
}
.blog-post-container .blog-post-image {
  margin-bottom: 50px;
}
.blog-post-container .post-body p {
  font-size: 19px;
}

@media (max-width: 1110px) {
  .blogpost-page .blog-post-container .button-links h4 {
    margin-right: 68px;
  }
  .blogpost-page .blog-post-container .button-links a {
    padding: 9px 75px;
  }
}
/*@media (min-width: 768px) {
    .navbar-nav .dropdo1wn.megamenu:hover .dropdown-menu {
        display: block;
    }
}*/
@media all and (max-width: 1000px) {
  .header-menu {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
@media all and (min-width: 1001px) {
  .header-menu {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    border-top: 2px solid #d0d1d3;
    border-bottom: 2px solid #d0d1d3;
    padding: 15px;
    text-align: center;
  }
  .header-menu > ul {
    display: block !important; /* prevents toggle display:none on resize */
    font-size: 0;
  }
  .header-menu > ul.mobile {
    display: none !important;
  }
  .header-menu > ul > li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
  }
  .header-menu > ul > li:first-child {
    border-left: none;
  }
  .header-menu > ul > li > a {
    display: block;
    padding: 0 10px;
    line-height: 20px;
    font-size: 21px; /*reset zeroing*/
    color: #000;
    cursor: pointer;
  }
  .header-menu > ul > li > a:hover {
    color: #7ccbb7;
  }
  .header-menu .sublist {
    display: none;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
  }
  .header-menu .sublist li {
    position: relative;
  }
  .header-menu .sublist li a {
    display: block;
    position: relative;
    padding: 10px 20px 10px 30px;
    font-size: 14px;
  }
  .header-menu .sublist li a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    width: 5px;
    height: 5px;
    background-color: #ddd;
  }
  .header-menu .sublist li:hover > a {
    background-color: #f6f6f6;
  }
  .header-menu ul li:hover > .sublist {
    display: block;
  }
  .header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
  }
}
@media all and (min-width: 1367px) {
  .header-menu > ul > li {
    padding: 0 20px;
  }
  .header-menu > ul > li > a,
  .header-menu > ul > li > span {
    font-size: 18px;
    text-transform: uppercase;
  }
}
.border-top-bottom-grey {
  border-top: 2px solid #d0d1d3;
  border-bottom: 2px solid #d0d1d3;
}

.ul-two-columns {
  -moz-column-count: 2;
  -moz-column-gap: 40px;
  -webkit-column-count: 2;
  -webkit-column-gap: 40px;
  column-count: 2;
  column-gap: 40px;
}

.category-block-1-item .pop-air-category-link {
  color: #231f20;
  font-size: 14px;
  margin-left: 26px;
}
.category-block-1-item .pop-air-category-img {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  margin: 11px 0;
}

.category-block-2-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}
.category-block-2-wrapper figure {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
  max-width: 326px;
}
.category-block-2-wrapper figure figcaption p {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.category-block-2-wrapper img {
  flex: 1;
  max-height: 326px;
}

.top-menu-nav-link {
  font-size: var(--text-md);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}

.top-menu-title {
  font-size: 17px;
  text-transform: uppercase;
}

.nav-link-inner {
  font-size: 14px;
  color: #231f20;
}

a.nav-link.nav-selected {
  color: #3a81ab;
}

.top-menu-categories-wrapper li {
  margin-bottom: 12px;
}

/***MENU MOBILE***/
#menu-btn, .mobile-search-icon, .mobile-btn-wrapper, .mobile-only {
  display: none;
}

.mobile-search-wrapper {
  display: flex;
  position: relative;
  margin-left: 30px;
}

@media (max-width: 1024px) {
  .header-first,
  #dummy-btn,
  .wishlist-label,
  .cart-label,
  .ico-account,
  .ico-logout,
  .ico-login,
  .search-box {
    display: none;
  }
  .mobile-only,
  .ico-logout-mobile,
  .ico-account-mobile,
  .mobile-search-icon {
    display: block;
  }
  .header .header-second .header-store-logo {
    margin-right: auto;
  }
  .header .header-second .header-links-wrapper .header-links ul li,
  .header .header-second .header-links-wrapper .header-links ul li#topcartlink {
    margin-left: auto;
  }
  .header .header-second .header-links-wrapper .header-links ul li img {
    padding-left: 0;
  }
  .ico-cart {
    padding-left: 8px;
  }
  .ico-wishlist,
  .ico-cart {
    display: flex;
    justify-content: center;
  }
  .ico-wishlist .wishlist-qty,
  .ico-wishlist .cart-qty,
  .ico-cart .wishlist-qty,
  .ico-cart .cart-qty {
    order: 2;
    margin-left: 5px;
  }
  .ico-wishlist img,
  .ico-cart img {
    order: 1;
  }
  .mobile-menu-header-item {
    align-self: center;
  }
  .mobile-menu-header-item.d-flex {
    display: block !important;
  }
  .mobile-btn-wrapper {
    display: flex;
  }
  .header .header-second .mobile-logo-wrapper {
    flex: 1;
  }
  .header .header-second .mobile-logo-wrapper .header-store-logo {
    max-width: 140px;
    margin: 0 auto;
  }
  .mobile-search-icon {
    align-self: center;
    margin-left: 12px;
  }
  .mobile-menu-header-item.justify-content-start,
  .mobile-menu-header-item.justify-content-end {
    justify-content: unset !important;
  }
  #menu-btn {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3a81ab;
    padding: 7px 9px;
    margin: 2px;
    z-index: 4;
  }
  #menu-btn:before,
  #menu-btn:after {
    content: "";
    display: block;
    align-self: center;
    background: #fff;
    height: 2px;
  }
  #menu-btn span {
    background: #fff;
    display: block;
    align-self: center;
    height: 2px;
    margin: 4px 0;
  }
  #menu .col {
    flex-basis: auto;
    border: 0 !important;
  }
  .logo-mobile {
    max-width: 150px;
    object-fit: contain;
    margin: 10px auto;
    display: block;
    max-height: 64px;
  }
  .mm-navbars_top .mm-navbar:last-child {
    box-shadow: inset -1px 3px 4px 0px rgba(0, 0, 0, 0.15);
  }
  /*.mm-menu .mm-navbar {
      max-height: 64px;
  }*/
  .mm-menu .mm-navbar a {
    color: #202020;
    font-size: 10px;
    font-weight: bold;
  }
  .mm-menu .mm-navbar a.mm-btn.mm-btn_close.mm-navbar__btn {
    display: block;
  }
  .border-right {
    border-right: 1px solid #dcdcdc;
  }
  .mm-menu .mm-panels .mm-navbar a {
    color: #202020;
    font-size: 16px;
    font-weight: bold;
  }
  .mm-listitem a.mm-listitem__text {
    color: #202020;
    font-size: 16px;
    font-weight: bold;
  }
  .second-level-items.mm-listitem a.mm-listitem__text {
    font-weight: normal;
  }
  .mm-listitem__btn:not(.mm-listitem__text) {
    border: 0;
  }
  .mm-panels .mm-btn_next:after {
    content: url("/Themes/PaulisTheme/Content/images/nextarrow.png");
    transform: unset;
    border: 0;
  }
  .mm-panels .mm-btn_prev:before {
    content: url("/Themes/PaulisTheme/Content/images/prevarrow.png");
    transform: unset;
    border: 0;
  }
  .mmenu-language-select {
    max-width: 30px;
    margin: 10px;
  }
  .mm-btn_close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
    width: 30px;
    height: 30px;
    transform: unset;
    border: 0;
    background: #17628F;
    border-radius: 50%;
    content: "x";
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    left: 17px;
  }
  .mm-btn_close:after {
    content: unset;
  }
  .info-mobile {
    margin: 0;
  }
  nav:not(.mm-menu) {
    display: none;
  }
  .mobile-search-wrapper.mobile-search {
    display: block;
    position: absolute;
    top: 60px;
    background: white;
    left: 0;
    right: 0;
    height: 100vh;
    box-shadow: inset -1px 3px 4px 0 rgba(0, 0, 0, 0.15);
  }
  .mobile-search-wrapper.mobile-search .search-box.store-search-box {
    display: block;
    width: 90%;
    margin: 20px auto;
    height: 42px;
    border-radius: 8px;
  }
  .mobile-search-icon .fa-times {
    display: none;
    font-size: 20px;
  }
  .mobile-search-icon .show {
    display: block;
  }
  .mobile-search-icon .hidden {
    display: none;
  }
}
@media (max-width: 345px) {
  .header .header-second .mobile-logo-wrapper .header-store-logo {
    max-width: 120px;
  }
}
.home-page-category-banner {
  /*background: url('../images/women_category_banner.png');*/
  background-repeat: no-repeat;
  background-size: auto;
  height: 768px;
}
.home-page-category-banner .banner-title {
  align-self: center;
  margin: auto;
  text-align: center;
}
.home-page-category-banner .banner-title h2 {
  font-size: 58px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.home-page-category-banner .banner-title h3 {
  font-size: 46px;
  margin-bottom: 50px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.home-page-category-banner .banner-title a:last-child {
  margin-left: 40px;
}

.homepage-category-carouel {
  background-color: #e83e8c;
}

.homepage-category-carouel {
  padding-top: 45px;
  padding-bottom: 45px;
  position: relative;
  overflow: hidden;
}
.homepage-category-carouel .read-more {
  margin-top: 50px;
}
.homepage-category-carouel .carousel-title {
  text-align: center;
}
.homepage-category-carouel .carousel-title h2 {
  color: #fff;
  margin-bottom: 0;
}
.homepage-category-carouel .carousel-title h4 {
  color: #fdf9f9;
  margin-bottom: 35px;
}
.homepage-category-carouel .owl-carousel .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: initial;
}
.homepage-category-carouel .owl-nav {
  position: absolute;
  top: calc(50% - 130px);
  width: 100%;
  z-index: 3;
}
.homepage-category-carouel .owl-nav .owl-prev {
  float: left;
  margin-left: -100px;
}
.homepage-category-carouel .owl-nav .owl-prev:focus {
  outline-color: transparent;
}
.homepage-category-carouel .owl-nav .owl-next {
  float: right;
  margin-right: -100px;
}
.homepage-category-carouel .owl-nav .owl-next:focus {
  outline-color: transparent;
}
.homepage-category-carouel .owl-nav .owl-prev.disabled,
.homepage-category-carouel .owl-nav .owl-next.disabled {
  display: none;
}

.instagram-feed {
  margin-top: 20px;
}
.instagram-feed .button-primary {
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
}
.instagram-feed .instagram-images {
  margin-top: 50px;
  margin-bottom: 85px;
}
.instagram-feed .instagram-images ul {
  overflow: hidden;
}
.instagram-feed .instagram-images ul li {
  display: inline-block;
  width: 16.66%;
  float: left;
}
.instagram-feed .instagram-images ul li img {
  height: 325px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 760px) {
  .home-page-category-banner {
    background-size: cover;
    height: 65vh;
    background-position: center;
  }
  .position-center-child {
    width: 80%;
  }
  .home-page-category-banner .banner-title h2 {
    font-size: 36px;
    font-weight: bold;
  }
  .home-page-category-banner .banner-title h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .home-page-category-banner .banner-title a.button-primary {
    display: block;
    max-width: 250px;
    margin: 10px auto;
  }
  .instagram-feed .button-primary {
    font-size: 20px;
  }
  .instagram-feed .instagram-images {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .instagram-feed .instagram-images ul li {
    width: 50%;
  }
  .instagram-feed .instagram-images ul li img {
    height: 160px;
    width: 100%;
    object-fit: cover;
  }
  .paddingLeftZero {
    padding-left: 15px;
  }
  .paddingRightZero {
    padding-right: 15px;
  }
  .social-banner .social-icons ul {
    text-align: center !important;
    border-bottom: 1px solid #d0d1d3;
    padding-bottom: 15px;
  }
  .social-banner .social-icons li {
    margin-right: 10px;
  }
  .social-banner .list-inline-item.home-separator {
    display: none;
  }
  .social-banner .payments-icons li {
    margin-left: 15px;
  }
  .payments-icons {
    padding-top: 15px;
  }
  .payments-icons ul {
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .topic-page .page-body {
    width: 80%;
    margin: 40px auto;
  }
}
.flyout-cart {
  display: none;
}

#topcartlink {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0 18px;
}

.flyout-cart {
  position: absolute;
  top: 140px;
  right: 30px;
  z-index: -1;
  width: 377px;
  background-color: #fff;
}

@media (min-width: 2500px) {
  .flyout-cart {
    right: 18%;
  }
}
@media (min-width: 3000px) {
  .flyout-cart {
    right: 22%;
  }
}
@media (min-width: 4000px) {
  .flyout-cart {
    right: 30%;
  }
}
.flyout-cart.active {
  display: block;
}

.mini-shopping-cart {
  text-align: left;
  padding: 20px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
}

.mini-shopping-cart .count {
  padding: 5px 0 15px;
}

.mini-shopping-cart .count a {
  margin: 0 2px;
  font-weight: bold;
}

.mini-shopping-cart .item {
  overflow: hidden;
  border-bottom: 1px solid #c1c1c1;
  padding: 30px 0;
}

.mini-shopping-cart .item:last-child {
  border-bottom: 0;
}

.mini-shopping-cart .picture a {
  display: block;
  position: relative;
  overflow: hidden;
}

.mini-shopping-cart .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.mini-shopping-cart .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
}

.mini-shopping-cart .picture + .product {
  margin: 0 0 0 80px;
}

.mini-shopping-cart .name {
  margin-top: 0;
  margin-bottom: 40px;
}

.mini-shopping-cart .name a {
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

.mini-shopping-cart .attributes {
  margin: 3px 0;
  font-size: 14px;
  color: #808184;
}

.mini-shopping-cart .quantity {
  font-size: 14px;
  color: #202020;
  margin-bottom: 15px;
}

.mini-shopping-cart .totals {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #c1c1c1;
}

.mini-shopping-cart .price {
  font-size: 16px;
  color: #231f20;
  font-weight: bold;
  margin-bottom: 20px;
}

.mini-shopping-cart .totals strong {
  font-size: 18px;
  font-weight: bold;
  margin-left: 60px;
}

.mini-shopping-cart .buttons {
  margin: 0;
  padding: 40px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mini-shopping-cart .title {
  background: #d1d2d4;
  padding: 10px 20px;
}
.mini-shopping-cart .title p {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.mini-shopping-cart .fa-shopping-basket {
  font-size: 80px;
  color: #000;
  margin: 35px;
}
.mini-shopping-cart .cart-button {
  margin-bottom: 10px;
}
.mini-shopping-cart .remove a {
  color: #ff0000;
  font-size: 12px;
}
.mini-shopping-cart .remove a:hover {
  color: #ff0000;
}
.mini-shopping-cart .remove a img {
  margin-left: 11px;
}
.mini-shopping-cart .prompt-for-free-mini {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  background: #d1d2d4;
  padding: 10px;
  text-align: center;
}

.flyout-cart {
  top: 140px;
}
.flyout-cart .mini-shopping-cart .no-data.empty-cart {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.flyout-cart .mini-shopping-cart .no-data.empty-cart h4.title {
  width: 166px;
  height: 37px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 700;
  padding: 0;
  background: transparent;
  text-align: left;
}

@media (max-width: 1500px) {
  .flyout-cart {
    right: 40px;
  }
}
@media (max-width: 1024px) {
  .header-links-store-wrapper #topcartlink .cart-qty {
    top: 13px;
    right: 3px;
  }
}
.flyout-cart .mini-shopping-cart .items {
  max-height: -webkit-calc(100vh - 450px);
  max-height: -moz-calc(100vh - 450px);
  max-height: -o-calc(100vh - 450px);
  max-height: calc(100vh - 450px);
  overflow: auto;
}

.shopping-cart-loading {
  display: none;
  text-align: center;
  border: 2px solid #b3b5b7;
  border-top: 0;
  padding-top: 15px;
  padding: 15px 15px 10px 15px;
  font-size: 20px;
  font-weight: bold;
}

.sc-loading .shopping-cart-loading {
  display: block;
}

.sc-loading .items {
  border-bottom: 0;
}

.blog-box {
  margin: 20px 0px;
  display: flex;
  flex-direction: column;
}
.blog-box .img-responsive {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background: #fff;
}
.blog-box .img-responsive img {
  height: 400px;
  object-fit: cover;
  margin: 0;
}
.blog-box .mini-box-text {
  background-color: #fff;
  padding: 0 15px 25px;
}
.blog-box .mini-box-text h3 {
  padding-top: 14px;
  margin-bottom: 14px;
  height: 80px;
  overflow: hidden;
}
.blog-box .mini-box-text h3 a {
  font-weight: bold;
  color: #000;
}
.blog-box .mini-box-text .blog-read-more a {
  border: 0.5px solid #000;
  padding: 8px 15px;
  -webkit-transition: background 500ms ease-out;
  -moz-transition: background 500ms ease-out;
  -ms-transition: background 500ms ease-out;
  -o-transition: background 500ms ease-out;
  transition: background 500ms ease-out;
}
.blog-box .mini-box-text .blog-read-more a:hover {
  background: #000;
  color: #fff;
}
.blog-box .mini-box-text p.blog-post-overview {
  font-size: 17px;
  color: #000;
  line-height: normal;
  height: 75px;
  overflow: hidden;
}
.blog-box .mini-box-text .homepage-category-carouel .mini-box-text a {
  display: block;
  color: #231f20;
  font-size: 16px;
}

@media (max-width: 992px) {
  .text-right.blog-read-more {
    text-align: center !important;
  }
  .blog-box .mini-box-text h3 {
    height: 65px;
  }
  .blog-box .mini-box-text p.blog-post-overview {
    height: 70px;
  }
}
.product-item {
  position: relative;
}
.product-item:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.product-item:hover .image-wrapper-red {
  background: #dc5149;
  border: 0;
}
.product-item:hover .image-wrapper-red .wishlist-btn {
  display: block;
}
.product-item:hover .image-wrapper-red .wishlist-btn-red {
  display: none;
}
.product-item:hover .image-wrapper-blue {
  background: #17628F;
  border: 0;
}
.product-item:hover .image-wrapper-blue .cart-btn {
  display: block;
}
.product-item:hover .image-wrapper-blue .cart-btn-blue {
  display: none;
}
.product-item .details {
  padding: 15px 20px;
  text-align: left;
}
.product-item .picture {
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}
.product-item .picture a {
  display: block;
  position: relative;
}
.product-item .picture a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-item .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.product-item a.product-box-name {
  height: 65px;
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 600;
  line-height: 21px;
}
.product-item .product-rating-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.product-item .product-rating-box .rating-count {
  font-size: 12px;
  font-weight: 600;
  color: #17628F;
}
@media (max-width: 765px) {
  .product-item .product-rating-box .rating-count {
    font-size: 7px;
  }
}
@media (max-width: 350px) {
  .product-item .product-rating-box .rating-count {
    font-size: 9px;
    margin-top: 5px;
  }
}
@media (max-width: 350px) {
  .product-item .product-rating-box {
    flex-direction: column;
  }
}
@media all and (min-width: 481px) {
  .product-item .product-rating-box {
    margin: 0 0 15px;
  }
}
.product-item .rating {
  background: url("../images/rating1.png") repeat-x;
  width: 95px;
  height: 14px;
}
.product-item .rating div {
  background: url("../images/rating2.png") repeat-x;
  height: 14px;
}
.product-item .description {
  display: none;
}
.product-item .description a {
  display: block;
  overflow: hidden;
}
.product-item .prices {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bebebe;
}
.product-item .prices .old-price {
  color: #000;
  text-decoration: line-through;
  margin-right: 10px;
}
.product-item .prices .old-price + .actual-price {
  color: #dc5149;
}
.product-item .product-tags-wrapper {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.product-item .price-dicount-tag {
  background: #dc5149;
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  z-index: 3;
}
.product-item .newproduct-tag {
  background: #123046;
  width: 80px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  z-index: 3;
}
.product-item .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
}
.product-item .add-to-wishlist-button, .product-item .product-box-add-to-cart-button {
  border: 0;
  background: none;
  display: flex;
  justify-content: center;
}
.product-item .add-to-wishlist-button span, .product-item .product-box-add-to-cart-button span {
  font-size: 11px;
  font-weight: 600;
  align-self: center;
  margin-left: 7px;
}
.product-item .image-wrapper {
  width: 50px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.product-item .image-wrapper img {
  align-self: center;
  width: auto;
  margin: auto;
}
.product-item .image-wrapper-red {
  background: #fff;
  border: 1px solid #c3c3c3;
}
.product-item .image-wrapper-red .wishlist-btn {
  display: none;
}
.product-item .image-wrapper-blue {
  background: #fff;
  border: 1px solid #c3c3c3;
}
.product-item .image-wrapper-blue .cart-btn {
  display: none;
}

.item-box {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .product-item:hover {
    box-shadow: none;
    text-shadow: none;
  }
}
.contact-info-maps-schedule-page iframe {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 80%;
}
.contact-info-maps-schedule-page table {
  width: 100%;
  margin: 20px auto;
  text-align: left;
}
.contact-info-maps-schedule-page table td {
  padding: 2px 0;
  width: auto;
}
.contact-info-maps-schedule-page table td.schedule {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}

.offer-cards img.product-offer-img {
  position: relative;
  z-index: 1;
  margin-bottom: -25px;
  border-radius: 20px;
}
.offer-cards .offer-card {
  z-index: 0;
  min-height: 290px;
  border: none;
  border-radius: 20px;
  background-color: #edf0f3;
}
.offer-cards .offer-card .card-offer-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 5px;
}
.offer-cards .offer-card .card-offer-body .offer-card-content {
  max-width: 520px;
  text-align: center;
}
.offer-cards .offer-card .card-offer-body .offer-card-content h5 {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
}
.offer-cards .offer-card .card-offer-body .offer-card-content p {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 16px;
  color: #202020;
}
.offer-cards .offer-card .card-offer-body a.button-offer-card {
  background-color: transparent;
  padding: 19px 59px;
  border: 1px solid #a0a1a1;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
}
.offer-cards .offer-card .card-offer-body a.button-offer-card:hover {
  background-color: white;
  color: unset;
}

@media (max-width: 765px) {
  .offer-cards .offer-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .offer-cards .offer-card .card-offer-body .offer-card-content p.card-text {
    max-width: 360px;
    font-size: 16px;
  }
  .offer-cards .offer-card .card-offer-body a.button-offer-card {
    padding: 18px 50px;
  }
}
.embroidery-box, .uniform-box {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0;
}
.embroidery-box .img-wrapper, .uniform-box .img-wrapper {
  padding: 0;
  width: 40%;
}
.embroidery-box .img-wrapper img, .uniform-box .img-wrapper img {
  margin: unset;
}
.embroidery-box .embroidery-text, .embroidery-box .uniform-text, .uniform-box .embroidery-text, .uniform-box .uniform-text {
  width: 60%;
  position: relative;
}
.embroidery-box .embroidery-text .text-wrapper, .embroidery-box .uniform-text .text-wrapper, .uniform-box .embroidery-text .text-wrapper, .uniform-box .uniform-text .text-wrapper {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.embroidery-box .embroidery-text .text-wrapper .embroidery-head, .embroidery-box .embroidery-text .text-wrapper .uniform-head, .embroidery-box .uniform-text .text-wrapper .embroidery-head, .embroidery-box .uniform-text .text-wrapper .uniform-head, .uniform-box .embroidery-text .text-wrapper .embroidery-head, .uniform-box .embroidery-text .text-wrapper .uniform-head, .uniform-box .uniform-text .text-wrapper .embroidery-head, .uniform-box .uniform-text .text-wrapper .uniform-head {
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  color: #fff;
/*  margin-bottom: 30px;*/
}
.embroidery-box .embroidery-text .text-wrapper .embroidery-body, .embroidery-box .embroidery-text .text-wrapper .uniform-body, .embroidery-box .uniform-text .text-wrapper .embroidery-body, .embroidery-box .uniform-text .text-wrapper .uniform-body, .uniform-box .embroidery-text .text-wrapper .embroidery-body, .uniform-box .embroidery-text .text-wrapper .uniform-body, .uniform-box .uniform-text .text-wrapper .embroidery-body, .uniform-box .uniform-text .text-wrapper .uniform-body {
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}
.embroidery-box .embroidery-text, .uniform-box .embroidery-text {
  background: #3a81ab;
}
.embroidery-box .uniform-text, .uniform-box .uniform-text {
  background: #dc5149;
}
.embroidery-box .embroidery-button, .uniform-box .embroidery-button {
  padding: 20px 35px;
  background-color: transparent;
  border-color: white;
  color: white;
}
.embroidery-box .embroidery-button:hover, .uniform-box .embroidery-button:hover {
  background-color: white;
  color: #3a81ab;
}

@media (min-width: 1201px) and (max-width: 1379px) {
  .embroidery-box .embroidery-text .text-wrapper .embroidery-head, .embroidery-box .embroidery-text .text-wrapper .uniform-head, .embroidery-box .uniform-text .text-wrapper .embroidery-head, .embroidery-box .uniform-text .text-wrapper .uniform-head, .uniform-box .embroidery-text .text-wrapper .embroidery-head, .uniform-box .embroidery-text .text-wrapper .uniform-head, .uniform-box .uniform-text .text-wrapper .embroidery-head, .uniform-box .uniform-text .text-wrapper .uniform-head {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .embroidery-box .embroidery-text .text-wrapper .embroidery-head, .embroidery-box .embroidery-text .text-wrapper .uniform-head, .embroidery-box .uniform-text .text-wrapper .embroidery-head, .embroidery-box .uniform-text .text-wrapper .uniform-head, .uniform-box .embroidery-text .text-wrapper .embroidery-head, .uniform-box .embroidery-text .text-wrapper .uniform-head, .uniform-box .uniform-text .text-wrapper .embroidery-head, .uniform-box .uniform-text .text-wrapper .uniform-head {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-body, .embroidery-box .embroidery-text .text-wrapper .uniform-body, .embroidery-box .uniform-text .text-wrapper .embroidery-body, .embroidery-box .uniform-text .text-wrapper .uniform-body, .uniform-box .embroidery-text .text-wrapper .embroidery-body, .uniform-box .embroidery-text .text-wrapper .uniform-body, .uniform-box .uniform-text .text-wrapper .embroidery-body, .uniform-box .uniform-text .text-wrapper .uniform-body {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .embroidery-box .embroidery-text .text-wrapper, .embroidery-box .uniform-text .text-wrapper, .uniform-box .embroidery-text .text-wrapper, .uniform-box .uniform-text .text-wrapper {
    width: 65%;
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-head, .embroidery-box .embroidery-text .text-wrapper .uniform-head, .embroidery-box .uniform-text .text-wrapper .embroidery-head, .embroidery-box .uniform-text .text-wrapper .uniform-head, .uniform-box .embroidery-text .text-wrapper .embroidery-head, .uniform-box .embroidery-text .text-wrapper .uniform-head, .uniform-box .uniform-text .text-wrapper .embroidery-head, .uniform-box .uniform-text .text-wrapper .uniform-head {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-body, .embroidery-box .embroidery-text .text-wrapper .uniform-body, .embroidery-box .uniform-text .text-wrapper .embroidery-body, .embroidery-box .uniform-text .text-wrapper .uniform-body, .uniform-box .embroidery-text .text-wrapper .embroidery-body, .uniform-box .embroidery-text .text-wrapper .uniform-body, .uniform-box .uniform-text .text-wrapper .embroidery-body, .uniform-box .uniform-text .text-wrapper .uniform-body {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .embroidery-box .embroidery-text, .embroidery-box .uniform-text, .uniform-box .embroidery-text, .uniform-box .uniform-text {
    min-height: 400px;
  }
  .embroidery-box .embroidery-text .text-wrapper, .embroidery-box .uniform-text .text-wrapper, .uniform-box .embroidery-text .text-wrapper, .uniform-box .uniform-text .text-wrapper {
    width: 85%;
    transform: translate(-54%, -53%);
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-head, .embroidery-box .embroidery-text .text-wrapper .uniform-head, .embroidery-box .uniform-text .text-wrapper .embroidery-head, .embroidery-box .uniform-text .text-wrapper .uniform-head, .uniform-box .embroidery-text .text-wrapper .embroidery-head, .uniform-box .embroidery-text .text-wrapper .uniform-head, .uniform-box .uniform-text .text-wrapper .embroidery-head, .uniform-box .uniform-text .text-wrapper .uniform-head {
    font-size: 37px;
    margin-bottom: 15px;
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-body, .embroidery-box .embroidery-text .text-wrapper .uniform-body, .embroidery-box .uniform-text .text-wrapper .embroidery-body, .embroidery-box .uniform-text .text-wrapper .uniform-body, .uniform-box .embroidery-text .text-wrapper .embroidery-body, .uniform-box .embroidery-text .text-wrapper .uniform-body, .uniform-box .uniform-text .text-wrapper .embroidery-body, .uniform-box .uniform-text .text-wrapper .uniform-body {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .uniform-box .uniform-text {
    order: 1;
  }
}
@media (max-width: 470px) {
  .embroidery-box .embroidery-text, .embroidery-box .uniform-text, .uniform-box .embroidery-text, .uniform-box .uniform-text {
    min-height: 300px;
  }
  .embroidery-box .embroidery-text .text-wrapper, .embroidery-box .uniform-text .text-wrapper, .uniform-box .embroidery-text .text-wrapper, .uniform-box .uniform-text .text-wrapper {
    width: 85%;
    transform: translate(-54%, -52%);
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-head, .embroidery-box .embroidery-text .text-wrapper .uniform-head, .embroidery-box .uniform-text .text-wrapper .embroidery-head, .embroidery-box .uniform-text .text-wrapper .uniform-head, .uniform-box .embroidery-text .text-wrapper .embroidery-head, .uniform-box .embroidery-text .text-wrapper .uniform-head, .uniform-box .uniform-text .text-wrapper .embroidery-head, .uniform-box .uniform-text .text-wrapper .uniform-head {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-body, .embroidery-box .embroidery-text .text-wrapper .uniform-body, .embroidery-box .uniform-text .text-wrapper .embroidery-body, .embroidery-box .uniform-text .text-wrapper .uniform-body, .uniform-box .embroidery-text .text-wrapper .embroidery-body, .uniform-box .embroidery-text .text-wrapper .uniform-body, .uniform-box .uniform-text .text-wrapper .embroidery-body, .uniform-box .uniform-text .text-wrapper .uniform-body {
    font-size: 12px;
    margin-bottom: 40px;
  }
  .embroidery-box .embroidery-button, .uniform-box .embroidery-button {
    padding: 17px 20px;
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .embroidery-box .embroidery-text, .embroidery-box .uniform-text, .uniform-box .embroidery-text, .uniform-box .uniform-text {
    min-height: 285px;
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-head, .embroidery-box .embroidery-text .text-wrapper .uniform-head, .embroidery-box .uniform-text .text-wrapper .embroidery-head, .embroidery-box .uniform-text .text-wrapper .uniform-head, .uniform-box .embroidery-text .text-wrapper .embroidery-head, .uniform-box .embroidery-text .text-wrapper .uniform-head, .uniform-box .uniform-text .text-wrapper .embroidery-head, .uniform-box .uniform-text .text-wrapper .uniform-head {
    font-size: 24px;
  }
  .embroidery-box .embroidery-text .text-wrapper .embroidery-body, .embroidery-box .embroidery-text .text-wrapper .uniform-body, .embroidery-box .uniform-text .text-wrapper .embroidery-body, .embroidery-box .uniform-text .text-wrapper .uniform-body, .uniform-box .embroidery-text .text-wrapper .embroidery-body, .uniform-box .embroidery-text .text-wrapper .uniform-body, .uniform-box .uniform-text .text-wrapper .embroidery-body, .uniform-box .uniform-text .text-wrapper .uniform-body {
    font-size: 11px;
    margin-bottom: 25px;
  }
  .embroidery-box .embroidery-button, .uniform-box .embroidery-button {
    padding: 17px 20px;
    font-size: 14px;
  }
}
.home-page .swiper-container {
  margin-bottom: 180px;
}
.home-page .swiper-container .swiper-wrapper .swiper-slide {
  background-size: cover;
  height: 816px;
  display: flex;
  align-items: center;
}
.home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container {
  max-width: 1350px;
}
.home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text {
  margin-bottom: 46px;
}
.home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text p {
  margin-bottom: 0;
  font-size: 56px;
  line-height: 76px;
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 800;
  width: 60%;
}
.home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .show-more-button a {
  padding: 21px 58px;
  font-size: 14px;
  color: #202020;
  font-family: "Open Sans";
  font-weight: 700;
  text-align: center;
}
.home-page .swiper-container .swiper-pagination {
  color: white;
  font-size: 24px;
  font-family: "Open Sans";
  width: auto;
  left: unset;
  right: 17%;
  top: 48%;
  font-weight: 100;
}
.home-page .swiper-container .swiper-pagination span.swiper-pagination-current {
  font-size: 48px;
  font-weight: 800;
}
.home-page .swiper-container .swiper-button-next, .home-page .swiper-container .swiper-button-prev {
  background-color: white;
  border-radius: 8px;
  width: auto;
  height: auto;
  top: 46%;
}
.home-page .swiper-container .swiper-button-next::after, .home-page .swiper-container .swiper-button-prev::after {
  display: none;
}
.home-page .swiper-container .swiper-button-next img, .home-page .swiper-container .swiper-button-prev img {
  padding: 43px 22px;
}
.home-page .swiper-container .swiper-button-next {
  right: 160px;
}
.home-page .swiper-container .swiper-button-prev {
  left: 160px;
}
.home-page .custom-pagination-wrapper {
  position: absolute;
  z-index: 34;
  display: flex;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -45%);
  background-color: transparent;
}
.home-page .custom-pagination-wrapper .custom-pagination {
  display: flex;
  background-color: white;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 9px;
  padding: 20px;
  box-shadow: 0px 4px 12px 0 rgba(0, 0, 0, 0.2);
  width: 380px;
  cursor: pointer;
}
.home-page .custom-pagination-wrapper .custom-pagination .custom-pagination-image, .home-page .custom-pagination-wrapper .custom-pagination .custom-pagination-text {
  opacity: 0.6;
}
.home-page .custom-pagination-wrapper .custom-pagination.active .custom-pagination-image, .home-page .custom-pagination-wrapper .custom-pagination.active .custom-pagination-text {
  opacity: 1;
}
.home-page .custom-pagination-wrapper .custom-pagination .custom-pagination-image {
  flex: 0 0 20%;
  max-width: 20%;
  display: flex;
  align-items: center;
}
.home-page .custom-pagination-wrapper .custom-pagination .custom-pagination-image img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.home-page .custom-pagination-wrapper .custom-pagination .custom-pagination-text {
  display: flex;
  align-items: center;
}
.home-page .custom-pagination-wrapper .custom-pagination .custom-pagination-text p {
  width: 256px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .home-page .custom-pagination-wrapper {
    top: 12%;
  }
}
@media (max-width: 1750px) {
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container {
    max-width: 1150px;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text p {
    width: 65%;
    font-size: 52px;
  }
  .home-page .swiper-container .swiper-button-next {
    right: 6%;
  }
  .home-page .swiper-container .swiper-button-prev {
    left: 6%;
  }
}
@media (max-width: 1550px) {
  .home-page .swiper-container .swiper-button-next {
    right: 60px;
  }
  .home-page .swiper-container .swiper-button-prev {
    left: 60px;
  }
}
@media (max-width: 1366px) {
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container {
    max-width: 1120px;
  }
  .home-page .custom-pagination-wrapper {
    transform: translate(-50%, -4%);
  }
}
@media (max-width: 1280px) {
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container {
    max-width: 1000px;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text {
    font-size: 47px;
    line-height: 71px;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text p {
    width: 70%;
  }
}
@media (max-width: 1200px) {
  .home-page .swiper-container {
    margin-bottom: 40px;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide {
    height: 530px;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text {
    font-size: 46px;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text p {
    width: 100%;
  }
  .home-page .swiper-container .swiper-pagination {
    top: unset;
    bottom: 10px;
    right: 25px;
  }
  .home-page .swiper-container .swiper-button-next, .home-page .swiper-container .swiper-button-prev {
    top: unset;
    bottom: 24px;
    right: unset;
  }
  .home-page .swiper-container .swiper-button-next img, .home-page .swiper-container .swiper-button-prev img {
    padding: 22px;
  }
  .home-page .swiper-container .swiper-button-next {
    left: 98px;
  }
  .home-page .swiper-container .swiper-button-prev {
    left: 28px;
  }
  .home-page .custom-pagination-wrapper {
    display: none;
  }
}
@media (max-width: 1000px) {
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper {
    text-align: left;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text {
    margin-bottom: 25px;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text p {
    font-size: 46px;
    line-height: 71px;
  }
}
@media (max-width: 600px) {
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text {
    margin-bottom: 60px;
  }
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .text p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 420px) {
  .home-page .swiper-container .swiper-wrapper .swiper-slide .custom-container .text-wrapper .show-more-button a {
    padding: 19px 55px;
  }
  .home-page .swiper-container .swiper-button-next img, .home-page .swiper-container .swiper-button-prev img {
    padding: 18px;
  }
  .home-page .swiper-container .swiper-pagination {
    font-size: 25px;
    bottom: 6px;
    right: 10px;
  }
  .home-page .swiper-container .swiper-pagination .swiper-pagination-current {
    font-size: 43px;
  }
  .home-page .swiper-container .swiper-button-next {
    left: 72px;
  }
  .home-page .swiper-container .swiper-button-prev {
    left: 14px;
  }
}
.item-box-blog {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 80px;
  text-align: left;
}

.blog-grid .picture {
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 20px;
}

.blog-grid .picture a img {
  max-width: 100%;
  max-height: 100%;
}

.blog-grid .picture a img:hover {
  opacity: 0.85;
}

.blog-grid.product-title {
  margin: 0 0 10px;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  color: #4ab2f1;
}

.blog-grid .product-title a {
  display: block;
}

.blog-grid .product-title a:hover {
  color: #248ece;
}

.blog-post-image img {
  max-width: 100%;
  text-align: center;
}

.blog-posts .picture img {
  max-width: 100%;
}

.blog-posts .post-title {
  font-weight: normal;
}

/*@import "components/notifications";
@import "components/header";
@import "components/categorypage";
@import "components/globalstyles";*/
.category-page .shipping-payment-box {
  margin-top: 20px;
  margin-bottom: 70px;
}
.category-page .shipping-payment-box .wrapper.left-wrapper {
  justify-content: flex-start;
}
.category-page .shipping-payment-box .wrapper.right-wrapper {
  justify-content: flex-end;
}
.category-page.elastic-search-result-page {
  margin-top: 30px;
}
.category-page.elastic-search-result-page h2 {
  margin-bottom: 30px;
}

@media (max-width: 765px) {
  .category-page .product-item .product-rating-box .rating-count {
    font-size: 7px;
  }
  .category-page .product-item .buttons {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }
  .category-page .product-item .buttons button {
    margin: 5px 0;
  }
  .category-page .product-item .details {
    padding: 0;
  }
}
@media (max-width: 765px) {
  .category-page .shipping-payment-box {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.category-section-left h3 {
  font-weight: 900;
  color: #123046;
  margin-bottom: 50px;
}

.block-category-navigation .sublist {
  margin-left: 12px;
}

.catalog-selectors {
  margin-bottom: 50px;
}

.product-sorting span {
  margin-right: 20px;
}

.filter-content li.filter-item-disabled {
  cursor: not-allowed;
}
.filter-content li.filter-item-disabled a {
  cursor: not-allowed;
}
.filter-content li.filter-item-disabled .default:hover {
  cursor: not-allowed;
}

.filter-title {
  margin: 0 0 20px;
}
.filter-title a {
  color: #3a81ab;
  display: flex;
  justify-content: space-between;
}
.filter-title a strong {
  font-weight: 600;
  text-transform:capitalize;
}
.filter-title .clear-filter {
  font-size: 16px;
  color: #ff0000;
}

.remove-filter {
  margin-top: 20px;
}

.remove-filter a {
  display: inline-block;
  background-color: #3a81ab;
  padding: 8px 15px;
  color: #fff;
  text-transform: uppercase;
}
.remove-filter a:hover {
  color: #fff;
}

.price-range-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.product-filter .filter-content {
  padding: 0 12px 0;
}

.filter-content {
  max-height: 400px;
  overflow: auto;
  margin: 0;
}

.pricerange-filter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: #17628F;
}

.filter-content .ui-slider {
  border: 0;
  height: 2px;
  margin: 11px 8px 11px 0;
  background: #123046;
}

.filter-content .ui-slider .ui-slider-range {
  background-color: #123046;
  border-bottom: 2px solid;
}

.filter-content .ui-slider .ui-slider-handle {
  border: 1px solid;
  background: #123046;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: -10px;
}

.ui-widget-header {
  color: #123046;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #123046;
}

.side-2 ul li {
  margin-bottom: 15px;
  font-weight: 600;
  font-size:13px;
}
.side-2 ul li.title {
  font-size: 16px;
  color: #3a81ab;
  display: flex;
  justify-content: space-between;
}
.side-2 ul li.title strong {
  font-weight: 600;
}
.side-2 ul li.active > a {
  margin-bottom: 18px;
  display: block;
  font-weight: 700;
}
.side-2 ul.sublist li a {
  font-size: 14px;
}
.side-2 .fa-caret-down {
  float: right;
}
.side-2 .view-all {
  margin-bottom: 20px;
}
.side-2 .view-all a {
  font-size: 14px;
  text-decoration: underline;
}

.category-page .product-item {
  margin-bottom: 50px;
}
.category-page .sub-category-box {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 15px 20px;
}
.category-page .sub-category-box:hover {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.category-page .sub-category-box a {
  display: block;
}
.category-page .sub-category-box p {
  margin-top: 10px;
  margin-bottom: 40px;
  height: 38px;
  font-size:18px;
}
.category-page .sub-category-box img {
  margin: auto;
}
.category-page .category-description {
  max-width: 786px;
  margin-bottom: 58px;
}
.category-page .category-description h3 {
  font-weight: 900;
  color: #123046;
  margin-bottom: 16px;
}
.category-page .category-description p {
  font-size: 18px;
  color: #202020;
}

.pager ul {
  display: flex;
  justify-content: flex-end;
}
.pager li {
  display: flex;
  justify-content: center;
  margin-left: 30px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #202020;
}
.pager li * {
  align-self: center;
}
.pager li.current-page {
  border: 1px solid #dc5149;
  color: #dc5149;
  font-weight: bold;
}
.pager li.next-page, .pager li.previous-page, .pager li.last-page, .pager li.first-page {
  width: auto;
  height: auto;
  border-radius: 34px;
}
.pager li.next-page a, .pager li.previous-page a, .pager li.last-page a, .pager li.first-page a {
  padding: 5px 50px;
}

@media (max-width: 768px) {
  .pager ul {
    flex-wrap: wrap;
  }
  .pager ul li {
    margin-left: 25px;
  }
}
@media (max-width: 732px) {
  .pager ul {
    justify-content: center;
  }
  .pager ul li {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 460px) {
  .pager ul {
    justify-content: center;
  }
  .pager ul li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .pager ul li.next-page a, .pager ul li.last-page a {
    padding: 5px 43px;
  }
}
@media (max-width: 390px) {
  .pager ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .pager ul li.next-page a, .pager ul li.last-page a {
    padding: 5px 33px;
  }
}
.filters-dropdown-button {
  display: none;
}

@media (max-width: 1024px) {
  .ipad-flex-max-width {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .mobile-dropdown {
    display: none;
    position: absolute;
    z-index: 4;
    top: 55px;
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 15px;
    left: 0;
    right: 0;
    max-width: unset;
    flex: unset;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 15px;
  }
  .mobile-dropdown.active {
    display: block;
  }
  .mobile-dropdown .category-section-left h3 {
    display: none;
  }
  .filters-dropdown-button {
    width: 150px;
    border-radius: 12px !important;
    border-color: #eaeaea;
    padding: 5px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    max-width: 49%;
  }
  .filters-dropdown-button:hover {
    background-color: white;
    border-color: #eaeaea;
  }
  .filters-dropdown-button span {
    font-size: 14px;
    font-weight: 800;
    color: #123046;
  }
  .filters-dropdown-button img {
    display: none;
    margin: 0.6rem 0 0.6rem !important;
    width: 20px;
  }
  .filters-dropdown-button img.f-close-icon {
    width: 14px;
    margin: 0.75rem 0 0.75rem !important;
  }
  .filters-dropdown-button img.active {
    display: block;
  }
  .catalog-selectors {
    position: absolute;
    top: 0;
    right: 4%;
  }
  .catalog-selectors .product-selectors .product-sorting span {
    display: none;
  }
  .catalog-selectors .product-selectors .product-sorting select {
    width: 150px;
    max-width: 98%;
    border-radius: 12px !important;
    border-color: #eaeaea;
    padding: 14px 12px;
    height: auto;
    font-size: 14px;
    font-weight: 800;
    color: #123046;
  }
}
@media (max-width: 450px) {
  .category-page .category-description .category-description-text p {
    font-size: 16px;
  }
  .category-page .sub-categories-grid ul li.sub-category-box {
    padding: 0 0 20px;
    margin-bottom: 0;
  }
  .category-page .sub-categories-grid ul li.sub-category-box p {
    height: 60px;
    margin-bottom: 5px;
  }
}
.login-page, .registration-page {
  font-weight: normal;
}
.login-page .login-title, .registration-page .login-title {
  margin-top: 50px;
  margin-bottom: 20px;
}
.login-page .login-title h1.title, .registration-page .login-title h1.title {
  color: #3a81ab;
}
.login-page .login-tabs-container, .registration-page .login-tabs-container {
  max-width: 100%;
  padding: 0;
}
.login-page .login-tabs-container .login-tabs a, .registration-page .login-tabs-container .login-tabs a {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  padding: 30px;
}
.login-page .login-tabs-container .login-tabs .login-active, .registration-page .login-tabs-container .login-tabs .login-active {
  background: #f5f5f5;
}
.login-page .login-tabs-container .login-tabs div, .registration-page .login-tabs-container .login-tabs div {
  padding: 0;
}
.login-page .external-authentication, .registration-page .external-authentication {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.login-page .external-authentication h4, .registration-page .external-authentication h4 {
  margin: 50px auto 0 auto;
  max-width: 500px;
}
.login-page .login-form, .login-page .register-form, .registration-page .login-form, .registration-page .register-form {
  max-width: 500px;
  margin: 0 auto;
  font-size: 15px;
}

.login-page .login-form label {
  margin-top: 0.8rem;
  width: 100%;
  text-align: left;
  font-weight: 700;
}
.login-page .login-form input {
  width: 100%;
  border: 1px solid #959595;
  height: 52px;
}
.login-page .login-form .forgot-password a {
  text-decoration: underline;
  color: #4688b0;
}
.login-page .login-form .remember-me {
  display: flex;
  margin-top: 18px;
  margin-bottom: 8px;
}
.login-page .login-form .remember-me .checkbox-wrapper {
  flex: 0 0 9%;
  max-width: 9%;
  display: flex;
  align-items: center;
}
.login-page .login-form .remember-me .checkbox-wrapper input {
  width: 30px;
  height: 30px;
}
.login-page .login-form .remember-me label {
  flex: 0 0 91%;
  max-width: 91%;
  margin-top: auto;
  margin-bottom: auto;
}
.login-page .login-form .login-button, .login-page .login-form .checkout-as-guest-button {
  margin-top: 20px;
  max-width: 75%;
  height: 60px;
  font-weight: 700;
}
.login-page .login-form .login-button {
  border-radius: 40px;
  color: black;
  background-color: #FFFFFF;
  border-color: #000000 !important;
}
.login-page .login-form .checkout-as-guest-button {
  font-size: 16px;
}

.registration-page .register-form .row {
  margin-top: 15px;
}
.registration-page .register-form .row * {
  text-align: left;
}
.registration-page .register-form .row * label {
  display: inline;
  text-align: left;
  font-weight: 700;
}
.registration-page .register-form .row * input, .registration-page .register-form .row * select {
  width: 100%;
  border: 1px solid #959595;
  height: 50px;
  margin-top: 5px;
}
.registration-page .register-form .row * input[type=radio], .registration-page .register-form .row * input[type=checkbox] {
  width: 30px;
  height: 30px;
}
.registration-page .register-form .row * select {
  border-radius: 0;
}
.registration-page .register-form .row * span {
  text-align: center;
  font-size: 17px;
}
.registration-page .register-form .row.title {
  margin-top: 45px;
}
.registration-page .register-form .row.title h5 {
  text-align: left;
  color: #3a81ab;
  font-weight: 700;
}
.registration-page .register-form .row.gender-section .male-gender, .registration-page .register-form .row.gender-section .female-gender {
  margin-top: 8px;
}
.registration-page .register-form .newsletter-wrapper {
  margin-top: 30px;
}
.registration-page .register-form .newsletter-wrapper input {
  margin-right: 12px;
}
.registration-page .register-form .newsletter-wrapper span.checkbox-txt {
  font-size: 16px;
  font-weight: 400;
}
.registration-page .register-form .accept-privacy-policy {
  margin-top: 10px;
}
.registration-page .register-form .accept-privacy-policy input {
  margin-right: 12px;
}
.registration-page .register-form .accept-privacy-policy span.checkbox-txt, .registration-page .register-form .accept-privacy-policy a.read {
  font-size: 16px;
  font-weight: 400;
}
.registration-page .register-form .accept-privacy-policy a.read {
  text-decoration: underline;
}
.registration-page .register-form input.register-next-step-button {
  margin-top: 20px;
  border-radius: 40px;
  max-width: 75%;
  height: 65px;
  text-align: center;
  color: black;
  background-color: #FFFFFF;
  border-color: #000000 !important;
}

@media (max-width: 570px) {
  .login-page .login-title h1.title, .registration-page .login-title h1.title {
    font-size: 22px;
  }
  .login-page .login-tabs-container .login-tabs a, .registration-page .login-tabs-container .login-tabs a {
    font-size: 16px;
  }
}
@media (max-width: 491px) {
  .login-page .login-body .login-form .checkout-as-guest-button {
    white-space: normal;
    padding: 2px 20px;
    font-size: 15px;
  }
}
.facebook-login {
  margin-top: 30px;
  max-width: 600px;
  margin: 50px auto 0;
}
.facebook-login .external-title, .facebook-login p {
  font-weight: bold;
}
.facebook-login .facebook-btn {
  background-image: url("/Themes/PaulisTheme/Content/images/loginfb.png"), url("/Themes/PaulisTheme/Content/images/facebooktext.png");
  background-repeat: no-repeat;
  background-position: 40%, 55%;
  border-radius: 40px;
  color: #fff;
  background-color: #3b5998;
  border: 0.5px solid #3b5998;
  padding: 8px 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  margin-top: 20px;
  max-width: 75%;
  width: 75%;
  height: 60px;
  font-weight: 700;
}

@media (min-width: 1400px) {
  .shopping-cart-page .container {
    max-width: 1330px;
  }
  .wishlist-page .container {
    max-width: 1330px;
  }
}
.shopping-cart-page,
.wishlist-page {
  margin-top: 90px;
}

.shopping-cart-page .page-title,
.wishlist-page .page-title {
  padding: 10px;
}
.shopping-cart-page .page-title h1,
.wishlist-page .page-title h1 {
  text-align: left;
  color: #17628F;
}

.shopping-cart-page .message-error {
  margin: 20px 0;
}

.shopping-cart-page td .message-error {
  margin: 10px 0 0;
  text-align: left;
}

.shopping-cart-page .checkout-attributes a {
  color: #4ab3f1;
}

.shopping-cart-page .checkout-attributes a:hover {
  text-decoration: underline;
}

.shopping-cart-page .tax-shipping-info {
  margin: 20px 0;
  text-align: center;
}

.shopping-cart-page .tax-shipping-info a {
  color: #4ab3f1;
}

.shopping-cart-page .tax-shipping-info a:hover {
  text-decoration: underline;
}

.shopping-cart-page .common-buttons input {
  display: inline-block;
  min-width: 180px;
}

.shopping-cart-page .no-data {
  margin: 25px 0 0;
}

.shopping-cart-page .cart-options {
  overflow: hidden;
}

.shopping-cart-page .checkout-attributes {
  float: left;
  max-width: 565px;
  margin: -30px 0 15px;
}

.shopping-cart-page .checkout-attributes li {
  margin: 5px 10px 5px 0;
}

.shopping-cart-page .selected-checkout-attributes {
  float: right;
  max-width: 395px;
  margin: 15px 0;
}

.cart-options .common-buttons {
  text-align: left;
}

.cart-options .checkout-attributes,
.cart-options .selected-checkout-attributes {
  padding: 0 10px;
}

.cart-footer {
  margin-top: 50px;
  margin-bottom: 100px;
}
.cart-footer #prompt-for-free-summary.has-content {
  padding: 10px;
  background: #f5f5f5;
  text-align: left;
  font-size: 16px;
}
.cart-footer .checkout-buttons {
  margin-top: 30px;
}
.cart-footer .checkout-buttons a, .cart-footer .checkout-buttons .common-buttons input[type=submit].continue-shopping-button {
  padding: 23px 20px;
}
.cart-footer .checkout-buttons p {
  font-size: 14px;
  margin-top: 10px;
}
.cart-footer .checkout-buttons button {
  width: 100%;
  text-transform: uppercase;
}
.cart-footer .checkout-buttons .checkout-button {
  width: 100%;
  display: block;
}
.cart-footer .cart-total .order-total {
  font-size: 18px;
  color: #202020;
}

.shopping-cart-page .empty-cart {
  min-height: 250px;
  width: 70%;
  margin: 0 auto;
  padding: 50px 0;
}

.shopping-cart-page .empty-cart h1 {
  font-size: 40px;
  font-weight: 300;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
}

.shopping-cart-page .empty-cart a {
  font-size: 25px;
  font-weight: 300;
  display: block;
  color: #17628F;
  margin-top: 30px;
}

.shopping-cart-page .empty-cart a span {
  font-weight: 400;
  border-bottom: 2px solid #17628F;
}

.continue-shopping-button {
  width: 100%;
  margin-top: 35px;
}

/*********** GLOBAL TABLES ***********/
.table-wrapper {
  overflow-x: auto;
}

.data-table .hidden-row {
  height: 1px;
  border: none;
}

.data-table tr.hidden-row th {
  padding: 0;
  border-top: none;
}

.data-table tr.hidden-row th > span {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

.cart-header-row {
  border-bottom: 0;
}

.cart th,
.data-table th,
.forum-table th {
  border: 0;
  white-space: nowrap;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding: 20px 5px;
  color: #202020;
  text-transform: uppercase;
  font-size: 13px;
}

.forum-table th.replies,
.forum-table th.views,
.forum-table th.votes,
.forum-table th.latest-post,
.forum-table th.topics,
.forum-table th.posts,
.forum-table td.replies,
.forum-table td.views,
.forum-table td.votes,
.forum-table td.latest-post,
.forum-table td.topics,
.forum-table td.posts {
  display: none;
}

.forum-table td.image {
  min-width: 0;
}

.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  border-bottom: 1px solid #aaaaaa;
  background-color: #fff;
  text-align: left;
  padding: 25px 5px;
  font-size: 18px;
  font-weight: 400;
  color: #202020;
}

.forum-table td {
  min-width: 90px;
  padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
  font-weight: normal;
}

.cart a:hover,
.data-table a:hover,
.forum-table a:hover {
  text-decoration: underline;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details {
  text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  font-weight: 600;
}

.cart .product a:hover,
.data-table .product a:hover,
.data-table .info a:hover {
  color: #17628F;
  text-decoration: none;
}

.cart .attributes {
  margin: 0;
}

.cart .product .edit-item {
  margin: 10px 0 0;
}

.cart .product .edit-item a {
  font-weight: normal;
  color: #17628F;
}

.cart .product .edit-item a:hover {
  text-decoration: underline;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
  white-space: nowrap;
  width: 50px;
}

.cart td.quantity input {
  text-align: center;
}

.cart td.subtotal,
.data-table td.total {
  white-space: nowrap;
}

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: #4ab2f1;
}

.data-table em a {
  font-weight: bold;
}

.data-table div.download {
  margin: 10px 0 0;
}

/*****CUSTOM QUANTITY CSS******/
/*.shopping-cart-page .cart-product-quantity,
.wishlist-page .cart-product-quantity,
.mini-shopping-cart .cart-product-quantity {
    overflow: hidden;
    display: block;
    background: #edf0f3;    
}*/
.shopping-cart-page .minus,
.shopping-cart-page .plus,
.wishlist-page .minus,
.wishlist-page .plus,
.mini-shopping-cart input.plus,
.mini-shopping-cart input.minus {
  float: left;
  width: 25%;
  background: #fff;
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
  float: left;
  height: 45px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: normal;
  background: #edf0f3;
}

.shopping-cart-page .cart-product-quantity .qty,
.wishlist-page .cart-product-quantity .qty,
.mini-shopping-cart .cart-product-quantity .qty {
  float: left;
  width: 25%;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border: 0;
  background: #edf0f3;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.totals .min-amount-warning {
  margin: 0;
  padding: 0;
  text-align: left;
}

.giftcard-box,
.coupon-box {
  margin-bottom: 20px;
}
.giftcard-box .title,
.coupon-box .title {
  font-size: 14px;
  color: #17628F;
  margin-bottom: 20px;
}
.giftcard-box .message-failure,
.coupon-box .message-failure {
  margin-top: 15px;
  font-size: 14px;
}
.giftcard-box .coupon-code,
.coupon-box .coupon-code {
  max-width: 378px;
  border: 1px solid #959595;
  border-radius: 34px;
  height: 47px;
  display: flex;
  justify-content: center;
}
.giftcard-box .coupon-code input,
.coupon-box .coupon-code input {
  font-size: 14px;
  border: 0;
  background: none;
  height: auto;
}
.giftcard-box .coupon-code input.discount-coupon-code,
.coupon-box .coupon-code input.discount-coupon-code {
  flex: 0 0 70%;
  max-width: 70%;
}
.giftcard-box .coupon-code input.apply-discount-coupon-code-button, .giftcard-box .coupon-code input.apply-gift-card-coupon-code-button,
.coupon-box .coupon-code input.apply-discount-coupon-code-button,
.coupon-box .coupon-code input.apply-gift-card-coupon-code-button {
  font-weight: bold;
}

.cart-payment-info.text-left {
  margin-top: 40px;
  max-width: 378px;
}
.cart-payment-info.text-left img {
  margin: auto;
}
.cart-payment-info.text-left p {
  font-size: 12px;
}
.cart-payment-info.text-left p + img {
  margin-right: 25px;
}
.cart-payment-info.text-left .need-help {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}
.cart-payment-info.text-left .need-help p {
  margin-bottom: 5px;
}
.cart-payment-info.text-left .need-help p, .cart-payment-info.text-left .need-help a {
  font-size: 16px;
}
.cart-payment-info.text-left .image-wrapper {
  width: 60px;
  height: 60px;
  border: 1px solid #202020;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-right: 25px;
}

.wishlist-page .cart-payment-info.text-left {
  margin-top: 0;
}
.wishlist-page .cart-payment-info.text-left .need-help {
  margin-top: 0;
}

/********** WISHLIST & COMPARE LIST **********/
.wishlist-content {
  margin: 0 0 20px;
}

.wishlist-content .message-error {
  margin: 20px 0;
}

.wishlist-content .table-wrapper {
  margin: 0 0 30px;
}

.wishlist-content .product-content {
  min-width: 300px;
  text-align: left;
}

.wishlist-content .tax-shipping-info {
  margin: 0 0 20px;
  text-align: center;
}

.wishlist-content .tax-shipping-info a {
  color: #4ab3f1;
}

.wishlist-content .tax-shipping-info a:hover {
  text-decoration: underline;
}

.wishlist-content .buttons {
  font-size: 0;
}

.wishlist-content .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  border: none;
  padding: 10px 25px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
  text-transform: uppercase;
  min-width: 250px;
}

.wishlist-page .wishlist-empty {
  min-height: 250px;
  width: 70%;
  margin: 0 auto;
  padding: 0 0 50px;
}
.wishlist-page .wishlist-empty h1 {
  font-size: 24px;
  line-height: 38px;
  color: #3a81ab;
  font-weight: 800;
}
.wishlist-page .wishlist-empty a {
  font-size: 14px;
  font-weight: 700;
  margin-top: 65px;
  padding: 21px 75px;
}

@media (max-width: 767px) {
  .wishlist-page .wishlist-empty {
    width: 100%;
  }
  .wishlist-page .wishlist-empty h1 {
    font-size: 23px;
  }
  .wishlist-page .wishlist-empty a {
    width: 370px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 65px;
    padding: 21px 0;
  }
}
@media (max-width: 500px) {
  .wishlist-page .wishlist-empty {
    width: 80%;
    margin: 0 auto;
  }
  .wishlist-page .wishlist-empty h1 {
    font-size: 22px;
  }
  .wishlist-page .wishlist-empty a {
    width: 250px;
  }
}
@media (max-width: 330px) {
  .wishlist-page .wishlist-empty {
    width: 80%;
    margin: 0 auto;
  }
  .wishlist-page .wishlist-empty h1 {
    font-size: 19px;
  }
  .wishlist-page .wishlist-empty a {
    width: 240px;
    font-size: 12px;
  }
}
.wishlist-content .email-a-friend-wishlist-button {
  background-color: #aaa;
}

.wishlist-content .email-a-friend-wishlist-button:hover {
  background-color: #999;
}

.wishlist-page .share-info {
  text-align: center;
}

.wishlist-page .share-info span {
  display: block;
  margin: 0 0 5px;
}

.wishlist-page .share-info a {
  font-weight: bold;
}

.compare-products-page {
  position: relative;
  overflow: hidden;
}

.compare-products-page .clear-list {
  display: inline-block;
  margin: 0 0 20px;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.compare-products-page .clear-list:hover {
  background-color: #248ece;
}

.compare-products-page .table-wrapper {
  margin: 0 0 30px;
  padding: 0 0 1px; /*IE mobile table border fix*/
}

.compare-products-table td {
  min-width: 150px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.compare-products-table td:first-child {
  min-width: 0;
}

.compare-products-table td label {
  font-weight: normal;
}

.compare-products-table .remove-button {
  display: inline-block;
  border: none;
  background: url("../images/remove.png") left center no-repeat;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: #666;
}

.compare-products-table .picture {
  display: block;
  position: relative;
  max-width: 200px;
  height: 200px;
  overflow: hidden;
}

.compare-products-table .picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.compare-products-table .product-name td {
  font-weight: bold;
}

.compare-products-table .short-description td {
  line-height: 22px;
}

.compare-products-table .full-description td {
  display: none;
}

.compare-products-page .no-data {
  margin: 25px 0 0;
}

.cart-footer .free-shipping-remaining {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid grey;
  margin-bottom: 7px;
  text-align: left;
  padding-bottom: 15px;
  align-items: baseline;
}
.cart-footer .free-shipping-remaining p {
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 0;
}
.cart-footer .free-shipping-remaining .free-shipping-box {
  margin: 0 10px 0 0;
}
.cart-footer .free-shipping-remaining #prompt-for-free-summary {
  background-color: transparent;
  padding: 1px;
}

@media (max-width: 765px) {
  .cart td {
    font-size: 16px;
  }
  .cart td label {
    margin-bottom: 0;
  }
  .shopping-cart-page, .wishlist-page {
    margin-top: 40px;
  }
  .shopping-cart-page .page-title,
  .wishlist-page .page-title {
    margin: 0px;
  }
  .cart-footer .free-shipping-remaining {
    margin-top: 15px;
  }
  .wishlist-page td.subtotal,
  .shopping-cart-page td.subtotal {
    position: relative;
  }
  .wishlist-page td.subtotal .discount,
  .shopping-cart-page td.subtotal .discount {
    position: absolute;
    bottom: -5px;
    right: 15px;
  }
  .wishlist-page .table-wrapper tr.cart-item-row {
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .wishlist-page .cart-payment-info.text-left .need-help {
    margin-bottom: 20px;
  }
  .wishlist-page .buttons.text-right {
    text-align: center !important;
  }
}
.account-page {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 80px;
}
.account-page .container {
  margin-top: 50px;
}
.account-page .page-title h1 {
  text-align: center;
}

.account-navigation {
  border-radius: 0;
  border-color: #aaa;
}
.account-navigation .card-header {
  background-color: #fff;
  border-color: #aaa;
}
.account-navigation .card-header .user-icon {
  position: relative;
  float: left;
  padding: 15px;
}
.account-navigation .card-header .user-icon .fa-circle {
  position: absolute;
  top: 20px;
  right: 11px;
  color: #3a81ab;
}
.account-navigation .card-header .user-info h4 {
  color: black;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 18px;
  margin-top: 10px;
}
.account-navigation .card-header .user-info h6 {
  color: #000;
  font-weight: 700;
  margin-top: 0;
  font-size: 12px;
  color: #d0d1d3;
}
.account-navigation .card-body .list-group li {
  padding: 15px;
}
.account-navigation .card-body .list-group li a.active {
  color: #3a81ab;
  font-weight: 700;
  font-size: 16px;
}
.account-navigation .card-body .list-group a {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.account-navigation .card-body .list-group a:hover, .account-navigation .card-body .list-group a :checked, .account-navigation .card-body .list-group a :focus {
  text-decoration: none;
}

.customer-info-page form {
  border: 1px solid #aaa;
  padding: 20px;
}
.customer-info-page .fieldset {
  width: 50%;
  margin-bottom: 25px;
}
.customer-info-page .fieldset .title {
  text-align: left;
  width: 100%;
}
.customer-info-page .fieldset .title strong {
  border-bottom: 2px solid #3a81ab;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.customer-info-page .fieldset .title .inputs .gender {
  display: flex;
}
.customer-info-page .fieldset .title .inputs .gender label {
  display: inline;
}
.customer-info-page .fieldset .title .inputs input {
  width: 100%;
  border: 1px solid #aaa;
}
.customer-info-page .fieldset .title .inputs select {
  width: 32%;
  border: 1px solid #aaa;
}
.customer-info-page .fieldset .title .inputs input[type=radio], .customer-info-page .fieldset .title .inputs input[type=checkbox] {
  width: 30px;
  height: 30px;
}
.customer-info-page .fieldset .title .inputs label {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  color: #aaa;
  font-size: 15px;
  font-weight: 300;
}
.customer-info-page .fieldset .title .inputs label.checkbox-container {
  display: flex;
  width: 100%;
  text-align: center;
}
.customer-info-page .fieldset .title .inputs label.checkbox-container span.checkbox-txt {
  white-space: normal;
  display: block;
  margin-left: 5px;
  text-align: left;
}
.customer-info-page .fieldset .save-customer-info-button {
  padding: 15px 30px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 40px;
  text-transform: uppercase;
}
.customer-info-page .consent label {
  margin-bottom: 0;
}
.customer-info-page .consent td, .customer-info-page .consent th {
  padding-bottom: 15px;
}

.address-list-page .address-box {
  padding: 30px;
  border: 1px solid #aaa;
}
.address-list-page .address-item {
  margin: 0 10px 10px 0px;
  padding: 18px;
  background-color: #f8f8f8;
  height: 52vh;
}
.address-list-page .address-item .info {
  border-top: 0;
  height: 35vh;
}
.address-list-page .address-item .info label {
  display: none;
}
.address-list-page .address-item .edit-address {
  text-align: center;
}
.address-list-page .address-item .edit-address .edit-address-button:hover {
  background: #3a81ab;
  color: #fff;
  border: 0;
}
.address-list-page .address-item .delete-address {
  text-align: right;
}
.address-list-page .add-new-address {
  margin-top: 40px;
}
.address-list-page .add-new-address input {
  width: 37%;
  height: 60px;
}

.address-edit-page .col-sm-9 {
  border: 1px solid #aaa;
  padding: 30px;
}
.address-edit-page .edit-address {
  width: 50%;
  margin: 0;
  border-top: 0;
  background-color: #fff;
  padding: 0;
}
.address-edit-page .edit-address .inputs label {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  color: #aaa;
  font-size: 15px;
  font-weight: 300;
}
.address-edit-page .edit-address .inputs select {
  width: 100%;
  border: 1px solid #aaa;
}
.address-edit-page .edit-address .inputs input {
  width: 100%;
  border: 1px solid #aaa;
}
.address-edit-page .address-button {
  width: 50%;
}
.address-edit-page .address-button .save-address-button {
  padding: 15px 30px;
  width: 50%;
}

.change-password-page form {
  border: 1px solid #aaa;
  padding: 30px;
}
.change-password-page form .fieldset {
  width: 50%;
}
.change-password-page form .fieldset .inputs label {
  display: block;
  text-align: left;
  padding-bottom: 5px;
  color: #aaa;
  font-size: 15px;
  font-weight: 300;
}
.change-password-page form .fieldset .inputs input {
  width: 100%;
  border: 1px solid #aaa;
}
.change-password-page form .change-password-buttons {
  width: 50%;
}

.password-recovery-page .password-recovery-container {
  margin-top: 40px;
  max-width: 500px;
}
.password-recovery-page .password-recovery-container .page-body .fieldset .inputs {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.password-recovery-page .password-recovery-container .page-body .fieldset .inputs label {
  text-align: left;
  width: auto;
  font-weight: 700;
  display: inline;
}
.password-recovery-page .password-recovery-container .page-body .fieldset .inputs span.required {
  text-align: left;
}
.password-recovery-page .password-recovery-container .page-body .fieldset .inputs input.email {
  display: block;
  width: 100%;
  height: 51px;
}
.password-recovery-page .password-recovery-container .page-body .buttons input {
  padding: 20px 90px;
}

.order-list {
  padding: 30px;
  border: 1px solid #aaa;
}

.order-list-table thead th {
  padding: 20px 5px;
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.order-list-table tbody tr:last-child {
  border-bottom: 0;
}
.order-list-table tbody tr {
  border-bottom: 1px solid #c1c1c1;
}
.order-list-table tbody:last-child {
  border-bottom: none;
}
.order-list-table tbody td.order-number, .order-list-table tbody td.order-total {
  font-weight: 900;
}
.order-list-table tbody td {
  padding: 30px 5px;
  font-size: 18px;
  font-weight: 400;
}

.order-details-page .col-sm-9 {
  border: 1px solid #aaa;
  padding: 30px;
}
.order-details-page .info-list {
  text-align: left;
}
.order-details-page .order-overview {
  text-align: left;
  border-bottom: 1px solid #aaa;
}
.order-details-page .order-overview .print-order-button,
.order-details-page .order-overview .pdf-invoice-button {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-right: 15px;
}
.order-details-page .order-overview .print-order-button i,
.order-details-page .order-overview .pdf-invoice-button i {
  font-size: 16px;
}
.order-details-page .order-overview .order-number strong {
  color: #000;
  font-weight: 700;
  font-size: 17px;
}
.order-details-page .order-overview .order-overview-content li.order-total strong {
  color: #3a81ab;
  font-weight: 700;
  font-size: 18px;
}
.order-details-page .order-overview .order-overview-content li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
}
.order-details-page .order-details-area {
  border-bottom: 1px solid #aaa;
}
.order-details-page .order-details-area .billing-info-wrap .billing-info .title strong {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.order-details-page .order-details-area .billing-info-wrap .billing-info li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.order-details-page .order-details-area .billing-info-wrap .payment-method-info .title strong {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.order-details-page .order-details-area .billing-info-wrap .payment-method-info .label {
  display: none;
}
.order-details-page .order-details-area .billing-info-wrap .payment-method-info li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.order-details-page .order-details-area .shipping-info-wrap .shipping-info .title strong {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.order-details-page .order-details-area .shipping-info-wrap .shipping-info li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.order-details-page .order-details-area .shipping-info-wrap .shipping-method-info .title strong {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.order-details-page .order-details-area .shipping-info-wrap .shipping-method-info .label {
  display: none;
}
.order-details-page .order-details-area .shipping-info-wrap .shipping-method-info li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.order-details-page .products {
  margin-top: 50px;
}
.order-details-page .order-details-products thead tr {
  background: #f5f5f5;
}
.order-details-page .order-details-products thead th {
  min-width: 150px;
  text-align: center;
  padding: 20px 5px;
  color: #606060;
  text-transform: uppercase;
}
.order-details-page .order-details-products th {
  min-width: 150px;
  text-align: center;
  padding: 20px 5px;
  color: #606060;
  text-transform: uppercase;
}
.order-details-page .order-details-products tbody tr {
  border-bottom: 1px solid #c1c1c1;
}
.order-details-page .order-details-products tbody tr td {
  min-width: 50px;
  text-align: center;
  padding: 50px 5px;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
.order-details-page .order-details-products tbody tr label {
  display: none;
}
.order-details-page .order-details-products tbody tr td.product {
  width: 100%;
}
.order-details-page .order-details-products tbody tr td.product a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.order-details-page .order-details-products tbody tr td.subtotal {
  font-weight: 700;
}
.order-details-page .options {
  text-align: left;
}
.order-details-page .options .selected-checkout-attributes {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  margin-top: 50px;
}
.order-details-page .total-info {
  margin-top: 50px;
  background-color: transparent;
}
.order-details-page .actions {
  text-align: right;
}
.order-details-page .actions input {
  background: #3a81ab;
  text-align: right;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.order-details-page .actions input:first-child {
  background: #3a81ab;
}
.order-details-page .actions input:first-child:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.cancelled {
  color: #e41b21;
}

.pending {
  color: #e49b1b;
}

.processing {
  color: #1b7ae4;
}

.complete {
  color: #0be410;
}

@media (max-width: 1025px) {
  .customer-info-page .fieldset {
    width: 80%;
  }
  .customer-info-page .fieldset .title .inputs select {
    height: 40px;
    text-align: left;
  }
  .customer-info-page .fieldset .title .inputs select[name=StateProvinceId],
  .customer-info-page .fieldset .title .inputs select[name=CountryId] {
    width: 100%;
  }
}
@media (max-width: 765px) {
  .customer-info-page .fieldset {
    width: 100%;
  }
  .address-list-page .address-item {
    height: auto;
  }
  .address-list-page .address-item .info {
    height: auto;
  }
  .address-edit-page .edit-address {
    width: 100%;
  }
  .address-edit-page .address-button {
    width: 100%;
  }
  .customer-info-page .fieldset .save-customer-info-button {
    width: 100%;
  }
  .change-password-page form .fieldset {
    width: 100%;
  }
}
/*******CHECKOUT COMPLETE*********/
.order-completed-page .checkout-complete-body {
  width: 20%;
  margin: 30px auto;
}
.order-completed-page .checkout-complete-body .result {
  margin: 30px 0;
}
.order-completed-page .checkout-complete-body .result b {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}
.order-completed-page .checkout-complete-body .result a {
  padding-left: 20px;
  color: #3a81ab;
  font-size: 18px;
  font-weight: 400;
}
.order-completed-page .checkout-complete-body .buttons {
  text-align: center;
}
.order-completed-page .checkout-complete-body .buttons .order-completed-continue-button {
  padding: 15px 30px;
  width: 60%;
  text-transform: uppercase;
}

@media (max-width: 1025px) {
  .order-completed-page .checkout-complete-body {
    width: 90%;
  }
  .order-completed-page .checkout-complete-body .result {
    text-align: center;
  }
  .order-completed-page .checkout-complete-body .result b {
    font-size: 16px;
  }
  .order-completed-page .checkout-complete-body .buttons .register-continue-button {
    width: 100%;
  }
}
.product-details-page .page-body .container .pictures-wrapper {
  position: relative;
  margin-top: 50px;
}
.product-details-page .page-body .container .pictures-wrapper .brand-pill {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  /*     box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);*/
  display: flex;
  justify-content: center;
  z-index: 3;
  text-align: center;
}
.product-details-page .page-body .container .pictures-wrapper .brand-pill img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}
.product-details-page .page-body .container .pictures-wrapper .brand-pill span {
  color: #b91246;
  font-size: 14px;
  font-weight: bold;
  align-self: center;
}
.product-details-page .page-body .container .pictures-wrapper .gallery-section,
.product-details-page .page-body .container .pictures-wrapper .gallery.sevenspikes-cloudzoom-gallery {
  position: relative;
}
.product-details-page .page-body .container .pictures-wrapper .gallery-section #image-button,
.product-details-page .page-body .container .pictures-wrapper .gallery.sevenspikes-cloudzoom-gallery #image-button {
  position: absolute !important;
  bottom: 20px;
  right: 0;
  border: 0;
  background: transparent;
}
.product-details-page .page-body .container .pictures-wrapper .gallery-section .picture,
.product-details-page .page-body .container .pictures-wrapper .gallery.sevenspikes-cloudzoom-gallery .picture {
  max-width: 514px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.product-details-page .page-body .container .pictures-wrapper .gallery-section .picture a.main-image-zoom,
.product-details-page .page-body .container .pictures-wrapper .gallery.sevenspikes-cloudzoom-gallery .picture a.main-image-zoom {
  position: absolute;
  bottom: 1%;
  right: 1%;
}
.product-details-page .page-body .container .pictures-wrapper .gallery-section .picture-thumbs,
.product-details-page .page-body .container .pictures-wrapper .gallery.sevenspikes-cloudzoom-gallery .picture-thumbs {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
.product-details-page .page-body .container .pictures-wrapper .gallery-section .thumb-item,
.product-details-page .page-body .container .pictures-wrapper .gallery.sevenspikes-cloudzoom-gallery .thumb-item {
  display: block;
  margin-right: 20px;
}
.product-details-page .page-body .container .pictures-wrapper .gallery-section .thumb-item img,
.product-details-page .page-body .container .pictures-wrapper .gallery.sevenspikes-cloudzoom-gallery .thumb-item img {
  height: 100px;
  object-fit: cover;
}
.product-details-page .page-body .container .pictures-wrapper .gallery-section .thumb-item:hover,
.product-details-page .page-body .container .pictures-wrapper .gallery.sevenspikes-cloudzoom-gallery .thumb-item:hover {
  cursor: pointer;
}
.product-details-page .page-body .container .product-details-payment-info {
  display: flex;
  justify-content: flex-start;
  margin-top: 100px;
}
.product-details-page .page-body .container .product-details-payment-info p {
  margin-bottom: 0;
  font-weight: 400;
}
.product-details-page .page-body .container .product-details-payment-info strong {
  font-weight: 900;
}
.product-details-page .page-body .container .product-details-payment-info .image-wrapper {
  display: flex;
  height: 60px;
  width: 60px;
  min-width: 60px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 20px;
}
.product-details-page .page-body .container .product-details-payment-info .need-help {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
.product-details-page .page-body .container .product-details-payment-info .need-help-text {
  display: flex;
  flex-direction: column;
  max-width: 155px;
}
.product-details-page .page-body .container .overview {
  position: relative;
  /*       margin: 0 0 120px;*/
  max-width: 514px;
  text-align: left;
  margin-top: 50px;
}
.product-details-page .page-body .container .overview .manufacturers {
  color: #17628F;
  font-size: 14px;
  font-weight: 500;
}
.product-details-page .page-body .container .overview .manufacturers a {
  color: #17628F;
  text-decoration: underline;
}
.product-details-page .page-body .container .overview .product-details-name {
  margin: 0 0 8px;
  border-bottom: 0;
  padding: 0;
}
.product-details-page .page-body .container .overview .product-details-name h1 {
  color: #202020;
  margin: 0;
  font-weight: normal;
}
.product-details-page .page-body .container .overview .product-reviews-overview {
  margin: 0 0 45px;
}
.product-details-page .page-body .container .overview .product-reviews-overview * {
  align-self: center;
}
.product-details-page .row img {
  margin: auto;
}
@media (min-width: 1400px) {
  .product-details-page .container {
    max-width: 1330px;
  }
}

.product-review-links a {
  font-size: 12px;
}
.product-review-links a:first-child {
  color: #17628F;
  margin: 0 10px;
}
.product-review-links a:hover {
  color: #17628F;
}

.product-review-box {
  display: inline-block;
  margin: 0;
}
.product-review-box .rating {
  width: 95px;
  height: 14px;
  background: url("../images/rating1.png") repeat-x;
}
.product-review-box .rating div {
  height: 14px;
  background: url("../images/rating2.png") repeat-x;
}

.product-no-reviews {
  font-size: 12px;
  margin-left: 10px;
  color: #202020;
}
.product-no-reviews a {
  text-decoration: underline;
}

.overview .low-stock-message {
  margin-bottom: 40px;
}
.overview .low-stock-message img {
  max-width: 30px;
  margin-right: 15px;
}
.overview .low-stock-message span {
  font-size: 14px;
  vertical-align: middle;
  font-weight: bold;
  text-transform: uppercase;
}
.overview .sku {
  font-size: 14px;
  font-weight: 500;
  color: #686868;
  margin-right: 40px;
}
.overview .prices {
  margin: 0 0 20px;
  overflow: hidden;
  align-items: center;
}
.overview .old-product-price {
  font-size: 20px;
  color: #202020;
  margin-right: 15px;
  text-decoration: line-through;
}
.overview .more-description a {
  color: #17628F;
}
.overview .product-price {
  font-size: 26px;
  color: #17628F;
  font-weight: bold;
}
.overview .product-price label {
  display: none;
}
.overview .product-price.discounted-price {
  font-size: 26px;
  padding-left: 15px;
}
.overview .old-product-price + .product-price {
  color: #dc5149;
}
.overview .non-discounted-price + .product-price.discounted-price {
  color: #dc5149;
}
.overview .non-discounted-price {
  color: #202020;
  font-size: 20px;
}
.overview .non-discounted-price label {
  margin-bottom: 0;
}
.overview .non-discounted-price span, .overview .non-discounted-price label {
  text-decoration: line-through;
}
.overview .short-description {
  margin-bottom: 22px;
}
.overview .delivery {
  margin-bottom: 22px;
}
.overview .delivery-date {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 8px;
  background: #43BF44;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 0.6rem;
  line-height: 1.4;
  margin-bottom: 1.1rem;
}
.overview .attributes {
  margin-bottom: 20px;
}
.overview .attributes .text-prompt {
  font-size: 14px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 12px;
}
.overview .attributes dd {
  margin-bottom: 20px;
}
.overview .attributes input [type=text],
.overview .attributes input[type=email],
.overview .attributes input[type=tel],
.overview .attributes input[type=password],
.overview .attributes textarea, .overview .attributes select {
  height: 50px;
  border: 1px solid #959595;
  font-size: 16px;
  color: #202020;
  min-width: 378px;
  padding: 10px 30px;
}
.overview .attributes select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("/Themes/PaulisTheme/Content/images/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: center;
}
@media (max-width: 420px) {
  .overview .attributes select {
    background-position-x: 92%;
  }
}
.overview .add-to-cart p {
  font-size: 14px;
  margin-bottom: 12px;
}
.overview .cart-product-quantity {
  border: 1px solid #000;
  max-width: 180px;
  height: 50px;
  margin-bottom: 30px;
  border-radius: 12px;
}
.overview .cart-product-quantity input {
  border: 0;
  background: none;
  /*  border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;*/
}
.overview .cart-product-quantity .qty {
  float: left;
  width: 40%;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #202020;
  border: 0;
}
.overview .cart-product-quantity .minus, .overview .cart-product-quantity .plus {
  float: left;
  width: 30%;
  /*     background: #fff;*/
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #202020;
  line-height: normal;
}
.overview .size-guide {
  margin-bottom: 30px;
  text-align: left;
}
.overview .size-guide button {
  border: 0;
  background: transparent;
}
.overview .size-guide img {
  margin: unset;
  display: inline-block;
  vertical-align: middle;
}
.overview .size-guide p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 20px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}
.overview .add-cart-wrapper {
  display: flex;
  justify-content: space-between;
}
.overview .add-cart-wrapper .button-white, .overview .add-cart-wrapper .button-blue {
  display: block;
  min-width: 378px;
  margin-bottom: 20px;
  text-align: center;
  height: 60px;
  line-height: 30px;
}
.overview .add-cart-wrapper .overview-buttons {
  align-self: center;
}
.overview .fullheart .fa-heart[data-prefix=fas] {
  display: block;
}
.overview .fullheart .fa-heart[data-prefix=far] {
  display: none;
}
.overview .add-to-wishlist {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #dc5149;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.overview .add-to-wishlist .add-to-wishlist-button {
  font-size: 26px;
  border: 0;
  font-weight: bold;
  background: none;
  color: #17628F;
  align-self: center;
}
.overview .add-to-wishlist .add-to-wishlist-button .fa-heart[data-prefix=fas], .overview .add-to-wishlist .add-to-wishlist-button .fa-heart.fas {
  display: none;
}
.overview .add-to-wishlist .add-to-wishlist-button.fullheart .fa-heart[data-prefix=far], .overview .add-to-wishlist .add-to-wishlist-button.fullheart .fa-heart.far {
  display: none;
}
.overview .add-to-wishlist .add-to-wishlist-button.fullheart .fa-heart[data-prefix=fas], .overview .add-to-wishlist .add-to-wishlist-button.fullheart .fa-heart.fas {
  display: block;
  color: #17628F;
}
.overview .add-to-wishlist:hover {
  background-color: #17628F;
}
.overview .add-to-wishlist:hover .add-to-wishlist-button .fa-heart[data-prefix=far], .overview .add-to-wishlist:hover .add-to-wishlist-button .fa-heart.far {
  display: none;
}
.overview .add-to-wishlist:hover .add-to-wishlist-button .fa-heart[data-prefix=fas], .overview .add-to-wishlist:hover .add-to-wishlist-button .fa-heart.fas {
  display: block;
  color: white;
}

@keyframes fadeSlideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.product-specs-box .table-wrapper {
  margin: 25px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateY(10px);
  animation: fadeSlideIn 0.7s ease forwards;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.product-specs-box .table-wrapper:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.product-specs-box .table-wrapper .data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.product-specs-box .table-wrapper .data-table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  vertical-align: top;
  transition: background-color 0.35s ease, color 0.35s ease;
}
.product-specs-box .table-wrapper .data-table tr {
  transition: background-color 0.35s ease, transform 0.35s ease;
}
.product-specs-box .table-wrapper .data-table tr:hover {
  background: #f8fafc;
  transform: scale(1.01);
}
.product-specs-box .table-wrapper .data-table tr:hover td {
  color: rgb(8.5, 8.5, 8.5);
}
.product-specs-box .table-wrapper .data-table .spec-name {
  width: 25%;
  text-align: right;
  font-weight: 600;
  color: #222;
  background: #f4f6f8;
  padding-right: 18px;
  letter-spacing: 0.2px;
}
.product-specs-box .table-wrapper .data-table .spec-value {
  color: #444;
}
.product-specs-box .table-wrapper .data-table .attribute-squares {
  display: inline-flex;
  gap: 5px;
  vertical-align: middle;
}
.product-specs-box .table-wrapper .data-table .attribute-squares .attribute-square-container {
  width: 22px;
  height: 22px;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  border-radius: 4px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-specs-box .table-wrapper .data-table .attribute-squares .attribute-square-container:hover {
  transform: scale(1.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  border-color: #999;
}
.product-specs-box .table-wrapper .data-table .attribute-squares .attribute-square-container .attribute-square {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.tab-content-wrapper {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
  min-height: 500px;
  padding: 50px 135px;
  margin: 120px auto;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.tab-content-wrapper:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}
.tab-content-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 30px rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.tab-content-wrapper .nav-pills .nav-link {
  color: #9f9f9f;
  font-size: 20px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  margin-right: 50px;
}
.tab-content-wrapper .nav-pills .nav-link.active {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 3px solid #123046;
  color: #123046;
}
.tab-content-wrapper .tab-content .full-description a {
  color: #3a81ab;
}
.tab-content-wrapper .tab-content .full-description ul, .tab-content-wrapper .tab-content .full-description ol {
  list-style: none;
  margin-left: 20px;
}
.tab-content-wrapper .tab-content .full-description li {
  position: relative;
}
.tab-content-wrapper .tab-content .full-description li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
  font-weight: 700;
  font-size: 15px;
}
@media (prefers-reduced-motion: reduce) {
  .tab-content-wrapper {
    transition: none;
  }
  .tab-content-wrapper:hover {
    transform: none;
  }
}

/* Smooth fade + slide for Bootstrap tabs */
.tab-content > .tab-pane {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.tab-content > .tab-pane.fade {
  opacity: 0;
  transform: translateY(14px);
}

.tab-content > .tab-pane.fade.show {
  opacity: 1;
  transform: translateY(0);
}

/*.tab-content-wrapper {*/
/*  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
min-height: 500px;
padding: 50px 135px;
margin-top: 120px;
margin-bottom: 120px;*/
/*background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    min-height: 500px;
    padding: 50px 135px;
    margin: 120px auto;
    transition: all 0.3s ease;
    backdrop-filter: blur(6px);

    .tab-content-wrapper:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
    }

    .nav-pills .nav-link {
        color: #9f9f9f;
        font-size: 20px;
        font-weight: bold;
        padding-left: 0;
        padding-right: 0;
        margin-right: 50px;
    }

    .nav-pills .nav-link.active {
        background-color: transparent;
        border-radius: 0;
        border-bottom: 3px solid #123046;
        color: #123046;
    }

    .tab-content {
        .full-description {

            a {
                color: #3a81ab;
            }


            ul, ol {
                list-style: none;
                margin-left: 20px;
            }

            li {
                position: relative;

                &:before {
                    content: "-";
                    position: absolute;
                    top: 0px;
                    left: -10px;
                    font-weight: bold;
                    font-size: 15px;
                }
            }
        }
    }
}*/
.also-purchased-products-grid,
.related-products-grid {
  margin-bottom: 150px;
}
.also-purchased-products-grid .title,
.related-products-grid .title {
  color: #123046;
  font-weight: 900;
  margin-bottom: 40px;
}

.product-general-informations {
  margin-top: 95px;
}
.product-general-informations h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #231f20;
}
.product-general-informations .overflow-wrapper {
  max-height: 230px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 1s ease-out;
  -moz-transition: max-height 1s ease-out;
  transition: max-height 1s ease-out;
  padding-bottom: 120px;
}
.product-general-informations .overflow-wrapper.open-wrapper {
  max-height: 600px;
}
.product-general-informations .overflow-wrapper.open-wrapper .view-less {
  display: block;
}
.product-general-informations .overflow-wrapper.open-wrapper .view-more {
  display: none;
}
.product-general-informations .show-more {
  width: 100%;
  height: 126px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  text-align: center;
}
.product-general-informations .show-more:hover {
  cursor: pointer;
}
.product-general-informations .show-more .show-more-btn {
  margin: 0 auto;
  margin-top: 51px;
  line-height: 1.7;
  text-transform: uppercase;
  line-height: 22px;
  width: 207px;
}
.product-general-informations .show-more .view-less {
  display: none;
}
.product-general-informations h3 {
  font-size: 19px;
  color: #202020;
}
.product-general-informations p, .product-general-informations li {
  font-size: 18px;
  color: #202020;
  max-width: 335px;
}
.product-general-informations p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-general-informations ul {
  margin-left: 20px;
}
.product-general-informations li {
  list-style: disc;
}
.product-general-informations .show-less {
  margin-top: 90px;
}
.product-general-informations .product-spefications-list {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.product-general-informations .product-spefications-list img {
  width: 30px;
  margin: 0px 25px 0 0;
}
.product-general-informations .product-spefications-list img span {
  font-size: 15px;
}

.product-details-page.grouped-items-details .page-body .container .overview .attributes select {
  width: 100%;
  min-width: inherit;
  -webkit-appearance: none;
  background: transparent;
  background-image: url("/Themes/PaulisTheme/Content/images/dropdown-arrow.png");
}
.product-details-page.grouped-items-details .page-body .container .overview .product-name {
  border-bottom: none;
  margin: 0;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .variant-overview {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 10px;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .variant-overview .variant-name {
  color: #000;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .product-variant-list .container.container-associated-product {
  padding-left: 0;
  padding-right: 0;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .product-variant-list .row.size-and-size-guide-grouped {
  margin-top: 10px;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .product-variant-list .row.size-and-size-guide-grouped .size-guide {
  margin-left: -15px;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .product-variant-list .attributes select {
  width: 100%;
  min-width: inherit;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .row.add-cart-add-wishlist-grouped {
  margin-bottom: 30px;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .row.add-cart-add-wishlist-grouped .add-to-cart-panel {
  display: inherit;
  min-width: unset;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .row.add-cart-add-wishlist-grouped .add-to-wishlist button {
  margin-left: 0;
}
.product-details-page.grouped-items-details .page-body .container .overview .product-collateral .product-variant-line {
  border-bottom: none;
  margin: 0;
}
.product-details-page.grouped-items-details .page-body .container .product-general-informations {
  margin-top: 28px;
}
.product-details-page.grouped-items-details .page-body .container .row-show-more-info-grouped .show-more {
  width: 100%;
  text-align: center;
}
.product-details-page.grouped-items-details .page-body .container.bottom-container-grouped-product {
  margin-top: 75px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
  position: relative;
}
.product-details-page.grouped-items-details .page-body .container.bottom-container-grouped-product h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
}

@media (max-width: 765px) {
  .page.product-details-page {
    padding-top: 0;
  }
  .page.product-details-page .gallery-section,
  .page.product-details-page .gallery.sevenspikes-cloudzoom-gallery {
    flex-direction: column;
  }
  .page.product-details-page .picture-thumbs,
  .page.product-details-page .gallery.sevenspikes-cloudzoom-gallery .picture-thumbs {
    order: 2;
    margin-right: 0;
    margin-top: 20px;
  }
  .page.product-details-page .picture-thumbs .owl-item img,
  .page.product-details-page .gallery.sevenspikes-cloudzoom-gallery .picture-thumbs .owl-item img {
    width: auto;
    margin: 0 auto;
  }
  .page.product-details-page .overview {
    padding-top: 20px;
    margin: 0 0 30px;
  }
  .page.product-details-page .overview .attributes input[type=text],
  .page.product-details-page .overview .attributes input[type=email],
  .page.product-details-page .overview .attributes input[type=tel],
  .page.product-details-page .overview .attributes input[type=password],
  .page.product-details-page .overview .attributes textarea,
  .page.product-details-page .overview .attributes select {
    min-width: 150px;
  }
  .page.product-details-page .overview .size-guide a {
    font-size: 14px;
  }
  .page.product-details-page .overview .size-guide {
    margin-left: 8px;
  }
  .page.product-details-page .overview .add-to-cart .add-to-cart-panel {
    min-width: 150px;
  }
  .page.product-details-page .product-general-informations {
    margin-top: 0px;
  }
}
@media (min-width: 765px) and (max-width: 992px) {
  .product-details-page.grouped-items-details .page-body .container .overview {
    margin-left: 80px;
  }
  .product-details-page.grouped-items-details .page-body .container .overview .product-collateral .product-variant-list {
    /*.size-guide.size-guide-for-grouped-products {
        margin-top: 0;
        margin-bottom: 17px;
    }*/
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-details-page .page-body .pictures-wrapper .brand-pill {
    width: 80px;
    height: 80px;
  }
  .product-details-page .page-body .product-details-payment-info .need-help .image-wrapper {
    margin-right: 4px;
  }
  .product-details-page .page-body .product-details-payment-info .need-help .need-help-text p {
    font-size: 10px;
  }
  .product-details-page .page-body .overview .attributes select {
    min-width: 328px;
  }
  .product-details-page .page-body .overview .add-cart-wrapper .add-to-cart {
    max-width: 280px;
  }
  .product-details-page .page-body .overview .add-cart-wrapper .add-to-cart .add-to-cart-button, .product-details-page .page-body .overview .add-cart-wrapper .add-to-cart a {
    line-height: unset;
    height: unset;
    min-width: 250px;
  }
  .product-details-page .page-body .overview .add-cart-wrapper .add-to-cart .add-to-cart-button {
    padding: 17px 10px;
  }
  .product-details-page .page-body .overview .add-cart-wrapper .add-to-cart button {
    min-width: 338px;
  }
  .product-details-page .page-body .overview .add-cart-wrapper a {
    padding: 8px 21px;
  }
  .product-details-page .page-body .container .tab-content-wrapper {
    padding: 36px 94px;
  }
  .product-details-page .page-body .container .tab-content-wrapper .tab-content {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .product-details-page .page-body .container .overview {
    margin-bottom: 10px;
  }
  .product-details-page .page-body .container .overview .product-details-name {
    text-align: left;
    width: 82%;
  }
  .product-details-page .page-body .container .overview .attributes .option-list li {
    margin-bottom: 10px;
  }
  .product-details-page .page-body .container .overview .attributes dl {
    text-align: left;
  }
  .product-details-page .page-body .container .overview .attributes dl dt {
    text-align: left;
  }
  .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart {
    display: flex;
    flex: 0 0 77%;
    max-width: 77%;
  }
  .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart .add-to-cart-panel {
    width: 100%;
  }
  .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart .add-to-cart-panel p {
    text-align: left;
  }
  .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart .add-to-cart-panel .add-to-cart-button, .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart .add-to-cart-panel a {
    width: 100%;
    min-width: unset;
    line-height: unset;
    height: unset;
  }
  .product-details-page .page-body .container .also-purchased-products-grid .title {
    max-width: 70%;
    margin-bottom: 17px;
  }
  .product-details-page .page-body .container .tab-content-wrapper {
    padding: 12px 23px;
    margin-top: 0;
  }
  .product-details-page .page-body .container .tab-content-wrapper .nav-pills .nav-item a {
    margin-right: 20px;
  }
  .product-details-page .page-body .container .tab-content-wrapper .tab-content .full-description ul {
    text-align: left;
  }
  .product-details-page .page-body .container .tab-content-wrapper .tab-content .full-description ul li {
    font-size: 16px;
  }
}
@media (max-width: 430px) {
  .product-details-page .page-body .container .pictures-wrapper .brand-pill {
    width: 73px;
    height: 73px;
  }
  .product-details-page .page-body .container .pictures-wrapper .brand-pill span {
    font-size: 11px;
  }
  .product-details-page .page-body .container .product-details-payment-info .need-help .image-wrapper {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-right: 5px;
  }
  .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart .add-to-cart-panel .add-to-cart-button, .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart .add-to-cart-panel a {
    width: 100%;
    min-width: unset;
    line-height: unset;
    height: unset;
  }
  .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart .add-to-cart-panel a {
    padding: 8px 21px;
  }
  .product-details-page .page-body .container .tab-content-wrapper .nav-pills .nav-item a {
    margin-right: 20px;
    font-size: 16px;
  }
  .product-details-page .page-body .container .tab-content-wrapper .tab-content .full-description ul li {
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .product-details-page .page-body .container .overview .add-cart-wrapper .add-to-cart .add-to-cart-panel button {
    line-height: 19px;
    padding: 10px 15px;
    min-width: 290px;
  }
}
/********PRODUCT ATTRIBUTES**********/
.product-details-page .attributes .textbox {
  height: 50px;
  border: 1px solid #959595;
  font-size: 16px;
  color: #202020;
  min-width: 378px;
  padding: 15px 30px;
  background: #fff;
  max-width: 378px;
}
@media (max-width: 992px) {
  .product-details-page .attributes .textbox {
    min-width: 300px;
  }
}
.product-details-page .image-squares {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details-page .image-squares .tooltip-header {
  display: none;
}
.product-details-page .image-squares li {
  display: flex;
  justify-content: flex-start;
  flex: 0 0 50%;
  align-items: center;
  max-width: 50%;
  margin-bottom: 20px;
}
.product-details-page .image-squares li label {
  display: flex;
  align-items: center;
  flex: 0 0 80%;
  max-width: 80%;
}
.product-details-page .image-squares .tooltip-body {
  margin-left: 30px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .product-details-page .image-squares .tooltip-body {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.product-details-page .btn-attributes {
  height: 50px;
  border: 1px solid #959595;
  font-size: 16px;
  color: #202020;
  min-width: 378px;
  padding: 15px 30px 15px 15px;
  background: #fff;
  max-width: 378px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}
.product-details-page .btn-attributes-placeholder-wrapper {
  display: flex;
}
.product-details-page .btn-attributes-color-placehoder {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
}
.product-details-page .embroidment-message {
  font-size: 14px;
  color: #686868;
  margin-top: 10px;
  font-style: italic;
}
.product-details-page .color-squares {
  max-width: 378px;
  border: 1px solid #959595;
  border-top: 0;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-details-page .color-squares label {
  position: relative;
}
.product-details-page .color-squares label:hover {
  cursor: pointer;
}
.product-details-page .color-squares input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
@media (max-width: 992px) {
  .product-details-page button.btn-attributes {
    min-width: unset;
    max-width: unset;
    width: 95%;
    margin: 0 auto;
    padding: 15px;
  }
  .product-details-page ul.color-squares {
    max-width: unset;
    width: 95%;
    margin: 0px auto;
  }
}
.product-details-page .color-squares.collapse:not(.show) {
  display: none;
}
.product-details-page .option-list.color-squares li {
  padding-bottom: 15px;
  flex: 0 0 50%;
  max-width: 50%;
  align-self: center;
}
.product-details-page .option-list.color-squares li label {
  display: flex;
  align-items: center;
}
.product-details-page .option-list.color-squares .attribute-square {
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #202020;
}
.product-details-page .btn-attributes[aria-expanded=true] {
  border-bottom: 0;
}

.swal2-content.sizequide-popup {
  max-height: 80vh;
  overflow-y: scroll;
  margin-top: 40px;
  padding: 30px;
}

@media (max-width: 1300px) {
  .swal2-content.sizequide-popup {
    max-height: 500px;
    padding: 20px;
  }
}
.manufacturer-list-page .header-background-img {
  background-image: url("/Themes/PaulisTheme/Content/images/οpacitycontactus.png"), url("/Themes/PaulisTheme/Content/images/manufacturers-header.png");
}
.manufacturer-list-page .page-body {
  font-family: "Open Sans";
  margin-top: 140px;
}
.manufacturer-list-page .page-body .manufacturer-grid {
  margin-bottom: 140px;
}
.manufacturer-list-page .page-body .manufacturer-grid h3 {
  font-family: "Open Sans";
  color: #123145;
  font-weight: 900;
}
.manufacturer-list-page .page-body .manufacturer-grid .manufacturers-body {
  margin-top: 50px;
}
.manufacturer-list-page .page-body .manufacturer-grid .manufacturers-body .category-dropdown h5.category-title {
  color: #3a81ab;
  font-weight: 400;
  margin-bottom: 10px;
}
.manufacturer-list-page .page-body .manufacturer-grid .manufacturers-body .category-dropdown .manufacturers-category-list .category-li {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 13px;
}
.manufacturer-list-page .page-body .manufacturer-grid .manufacturers-body .category-dropdown .manufacturers-category-list .category-li .check-box {
  display: inline-block;
  border: 1px solid lightgray;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.manufacturer-list-page .page-body .manufacturer-grid .manufacturers-body .category-dropdown .manufacturers-category-list .category-li .check-box img {
  display: block;
  width: 70%;
  margin: 0.2rem auto 1rem;
  display: none;
}
.manufacturer-list-page .page-body .manufacturer-grid .manufacturers-body .category-dropdown .manufacturers-category-list .category-li.selected .check-box img {
  display: block;
}
.manufacturer-list-page .page-body .manufacturer-grid .manufacturers-body .manufacturer-item .picture a img {
  height: 100px;
  object-fit: scale-down;
}
.manufacturer-list-page .page-body .manufacturer-grid .manufacturers-body h5 {
  font-size: 14px;
  font-weight: 400;
}

.manufacturer-page .product-item {
  margin-bottom: 50px;
}
.manufacturer-page .page-title h1 {
  color: #123046;
}
.manufacturer-page .product-selectors {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .manufacturer-page {
    margin-top: 80px;
  }
  .manufacturer-list-page .page-body {
    margin-top: 70px;
  }
  .manufacturer-list-page .page-body .manufacturer-grid {
    text-align: left;
    margin-bottom: 40px;
  }
  .manufacturer-list-page .page-body .manufacturer-grid h3 {
    display: none;
  }
  .manufacturer-list-page .page-body .manufacturer-grid h5.category-title {
    margin-top: 0;
  }
}
.about-us-page .page-body,
.topic-page .page-body {
  max-width: 1330px;
  margin-top: 40px;
  margin-bottom: 90px;
}
.about-us-page .page-body p,
.topic-page .page-body p {
  text-align: left !important;
  font-size: 18px;
  line-height: 26px;
  color: #202020;
  font-family: "Open Sans";
  font-weight: 500;
  margin-bottom: 20px;
}
.about-us-page .page-body a,
.topic-page .page-body a {
  color: #3a81ab;
}
.about-us-page .category-item .wrapper img,
.topic-page .category-item .wrapper img {
  max-width: 180px;
}

.about-us-page .header-background-img {
  background-image: url("/Themes/PaulisTheme/Content/images/aboutus-opacity.png"), url("/Themes/PaulisTheme/Content/images/aboutus-header.png");
}
.about-us-page .page-body .popular-categories .home-page-category-grid {
  margin-top: 0;
  margin-bottom: 20px;
}
.about-us-page .page-body .popular-categories .home-page-category-grid .container-custom {
  text-align: right;
  margin-bottom: 60px;
}
.about-us-page .page-body .popular-categories .home-page-category-grid .container-custom strong {
  margin-right: 10%;
}
.about-us-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular {
  flex-direction: column;
  align-items: flex-end;
}
.about-us-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items {
  max-width: 63%;
  flex: 0 0 63%;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .about-us-page .page-body .popular-categories .home-page-category-grid .container-custom, topic-page .page-body .popular-categories .home-page-category-grid .container-custom {
    text-align: center;
    margin-bottom: 60px;
  }
  .about-us-page .page-body .popular-categories .home-page-category-grid .container-custom strong, topic-page .page-body .popular-categories .home-page-category-grid .container-custom strong {
    margin-right: auto;
    margin-left: auto;
  }
  .about-us-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular, topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular {
    align-items: center;
  }
  .about-us-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items, topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items {
    width: 230px;
    margin-top: 60px;
  }
  .about-us-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items .category-item, topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items .category-item {
    width: 230px;
  }
  .topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items .category-item .box-2.category-item-name {
    left: unset;
  }
}
@media (max-width: 767px) {
  .about-us-page .page-body .popular-categories {
    order: 1;
    margin-top: 30px;
  }
  .about-us-page .page-body .popular-categories .home-page-category-grid .container-custom {
    text-align: left;
    margin-bottom: 30px;
  }
  .about-us-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular {
    flex-direction: row;
  }
  .about-us-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items {
    max-width: 50%;
  }
  .about-us-page .page-body .contact-info-maps-schedule-page .map-table iframe {
    width: 100%;
  }
  .about-us-page .page-body .contact-info-maps-schedule-page .map-table .schedule-table {
    display: none;
  }
}
.topic-page .header-background-img {
  background-image: url("/Themes/PaulisTheme/Content/images/shipment-payments-header-opacity.png"), url("/Themes/PaulisTheme/Content/images/shipment-payments-header.png");
  height: 470px;
}
.topic-page .page-body {
  margin-left: auto;
  margin-right: auto;
}
.topic-page .page-body h3 {
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 25px;
  color: #123046;
}
.topic-page .page-body .popular-categories .home-page-category-grid {
  margin-bottom: 20px;
  margin-top: 60px;
  padding-left: 0;
}
.topic-page .page-body .popular-categories .home-page-category-grid .container-custom {
  text-align: left;
  margin: 0 0 60px 0;
  max-width: unset;
  padding: 0;
  width: auto;
}
.topic-page .page-body .popular-categories .home-page-category-grid .container-custom strong {
  margin-right: 10%;
}
.topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}
.topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items {
  max-width: 100%;
}
.topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items .category-item .category-item-name {
  left: 150px;
}

@media (max-width: 991px) {
  .topic-page .page-body .store-title {
    text-align: left;
    padding: 0;
  }
  .topic-page .page-body .store-title h3 {
    font-size: 18px;
  }
  .topic-page .page-body .contact-info-maps-schedule-page .map-table iframe {
    width: 100%;
  }
  .topic-page .page-body .popular-categories .home-page-category-grid .container-custom {
    text-align: left;
  }
  .topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular {
    flex-direction: row;
  }
  .topic-page .page-body .popular-categories .home-page-category-grid .homepage-categories-popular .category-items .category-item .box-2.category-item-name {
    left: unset;
  }
}
@media (max-width: 575px) {
  .topic-page .common-page-title {
    height: 260px;
    background-size: cover;
    text-align: left;
  }
}
.search-page .page-title.search-title-sorting {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
}
.search-page .page-title.search-title-sorting:after {
  display: none;
}
.search-page .page-title.search-title-sorting h1 {
  font-weight: 900;
  color: #123046;
  margin-bottom: 16px;
}
.search-page .page-body .search-input form {
  max-width: 500px;
  margin: 0 auto;
  font-size: 15px;
}
.search-page .page-body .search-input form .fieldset .form-fields {
  background: transparent;
  border-top: none;
}
.search-page .page-body .search-input form .fieldset .form-fields label {
  display: inline;
  text-align: left;
  font-weight: 700;
  white-space: normal;
}
.search-page .page-body .search-input form .fieldset .form-fields input[type=text], .search-page .page-body .search-input form .fieldset .form-fields select {
  display: inline-block;
  width: 100%;
  border: 1px solid #959595;
  height: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.search-page .page-body .search-input form .fieldset .form-fields input[type=checkbox] {
  border-color: gray;
}
.search-page .page-body .search-input form .fieldset .form-fields .advanced-search {
  margin-top: 10px;
  margin-right: -15px;
  margin-left: -15px;
}
.search-page .page-body .search-input form .fieldset .form-fields .advanced-search .price-range-label {
  margin-top: 10px;
}
.search-page .page-body .search-input form .fieldset .form-fields .advanced-search .price-range-block {
  display: flex;
  margin-top: 5px;
  margin-bottom: 10px;
}
.search-page .page-body .search-input form .fieldset .form-fields .advanced-search .price-range-block * {
  margin-top: auto;
  margin-bottom: auto;
}
.search-page .page-body .search-input form .fieldset .form-fields .advanced-search .price-range-block span {
  margin-right: 10px;
}
.search-page .page-body .search-input form .fieldset .form-fields .advanced-search span {
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.search-page .page-body .search-input form .fieldset .form-fields .advanced-search span .price-from, .search-page .page-body .search-input form .fieldset .form-fields .advanced-search span .price-to {
  width: 50%;
}
.search-page .page-body .search-input form .buttons input.search-button {
  padding: 15px 50px;
}

@media (max-width: 600px) {
  .search-page .page-title.search-title-sorting {
    margin-top: 70px;
    flex-direction: column;
  }
  .search-page .page-title.search-title-sorting .product-selectors {
    align-self: flex-end;
  }
  .search-page .page-body .search-input form .fieldset .form-fields .advanced-search .price-range-block span {
    margin-right: 4px;
  }
}
.contact-pages {
  margin-top: 120px;
}
.contact-pages .page-title h1 {
  color: #123046;
  margin-bottom: 16px;
  margin-left: 15%;
}
.contact-pages .page-body .custom-container {
  max-width: 800px;
}
.contact-pages .page-body .custom-container form {
  margin-top: 80px;
  margin-bottom: 80px;
}
.contact-pages .page-body .custom-container form .form-fields {
  margin-left: auto;
  margin-right: auto;
  border: none;
  background-color: transparent;
}
.contact-pages .page-body .custom-container form .form-fields label {
  display: inline;
  text-align: left;
  font-weight: 700;
  white-space: normal;
}
.contact-pages .page-body .custom-container form .form-fields input, .contact-pages .page-body .custom-container form .form-fields textarea {
  width: 100%;
  border: 1px solid #959595;
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.contact-pages .page-body .custom-container form .form-fields input[type=text] {
  height: 50px;
}
.contact-pages .page-body .custom-container form .form-fields input[type=file] {
  display: none;
}
.contact-pages .page-body .custom-container form .form-fields textarea {
  resize: none;
}
.contact-pages .page-body .custom-container form .form-fields .logo-input {
  margin-top: 9px;
}
.contact-pages .page-body .custom-container form .form-fields .logo-input .choose-a-file {
  padding: 10px 15px;
  margin: 5px 4px 10px;
}
.contact-pages .page-body .custom-container form .buttons input[type=submit] {
  padding: 15px 50px;
}

.block-blog-archive .number {
  display: block;
  cursor: auto;
}

.block-blog-archive .sublist {
  margin: 5px 0 5px 15px;
}

.block-blog-archive li.month {
  padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
  margin: 0;
}

.blog-page .post,
.news-items .news-item {
  margin: 0 0 30px;
}

.blog-page .post:after {
  content: "";
  display: block;
  clear: both;
}

.post-date,
.news-date {
  display: block;
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px;
  font-style: italic;
}

.blog-page .tags,
.blogpost-page .tags {
  margin: 0 0 15px;
  overflow: hidden;
  padding: 0 10px;
}

.blog-page .tags label,
.blogpost-page .tags label {
  display: inline-block;
  margin: 0 3px 3px 0;
  font-weight: bold;
}

.blog-page .tags ul,
.blogpost-page .tags ul {
  display: inline-block;
  margin: 0 0 3px 3px;
  font-size: 0;
}

.blog-page .tags li,
.blogpost-page .tags li {
  display: inline-block;
  font-size: 14px; /*reset zeroing*/
}

.blog-page .tags li.separator,
.blogpost-page .tags li.separator {
  margin: 0 8px 0 0;
}

.blog-page .tags a,
.blogpost-page .tags a {
  display: block;
}

.blog-posts .buttons,
.news-items .buttons {
  margin: 0;
  padding: 0 10px;
}

.blog-posts .buttons .read-comments {
  display: block;
  margin: 0 0 15px;
  font-weight: bold;
}

.blog-posts .buttons .read-more,
.news-items .buttons .read-more {
  display: inline-block;
  border: none;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
}

.blog-posts .buttons .read-more:hover,
.news-items .buttons .read-more:hover {
  background-color: #248ece;
}

.new-comment {
  margin: 50px 0 60px;
}

.new-comment .notifications {
  margin: 0 0 10px;
}

.new-comment .form-fields {
  margin: 0 0 20px;
}

.new-comment .button-1 {
  border: none;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.comment-list {
  margin: 0 0 100px;
}

.comment-list .title {
  margin: 0 0 15px;
  padding: 0 10px;
}

.comment-list .title strong {
  font-weight: normal;
}

.comment-list .comment {
  margin: 0 0 40px;
  border-top: 1px solid #ddd;
}

.comment-list .comment:after {
  content: "";
  display: block;
  clear: both;
}

.comment-info {
  width: 150px;
  margin: 20px auto;
}

.comment-info .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
}

.comment-info .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.comment-info .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  border: solid 2px #CEDBE1 !important;
}

.comment-time {
  margin: 0 0 15px;
  font-weight: bold;
}

.comment-title {
  margin: 0 0 15px;
}

.comment-body {
  line-height: 22px;
}

.news-list-homepage {
  margin: 0 0 75px;
}

.news-list-homepage .title {
  margin: 0 0 -1px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
}

.news-list-homepage .title strong {
  font-weight: normal;
}

.news-list-homepage .view-all {
  text-align: center;
}

.news-list-homepage .view-all a {
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  .blog-posts .tags {
    float: right;
    width: 80%;
    text-align: right;
  }
  .blog-posts .buttons {
    float: left;
    width: 20%;
    text-align: left;
  }
  .new-comment {
    text-align: center;
  }
  .new-comment .buttons {
    text-align: center;
  }
  .comment-list .comment {
    display: table;
    width: 100%;
    margin: 0;
  }
  .comment-list .comment:last-child {
    border-bottom: 1px solid #ddd;
  }
  .comment-info {
    display: table-cell;
    width: 15%;
    margin: 0;
    vertical-align: top;
  }
  .comment-info .username {
    min-height: 40px;
    margin: 0;
    border: none;
    text-align: center;
  }
  .comment-info .avatar {
    border: none;
  }
  .comment-info .avatar img {
    max-width: 80%;
    max-height: 80%;
  }
  .comment-content {
    display: table-cell;
    width: 85%;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
  }
  .comment-time {
    min-height: 40px;
    margin: 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-weight: normal;
  }
  .comment-title {
    margin: 0 0 -20px;
    padding: 20px;
  }
  .comment-body {
    padding: 20px;
  }
}
@media all and (min-width: 1001px) {
  .comment-list {
    margin: 0 0 50px;
  }
  .news-list-homepage .news-items {
    overflow: hidden;
    text-align: left;
  }
  .news-list-homepage .news-item {
    float: left;
    width: 31.33333%;
    margin: 0 1% 30px;
  }
  .news-list-homepage .news-item:nth-child(3n+1) {
    clear: both;
  }
  .news-list-homepage .news-item:only-child {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }
  .news-list-homepage .news-head {
    text-align: center;
  }
  .news-list-homepage .news-body {
    text-align: justify;
  }
}
.breadcrumb ul {
  font-size: 0;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li * {
  display: inline-block;
  margin: 0 3px;
  font-size: 14px; /*reset zeroing*/
  line-height: 21px;
  color: #686868;
}

.breadcrumb strong {
  font-weight: normal;
}

.category-description-wrapper {
  display: block;
  margin-bottom: 60px;
}
.category-description-wrapper h5 {
  font-size: 14px;
  color: #231f20;
  margin: 0;
}

.checkout-page .section {
  margin: 0 0 30px;
}

.checkout-page .section.order-summary {
  margin: 100px 0 30px;
}

.checkout-page .cart-options {
  min-height: 60px;
  overflow: hidden;
}

.checkout-page .cart-footer {
  border-top: none;
}

.checkout-page .total-info {
  margin: 0;
  border-bottom: none;
  padding: 5px 20px 10px;
}

.checkout-page .button-1 {
  display: inline-block;
  min-width: 140px;
  border: none;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.checkout-page .button-1:hover {
  background-color: #248ece;
}

.checkout-page .address-item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
}

.checkout-page .address-item ul {
  margin: 0 0 15px;
  background-color: #f9f9f9;
  padding: 20px;
}

.checkout-page .address-item li {
  padding: 5px 0;
}

.checkout-page .address-item li.name {
  font-size: 16px;
  font-weight: bold;
}

.enter-address .message-error {
  margin: 20px 0;
}

.enter-address .edit-address {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
  padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
  padding: 30px 0;
  text-align: center;
}

.checkout-page .ship-to-same-address .selector {
  margin: 0 0 5px;
  font-weight: bold;
}

.checkout-page .pickup-in-store {
  text-align: center;
}

.checkout-page .pickup-in-store .selector {
  margin: 0 0 5px;
  font-weight: bold;
}

.select-pickup-point {
  text-align: center;
}

.checkout-page .pickup-points-map {
  min-width: 400px;
  min-height: 350px;
  vertical-align: middle;
  margin-top: 5px;
  margin-bottom: 5px;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.shipping-method .method-list li,
.payment-method .method-list li {
  margin: 20px 0;
  font-size: 14px; /*reset zeroing*/
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
  font-size: 13px;
  font-weight: bold;
}

.shipping-method .method-description {
  margin: 5px 0 0;
}

.payment-method .use-reward-points {
  margin: 0 0 30px;
  text-align: center;
}

.payment-method .payment-logo {
  display: inline-block;
  vertical-align: middle;
}

.payment-method .payment-logo label {
  display: block;
  font-size: 0 !important;
}

.payment-method .payment-details {
  min-width: 180px;
  display: inline-block;
  margin: 0 0 0 10px;
  text-align: left;
  vertical-align: middle;
}

.payment-info .info {
  padding: 30px 15px;
}

.payment-info .info tr {
  display: block;
  margin: 0 0 15px;
  font-size: 0;
}

.payment-info .info td {
  display: inline-block;
  width: 100% !important;
  max-width: 400px !important;
  font-size: 14px; /*reset zeroing*/
}

.payment-info .info td:only-child {
  width: 100% !important;
  max-width: 100% !important;
}

.payment-info .info td input[type=text] {
  width: 100% !important;
}

.payment-info .info td input[name=CardCode] {
  width: 65px !important;
}

.payment-info .info td select {
  min-width: 70px;
}

.payment-info .info td:first-child {
  margin: 0 0 10px;
}

.payment-info .info p {
  text-align: center;
}

.confirm-order .buttons {
  padding: 10px 0;
}

.confirm-order .button-1 {
  font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
  background-color: #f9f9f9;
  padding: 20px;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
  padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
  margin: 0 0 5px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
  font-weight: 700;
}

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
  margin-top: 20px;
}

.order-completed .details {
  margin: 0 0 30px;
  padding: 30px 15px;
  text-align: center;
}

.order-completed .details div {
  margin: 5px 0;
}

.order-completed .details strong {
  font-weight: normal;
  text-transform: uppercase;
}

.order-completed .details a {
  color: #123046;
}

.order-completed .fa-check-circle {
  display: block;
  font-size: 50px;
  margin: 30px 0 0;
  width: 100%;
}

.order-completed-continue-button {
  width: 350px;
  margin: 0 auto;
}

.order-completed .details a:hover {
  text-decoration: underline;
}

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  background-color: #f6f6f6;
}

.opc .allow .step-title {
  cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
  float: left;
  min-height: 40px;
  padding: 10px 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
  color: #fff;
  cursor: pointer;
}

.opc .step-title .number {
  width: 42px;
  border-right: 1px solid #fff;
  text-align: center;
}

.opc .allow .step-title .number {
  background-color: #248ece;
}

.opc .step {
  margin: 10px 0;
  padding: 30px 15px;
  text-align: center;
}

.opc .section {
  margin: 0 0 30px;
}

.opc .section > label {
  display: block;
  margin: 0 0 10px;
}

.opc input[type=text],
.opc select {
  max-width: 100%;
}

.opc .buttons {
  margin-bottom: 0;
}

.opc .back-link {
  margin: 0 0 10px;
}

.opc .back-link small {
  display: none;
}

.opc .back-link a {
  display: inline-block;
  margin: 0 0 0 -15px;
  background: url("../images/back-button.png") left center no-repeat;
  padding: 0 0 0 18px;
}

.opc .buttons .please-wait {
  display: block;
  margin: 10px 0 0;
  background: none;
}

.opc .section.ship-to-same-address {
  margin: 0 0 30px;
  padding: 0;
}

.opc .section.pickup-in-store {
  margin: 0 0 30px;
  padding: 0;
}

.opc .payment-info .info tr {
  text-align: left;
}

.opc .section.order-summary {
  margin: 0;
}

@media all and (min-width: 769px) {
  .checkout-page .selected-checkout-attributes {
    float: right;
    text-align: right;
  }
  .checkout-page .cart-footer .totals {
    max-width: 350px;
    margin: 0;
  }
  .checkout-page .address-grid {
    overflow: hidden;
  }
  .checkout-page .address-item {
    float: left;
    width: 48%;
    margin: 0 1% 40px;
  }
  .shipping-method .method-list li,
  .payment-method .method-list li {
    display: inline-block;
    width: 25%;
    margin: 20px 2%;
    vertical-align: top;
  }
  .shipping-method .method-name {
    background-color: #f6f6f6;
    padding: 10px;
  }
  .payment-method .payment-logo {
    display: block;
    background-color: #f6f6f6;
    padding: 10px;
  }
  .payment-method .payment-details {
    display: block;
    width: auto;
    min-width: 0;
    margin: 10px 0 0;
    text-align: center;
  }
  .payment-info .info {
    padding: 30px 75px;
  }
  .order-review-data,
  .order-details-area,
  .shipment-details-area {
    overflow: hidden;
  }
  .order-review-data > div,
  .order-details-area > div,
  .shipment-details-area > div {
    float: left;
    width: 48%;
    margin: 0 1% 40px;
  }
}
@media all and (min-width: 1001px) {
  .order-progress {
    margin: -30px 0 50px;
  }
  .checkout-page .address-item {
    width: 31.33333%;
  }
  .checkout-page .terms-of-service {
    text-align: center;
  }
  .payment-info .info {
    padding: 30px 15px;
  }
  .payment-info .info td:first-child {
    width: 265px !important;
    margin: 0 10px 0 0;
    text-align: right;
  }
  .payment-info .info td:only-child {
    width: 100% !important;
  }
  .order-review-data .title,
  .order-details-area .title,
  .shipment-details-area .title {
    text-align: left;
  }
  .opc .order-review-data ul {
    text-align: left;
  }
}
@media all and (min-width: 1367px) {
  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 20px 1%;
  }
  .payment-info .info td:first-child {
    width: 375px !important;
  }
  .payment-info .info td:only-child {
    width: 100% !important;
  }
}
@media all and (min-width: 1001px) {
  .block {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .block .title {
    margin: 0;
    border-bottom: 1px solid #ddd;
    background: none;
    cursor: auto;
  }
  .block .title strong {
    font-weight: bold;
  }
  .block .listbox {
    display: block;
    border-bottom: none;
  }
  .block a.product-picture {
    display: inline-block;
    position: relative;
    width: 30%;
    margin: 0 0 0 -15px;
    vertical-align: middle;
  }
  .block a.product-name {
    vertical-align: middle;
  }
  .block a.product-picture + a.product-name {
    width: 70%;
  }
  .block a.product-picture + a.product-name:before {
    display: none;
  }
}
.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
  margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
  margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  min-width: 140px;
  border: none;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
  background-color: #248ece;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
  margin: 25px 0;
}

.email-a-friend-page .title h2 {
  font-weight: normal;
}

.apply-vendor-page .terms-of-service {
  text-align: center;
}

.apply-vendor-page .terms-of-service > * {
  display: inline-block;
  line-height: 32px;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
  cursor: pointer;
}

.contact-page {
  font-family: "Open Sans";
}
.contact-page .header-background-img {
  background-image: url("/Themes/PaulisTheme/Content/images/οpacitycontactus.png"), url("/Themes/PaulisTheme/Content/images/headercontactus.png");
}
.contact-page .contactus-container {
  margin-top: 120px;
}
.contact-page .contactus-container .content-title .title-lines {
  display: flex;
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 24px;
  color: #123046;
  line-height: 0.1em;
}
.contact-page .contactus-container .content-title .title-lines:after {
  content: "";
  border-top: 1px solid lightgray;
  margin: 0;
  flex: 1 0 20px;
  margin-top: 1px;
  margin-left: 27px;
}
.contact-page .contactus-container .row-map {
  margin-top: 40px;
}
.contact-page .contactus-container .row-map iframe {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.contact-page .contactus-container .row-map table {
  max-width: 550px;
  width: 100%;
  margin: 20px auto;
  text-align: left;
}
.contact-page .contactus-container .row-map table td {
  padding: 2px 0;
  width: auto;
}
.contact-page .contactus-container .row-map table td.schedule {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
.contact-page .contactus-container .row-schedule {
  margin-top: 20px;
}
.contact-page .contactus-container .contact-form {
  margin-top: 90px;
}
.contact-page .contactus-container .contact-form .fieldset {
  max-width: 1070px;
  margin: 70px auto 0 auto;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields {
  background-color: white;
  border-top: 0;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs {
  text-align: left;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs label {
  display: inline;
  margin-left: 14px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs span.required {
  font-size: 14px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs input, .contact-page .contactus-container .contact-form .fieldset .form-fields .inputs textarea {
  display: block;
  width: 100%;
  border-color: lightgray;
  border-radius: 30px;
  padding-left: 25px;
  margin-top: 8px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs input {
  height: 60px;
  margin-bottom: 20px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs textarea {
  min-height: 90px;
  resize: none;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .buttons {
  text-align: left;
  margin-top: 17px;
  margin-bottom: 110px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .buttons .button-white {
  padding: 20px 50px;
}

@media (max-width: 575px) {
  .contact-page .contactus-container .content-title .title-lines {
    font-size: 17px;
  }
  .contact-page .contactus-container .content-title .title-lines:after {
    border-top: hidden;
  }
  .contact-page .contactus-container .row-map iframe {
    height: auto;
  }
}
* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  border-radius: 0;
}

input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}

.forums-main-page .topic-block {
  margin: 0 0 35px;
  text-align: center;
}

.forums-main-page .topic-block p {
  text-align: center;
}

.forums-main-page .pager {
  display: none;
}

.forum-breadcrumb {
  margin: 0 0 40px;
}

.forums-header {
  margin: 0 0 50px;
  overflow: hidden;
}

.forums-header:after {
  content: "";
  display: block;
  clear: both;
}

.forums-header .current-time {
  margin: 0 0 15px;
}

.forum-search-box .basic {
  overflow: hidden;
  margin: 0 0 10px;
}

.forum-search-box .advanced a {
  line-height: 22px;
  text-decoration: underline;
}

.forum-search-page .page-title {
  margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
  margin: 0 0 15px;
  text-align: center;
  color: #e4434b;
}

/* forum group */
.forums-table-section {
  margin: 0 0 60px;
}

.forums-table-section + .pager {
  margin: -30px 0 30px;
}

.forums-table-section-title {
  margin: 0 0 15px;
  padding: 0 10px;
}

.forums-table-section-title a,
.forums-table-section-title strong {
  font-size: 22px;
  font-weight: normal;
}

.forums-table-section .image div {
  width: 38px;
  height: 32px;
  margin: auto;
  background: url("../images/topic-type1.png") center no-repeat;
}

.forums-table-section .image div.sticky {
  background: url("../images/topic-type2.png") center no-repeat;
}

.forums-table-section .image div.announcement {
  background: url("../images/topic-type3.png") center no-repeat;
}

.forums-table-section .forum-title,
.forums-table-section .topic-title {
  margin: 5px 0;
}

.forums-table-section .forum-title a,
.forums-table-section .topic-title a {
  font-size: 16px;
  font-weight: bold;
}

.forums-table-section .forum-title a:hover,
.forums-table-section .topic-title a:hover {
  text-decoration: none;
}

.forums-table-section .topic-title span {
  display: block;
  color: #777;
}

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
  margin: 5px 0;
}

.forums-table-section .latest-post {
  white-space: nowrap;
}

.forums-table-section .latest-post div {
  margin: 5px 0;
}

.forums-table-section .latest-post label {
  color: #777;
}

.forums-table-section .view-all {
  margin: 30px 0 0;
  padding: 0 10px;
}

.forums-table-section .view-all a {
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.forums-table-section .view-all a:hover {
  background-color: #248ece;
}

/* forum-page, topic page */
.forum-page .forum-info {
  margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
  font-size: 30px;
  font-weight: normal;
}

.forum-actions,
.topic-actions {
  margin: 0 0 30px;
  font-size: 0;
}

.forum-actions .actions a,
.topic-actions .actions a {
  display: inline-block;
  margin: 1px;
  padding: 10px 10px 10px 33px;
  font-size: 14px;
}

.forum-actions .actions .new-topic {
  background: #eee url("../images/new.png") left center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
  background: #eee url("../images/watch.png") left center no-repeat;
}

.forum-actions .actions a:hover,
.topic-actions .actions a:hover {
  background-color: #e6e6e6;
}

.forum-actions .pager.upper,
.topic-actions .pager.upper {
  display: none;
  margin: 0;
}

.topic-actions .reply-topic-button {
  background: #eee url("../images/reply.png") left center no-repeat;
}

.topic-actions .watch-topic-button {
  background: #eee url("../images/watch.png") left center no-repeat;
}

.topic-actions .move-topic-button {
  background: #eee url("../images/move.png") left center no-repeat;
}

.topic-actions .edit-topic-button {
  background: #eee url("../images/edit_.png") left center no-repeat;
}

.topic-actions .delete-topic-button {
  background: #eee url("../images/remove_.png") left center no-repeat;
}

.topic-actions.lower .actions {
  display: none;
}

.active-discussions-page .forums-table-section-title {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 10px;
}

.active-discussions-page .forums-table-section-title strong {
  font-size: 30px;
  font-weight: normal;
}

.active-discussions-page .forums-table-section-body {
  margin: 0 0 20px;
}

/* topic post */
.topic-post {
  margin: 0 0 30px;
  border-top: 1px solid #ddd;
}

.topic-post:last-child {
  border-bottom: 1px solid #ddd;
}

.topic-post:after {
  content: "";
  display: block;
  clear: both;
}

.topic-post .post-info {
  margin: 30px 0;
}

.topic-post .user-info {
  width: 150px;
  margin: 0 auto 15px;
}

.topic-post .username {
  display: block;
  margin: 0 0 -1px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 11px 0;
  font-weight: bold;
}

.topic-post .avatar,
.profile-info-box .avatar {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.topic-post .avatar img,
.profile-info-box .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.topic-post .avatar img {
  border: solid 2px #CEDBE1 !important;
}

.topic-post .user-stats {
  margin: 0 0 15px;
}

.topic-post .user-stats li {
  display: inline-block;
  margin: 0 10px;
}

.topic-post .user-stats span,
.profile-info-box .profile-stats span {
  margin: 0 0 0 3px;
  font-weight: bold;
}

.topic-post .pm-button,
.profile-info-box .pm-button {
  display: inline-block;
  border: none;
  background-color: #888;
  padding: 10px 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover {
  background-color: #999;
}

.topic-post .post-time {
  margin: 0 0 15px;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
}

.topic-post .post-actions {
  margin: 0 0 15px;
  font-size: 0;
}

.topic-post .post-actions > div {
  display: inline-block;
}

.topic-post .post-actions a {
  display: inline-block;
  margin: 1px 5px;
  font-size: 14px;
}

.topic-post .post-actions .edit-post-button,
.topic-post .post-actions .delete-post-button {
  padding: 10px 10px 10px 33px;
}

.topic-post .post-actions .edit-post-button {
  background: url("../images/edit_.png") left center no-repeat;
}

.topic-post .post-actions .delete-post-button {
  background: url("../images/remove_.png") left center no-repeat;
}

.topic-post .post-actions .post-link-button {
  padding: 10px;
  font-weight: bold;
}

.topic-post .post-actions .post-link-button:hover {
  text-decoration: underline;
}

.topic-post .post-actions .quote-post-button {
  background-color: #888;
  padding: 10px 20px;
  color: #fff;
}

.topic-post .post-actions .quote-post-button:hover {
  background-color: #999;
  color: #fff;
}

.topic-post .post-text {
  /*topic post-text also gets style from blog post-body*/
  padding: 0 10px 20px;
  line-height: 22px;
  margin-bottom: 0;
}

.topic-post .post-vote {
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}

.topic-post .user-posted-image,
.latest-posts .user-posted-image {
  max-width: 100%;
  height: auto;
}

.topic-post .quote,
.latest-posts .quote {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  padding: 10px;
  color: #777;
}

.topic-post .signature {
  border-top: 1px solid #ddd;
  padding: 20px;
  font-size: 13px;
  font-style: italic;
  clear: both;
}

.topic-post .post-vote span.vote {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 24px;
}

.topic-post .post-vote span.up {
  background: url("../images/vote-up.png") no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.up.selected {
  background: url("../images/vote-up-selected.png") no-repeat 50% 50%;
}

.topic-post .post-vote span.down {
  background: url("../images/vote-down.png") no-repeat 50% 50%;
}

.topic-post .post-vote span.vote.down.selected {
  background: url("../images/vote-down-selected.png") no-repeat 50% 50%;
}

.topic-post .vote-count-post {
  display: block;
  font-size: 160%;
}

/* forum edit & send message */
.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
  margin: 0 0 -1px;
}

.move-topic-page label {
  white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
  margin: 20px 0;
}

.forum-edit-page .inputs strong {
  display: inline-block;
  max-width: 400px;
  font-size: 22px; /*reset zeroing*/
  font-weight: normal;
  white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
  font-size: 17px;
}

.forum-edit-page .inputs.reversed {
  margin: 0;
}

.forum-edit-page .inputs.reversed label {
  width: auto;
  margin: 5px;
  font-size: 14px; /*reset zeroing*/
  white-space: normal;
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
  max-width: 400px;
  margin: 20px auto;
  background-color: #ddd;
  padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
  margin: 0 2px 0 0;
  border: #cec6b5 1px solid;
  padding: 2px;
}

.forum-edit-page .toolbar .button:hover,
.private-message-send-page .toolbar .button:hover {
  border: #333 1px solid;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
  display: block;
  margin: auto;
}

.forum-edit-page .buttons input,
.move-topic-page .buttons input,
.private-messages .buttons input {
  min-width: 140px;
  border: none;
  background-color: #999;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.forum-edit-page .buttons input:hover,
.move-topic-page .buttons input:hover,
.private-messages .buttons input:hover {
  background-color: #888;
}

.forum-edit-page .buttons .button-1:hover,
.move-topic-page .buttons .button-1:hover,
.private-messages .buttons .button-1:hover {
  background-color: #248ece;
}

.private-message-send-page a {
  font-size: 14px;
  color: #4ab2f1;
}

.private-message-send-page span {
  font-size: 14px;
}

/* jQuery tabs */
.ui-tabs {
  /*override jQuery UI styles, do not delete doubled properties*/
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #777;
}

.ui-widget.ui-widget-content.ui-tabs {
  border: none;
}

.ui-tabs-nav {
  margin: 0 0 30px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 0 30px !important;
  border-width: 0 0 1px;
  border-radius: 0;
  background: none;
  padding: 0 !important;
  line-height: normal;
  font-weight: normal;
}

.ui-tabs-nav li {
  margin: 0 0 -1px;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  margin: 0 0 -1px !important;
  border: none !important;
  border-radius: 0;
  background: none !important;
  padding: 0 !important;
}

.ui-tabs-nav li a {
  display: block;
  border: 1px solid #ddd;
  padding: 12px 24px;
  text-align: center;
  font-size: 18px;
  /*override jQuery UI styles, do not delete doubled properties*/
  float: none !important;
  padding: 12px 24px !important;
}

.ui-tabs-nav li.ui-state-active a {
  background-color: #eee;
}

.ui-tabs-panel {
  /*override jQuery UI styles, do not delete doubled properties*/
  padding: 0 !important;
}

/* inbox & view message */
.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-messages-page th.select {
  text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
  min-width: 150px;
}

.private-messages-page td.date {
  white-space: nowrap;
}

.private-messages-page .pager {
  margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
  font-size: 0;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  font-size: 15px; /*reset zeroing*/
}

.private-message-view-page .view-message {
  margin: 0 0 30px;
}

.private-message-view-page .message-head {
  margin: 0 0 20px;
  line-height: 22px;
}

.private-message-view-page .message-head span {
  font-weight: bold;
}

.private-message-view-page .message-body {
  border-top: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 30px 20px;
  line-height: 22px;
  text-align: justify;
}

.private-message-view-page .back-pm-button {
  text-transform: capitalize !important;
}

/* profile page  */
.profile-info-box {
  overflow: hidden;
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  color: #777;
}

.profile-info-box .user-details {
  margin: 0 0 30px;
}

.profile-info-box .avatar {
  margin: 0 auto 15px;
}

.profile-info-box .title {
  margin: 0 0 10px;
  font-size: 18px;
}

.profile-info-box .stats {
  margin: 0 0 15px;
}

.latest-posts {
  /*override jQuery UI styles, do not delete doubled properties*/
  line-height: normal;
  font-size: 14px;
  color: #777;
}

.latest-posts .topic {
  margin: 0 0 35px;
}

.latest-posts .topic-title {
  margin: 0 0 20px;
  border-top: 1px solid #ddd;
  background: #f6f6f6;
  padding: 10px;
  font-size: 16px;
}

.latest-posts .topic-title a {
  font-weight: bold;
}

.latest-posts .topic-body {
  margin: 0 0 15px;
  line-height: 22px;
}

/* BB codes */
pre {
  white-space: pre-wrap;
  white-space: normal;
  word-wrap: break-word;
}

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #000;
}

.csharpcode .rem {
  color: green;
}

.csharpcode .kwrd {
  color: #00f;
}

.csharpcode .str {
  color: #006080;
}

.csharpcode .op {
  color: #00c;
}

.csharpcode .preproc {
  color: #c63;
}

.csharpcode .asp {
  background-color: #ff0;
}

.csharpcode .html {
  color: maroon;
}

.csharpcode .attr {
  color: red;
}

.csharpcode .alt {
  width: 100%;
  margin: 0;
  background-color: #f6f6f6;
}

.csharpcode .lnum {
  color: #666;
}

@media all and (min-width: 481px) {
  .forums-header {
    background-color: #f9f9f9;
    padding: 30px 20px 20px;
  }
  .ui-tabs-nav li {
    display: inline-block;
    min-width: 150px;
    margin: 0 5px -1px;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 5px -1px !important;
  }
  .private-messages-page .buttons .button-1,
  .private-messages-page .buttons .button-2,
  .private-message-view-page .buttons .button-1,
  .private-message-view-page .buttons .button-2 {
    display: inline-block;
    width: auto;
    margin: 1px;
  }
  .topic-post .post-text {
    float: left;
    width: 90.5%;
    text-align: left;
  }
  .forum-group .forum-table th.latest-post,
  .forum-group .forum-table th.topics,
  .forum-group .forum-table th.posts,
  .forum-group .forum-table td.latest-post,
  .forum-group .forum-table td.topics,
  .forum-group .forum-table td.posts {
    display: table-cell;
  }
  .topic-group .forum-table th.latest-post,
  .topic-group .forum-table td.latest-post {
    display: table-cell;
  }
  .forum-table td.image {
    max-width: 40px;
  }
  .forum-table td.image div {
    max-width: 100%;
    background-size: contain;
  }
}
@media all and (min-width: 769px) {
  .forum-actions,
  .topic-actions {
    overflow: hidden;
  }
  .forum-actions .actions,
  .topic-actions .actions {
    float: left;
  }
  .forum-actions .pager,
  .topic-actions .pager {
    float: right;
    max-width: 450px;
  }
  .forum-actions .pager li,
  .topic-actions .pager li {
    margin: 2px 4px;
  }
  .forum-actions .pager.upper {
    display: block;
  }
  .topic-actions.lower .actions {
    display: block;
  }
  .topic-posts {
    margin: 0 0 30px;
  }
  .topic-post {
    display: table;
    width: 100%;
    margin: 0;
  }
  .topic-post .post-info {
    display: table-cell;
    width: 15%;
    margin: 0;
    vertical-align: top;
    text-align: left;
  }
  .topic-post .user-info {
    width: auto;
  }
  .topic-post .username {
    min-height: 40px;
    margin: 0;
    border: none;
    text-align: center;
  }
  .topic-post .avatar {
    margin: auto;
    border: none;
  }
  .topic-post .avatar img {
    max-width: 80%;
    max-height: 80%;
  }
  .topic-post .user-stats li {
    margin: 0;
  }
  .topic-post .send-pm {
    margin: 0 0 20px;
  }
  .topic-post .pm-button,
  .profile-info-box .pm-button {
    padding: 8px 16px;
    font-size: 13px;
  }
  .topic-post .post-content {
    display: table-cell;
    width: 85%;
    border-left: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
  }
  .topic-post .post-head {
    min-height: 40px;
    overflow: hidden;
    background-color: #f6f6f6;
  }
  .topic-post .post-time {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
  }
  .topic-post .post-actions {
    float: right;
    margin: 0;
  }
  .topic-post .post-actions a {
    margin: 0;
    line-height: 20px;
  }
  .topic-post .post-actions .quote-post a {
    min-width: 70px;
  }
  .topic-post .post-actions a.post-link-button {
    margin: 0 0 0 10px;
    border-left: 1px solid #ddd;
    text-align: center;
  }
  .topic-post .post-text {
    padding: 20px 5px;
  }
  .topic-post .post-vote {
    padding: 20px 0 20px 15px;
  }
  .forum-table th.replies,
  .forum-table th.views,
  .forum-table th.votes,
  .forum-table td.replies,
  .forum-table td.views,
  .forum-table td.votes {
    display: table-cell;
  }
  .forum-table td.image {
    max-width: none;
  }
  .forum-table td.image div {
    max-width: none;
    background-size: initial;
  }
  .ui-tabs-nav {
    text-align: left;
  }
  .ui-tabs-nav li {
    margin: 0 10px -1px 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 10px -1px 0 !important;
  }
  .profile-info-box .avatar {
    float: left;
    margin: 0 15px 15px 0;
  }
  .profile-info-box .profile-stats {
    float: left;
    text-align: left;
  }
  .profile-info-box .title {
    text-align: left;
  }
  .profile-info-box .send-pm {
    clear: both;
    text-align: left;
  }
}
@media all and (min-width: 1001px) {
  .forum-breadcrumb {
    margin: -30px 0 30px;
  }
  .current-time {
    float: right;
  }
  .forum-search-box {
    float: left;
  }
  .forum-search-box .advanced {
    text-align: left;
  }
  .forum-search-box .advanced a {
    line-height: normal;
  }
  .forums-table-section td {
    min-width: 150px;
  }
  .forums-table-section td:first-child {
    min-width: 90px;
  }
  .forums-table-section .view-all {
    text-align: right;
  }
  .topic-actions .pager.upper {
    display: block;
    max-width: 400px;
  }
  .forum-table .forum-details,
  .forum-table .topic-details {
    min-width: 225px;
  }
  .forum-table td {
    padding: 20px;
  }
  .forum-edit-page textarea,
  .private-message-send-page textarea {
    width: 600px;
    height: 250px;
  }
  .private-message-send-page .bb-code-editor-wrapper {
    display: inline-block;
    width: 400px;
    margin: 10px 0;
    vertical-align: middle;
  }
}
@media all and (min-width: 1367px) {
  .forum-actions .pager,
  .topic-actions .pager {
    max-width: 600px !important;
  }
  .topic-post .post-text {
    width: 930px;
    max-width: 100%;
  }
}
.master-wrapper-content {
  position: relative;
  z-index: 0;
  width: 90%;
  margin: 0 auto;
}

.master-column-wrapper {
  position: relative;
  z-index: 0;
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.page {
  min-height: 200px;
  text-align: center;
}

.page-title {
  min-height: 50px;
  margin: 0 0 25px;
  padding: 6px 10px;
  text-align: left;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.center-1 .page-title,
.center-1 .title {
  text-align: left;
}

.buttons {
  margin: 0 0 30px;
}

.link-rss {
  display: none;
  width: 24px;
  height: 24px;
  background: url("../images/rss.png") center no-repeat;
  font-size: 0 !important;
}

.flyout-cart {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  border: 1px solid lightgray;
  padding: 0.5em;
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
}

input[type=radio]:checked,
input[type=checkbox]:checked {
  background: url("/Themes/PaulisTheme/Content/images/Check.png") no-repeat center center;
  background-size: 12px 12px;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
  outline-color: transparent;
}

grammarly-extension {
  display: none;
}

.search-box-text.ui-autocomplete-input {
  font-size: 12px;
}

@media all and (min-width: 481px) {
  .master-wrapper-content {
    width: 92.5%;
  }
}
@media all and (min-width: 769px) {
  .master-wrapper-content {
    width: 94%;
  }
  .home-page-polls li {
    min-width: 100px;
  }
}
@media all and (min-width: 1001px) {
  .master-wrapper-content {
    width: 980px;
    margin: auto;
  }
  .page {
    text-align: left;
  }
  .link-rss {
    display: block;
    float: right;
    margin: 6px 0 0;
  }
}
@media all and (min-width: 1367px) {
  .master-wrapper-content {
    width: 1200px;
  }
  .inputs label {
    width: 375px;
  }
  .inputs.accept-consent label {
    width: auto;
  }
}
.btn-back-top {
  display: none;
  margin: 10px 20px;
  left: 0px;
  bottom: 0px;
  position: fixed;
  width: 61px;
  height: 48px;
  z-index: 1000;
  background-color: #17628F;
}

.btn-back-top::before {
  content: "";
  display: block;
  position: relative;
  left: 7px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-right: 6px solid white;
  border-top: 6px solid white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 1025px) {
  .btn-back-top {
    margin: 10px 20px;
    left: 0px;
    bottom: 0px;
  }
}
.fieldset, .section {
  position: relative;
  margin: 0 0 40px;
}

.fieldset .title,
.section .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
}

.fieldset .title strong,
.section .title strong {
  font-weight: normal;
}

.form-fields {
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.inputs {
  position: relative;
  margin: 0 0 15px;
  text-align: center;
  white-space: nowrap; /*fix for 'required' elements*/
  font-size: 0;
}

.inputs:after {
  content: "";
  display: block;
  clear: both;
}

.inputs label {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px; /*reset zeroing*/
}

.inputs input[type=text],
.inputs input[type=email],
.inputs input[type=tel],
.inputs input[type=password],
.inputs select, .inputs textarea {
  width: 400px;
  max-width: 100%;
  background-color: #fff;
}

.inputs.custom-attributes {
  white-space: normal;
}

.inputs .option-list {
  display: inline-block;
  max-width: 95%;
  vertical-align: middle;
}

.inputs .option-list li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
}

.inputs .option-list label {
  display: inline-block;
  width: auto !important;
  margin: 0 0 0 5px;
}

.inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}

.required {
  margin: 0 -8px 0 3px; /*siblings offset*/
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #e4434b;
  margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}

.captcha-box {
  text-align: center;
  line-height: 0; /*firefox line-height bug fix*/
}

.captcha-box > div {
  display: inline-block;
  max-width: 100%;
}

.captcha-box input {
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

@media all and (max-width: 1000px) {
  .cart {
    display: block;
  }
  .cart colgroup,
  .cart thead {
    display: none;
  }
  .cart tbody {
    display: block;
    overflow: hidden;
  }
  .cart tr {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #ddd;
  }
  .cart td {
    display: block;
    border: none;
    padding: 10px;
  }
  .cart td.remove-from-cart {
    margin: 0 0 15px;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    padding: 10px;
  }
  .cart td.product-picture {
    border-top: 1px solid #ddd;
    padding: 15px 10px 5px;
  }
  .cart td.product {
    min-width: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 15px;
    text-align: center;
  }
  .cart td.quantity {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
  }
  .cart td.unit-price,
  .cart td.subtotal {
    display: inline-block;
    padding: 20px 10px;
    vertical-align: middle;
  }
  .order-details-page .data-table {
    display: block;
  }
  .order-details-page .data-table colgroup,
  .order-details-page .data-table thead {
    display: none;
  }
  .order-details-page .data-table tbody {
    display: block;
    overflow: hidden;
  }
  .order-details-page .data-table tr {
    display: block;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    border: 1px solid #ddd;
  }
  .order-details-page .data-table td {
    display: block;
    border: none;
    padding: 10px;
  }
  .order-details-page .data-table td.product,
  .order-details-page .data-table td.tracking-number {
    min-width: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px 15px;
    text-align: center;
  }
}
@media all and (min-width: 481px) {
  .cart tr {
    width: 46%;
    margin: 40px 2% 0;
  }
  .cart tr:nth-child(2n+1) {
    clear: both;
  }
  .order-details-page .data-table tr {
    width: 46%;
    margin: 40px 2% 0;
  }
  .order-details-page .data-table tr:nth-child(2n+1) {
    clear: both;
  }
}
@media all and (min-width: 769px) {
  .cart tr {
    width: 31.33333%;
    margin: 40px 1% 0;
  }
  .cart tr:nth-child(2n+1) {
    clear: none;
  }
  .cart tr:nth-child(3n+1) {
    clear: both;
  }
  .order-details-page .data-table tr {
    width: 31.33333%;
    margin: 40px 1% 0;
  }
  .order-details-page .data-table tr:nth-child(2n+1) {
    clear: none;
  }
  .order-details-page .data-table tr:nth-child(3n+1) {
    clear: both;
  }
}
@media all and (min-width: 1001px) {
  .cart tr {
    width: auto;
    margin: 0;
  }
  .cart label {
    display: none;
  }
  .order-details-page .data-table tr {
    width: auto;
    margin: 0;
  }
  .order-details-page .data-table label {
    display: none;
  }
  td.cart-product-remove a span {
    display: none;
  }
  td.cart-product-remove a img {
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .cart th {
    min-width: 105px;
  }
}
@media (max-width: 1000px) {
  .table-wrapper {
    width: 100%;
  }
  .table-wrapper tr.cart-item-row {
    width: 100%;
    border-left: none;
    border-top: none;
    margin-top: 0;
  }
  .table-wrapper tr.cart-item-row td {
    display: flex;
    justify-content: space-between;
    margin-left: 20%;
    padding-right: 14px;
  }
  .table-wrapper tr.cart-item-row td * {
    display: block;
  }
  .table-wrapper tr.cart-item-row td.product-picture {
    position: absolute;
    margin-left: unset;
    left: 0;
    border-top: none;
  }
  .table-wrapper tr.cart-item-row td.product-picture a img {
    margin: 0;
  }
  .table-wrapper tr.cart-item-row td.product {
    display: block;
    border-bottom: none;
    padding: 25px 10px;
    text-align: left;
  }
  .table-wrapper tr.cart-item-row td.unit-price {
    width: auto;
  }
  .table-wrapper tr.cart-item-row td.quantity {
    align-items: center;
  }
  .table-wrapper tr.cart-item-row td.quantity .cart-product-quantity {
    display: flex;
    justify-content: flex-end;
  }
  .table-wrapper tr.cart-item-row td.quantity .cart-product-quantity input {
    float: unset;
  }
  .table-wrapper tr.cart-item-row td.cart-product-remove {
    background-color: transparent;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .table-wrapper tr.cart-item-row td.cart-product-remove * {
    display: inline-block;
  }
  .table-wrapper tr.cart-item-row td.cart-product-remove span {
    color: red;
  }
  .table-wrapper tr.cart-item-row td.cart-product-remove img {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .table-wrapper tr.cart-item-row td {
    margin-left: 23%;
  }
}
@media (max-width: 527px) {
  .table-wrapper tr.cart-item-row td {
    margin-left: 32%;
  }
  .table-wrapper tr.cart-item-row td.quantity .cart-product-quantity input {
    width: 37px;
    height: 37px;
  }
}
@media (max-width: 412px) {
  .table-wrapper tr.cart-item-row td {
    margin-left: 41%;
  }
  .table-wrapper tr.cart-item-row td.quantity .cart-product-quantity input {
    width: 30px;
    height: 30px;
  }
}
a img {
  opacity: 0.99; /*firefox scale bug fix*/
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea, select {
  height: 36px; /*safari padding fix*/
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: middle;
}

textarea {
  min-height: 150px;
}

select {
  min-width: 50px;
  height: 36px; /*safari padding fix*/
  padding: 6px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus, select:focus {
  border-color: #ccc;
}

input[type=checkbox],
input[type=radio],
input[type=checkbox] + *,
input[type=radio] + * {
  vertical-align: middle;
}

input[type=button], input[type=submit],
button, .button-1, .button-2 {
  cursor: pointer;
}

label, label + * {
  vertical-align: middle;
}

@media all and (min-width: 1001px) {
  .inputs {
    text-align: left;
  }
  .inputs label {
    display: inline-block;
    width: 265px;
    margin: 0 10px 0 0;
    text-align: right;
  }
  .inputs input[type=text],
  .inputs input[type=email],
  .inputs input[type=tel],
  .inputs input[type=password],
  .inputs select {
    min-height: 40px;
  }
  .inputs .option-list li {
    margin: 0 10px 0 0;
  }
  .center-1 .buttons {
    text-align: center;
  }
  .inputs.accept-consent label {
    width: auto;
  }
}
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}
.admin-header-links a {
  color: #fff;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
  background-color: #666;
}

@media all and (max-width: 1000px) {
  .menu-toggle {
    background: #4ab2f1 url("../images/menu-icon.png") right center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  .top-menu {
    display: none;
  }
  .top-menu > li {
    position: relative;
    margin: 1px 0;
    background-color: #f6f6f6;
  }
  .top-menu > li > a {
    display: block;
    min-height: 55px;
    padding: 18px;
    font-size: 15px;
    color: #555;
  }
  .top-menu .sublist {
    display: none;
    background-color: #fff;
    padding: 5px 0;
  }
  .top-menu .sublist li {
    position: relative;
    margin: 1px 0 1px 20px;
  }
  .top-menu .sublist li a {
    display: block;
    padding: 15px 18px;
    font-size: 15px;
  }
  .sublist-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    border-left: 1px solid #fff;
    background: url("../images/toggle-black.png") center no-repeat;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  .sublist .sublist-toggle {
    height: 49px;
  }
  .sublist .sublist li {
    background-color: #f6f6f6;
  }
  .sublist .sublist .sublist li {
    background-color: #fff;
  }
  .block-category-navigation {
    display: none;
  }
  .block-account-navigation {
    float: none;
    margin: auto !important;
  }
  .write-review .review-rating {
    text-align: center;
  }
  .write-review .review-rating div.name-description {
    width: 100%;
    margin: 0 5px 0 0;
    text-align: center;
  }
}
@media all and (min-width: 1001px) {
  .menu-toggle,
  .sublist-toggle {
    display: none;
  }
}
.bar-notification-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  line-height: 16px;
  color: #fff;
  opacity: 0.95;
}

.bar-notification.success {
  /*background-color: #4bb07a;*/
  background-color: #7ccbb7;
  text-align: center;
}

.bar-notification.error {
  background-color: #e4444c;
  color: #fff;
  text-align: center;
}

.bar-notification.warning {
  background-color: #f39c12;
}

.bar-notification {
  position: relative;
  display: none;
  padding: 15px 25px 15px 10px;
}

.bar-notification .content {
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
}

.bar-notification .content a {
  color: #fff;
  text-decoration: underline;
}

.bar-notification .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: 7px;
  background: #fff url("../images/close.png") center no-repeat;
  cursor: pointer;
}

.popup-notification {
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

.popup-notification.success {
  border: 2px rgba(75, 176, 122, 0.5) solid;
}

.popup-notification.error {
  border: 2px rgba(228, 68, 76, 0.5) solid;
}

.popup-notification.warning {
  border: 2px rgba(243, 156, 18, 0.5) solid;
}

.noscript {
  border-bottom: 1px solid #333;
  background-color: #ff9;
  padding: 30px 15px;
  text-align: center;
  line-height: 22px;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url("../images/loading.gif") center no-repeat;
}

.please-wait {
  background: url("../images/ajax-loader-small.gif") no-repeat;
  padding-left: 20px;
  font-size: 14px;
}

.ui-dialog {
  max-width: 90%;
  border: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  background-color: #fff;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-radius: 0;
  padding: 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

.ui-dialog:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  background-color: #eee;
  padding: 10px 15px;
  /*override jQuery UI styles, do not delete doubled properties*/
  border-width: 0 0 1px;
  border-radius: 0;
  background-image: none;
  padding: 10px 15px !important;
  font-weight: normal;
  cursor: auto !important;
}

.ui-dialog-titlebar > span {
  float: left;
  font-size: 18px;
  /*override jQuery UI styles, do not delete doubled properties*/
  margin: 0 !important;
}

.ui-dialog-titlebar button {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  border: none;
  overflow: hidden;
  background: url("../images/close.png") center no-repeat;
  font-size: 0;
  /*override jQuery UI styles, do not delete doubled properties*/
  top: 0 !important;
  right: 0 !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0;
  background: url("../images/close.png") center no-repeat !important;
  padding: 0 !important;
}

.ui-dialog-titlebar button span {
  display: none !important;
}

.ui-dialog-content {
  padding: 15px;
  line-height: 20px;
  /*override jQuery UI styles, do not delete doubled properties*/
  background-color: #fff !important;
  padding: 15px 15px 20px 15px !important;
  color: #777;
}

.ui-dialog-content .page {
  min-height: 0;
}

.ui-dialog-content .page-title {
  min-height: 0;
  margin: 0 0 15px;
  padding: 0px 10px 10px 10px;
  text-align: center;
}

.ui-dialog-content .page-title h1 {
  font-size: 24px;
  line-height: 30px;
}

.ui-dialog-content .back-in-stock-subscription-page {
  text-align: center;
}

.ui-dialog-content .back-in-stock-subscription-page .tooltip {
  margin-bottom: 10px;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1 {
  border: none;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
  background-color: #248ece;
}

.eu-cookie-bar-notification {
  position: fixed;
  bottom: 30px;
  left: 10px;
  z-index: 1050;
  width: 320px;
  border: 1px solid #ccc;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}

.eu-cookie-bar-notification .learn-more {
  text-decoration: underline;
}

.eu-cookie-bar-notification .text {
  margin-bottom: 6px;
  line-height: 20px;
  font-size: 15px;
}

.eu-cookie-bar-notification button {
  min-width: 80px;
  margin: 5px 0 6px;
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  color: #fff;
  background-color: #248ece;
  border-radius: 20px;
}

.eu-cookie-bar-notification button:hover {
  background-color: lightgray;
}

.eu-cookie-bar-notification a {
  display: block;
}

.eu-cookie-bar-notification a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .mm-wrapper #fb-root .fb-customerchat span iframe {
    bottom: 89px !important;
    right: 65px !important;
  }
  .mm-wrapper.fb_mobile_overlay_active #fb-root .fb-customerchat span iframe {
    right: 0 !important;
    bottom: 0 !important;
  }
}
.swal2-container .swal2-popup.quickviewresponse .swal2-actions {
  flex-direction: column;
}
.swal2-container .swal2-popup.quickviewresponse .swal2-actions button {
  border-radius: 40px;
  width: 56%;
  padding: 17px 15px;
}
.swal2-container .swal2-popup.quickviewresponse .swal2-actions button.swal2-cancel {
  background-color: #fff;
  color: #202020;
  /*padding: 15px 20px;*/
  /*font-family: "Open Sans",sans-serif;*/
  font-size: 20px;
  font-weight: bold;
  border-radius: 34px !important;
  border: 1px solid #b7b7b7 !important;
  margin-bottom: 10px;
}
.swal2-container .swal2-popup.quickviewresponse .swal2-actions button.swal2-confirm {
  margin-bottom: 20px;
  text-align: center;
  height: 60px;
  line-height: 30px;
  background-color: #3a81ab;
  color: #fff;
  border: 0.5px solid #3a81ab !important;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  transition: 0.3s;
}
.swal2-container .swal2-popup.quickviewresponse .swal2-actions button:hover {
  color: #3a81ab !important;
  background-color: #edf0f3 !important;
  border: 1px solid #edf0f3 !important;
  transition: background 500ms ease-out;
}

@media (max-width: 481px) {
  .swal2-container .swal2-popup.quickviewresponse .swal2-actions button.swal2-cancel, .swal2-container .swal2-popup.quickviewresponse .swal2-actions button.swal2-confirm {
    font-size: 17px;
    width: 82%;
  }
}
.quickviewresponse.removefromcart .swal-product-name {
  font-size: 36px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 50px;
}

.quickviewresponse.removefromcart .remove-icon-modal {
  margin-bottom: 40px;
  margin-top: 40px;
}

.swal2-container .swal2-popup.quickviewresponse.removefromcart .swal2-actions button {
  width: 70%;
}

.swal2-container .swal2-popup.quickviewresponse.removefromcart .swal2-actions button.swal2-confirm {
  margin-bottom: 20px;
  text-align: center;
  height: 60px;
  line-height: 30px;
  background-color: #fff;
  color: #000;
  border: 0.5px solid #b7b7b7 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}
.swal2-container .swal2-popup.quickviewresponse.removefromcart .swal2-actions button.swal2-confirm:hover {
  border: 0 !important;
}

.swal2-container .swal2-popup.quickviewresponse.removefromcart .swal2-actions button.swal2-cancel {
  background-color: #3a81ab;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 34px !important;
  border: 1px solid #3a81ab !important;
  margin-bottom: 10px;
  order: 2;
}
.swal2-container .swal2-popup.quickviewresponse.removefromcart .swal2-actions button.swal2-cancel:hover {
  border: 0 !important;
}

.quickviewresponse {
  width: 600px !important;
  padding: 20px !important;
  border-radius: 12px !important;
}
.quickviewresponse .swal2-title {
  margin-top: 10px;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #3a81ab;
  text-transform: uppercase;
  line-height: 1.3;
}
.quickviewresponse .swal2-actions {
  flex-direction: row;
}
.quickviewresponse .swal2-actions button {
  margin: 15px 20px 30px;
  width: 40%;
}

@media (max-width: 765px) {
  .quickviewresponse .swal2-title {
    font-size: 25px;
  }
  .quickviewresponse .swal2-content img {
    width: 100px !important;
  }
  .quickviewresponse .swal2-actions button {
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
.delete-address-button,
.cancel-recurring-order-button {
  background: url("../images/remove.png") left center no-repeat;
}

.order-details-page .page-title a {
  display: inline-block;
  min-width: 180px;
  margin: 5px 0;
  border: none;
  background-color: #aaa;
  background-image: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.order-details-page .page-title a:hover {
  background-color: #999;
}

.order-details-page .page-title a.print-order-button {
  background-color: #4ab2f1;
}

.order-details-page .page-title a.print-order-button:hover {
  background-color: #248ece;
}

.order-details-page .order-overview {
  margin: 0 0 50px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
}

.order-details-page .order-overview .order-number {
  margin: 0 0 10px;
  text-transform: uppercase;
}

.order-details-page .order-overview .order-total strong {
  font-weight: normal;
  color: #4ab2f1;
}

.order-details-page .repost .button-2 {
  display: inline-block;
  margin: 10px 0;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.order-details-page .repost .button-2:hover {
  background-color: #248ece;
}

.order-details-page .download a {
  font-weight: normal;
  color: #4ab2f1;
}

.order-details-page .download a:hover {
  text-decoration: underline;
}

.user-agreement-page .terms-of-agreement {
  margin: 0 0 20px;
  padding: 20px;
  text-align: center;
}

.user-agreement-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.user-agreement-page .button-1:hover {
  background-color: #248ece;
}

.order-details-page .tax-shipping-info {
  margin: 30px 0;
}

.order-details-page .tax-shipping-info a {
  color: #4ab2f1;
}

.order-details-page .tax-shipping-info a:hover {
  text-decoration: underline;
}

.order-details-page .actions {
  margin: 30px 0 0;
  font-size: 0;
}

.order-details-page .actions input {
  display: inline-block;
  min-width: 165px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  background-image: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.order-details-page .actions input:hover {
  background-color: #999;
}

.order-details-page .actions input:first-child:hover {
  background-color: #248ece;
}

.order-details-page .totals.section {
  width: 370px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.order-details-page .total-info {
  background-color: #f9f9f9;
  padding: 15px 20px;
}

@media all and (min-width: 769px) {
  .order-details-page .section.options {
    text-align: right;
  }
  .order-details-page .selected-checkout-attributes {
    padding: 0 10px;
  }
  .order-details-page .tax-shipping-info {
    text-align: right;
  }
  .order-details-page .totals {
    float: right;
    clear: both;
  }
  .shipment-details-page .tracking-number .tracking-url {
    color: #4ab2f1;
  }
}
.product-reviews-page h1 a {
  color: #4ab2f1;
}

.product-reviews-page h1 a:before,
.product-reviews-page h1 a:after {
  content: "''";
}

.product-reviews-page .title {
  margin: 0 0 20px;
  font-size: 20px;
}

.product-reviews-page .title {
  display: flex;
  flex-direction: column;
}
.product-reviews-page .title span {
  font-size: 15px;
}

.write-review {
  margin: 30px 0 60px;
  padding-top: 50px;
  border-top: 1px solid black;
}
.write-review .fieldset {
  margin: 0 0 30px;
}
.write-review .fieldset .form-fields {
  background-color: unset;
  border-top: none;
  padding: 30px 0px;
}
.write-review .fieldset .form-fields .inputs {
  text-align: left;
}
.write-review .fieldset .form-fields .inputs label {
  text-align: left;
  display: inline-block;
  width: auto;
}
.write-review .fieldset .form-fields .inputs input, .write-review .fieldset .form-fields .inputs textarea {
  display: block;
  width: 65%;
  border: 1px solid gray;
}
.write-review .fieldset .form-fields .inputs input {
  height: 50px;
}
.write-review .fieldset .form-fields .inputs textarea {
  resize: none;
}
.write-review .fieldset .form-fields .review-rating {
  max-width: 200px;
}
.write-review .fieldset .form-fields .review-rating .name-description {
  margin-bottom: 10px;
  min-width: unset;
  width: auto;
  text-align: left !important;
}
.write-review .fieldset .form-fields .review-rating .rating-wrapper {
  display: flex;
  flex-direction: column;
}
.write-review .fieldset .form-fields .review-rating .rating-wrapper .rating-labels-wrapper {
  height: auto;
  display: flex;
  justify-content: space-between;
}
.write-review .fieldset .form-fields .review-rating .rating-wrapper .rating-labels-wrapper .label {
  color: gray;
  font-size: 13px;
}
.write-review .fieldset .form-fields .review-rating .rating-wrapper .rating-options input[type=radio] {
  border: none;
  padding: 0;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  margin: 0 8px 0 0;
  background: url("/Themes/EmmanouilTheme/Content/images/rating1.png") no-repeat center center;
  background-size: contain;
}
.write-review .fieldset .form-fields .review-rating .rating-wrapper .rating-options input[type=radio].selected {
  background: url("/Themes/EmmanouilTheme/Content/images/rating2.png") no-repeat center center;
  background-size: contain;
}
.write-review .buttons {
  text-align: left;
}
.write-review .buttons .write-product-review-button {
  padding: 20px 95px;
}

.tooltip {
  position: initial;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background: #f0f0f0 no-repeat 100% 5%;
  border: #c0c0c0 1px dotted;
  text-align: Left;
  padding: 10px 10px 5px 5px;
  position: absolute;
  z-index: 1;
  left: 10%;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  cursor: help;
}

.write-review .review-rating {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.write-review .review-rating label {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
}

.write-review .review-rating div.first {
  color: #e4444c;
}

.write-review .review-rating div.rating-options {
  padding-top: 2px;
}

.write-review .review-rating div.rating-options input {
  vertical-align: baseline;
}

.write-review .review-rating div.last {
  color: #4cb17c;
}

.write-review .captcha-box {
  margin: 15px 0 0;
}

.write-review .button-1 {
  border: none;
  background-color: #4ab2f1;
  padding: 10px 25px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.write-review .button-1:hover {
  background-color: #248ece;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
  margin: 0 0 20px;
}

.product-review-list {
  overflow: hidden;
}

.product-review-item {
  margin: 0 0 40px;
  display: flex;
  justify-content: space-between;
}

.product-review-item .review-item-head {
  border-top: 1px solid #ddd;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 10px;
}

.product-review-item .review-title {
  line-height: 20px;
  font-size: 15px;
}

.product-review-item .product-review-box {
  margin: 3px 0 0;
}

.product-review-item div {
  display: flex;
  flex-direction: column;
}
.product-review-item .review-content {
  padding: 0 10px;
  max-width: 65%;
}
.product-review-item .review-content .review-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}
.product-review-item .review-content .review-info span.date {
  font-size: 14px;
  color: gray;
}
.product-review-item .review-content .review-info span.date label {
  margin-bottom: 0;
  font-weight: 700;
}
.product-review-item .review-rating-content {
  padding: 0 20px;
  border-left: 1px solid lightgray;
  justify-content: space-between;
}
.product-review-item .review-rating-content .product-review-helpfulness span.question {
  font-size: 13px;
  font-style: normal;
}
.product-review-item .review-rating-content .product-review-helpfulness span.vote-options {
  font-size: 15px;
}
.product-review-item .review-rating-content .product-review-helpfulness span.vote-options span {
  padding: 0;
}
.product-review-item .review-rating-content .product-review-helpfulness span.vote-options span.vote-yes {
  font-weight: 700;
  color: #3a81ab;
}
.product-review-item .review-rating-content .product-review-helpfulness span.vote-options span.vote-no {
  font-weight: 700;
  color: #dc5149;
  margin-left: 8px;
}

.product-review-item .review-text {
  margin: 0 0 15px;
  line-height: 22px;
}

.product-review-item .reply {
  margin: 15px 0;
  border-top: 1px solid #ddd;
}

.product-review-item .reply-header {
  margin: 15px 0;
  font-weight: bold;
}

.product-review-item .reply-text {
  line-height: 22px;
}

.product-review-item .review-info {
  margin: 0 0 5px;
}

.product-review-item .review-info label {
  font-weight: normal;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
  display: inline-block;
  padding: 0 5px;
  color: #4ab2f1;
  cursor: pointer;
}

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
}

.product-reviews-page-notcomponent {
  width: 60%;
  margin: 50px auto;
}

@media all and (min-width: 769px) {
  .product-review-item .review-title {
    float: left;
    max-width: 600px;
  }
  .product-review-item .product-review-box {
    float: right;
  }
  .write-review .review-rating div {
    display: inline-block;
    margin: 0 0 0 5px;
    cursor: default;
    vertical-align: middle;
    font-size: 14px;
    height: 17px;
    text-align: center;
    padding-bottom: 10px;
  }
  .review-rating .name-description {
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media all and (min-width: 1001px) {
  .product-review-item .review-title {
    max-width: 850px;
  }
  .write-review .review-rating div.name-description {
    /*width: 265px;*/
    margin: 0 5px 0 0;
    /*text-align: right*/
  }
}
@media all and (min-width: 1367px) {
  .product-review-item .review-title {
    max-width: 1050px;
  }
  .write-review .review-rating div.name-description {
    margin: 0 5px 0 0;
    /*min-width: 375px;*/
  }
}
@media (max-width: 992px) {
  .product-review-item {
    flex-direction: column;
    text-align: left;
    padding: 0;
  }
  .product-review-item .review-content {
    max-width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .product-review-item .review-rating-content {
    border-left: none;
    border-top: 1px solid lightgray;
    padding: 10px 0 0 0;
  }
  .product-review-item .review-rating-content .product-review-box {
    margin-bottom: 10px;
  }
  .product-review-item .review-rating-content .product-review-helpfulness .question {
    margin-bottom: 5px;
  }
  .write-review .fieldset .form-fields .inputs input, .write-review .fieldset .form-fields .inputs textarea {
    width: 100%;
  }
  .write-review .buttons .write-product-review-button {
    padding: 20px 65px;
  }
}
@media (max-width: 400px) {
  .write-review .buttons .write-product-review-button {
    padding: 20px 42px;
  }
}
.gender {
  display: inline-block;
}

.gender span {
  display: inline-block;
  margin: 0 5px;
}

.gender span > * {
  display: inline !important;
  margin: 0 5px;
  line-height: 32px;
}

.date-of-birth .date-picker-wrapper {
  display: inline;
}

.date-of-birth select {
  width: 30%; /*always single line*/
}

.date-of-birth select + select {
  margin: 0 0 0 10px;
}

.date-of-birth .select-wrapper + .select-wrapper {
  margin: 0 0 0 10px;
}

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

#check-availability-button:hover {
  background-color: #999;
}

.inputs.accept-consent {
  text-align: center;
}

.inputs.accept-consent > * {
  display: inline-block;
  line-height: 32px;
}

.inputs.accept-consent span,
.inputs.accept-consent a {
  color: #4ab2f1;
  cursor: pointer;
  font-size: 14px;
}

.inputs.accept-consent label {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
  background-color: #248ece;
}

.return-request-page h1 a {
  color: #4ab2f1;
}

.return-request-page .return-request-file {
  font-size: 14px;
}

.return-request-page .return-request-file .uploadedfileinput {
  display: inline-block;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
  margin: 0 0 10px;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

.login-page .customer-blocks {
  margin: 0 0 30px;
}

.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
}

.login-page .title strong {
  font-weight: normal;
}

.login-page .new-wrapper {
  margin: 0 0 50px;
}

.login-page .new-wrapper .text {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px;
  line-height: 22px;
}

.login-page .new-wrapper .topic-block {
  margin: 0;
}

.login-page .new-wrapper .button-1 {
  margin: 0 0 5px;
}

.login-page .returning-wrapper {
  margin: 0;
}

.login-page .returning-wrapper .form-fields {
  overflow: hidden;
  padding: 30px 15px 0;
}

.login-page .returning-wrapper .inputs.reversed {
  white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
  display: inline-block;
  width: auto;
  margin: 5px;
  font-size: 14px; /*reset zeroing*/
}

.login-page .returning-wrapper .inputs.reversed a:hover {
  color: #4ab2f1;
}

.login-page .captcha-box {
  margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
  background-color: #fff;
  padding: 30px 0;
}

.external-authentication {
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center;
}

.external-authentication .title {
  margin: 0 0 15px;
  font-size: 20px;
}

.external-authentication .buttons {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  padding: 30px;
}

.external-auth-errors {
  color: #e4444c;
}

.external-auth-association a {
  color: #4ab2f1;
}

.external-auth-association a:hover {
  text-decoration: underline;
}

.password-recovery-page .result {
  margin: 0 0 5px;
  font-weight: bold;
}

.password-recovery-page .tooltip {
  margin: 0 0 25px;
}

.add-more-external-records {
  text-align: center;
}

.add-more-external-records a {
  color: #4ab2f1;
}

.add-more-external-records a:hover {
  text-decoration: underline;
}

.account-page .buttons {
  text-align: center;
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px;
}

.gdpr-tools-page .result {
  margin: 20px 0;
  font-size: 13px;
  color: #e4434b;
}

.gdpr-tools-page .buttons {
  margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
  margin: 0 0 10px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
  font-weight: bold;
}

.address-list-page .button-2,
.order-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 0 0 0 18px;
  font-size: 12px;
}

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
  color: #4ab2f1;
}

.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.address-edit-page .page-title {
  margin: 0 0 -1px;
}

.address-edit-page .message-error {
  margin: 20px 0;
}

.address-edit-page .edit-address {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.recurring-payments table td {
  white-space: nowrap;
}

.recurring-payments table td:first-child {
  min-width: 120px;
  white-space: normal;
}

.recurring-payments .button-2 {
  font-size: 14px;
}

.return-request-list-page .details {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 22px;
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page a {
  color: #4ab2f1;
}

.return-request-list-page a:hover {
  text-decoration: underline;
}

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
}

.reward-points-overview {
  margin: 0 0 25px;
}

.reward-points-history table td:first-child {
  min-width: 120px;
}

.change-password-page .page-title {
  margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

.avatar-page .image img {
  border: 1px solid #ccc;
}

.avatar-page .button-1 {
  font-size: 14px;
}

.avatar-page .button-2 {
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.avatar-page .button-2:hover {
  background-color: #999;
}

.vendorinfo-page .button-2 {
  border: medium none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.vendorinfo-page .button-2:hover {
  background-color: #999;
}

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto;
}

.vendorinfo-page .vendor-picture * {
  display: block;
  margin-top: 15px;
}

.check-gift-card-balance-page .page-title {
  margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
  margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
  margin: 0 0 30px;
}

.login-page .returning-wrapper input[type=text], .login-page .returning-wrapper input[type=email], .login-page .returning-wrapper input[type=password] {
  font-size: 16px;
}

.registration-result-page .fa-check-circle {
  display: block;
  font-size: 50px;
  margin: 30px 0 30px;
  width: 100%;
}

@media all and (min-width: 769px) {
  .address-list-page .section,
  .order-list-page .section,
  .return-request-list-page .section {
    display: inline-block;
    width: 45%;
    margin: 20px 1%;
    vertical-align: top;
  }
  .recurring-payments {
    width: 100% !important;
    margin: 20px 0 !important;
  }
}
@media all and (min-width: 1001px) {
  .gender span {
    margin: 0 10px 0 0;
  }
  .gender span > * {
    margin: 0 5px 0 0;
  }
  .date-of-birth select + select {
    margin: 0 0 0 11px;
  }
  #check-availability-button {
    display: block;
    margin: 10px auto;
  }
  .login-page .customer-blocks {
    overflow: hidden;
  }
  .login-page .new-wrapper {
    float: left;
    width: 49%;
    margin: 0;
  }
  .login-page .new-wrapper .text {
    min-height: 200px;
  }
  .login-page .returning-wrapper {
    float: right;
    width: 49%;
  }
  .login-page .returning-wrapper .form-fields {
    min-height: 200px;
    padding: 30px 0 0;
  }
  .login-page .returning-wrapper .inputs label {
    width: 110px;
  }
  .login-page .returning-wrapper input[type=text],
  .login-page .returning-wrapper input[type=email],
  .login-page .returning-wrapper input[type=password] {
    width: 300px;
  }
  .address-list-page .section,
  .order-list-page .section,
  .return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
  }
  .address-list-page .buttons,
  .order-list-page .buttons {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .avatar-page .message-error,
  .avatar-page .buttons {
    text-align: left;
  }
  .registration-page .vat-note {
    margin-left: 275px;
  }
  .customer-info-page .vat-note,
  .customer-info-page .email-to-revalidate-note {
    margin-left: 150px;
  }
  .customer-info-page .vat-status {
    display: inline-block;
  }
}
@media all and (min-width: 1367px) {
  .login-page .returning-wrapper input[type=text],
  .login-page .returning-wrapper input[type=email],
  .login-page .returning-wrapper input[type=password] {
    width: 360px;
  }
  .registration-page .vat-note {
    margin-left: 385px;
  }
  .customer-info-page .vat-note,
  .customer-info-page .email-to-revalidate-note {
    margin-left: 225px;
  }
  .date-of-birth select {
    width: 31%;
  }
}
@media (max-width: 765px) {
  .login-page .external-authentication h3,
  .registration-page .external-authentication h3,
  .register-complete .external-authentication h3 {
    max-width: 320px;
    margin: 40px auto 0;
  }
  .login-page .login-img .login-title h1, .registration-page .login-img .login-title h1, .register-complete .login-img .login-title h1 {
    font-size: 28px;
  }
  .account-navigation {
    margin-bottom: 20px;
  }
}
.search-page .page-title {
  margin: 0 0 -1px;
}

.search-input .fieldset {
  margin: 0 0 30px;
}

.search-input .form-fields {
  padding: 30px 15px 10px;
}

.search-input input + label {
  display: inline;
  margin: 0 0 0 5px;
}

.advanced-search {
  margin: 30px 0 0;
}

.advanced-search .price-range {
  display: inline-block;
}

.advanced-search .price-range input {
  width: 80px;
  margin: 3px;
}

.search-input .buttons {
  text-align: center;
}

.search-input .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.search-input .button-1:hover {
  background-color: #248ece;
}

.search-results {
  margin: 30px 0 0;
}

.search-results .warning,
.search-results .no-result {
  margin: 10px 0;
  color: #e4434b;
}

.sitemap-page .description {
  margin: 0 0 30px;
  text-align: center;
}

.sitemap-page .entity {
  margin: 0 0 30px;
}

.sitemap-page .entity-title {
  margin: 0 0 15px;
  padding: 0 10px;
  text-align: center;
}

.sitemap-page .entity-title h2 {
  font-size: 20px;
  font-weight: normal;
}

.sitemap-page .entity-body {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
  text-align: center;
}

.sitemap-page .entity ul {
  font-size: 0;
}

.sitemap-page .entity li {
  display: inline-block;
  position: relative;
  margin: 0 8px;
  padding: 0 12px;
  line-height: 50px;
  font-size: 14px; /*reset zeroing*/
}

.sitemap-page .entity li:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #ddd;
}

.sitemap-page .entity a:hover {
  color: #4ab2f1;
}

.sitemap-page .entity a:empty {
  display: none;
}

@media all and (min-width: 1001px) {
  .advanced-search .price-range {
    margin-left: 114px;
  }
}
.order-progress {
  margin: 0 0 50px;
  background-color: #f6f6f6;
  padding: 15px 0;
  text-align: center;
}

.order-progress ul {
  font-size: 0;
}

.order-progress li {
  display: inline-block;
  margin: 10px;
}

.order-progress a {
  display: block;
  min-width: 70px;
  font-size: 14px; /*reset zeroing*/
}

.order-progress a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  border: 1px solid #bbb;
  background: #fff url("../images/pointer.png") center no-repeat;
}

.order-progress li.active-step a {
  cursor: pointer;
}

.order-progress li.inactive-step a {
  opacity: 0.3;
  cursor: default;
}

.checkout-attributes {
  margin: -30px 0 30px;
}

.checkout-attributes dt {
  margin: 0 0 5px;
  font-weight: bold;
}

.checkout-attributes dd {
  margin: 0 0 20px;
}

.checkout-attributes input[type=text],
.checkout-attributes select {
  min-width: 170px;
}

.checkout-attributes ul {
  font-size: 0;
}

.checkout-attributes li {
  display: inline-block;
  margin: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 14px; /*reset zeroing*/
}

.checkout-attributes .attribute-squares li {
  border: none;
  padding: 0;
  line-height: 0;
}

.checkout-attributes li label {
  display: inline-block;
  margin: 0 0 0 5px;
}

.selected-checkout-attributes {
  margin: 30px 0;
}

.selected-checkout-attributes br {
  content: "";
  display: block;
  margin: 3px;
}

.cart-total td {
  width: 50%;
  padding: 5px 0;
  text-align: right;
}

.cart-total td:first-child {
  text-align: left;
}

.cart-total .giftcard-remaining {
  display: block;
  font-style: italic;
}

.cart-total .earn-reward-points {
  font-style: italic;
}

.min-amount-warning {
  margin: 0 0 20px;
  padding: 0 30px;
  color: #e4434b;
}

.terms-of-service {
  margin: 0 0 20px;
  padding: 0 30px;
}

.terms-of-service label {
  cursor: pointer;
}

.terms-of-service a {
  margin: 0 0 0 3px;
  color: #4ab2f1;
}

.cart-collaterals {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 25px 0 0;
}

.cart-collaterals > div {
  max-width: 400px;
  margin: 0 0 50px;
}

.cart-collaterals .button-2 {
  display: inline-block;
  border: none;
  background-color: #aaa;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}

.cart-collaterals .button-2:hover {
  background-color: #999;
}

.cart-collaterals .title {
  margin: 0 0 5px;
  font-size: 18px;
}

.cart-collaterals .title strong {
  font-weight: normal;
}

.cart-collaterals .hint {
  margin: 0 0 10px;
}

.cart-collaterals .deals > div {
  margin: 0 0 20px;
}

.cart-collaterals .coupon-code {
  overflow: hidden;
}

.cart-collaterals .coupon-code input[type=text] {
  float: left;
  width: 60%;
  height: 36px; /*safari padding fix*/
  margin: 0 -1px 0 0;
}

.cart-collaterals .coupon-code input[type=submit] {
  float: left;
  width: 40%;
  height: 36px; /*safari padding fix*/
  padding: 0;
}

.cart-collaterals .message-failure {
  margin: 5px 0 0;
  font-size: 12px;
  color: #e4434b;
}

.cart-collaterals .message-success {
  margin: 5px 0 0;
  font-size: 12px;
  color: #4cb17c;
}

.cart-collaterals .current-code {
  margin: 5px 0 0;
  color: #4cb17c;
}

.remove-discount-button,
.remove-gift-card-button {
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  background: #fff url("../images/close.png") center no-repeat;
  cursor: pointer;
}

.cart-collaterals .shipping select {
  height: 36px;
}

.cart-collaterals .shipping-results {
  margin: 30px 0 0;
}

.cart-collaterals .shipping-results li {
  margin: 20px 0;
}

.cart-collaterals .shipping-results li strong {
  display: block;
  margin: 0 0 5px;
}

@media all and (min-width: 769px) {
  .order-progress {
    padding: 20px;
  }
  .order-progress li {
    margin: 0 10px;
  }
  .order-progress a {
    min-width: 80px;
  }
}
.block {
  max-width: 600px; /*width limit in mobile*/
  min-height: 50px;
  margin: auto;
  text-align: left;
}

.block .title {
  position: relative;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  background: #f6f6f6 url("../images/toggle-gray.png") right 14px no-repeat;
  padding: 12px 30px 12px 10px;
  font-size: 20px;
  cursor: pointer;
}

.block .title strong {
  font-weight: normal;
}

.block .listbox {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}

.block .list li {
  padding: 5px 0 5px 15px;
}

.block .list a {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.block .list a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #ddd;
}

.block .list .active > a {
  color: #4ab2f1;
}

.block .list a:hover {
  color: #4ab2f1;
}

.block a.product-picture {
  display: none;
}

.block a.product-picture:before {
  display: none;
}

.block .sublist {
  margin: 15px 0 5px;
}

.block .sublist a {
  font-size: 14px;
}

.block .view-all {
  margin: 10px 0 0;
}

.block .view-all a {
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  color: #4ab2f1;
}

.block .view-all a:hover {
  text-decoration: underline;
}

.block .tags {
  margin: 5px 0 10px;
}

.block .tags ul {
  font-size: 0;
}

.block .tags li,
.product-tags-all-page li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  overflow: hidden;
  font-size: 17px !important; /*setting base size*/
}

.block .tags li a,
.product-tags-all-page li a {
  float: left;
  line-height: 30px;
}

.block .tags li a:hover,
.product-tags-all-page li a:hover {
  color: #4ab2f1;
}

.poll strong {
  display: block;
  margin: 10px 0;
  background-color: #f6f6f6;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
}

.poll-options,
.poll-results {
  margin: 10px 0 15px;
  overflow: hidden;
  font-size: 15px;
}

.poll-options li,
.poll-results li {
  margin: 10px 0;
}

.poll-options li > input {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.poll-options li > label {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.poll .buttons input {
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.poll .buttons input:hover {
  background-color: #bbb;
}

.poll-total-votes {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  font-style: italic;
}

.home-page-polls {
  text-align: center;
}

.home-page-polls .title {
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 30px;
  padding: 0 0 15px;
}

.home-page-polls .title strong {
  font-weight: normal;
}

.home-page-polls li {
  display: inline-block;
  margin: 10px;
}

.topic-block {
  margin: 0 0 25px;
}

.topic-block h2 {
  margin-bottom: var(--space-sm);
}

.home-page .topic-block {
  margin: 0 0 50px;
}

.popup-window .topic-page {
  padding: 15px;
}

.not-found-page p {
  margin: 30px 15px;
}

.topic-password {
  text-align: center;
}

.enter-password-title {
  margin: 0 0 20px;
}

.enter-password-form {
  display: inline-block;
  overflow: hidden;
}

.enter-password-form input[type=password] {
  float: left;
  width: 200px;
  height: 40px;
  margin: 0 -1px 0 0;
}

.enter-password-form input[type=submit] {
  float: left;
  width: auto;
  min-width: 86px;
  height: 40px;
  border: none;
  background-color: #4ab2f1;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
}

.enter-password-form input[type=submit]:hover {
  background-color: #248ece;
}

@media all and (min-width: 481px) {
  .enter-password-form input[type=password] {
    width: 260px;
  }
}
@media all and (min-width: 1001px) {
  .center-1 .topic-block-title {
    text-align: center;
  }
  .topic-page p {
    text-align: justify;
  }
}
@media all and (min-width: 481px) {
  .wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin: 0 1px 5px;
  }
}
@media all and (min-width: 1001px) {
  .compare-products-page .page-title {
    margin: 0 0 -1px;
  }
  .compare-products-page .clear-list {
    position: absolute;
    top: 7px;
    right: 0;
  }
  .compare-products-table .full-description td {
    display: table-cell;
  }
  .compare-products-table .full-description td p {
    margin-top: 0;
  }
}
.admin-header-links {
  background-color: #333;
  text-align: center;
  color: #eee;
}
.admin-header-links a {
  color: #fff;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
}

.admin-header-links .impersonate {
  display: inline-block;
}

.admin-header-links .impersonate a {
  background-color: #555;
  padding: 0 15px;
}

.admin-header-links .impersonate a:hover {
  background-color: #666;
}

.gender {
  display: inline-block;
}

.gender span {
  display: inline-block;
  margin: 0 5px;
}

.gender span > * {
  display: inline !important;
  margin: 0 5px;
  line-height: 32px;
}

.date-of-birth .date-picker-wrapper {
  display: inline;
}

.date-of-birth select {
  width: 30%; /*always single line*/
}

.date-of-birth select + select {
  margin: 0 0 0 10px;
}

.date-of-birth .select-wrapper + .select-wrapper {
  margin: 0 0 0 10px;
}

#check-availability-button {
  margin: 10px 0 0;
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

#check-availability-button:hover {
  background-color: #999;
}

.inputs.accept-consent {
  text-align: center;
}

.inputs.accept-consent > * {
  display: inline-block;
  line-height: 32px;
}

.inputs.accept-consent span,
.inputs.accept-consent a {
  color: #4ab2f1;
  cursor: pointer;
  font-size: 14px;
}

.inputs.accept-consent label {
  width: auto;
  margin-left: 10px;
  margin-bottom: 0;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #4ab2f1;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.registration-page .button-1:hover,
.registration-result-page .button-1:hover,
.login-page .button-1:hover,
.password-recovery-page .button-1:hover,
.account-page .button-1:hover,
.return-request-page .button-1:hover {
  background-color: #248ece;
}

.return-request-page h1 a {
  color: #4ab2f1;
}

.return-request-page .return-request-file {
  font-size: 14px;
}

.return-request-page .return-request-file .uploadedfileinput {
  display: inline-block;
}

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
  margin: 0 0 10px;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
  margin: 0 5px;
  font-size: 14px;
}

.customer-info-page .vat-status {
  display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
  display: block;
  font-size: 14px;
  margin-top: 7px;
  white-space: normal;
}

.login-page .customer-blocks {
  margin: 0 0 30px;
}

.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
}

.login-page .title strong {
  font-weight: normal;
}

.login-page .new-wrapper {
  margin: 0 0 50px;
}

.login-page .new-wrapper .text {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px;
  line-height: 22px;
}

.login-page .new-wrapper .topic-block {
  margin: 0;
}

.login-page .new-wrapper .button-1 {
  margin: 0 0 5px;
}

.login-page .returning-wrapper {
  margin: 0;
}

.login-page .returning-wrapper .form-fields {
  overflow: hidden;
  padding: 30px 15px 0;
}

.login-page .returning-wrapper .inputs.reversed {
  white-space: normal;
}

.login-page .returning-wrapper .inputs.reversed * {
  display: inline-block;
  width: auto;
  margin: 5px;
  font-size: 14px; /*reset zeroing*/
}

.login-page .returning-wrapper .inputs.reversed a:hover {
  color: #4ab2f1;
}

.login-page .captcha-box {
  margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
  background-color: #fff;
  padding: 30px 0;
}

.external-authentication {
  margin: 0 0 50px;
  overflow: hidden;
  text-align: center;
}

.external-authentication .title {
  margin: 0 0 15px;
  font-size: 20px;
}

.external-authentication .buttons {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  padding: 30px;
}

.external-auth-errors {
  color: #e4444c;
}

.external-auth-association a {
  color: #4ab2f1;
}

.external-auth-association a:hover {
  text-decoration: underline;
}

.password-recovery-page .result {
  margin: 0 0 5px;
  font-weight: bold;
}

.password-recovery-page .tooltip {
  margin: 0 0 25px;
}

.add-more-external-records {
  text-align: center;
}

.add-more-external-records a {
  color: #4ab2f1;
}

.add-more-external-records a:hover {
  text-decoration: underline;
}

.account-page .buttons {
  text-align: center;
}

.account-page .description {
  margin: 0 0 25px;
  padding: 0 10px;
}

.account-page .table-wrapper {
  margin: 0 0 30px;
}

.gdpr-tools-page .result {
  margin: 20px 0;
  font-size: 13px;
  color: #e4434b;
}

.gdpr-tools-page .buttons {
  margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
  margin: 0 0 10px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
  font-weight: bold;
}

.address-list-page .button-2,
.order-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 0 0 0 18px;
  font-size: 12px;
}

.address-list-page .button-2:hover,
.order-list-page .button-2:hover {
  color: #4ab2f1;
}

.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.address-edit-page .page-title {
  margin: 0 0 -1px;
}

.address-edit-page .message-error {
  margin: 20px 0;
}

.address-edit-page .edit-address {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.recurring-payments table td {
  white-space: nowrap;
}

.recurring-payments table td:first-child {
  min-width: 120px;
  white-space: normal;
}

.recurring-payments .button-2 {
  font-size: 14px;
}

.return-request-list-page .details {
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 22px;
}

.return-request-list-page label {
  margin: 0 5px 0 0;
}

.return-request-list-page a {
  color: #4ab2f1;
}

.return-request-list-page a:hover {
  text-decoration: underline;
}

.return-request-list-page .comments div {
  margin: 10px 0 0;
  font-size: 15px;
  font-style: italic;
}

.reward-points-overview {
  margin: 0 0 25px;
}

.reward-points-history table td:first-child {
  min-width: 120px;
}

.change-password-page .page-title {
  margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
  margin: 20px 0;
}

.change-password-page .fieldset {
  margin: 0 0 30px;
}

.avatar-page .page-title {
  margin: 0;
}

.avatar-page .page-body {
  margin: 0 0 30px;
  overflow: hidden;
  background-color: #f9f9f9;
  padding: 30px 25px;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .image {
  margin: 0 0 10px;
}

.avatar-page .image img {
  border: 1px solid #ccc;
}

.avatar-page .button-1 {
  font-size: 14px;
}

.avatar-page .button-2 {
  border: none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.avatar-page .button-2:hover {
  background-color: #999;
}

.vendorinfo-page .button-2 {
  border: medium none;
  background-color: #888;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.vendorinfo-page .button-2:hover {
  background-color: #999;
}

.vendorinfo-page .vendor-picture {
  width: 400px;
  margin: 0 auto;
}

.vendorinfo-page .vendor-picture * {
  display: block;
  margin-top: 15px;
}

.check-gift-card-balance-page .page-title {
  margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
  margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
  margin: 0 0 30px;
}

.login-page .returning-wrapper input[type=text], .login-page .returning-wrapper input[type=email], .login-page .returning-wrapper input[type=password] {
  font-size: 16px;
}

.registration-result-page .fa-check-circle {
  display: block;
  font-size: 50px;
  margin: 30px 0 30px;
  width: 100%;
}

@media all and (min-width: 769px) {
  .address-list-page .section,
  .order-list-page .section,
  .return-request-list-page .section {
    display: inline-block;
    width: 45%;
    margin: 20px 1%;
    vertical-align: top;
  }
  .recurring-payments {
    width: 100% !important;
    margin: 20px 0 !important;
  }
}
@media all and (min-width: 1001px) {
  .gender span {
    margin: 0 10px 0 0;
  }
  .gender span > * {
    margin: 0 5px 0 0;
  }
  .date-of-birth select + select {
    margin: 0 0 0 11px;
  }
  #check-availability-button {
    display: block;
    margin: 10px auto;
  }
  .login-page .customer-blocks {
    overflow: hidden;
  }
  .login-page .new-wrapper {
    float: left;
    width: 49%;
    margin: 0;
  }
  .login-page .new-wrapper .text {
    min-height: 200px;
  }
  .login-page .returning-wrapper {
    float: right;
    width: 49%;
  }
  .login-page .returning-wrapper .form-fields {
    min-height: 200px;
    padding: 30px 0 0;
  }
  .login-page .returning-wrapper .inputs label {
    width: 110px;
  }
  .login-page .returning-wrapper input[type=text],
  .login-page .returning-wrapper input[type=email],
  .login-page .returning-wrapper input[type=password] {
    width: 300px;
  }
  .address-list-page .section,
  .order-list-page .section,
  .return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
  }
  .address-list-page .buttons,
  .order-list-page .buttons {
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .avatar-page .message-error,
  .avatar-page .buttons {
    text-align: left;
  }
  .registration-page .vat-note {
    margin-left: 275px;
  }
  .customer-info-page .vat-note,
  .customer-info-page .email-to-revalidate-note {
    margin-left: 150px;
  }
  .customer-info-page .vat-status {
    display: inline-block;
  }
}
@media all and (min-width: 1367px) {
  .login-page .returning-wrapper input[type=text],
  .login-page .returning-wrapper input[type=email],
  .login-page .returning-wrapper input[type=password] {
    width: 360px;
  }
  .registration-page .vat-note {
    margin-left: 385px;
  }
  .customer-info-page .vat-note,
  .customer-info-page .email-to-revalidate-note {
    margin-left: 225px;
  }
  .date-of-birth select {
    width: 31%;
  }
}
@media (max-width: 765px) {
  .login-page .external-authentication h3,
  .registration-page .external-authentication h3,
  .register-complete .external-authentication h3 {
    max-width: 320px;
    margin: 40px auto 0;
  }
  .login-page .login-img .login-title h1, .registration-page .login-img .login-title h1, .register-complete .login-img .login-title h1 {
    font-size: 28px;
  }
  .account-navigation {
    margin-bottom: 20px;
  }
}
/*@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,800");*/
/**********************************
    Adjustment for Bootstrap
***********************************/
.container-fluid > .row, .container-fluid > div > .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.row img {
  margin: 1.4rem 0 1rem;
}

.row-tool {
  margin-left: -15px;
}

/**********************************
    General
***********************************/
.display {
  margin-bottom: 0.5rem;
}

.display h1 {
  font-size: 3rem;
  line-height: 1.4;
}

table td {
  padding: 12px;
}

@media all and (max-width: 1024px) {
  .display h1 {
    font-size: 2.2rem;
  }
  .display p {
    font-size: 1.1rem;
  }
}
/* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
.display h1 span {
  font-size: inherit;
  line-height: inherit;
}

.display p span {
  font-size: inherit;
  line-height: inherit;
}

/**********************************
    Elements
***********************************/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-35 {
  padding: 35px;
}

.padding-40 {
  padding: 40px;
}

@media all and (max-width: 540px) {
  .center {
    text-align: initial;
  }
  .right {
    text-align: initial;
  }
  .left {
    text-align: initial;
  }
  .padding-20 {
    padding: 0;
  }
  .padding-25 {
    padding: 0;
  }
  .padding-30 {
    padding: 0;
  }
  .padding-35 {
    padding: 0;
  }
  .padding-40 {
    padding: 0;
  }
}
.margin-0 {
  margin: 0 !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-35 {
  margin: 35px !important;
}

.margin-40 {
  margin: 40px !important;
}

.is-card {
  display: table;
  background-color: #fff;
}

.is-card > * {
  display: table;
}

.is-card-circle {
  width: 280px;
  height: 280px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto;
}

@media all and (max-width: 540px) {
  .is-card-circle {
    zoom: 0.7;
    -moz-transform: scale(0.7);
  }
}
.is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.max-390 {
  max-width: 390px;
  margin: 0 auto;
}

.shadow-1 { /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-2 { /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.shadow-3 { /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

img.circle {
  border-radius: 500px;
  margin-top: 0;
}

img.bordered {
  border: #ccc 1px solid;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.list {
  position: relative;
  margin: 1.5em 0;
}

.list > i {
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 1.7em;
  line-height: 1;
}

.list > h2, .list > h3 {
  margin: 0 0 0 50px;
}

.list > p {
  margin: 5px 0 0 50px;
}

.quote {
  position: relative;
  margin: 1.5em 0;
}

.quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2em;
}

.quote > small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1em;
}

.quote > p {
  margin-left: 50px;
  font-size: 1.5em;
}

@media all and (max-width: 540px) {
  .quote > i {
    left: -15px;
    font-size: 1.5em;
  }
  .quote > small {
    margin-left: 20px;
    ont-size: 1em;
  }
  .quote > p {
    margin-left: 20px;
    font-size: 1.2em;
  }
}
.is-social {
  line-height: 1;
  margin-bottom: 1.5em;
}

.is-social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.is-social a:first-child > i {
  margin: 0 15px 0 0;
}

.is-social a:last-child > i {
  margin: 0 0 0 15px;
}

.is-social a:hover > i {
  color: #08c9b9;
}

.is-light-text .is-social a > i {
  color: #fff;
}

.is-light-text .is-social a:hover > i {
  color: #fff;
}

.is-dark-text .is-social a > i {
  color: #000;
}

.is-dark-text .is-social a:hover > i {
  color: #000;
}

/* backward compatible */
.social {
  line-height: 1;
  margin-bottom: 1.5em;
}

.social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2em;
  margin: 0 15px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.social a:first-child > i {
  margin: 0 15px 0 0;
}

.social a:last-child > i {
  margin: 0 0 0 15px;
}

.social a:hover > i {
  color: #08c9b9;
}

.is-light-text .social a > i {
  color: #fff;
}

.is-light-text .social a:hover > i {
  color: #fff;
}

.is-rounded-button-big {
  display: inline-block;
}

.is-rounded-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}

.is-rounded-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

.is-rounded-button-big a:first-child {
  margin: 0 20px 0 0;
}

.is-rounded-button-big a:last-child {
  margin: 0 0 0 20px;
}

.is-rounded-button-medium {
  display: inline-block;
}

.is-rounded-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}

.is-rounded-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}

.is-boxed-button-big {
  display: inline-block;
}

.is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}

.is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

.is-boxed-button-big2 {
  display: inline-block;
}

.is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa;
}

.is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px;
}

.is-boxed-button-medium {
  display: inline-block;
}

.is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}

.is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}

.is-boxed-button-medium2 {
  display: inline-block;
}

.is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa;
}

.is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px;
}

.is-boxed-button-small {
  display: inline-block;
}

.is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa;
}

.is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
}

.size-12 {
  font-size: 12px !important;
}

.size-14 {
  font-size: 14px !important;
}

.size-16 {
  font-size: 16px !important;
}

.size-18 {
  font-size: 18px !important;
}

.size-21 {
  font-size: 21px !important;
}

.size-24 {
  font-size: 24px !important;
}

.size-28 {
  font-size: 28px !important;
}

.size-32 {
  font-size: 32px !important;
}

.size-35 {
  font-size: 35px !important;
}

.size-38 {
  font-size: 38px !important;
}

.size-42 {
  font-size: 42px !important;
}

.size-46 {
  font-size: 46px !important;
}

.size-48 {
  font-size: 48px !important;
}

.size-50 {
  font-size: 50px !important;
}

.size-54 {
  font-size: 54px !important;
}

.size-60 {
  font-size: 60px !important;
}

.size-64 {
  font-size: 64px !important;
}

.size-68 {
  font-size: 68px !important;
}

.size-72 {
  font-size: 72px !important;
}

.size-76 {
  font-size: 76px !important;
}

.size-80 {
  font-size: 80px !important;
}

.size-84 {
  font-size: 84px !important;
}

.size-88 {
  font-size: 88px !important;
}

.size-92 {
  font-size: 92px !important;
}

.size-96 {
  font-size: 96px !important;
}

.size-100 {
  font-size: 100px !important;
}

.size-104 {
  font-size: 104px !important;
}

.size-108 {
  font-size: 108px !important;
}

.size-112 {
  font-size: 112px !important;
}

.size-116 {
  font-size: 116px !important;
}

.size-120 {
  font-size: 120px !important;
}

.size-124 {
  font-size: 124px !important;
}

.size-128 {
  font-size: 128px !important;
}

.size-132 {
  font-size: 132px !important;
}

@media all and (max-width: 1024px) {
  .size-12 {
    font-size: 12px !important;
  }
  .size-14 {
    font-size: 14px !important;
  }
  .size-16 {
    font-size: 16px !important;
  }
  .size-18 {
    font-size: 18px !important;
  }
  .size-21 {
    font-size: 21px !important;
  }
  .size-24 {
    font-size: 24px !important;
  }
  .size-28 {
    font-size: 26px !important;
  }
  .size-32 {
    font-size: 28px !important;
  }
  .size-35 {
    font-size: 30px !important;
  }
  .size-38 {
    font-size: 32px !important;
  }
  .size-42 {
    font-size: 34px !important;
  }
  .size-46 {
    font-size: 36px !important;
  }
  .size-48 {
    font-size: 38px !important;
  }
  .size-50 {
    font-size: 40px !important;
  }
  .size-54 {
    font-size: 42px !important;
  }
  .size-60 {
    font-size: 44px !important;
  }
  .size-64 {
    font-size: 46px !important;
  }
  .size-68 {
    font-size: 48px !important;
  }
  .size-72 {
    font-size: 50px !important;
  }
  .size-76 {
    font-size: 52px !important;
  }
  .size-80 {
    font-size: 54px !important;
  }
  .size-84 {
    font-size: 56px !important;
  }
  .size-88 {
    font-size: 58px !important;
  }
  .size-92 {
    font-size: 60px !important;
  }
  .size-96 {
    font-size: 62px !important;
  }
  .size-100 {
    font-size: 64px !important;
  }
  .size-104 {
    font-size: 66px !important;
  }
  .size-108 {
    font-size: 68px !important;
  }
  .size-112 {
    font-size: 70px !important;
  }
  .size-116 {
    font-size: 72px !important;
  }
  .size-120 {
    font-size: 74px !important;
  }
  .size-124 {
    font-size: 76px !important;
  }
  .size-128 {
    font-size: 78px !important;
  }
  .size-132 {
    font-size: 80px !important;
  }
}
/* If text wrapped with span-style during editing, don't apply the fix here (See line59) */
.size-12 span {
  font-size: 12px !important;
}

.size-14 span {
  font-size: 14px !important;
}

.size-16 span {
  font-size: 16px !important;
}

.size-18 span {
  font-size: 18px !important;
}

.size-21 span {
  font-size: 21px !important;
}

.size-24 span {
  font-size: 24px !important;
}

.size-28 span {
  font-size: 28px !important;
}

.size-32 span {
  font-size: 32px !important;
}

.size-35 span {
  font-size: 35px !important;
}

.size-38 span {
  font-size: 38px !important;
}

.size-42 span {
  font-size: 42px !important;
}

.size-46 span {
  font-size: 46px !important;
}

.size-48 span {
  font-size: 48px !important;
}

.size-50 span {
  font-size: 50px !important;
}

.size-54 span {
  font-size: 54px !important;
}

.size-60 span {
  font-size: 60px !important;
}

.size-64 span {
  font-size: 64px !important;
}

.size-68 span {
  font-size: 68px !important;
}

.size-72 span {
  font-size: 72px !important;
}

.size-76 span {
  font-size: 76px !important;
}

.size-80 span {
  font-size: 80px !important;
}

.size-84 span {
  font-size: 84px !important;
}

.size-88 span {
  font-size: 88px !important;
}

.size-92 span {
  font-size: 92px !important;
}

.size-96 span {
  font-size: 96px !important;
}

.size-100 span {
  font-size: 100px !important;
}

.size-104 span {
  font-size: 104px !important;
}

.size-108 span {
  font-size: 108px !important;
}

.size-112 span {
  font-size: 112px !important;
}

.size-116 span {
  font-size: 116px !important;
}

.size-120 span {
  font-size: 120px !important;
}

.size-124 span {
  font-size: 124px !important;
}

.size-128 span {
  font-size: 128px !important;
}

.size-132 span {
  font-size: 132px !important;
}

@media all and (max-width: 1024px) {
  .size-12 span {
    font-size: 12px !important;
  }
  .size-14 span {
    font-size: 14px !important;
  }
  .size-16 span {
    font-size: 16px !important;
  }
  .size-18 span {
    font-size: 18px !important;
  }
  .size-21 span {
    font-size: 21px !important;
  }
  .size-24 span {
    font-size: 24px !important;
  }
  .size-28 span {
    font-size: 26px !important;
  }
  .size-32 span {
    font-size: 28px !important;
  }
  .size-35 span {
    font-size: 30px !important;
  }
  .size-38 span {
    font-size: 32px !important;
  }
  .size-42 span {
    font-size: 34px !important;
  }
  .size-46 span {
    font-size: 36px !important;
  }
  .size-48 span {
    font-size: 38px !important;
  }
  .size-50 span {
    font-size: 40px !important;
  }
  .size-54 span {
    font-size: 42px !important;
  }
  .size-60 span {
    font-size: 44px !important;
  }
  .size-64 span {
    font-size: 46px !important;
  }
  .size-68 span {
    font-size: 48px !important;
  }
  .size-72 span {
    font-size: 50px !important;
  }
  .size-76 span {
    font-size: 52px !important;
  }
  .size-80 span {
    font-size: 54px !important;
  }
  .size-84 span {
    font-size: 56px !important;
  }
  .size-88 span {
    font-size: 58px !important;
  }
  .size-92 span {
    font-size: 60px !important;
  }
  .size-96 span {
    font-size: 62px !important;
  }
  .size-100 span {
    font-size: 64px !important;
  }
  .size-104 span {
    font-size: 66px !important;
  }
  .size-108 span {
    font-size: 68px !important;
  }
  .size-112 span {
    font-size: 70px !important;
  }
  .size-116 span {
    font-size: 72px !important;
  }
  .size-120 span {
    font-size: 74px !important;
  }
  .size-124 span {
    font-size: 76px !important;
  }
  .size-128 span {
    font-size: 78px !important;
  }
  .size-132 span {
    font-size: 80px !important;
  }
}
/**********************************
    Title Styles
***********************************/
.is-light-text * {
  color: #fff;
}

.is-dark-text * {
  color: #000;
}

/* Style 1 */
.is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Style 2 */
.is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Style 3 */
.is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-light-text .is-title3-96 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-80 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-64 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-48 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-32 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-dark-text .is-title3-96 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-80 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-64 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-48 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-32 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* Style 4 */
.is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid;
}

.is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid;
}

.is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000 2px solid;
}

.is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000 2px solid;
}

.is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000 2px solid;
}

.is-light-text .is-title4-96 {
  border: #fff 2px solid;
}

.is-light-text .is-title4-80 {
  border: #fff 2px solid;
}

.is-light-text .is-title4-64 {
  border: #fff 2px solid;
}

.is-light-text .is-title4-48 {
  border: #fff 2px solid;
}

.is-light-text .is-title4-32 {
  border: #fff 2px solid;
}

.is-dark-text .is-title4-96 {
  border: #000 2px solid;
}

.is-dark-text .is-title4-80 {
  border: #000 2px solid;
}

.is-dark-text .is-title4-64 {
  border: #000 2px solid;
}

.is-dark-text .is-title4-48 {
  border: #000 2px solid;
}

.is-dark-text .is-title4-32 {
  border: #000 2px solid;
}

/* Style 5 */
.is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}

.is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}

.is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.is-light-text .is-title5-96 {
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-80 {
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-64 {
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-48 {
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-32 {
  border-bottom: #fff 2px solid;
}

.is-dark-text .is-title5-96 {
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-80 {
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-64 {
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-48 {
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-32 {
  border-bottom: #000 2px solid;
}

/* Extra Title Styles */
.is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px;
}

.is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px;
}

.is-title-bold {
  font-weight: 800;
}

.is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {
  border-width: 4px;
}

.is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {
  border-width: 4px;
}

.is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {
  border-width: 3px;
}

.is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {
  border-width: 3px;
}

.is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {
  border-width: 2px;
}

/**********************************
    Into Styles
***********************************/
.is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}

.is-info1.size-21 {
  margin-top: 12px;
}

.is-info1.size-24 {
  margin-top: 15px;
}

.is-info2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.is-info2.size-21 {
  margin-top: 12px;
}

.is-info2.size-24 {
  margin-top: 15px;
}

/**********************************
    Buttons Styles
***********************************/
.is-btn {
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin: 3px 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}

/* ghost1 default */
.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
  color: #fff;
  border: 1px solid #fff;
}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
  color: #000;
  border: 1px solid #111;
}

/* ghost2 default */
.is-btn-ghost2 {
  color: #000;
  border: 1px solid #dcdcdc;
  background-color: #dcdcdc;
}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
  color: #000;
  border: 1px solid #f9f9f9;
  background-color: #f9f9f9;
}

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
  color: #000;
  border: 1px solid #d7d7d7;
  background-color: #d7d7d7;
}

.is-btn-small {
  padding: 5px 25px;
  font-size: 0.85em;
}

.is-upper {
  text-transform: uppercase;
}

.is-rounded-30 {
  border-radius: 30px;
}

/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

figure.hdr img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

figure.hdr:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.hdr figcaption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  padding: 0 2.5em;
  color: #fff;
  font-size: 1.55em;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

/* Text */
figure.hdr h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

figure.hdr h2 span {
  font-weight: 800;
}

figure.hdr p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-transform: uppercase;
}

figure.hdr h2, figure.hdr p {
  margin: 0;
  z-index: 10000;
}

/* Cosmetic */
figure.hdr div {
  height: 100%;
  z-index: 0;
}

figure.hdr div::before,
figure.hdr div::after {
  position: absolute;
  content: "";
}

/* One */
figure.one div::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

figure.one div::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* Two */
figure.two div::before {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

figure.two div::after {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* Three */
figure.three figcaption {
  height: 70%;
}

figure.three p {
  margin: 1em 0 0;
  padding: 2em;
  border: 1px solid #fff;
}

/* Four */
figure.four figcaption {
  height: 60%;
  text-align: left;
}

figure.four p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
  padding: 2em;
  border: 7px solid #fff;
}

/* Five */
figure.five figcaption {
  height: 100%;
  text-align: right;
}

figure.five h2 {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 10%;
  border-bottom: 5px solid #fff;
}

figure.five p {
  position: absolute;
  right: 50px;
  bottom: 10%;
}

/* Six */
figure.six figcaption {
  height: 70%;
}

figure.six h2 {
  padding-bottom: 3%;
  border-bottom: 1px solid #fff;
}

figure.six p {
  padding-top: 6%;
}

/* Seven */
figure.seven figcaption {
  height: 90%;
  text-align: left;
}

figure.seven h2 {
  border-bottom: 3px solid #fff;
}

figure.seven p {
  padding-top: 1em;
}

/* Eight */
figure.eight figcaption {
  height: 100%;
  text-align: right;
}

figure.eight h2 {
  position: absolute;
  left: 50%;
  right: 50px;
  bottom: 10%;
}

figure.eight p {
  position: absolute;
  left: 50px;
  right: 50%;
  top: 10%;
  padding-right: 0.5em;
  border-right: 1px solid #fff;
}

.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
  margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
  margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  min-width: 140px;
  border: none;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.contact-page .button-1:hover,
.email-a-friend-page .button-1:hover,
.apply-vendor-page .button-1:hover {
  background-color: #248ece;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
  margin: 25px 0;
}

.email-a-friend-page .title h2 {
  font-weight: normal;
}

.apply-vendor-page .terms-of-service {
  text-align: center;
}

.apply-vendor-page .terms-of-service > * {
  display: inline-block;
  line-height: 32px;
}

.apply-vendor-page .terms-of-service span,
.apply-vendor-page .terms-of-service a {
  cursor: pointer;
}

.contact-page {
  font-family: "Open Sans";
}
.contact-page .header-background-img {
  background-image: url("/Themes/PaulisTheme/Content/images/οpacitycontactus.png"), url("/Themes/PaulisTheme/Content/images/headercontactus.png");
}
.contact-page .contactus-container {
  margin-top: 120px;
}
.contact-page .contactus-container .content-title .title-lines {
  display: flex;
  font-family: "Open Sans";
  font-weight: 800;
  font-size: 24px;
  color: #123046;
  line-height: 0.1em;
}
.contact-page .contactus-container .content-title .title-lines:after {
  content: "";
  border-top: 1px solid lightgray;
  margin: 0;
  flex: 1 0 20px;
  margin-top: 1px;
  margin-left: 27px;
}
.contact-page .contactus-container .row-map {
  margin-top: 40px;
}
.contact-page .contactus-container .row-map iframe {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.contact-page .contactus-container .row-map table {
  max-width: 550px;
  width: 100%;
  margin: 20px auto;
  text-align: left;
}
.contact-page .contactus-container .row-map table td {
  padding: 2px 0;
  width: auto;
}
.contact-page .contactus-container .row-map table td.schedule {
  display: flex;
  justify-content: space-between;
  max-width: 200px;
}
.contact-page .contactus-container .row-schedule {
  margin-top: 20px;
}
.contact-page .contactus-container .contact-form {
  margin-top: 90px;
}
.contact-page .contactus-container .contact-form .fieldset {
  max-width: 1070px;
  margin: 70px auto 0 auto;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields {
  background-color: white;
  border-top: 0;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs {
  text-align: left;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs label {
  display: inline;
  margin-left: 14px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs span.required {
  font-size: 14px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs input, .contact-page .contactus-container .contact-form .fieldset .form-fields .inputs textarea {
  display: block;
  width: 100%;
  border-color: lightgray;
  border-radius: 30px;
  padding-left: 25px;
  margin-top: 8px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs input {
  height: 60px;
  margin-bottom: 20px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .inputs textarea {
  min-height: 90px;
  resize: none;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .buttons {
  text-align: left;
  margin-top: 17px;
  margin-bottom: 110px;
}
.contact-page .contactus-container .contact-form .fieldset .form-fields .buttons .button-white {
  padding: 20px 50px;
}

@media (max-width: 575px) {
  .contact-page .contactus-container .content-title .title-lines {
    font-size: 17px;
  }
  .contact-page .contactus-container .content-title .title-lines:after {
    border-top: hidden;
  }
  .contact-page .contactus-container .row-map iframe {
    height: auto;
  }
}
:root {
  --font-primary: $main_font;
  --font-secondary: $second_font;
  /* set base values */
  --text-base-size: 16px;
  --text-scale-ratio: 1.3;
  /* type scale */
  --text-xs: calc(1em / (var(--text-scale-ratio) * var(--text-scale-ratio)));
  --text-sm: calc(1em / var(--text-scale-ratio));
  --text-md: calc(1.15em * var(--text-scale-ratio));
  --text-lg: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-xxxl: calc(1em * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio));
  /* line-height */
  --heading-line-height: 1.2;
  --body-line-height: 1.5;
  /* spacing values */
  --baseline:24px;
  --space-sm: calc(var(--baseline)/2);
  --space-md: var(--baseline);
  --space-lg: calc(var(--baseline)*2);
  --space-xl: calc(var(--baseline)*3);
}

@media (max-width: 992px) {
  :root {
    --text-base-size: 13px;
    --text-scale-ratio: 1.1;
  }
}
body {
  font-size: var(--text-base-size);
  font-family: var(--font-primary);
  color: var(--color-text);
}

p {
  font-size: var(--text-base-size);
  line-height: var(--body-line-height);
}

h1, h2, h3, h4, h5, h6,
form legend,
.h1, .h2, .h3, .h4, .h5, .h6,
.title-h1, .title-h2, .title-h3, .title-h4, .title-h5, .title-h6 {
  color: var(--color-text-heading);
  margin-bottom: var(--space-xxs);
  line-height: var(--heading-line-height);
  font-family: var(--font-primary);
}

h1, h2, h3, .h1, .h2, .h3, .title-h1, .title-h2, .title-h3 {
  font-weight: bold;
}

.title {
  font-size: var(--text-md);
  color: #123046;
}
.title strong {
  font-weight: 900;
}

/* text size */
.text--xxxl {
  font-size: var(--text-xxxl);
}

h1, .text--xxl, .title-h1 {
  font-size: var(--text-xxl);
}

h2, .text--xl, .title-h2 {
  font-size: var(--text-xl);
}

h3, .text--lg, .title-h3 {
  font-size: var(--text-lg);
}

h4, .text--md, .title-h4 {
  font-size: var(--text-md);
}

h5, .text--sm, .title-h5 {
  font-size: var(--text-sm);
}

h6, .text--xs, .title-h6 {
  font-size: var(--text-xs);
}

.text--sm, small {
  font-size: var(--text-sm);
}

.text--xs {
  font-size: var(--text-xs);
}

a, p, input {
  font-family: "Open Sans", sans-serif, sans-serif;
  color: #202020;
}

a {
  cursor: pointer;
}
a:hover {
  color: #17628F;
  text-decoration: none;
}

.text-container h2, .text-container h3, .text-container h4 {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.text-container ul, .text-container ol, .text-container p {
  margin-bottom: var(--space-md);
}
.text-container ul, .text-container ol {
  list-style-position: outside;
  padding-left: 24px;
}
.text-container ul {
  list-style-type: disc;
}
.text-container ol {
  list-style-type: decimal;
}
.text-container ul li, .text-container ol li {
  line-height: var(--body-line-height);
}
.text-container em {
  font-style: italic;
}
.text-container u {
  text-decoration: underline;
}

.page-title h1 {
  font-size: var(--text-lg);
  font-weight: 900;
}

input, textarea, select, button {
  font-size: var(--text-base-size);
  font-family: var(--font-primary);
}

#contentarea_CategoryContentBuilder .homepage-main-banner .homepage-main-banner-title {
  position: absolute;
  top: 20%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.homepage-main-banner {
  max-height: 768px;
  overflow: hidden;
  position: relative;
}
.homepage-main-banner img {
  margin: 0;
  width: 100%;
}
.homepage-main-banner .homepage-main-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.homepage-main-banner .homepage-main-banner-title h2 {
  font-size: 58px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.homepage-main-banner .homepage-main-banner-title h3 {
  font-size: 46px;
  margin-bottom: 50px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.sub-category-grid {
  padding: 60px;
}

.sub-category-box {
  margin-bottom: 80px;
}
.sub-category-box .sub-category-picture {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 128%;
  animation-duration: 3s;
}
.sub-category-box .sub-category-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.sub-category-box img.main-image {
  height: 250px;
  object-fit: contain;
}
.sub-category-box .title {
  text-align: center;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-category-box .title a {
  display: block;
}
.sub-category-box .title h2 {
  color: #000;
  font-weight: bold;
  margin-top: 0;
  padding-top: 40px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.sub-category-box .title p {
  color: #000;
  max-width: 60%;
  margin: 0 auto;
  height: 50px;
  font-weight: 500;
}
.sub-category-box .buy-now {
  margin-top: 22px;
}

.bg-video {
  width: 800px;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  z-index: -100;
}

.notFound-area {
  min-height: 90vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .notFound-area::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
  }

.notFound-wrapper {
  max-width: 812px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .notFound-wrapper {
    max-width: 720px;
  }
}

@media only screen and (max-width: 991px) {
  .notFound-wrapper {
    max-width: 520px;
  }
}

.notFound-wrapper h2 {
  position: relative;
  font-size: 34px;
  font-weight: 800;
  color: #fff;

}

@media only screen and (max-width: 991px) {
  .notFound-wrapper h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .notFound-wrapper h2 {
    font-size: 24px;
  }
}

.notFound-wrapper h2 span {
  position: absolute;
  right: calc(100% + 16px);
  color: #17628F;
  font-weight: bold;
  font-size: 16px;
  top: 7px;
}

@media only screen and (max-width: 767px) {
  .notFound-wrapper h2 span {
    display: block;
    position: initial;
    top: 0px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/bootstrap.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_root.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_reboot.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_variables.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/vendor/_rfs.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_hover.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_type.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_lists.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_images.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_image.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_border-radius.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_code.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_grid.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_grid.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_breakpoints.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_grid-framework.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_tables.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_table-row.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_forms.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_transition.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_forms.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_gradients.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_buttons.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_buttons.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_transitions.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_dropdown.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_caret.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_nav-divider.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_button-group.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_input-group.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_custom-forms.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_nav.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_navbar.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_card.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_breadcrumb.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_pagination.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_pagination.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_badge.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_badge.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_jumbotron.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_alert.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_alert.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_progress.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_media.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_list-group.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_list-group.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_close.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_toasts.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_modal.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_tooltip.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_reset-text.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_popover.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_carousel.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_clearfix.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_spinners.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_align.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_background-variant.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_background.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_borders.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_display.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_embed.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_flex.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_float.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_overflow.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_position.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_screenreaders.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_screen-reader.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_shadows.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_sizing.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_stretched-link.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_spacing.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_text.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_text-truncate.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_text-emphasis.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/mixins/_text-hide.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/utilities/_visibility.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/libraries/bootstrap/scss/_print.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/common/_variables.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_autocomplete.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_header.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_footer.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_homepage.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_blog.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_menu.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_categorytemplateHome.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_flyoutcart.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_blogbox.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_productbox.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_contactinfo-maps-schedule.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_offer-cards.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_embroidery.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_homepageSlider.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/wwwroot/css/public/components/_blog.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/wwwroot/css/public/main_public.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_categorypage.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_login.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_cart.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_customer.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_productpage.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_manufacturers.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_topic-templates.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_searchpage.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/pages/_request-quote-page.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_blog-news.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_breadcrumb.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_checkout.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_column.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_contact-emailFriend-vendorAccount.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_cssReset.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_forum-profile.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/common/_global.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/common/_globalForms.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/common/_globalTables.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/common/_fields.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_header.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_mobileNavigation.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_notifications-popups.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_orderDetails-shippingDetails.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_productReviews.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_registration-login-account.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_search-sitemap.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_shoppingCart.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_sideColumn.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_topics.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/styles/_wishlist.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/_content-bootstrap.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/common/_typography.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_homepageMainBanner.scss%22,%22file:///D:/PROJECTS/NS_42_MAIN/src/Presentation/Nop.Web/Themes/PaulisTheme/Content/css/components/_homepageSubCategoryBox.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA;EAGI;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAIA;EAAA;EAAA;EAAA;EAAA;EAKF;EACA;;;ACCF;AAAA;AAAA;EAGE;;;AAGF;EACE;EACA;EACA;EACA;;;AAMF;EACE;;;AAUF;EACE;EACA,aCiO4B;ECjJxB,WAtCa;EFxCjB,aC0O4B;EDzO5B,aC8O4B;ED7O5B,OCnCS;EDoCT;EACA,kBC9CS;;;ADsDX;EACE;;;AASF;EACE;EACA;EACA;;;AAaF;EACE;EACA,eCgN4B;;;ADzM9B;EACE;EACA,eCoF0B;;;ADzE5B;AAAA;EAEE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;AAAA;AAAA;EAGE;EACA;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;EACE,aCiJ4B;;;AD9I9B;EACE;EACA;;;AAGF;EACE;;;AAGF;AAAA;EAEE,aCoI4B;;;ADjI9B;EEpFI;;;AF6FJ;AAAA;EAEE;EE/FE;EFiGF;EACA;;;AAGF;EAAM;;;AACN;EAAM;;;AAON;EACE,OCXwC;EDYxC,iBCXwC;EDYxC;;AG5KA;EH+KE,OCdsC;EDetC,iBCdsC;;;ADwB1C;EACE;EACA;;AGxLA;EH2LE;EACA;;AAGF;EACE;;;AASJ;AAAA;AAAA;AAAA;EAIE,aCoD4B;ECzM1B;;;AFyJJ;EAEE;EAEA;EAEA;;;AAQF;EAEE;;;AAQF;EACE;EACA;;;AAGF;EAGE;EACA;;;AAQF;EACE;;;AAGF;EACE,aC2E4B;ED1E5B,gBC0E4B;EDzE5B,OCpQS;EDqQT;EACA;;;AAGF;EAGE;;;AAQF;EAEE;EACA,eC4JsC;;;ADtJxC;EAEE;;;AAOF;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EEtPE;EFwPF;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAMF;EACE;;;AAOF;AAAA;AAAA;AAAA;EAIE;;;AASE;AAAA;AAAA;AAAA;EACE;;;AAMN;AAAA;AAAA;AAAA;EAIE;EACA;;;AAGF;AAAA;EAEE;EACA;;;AAIF;AAAA;AAAA;AAAA;EASE;;;AAGF;EACE;EAEA;;;AAGF;EAME;EAEA;EACA;EACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;EElSI,WAtCa;EF0UjB;EACA;EACA;;;AAGF;EACE;;;AAIF;AAAA;EAEE;;;AAGF;EAKE;EACA;;;AAOF;EACE;;;AAQF;EACE;EACA;;;AAOF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAKF;EACE;;;AI3dF;AAAA;EAEE,eHiS4B;EG/R5B,aHiS4B;EGhS5B,aHiS4B;;;AG7R9B;EFgHM,WAtCa;;;AEzEnB;EF+GM,WAtCa;;;AExEnB;EF8GM,WAtCa;;;AEvEnB;EF6GM,WAtCa;;;AEtEnB;EF4GM,WAtCa;;;AErEnB;EF2GM,WAtCa;;;AEnEnB;EFyGM,WAtCa;EEjEjB,aHmS4B;;;AG/R9B;EFmGM,WAtCa;EE3DjB,aHsR4B;EGrR5B,aH6Q4B;;;AG3Q9B;EF8FM,WAtCa;EEtDjB,aHkR4B;EGjR5B,aHwQ4B;;;AGtQ9B;EFyFM,WAtCa;EEjDjB,aH8Q4B;EG7Q5B,aHmQ4B;;;AGjQ9B;EFoFM,WAtCa;EE5CjB,aH0Q4B;EGzQ5B,aH8P4B;;;AGtP9B;EACE,YH0EO;EGzEP,eHyEO;EGxEP;EACA;;;AAQF;AAAA;EFMI;EEHF,aHsN4B;;;AGnN9B;AAAA;EAEE,SH8P4B;EG7P5B,kBHsQ4B;;;AG9P9B;EC/EE;EACA;;;ADmFF;ECpFE;EACA;;;ADsFF;EACE;;AAEA;EACE,cHgP0B;;;AGtO9B;EFjCI;EEmCF;;;AAIF;EACE,eHiBO;ECFH,WAtCa;;;AE2BnB;EACE;EF7CE;EE+CF,OH1GS;;AG4GT;EACE;;;AEnHJ;ECIE;EAGA;;;ADDF;EACE,SL++BkC;EK9+BlC,kBLRS;EKST;EEXE,ePqO0B;EM/N5B;EAGA;;;ADcF;EAEE;;;AAGF;EACE;EACA;;;AAGF;EJkCI;EIhCF,OL3BS;;;AQZX;EPuEI;EOrEF,ORoCQ;EQnCR;;AAGA;EACE;;;AAKJ;EACE;EP0DE;EOxDF,OR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,cb2PwB;;AatP1B;EACE,Ob5GK;Ea6GL,kBblHK;EamHL,cblHK;;;AauHX;EACE,Ob3HS;Ea4HT,kBbpHS;;AasHT;AAAA;AAAA;EAGE,cbuO0B;;AapO5B;EACE;;AAIA;EACE,kBb2NwB;;AEhW5B;EW4IM,ObjJG;EakJH,kBbqNsB;;;AWrS1B;EEiGA;IAEI;IACA;IACA;IACA;;EAGA;IACE;;;AF1GN;EEiGA;IAEI;IACA;IACA;IACA;;EAGA;IACE;;;AF1GN;EEiGA;IAEI;IACA;IACA;IACA;;EAGA;IACE;;;AF1GN;EEiGA;IAEI;IACA;IACA;IACA;;EAGA;IACE;;;AATN;EAEI;EACA;EACA;EACA;;AAGA;EACE;;;AE7KV;EACE;EACA;EACA,QfqesC;EepetC;EdqHI,WAtCa;Ec5EjB,af8Q4B;Ee7Q5B,afkR4B;EejR5B,OfDS;EeET,kBfTS;EeUT;EACA;ERbE,ePqO0B;EgBpOxB,YDkBJ;;ACbE;EDLJ;ICMM;;;ADeJ;EACE;EACA;;AEhBF;EACE;EACA,kBjBRO;EiBSP,cjBgdoC;EiB/cpC;EAKE,YjBgXwB;;AelW5B;EACE,OfxBO;Ee0BP;;AAQF;EAEE,kBfxCO;Ee0CP;;;AAKF;EAME,OfhDO;EeiDP,kBfxDO;;;Ae6DX;AAAA;EAEE;EACA;;;AAUF;EACE;EACA;EACA;EdZE;EccF,af0M4B;;;AevM9B;EACE;EACA;EdoCI,WAtCa;EcIjB,afuI4B;;;AepI9B;EACE;EACA;Ed6BI,WAtCa;EcWjB,afiI4B;;;AexH9B;EACE;EACA;EACA,af8Q4B;Ee7Q5B,gBf6Q4B;Ee5Q5B;EACA,af6K4B;Ee5K5B,OfpGS;EeqGT;EACA;EACA;;AAEA;EAEE;EACA;;;AAYJ;EACE,QfsWsC;EerWtC;EdXI,WAtCa;EcmDjB,afyF4B;EOhO1B,ePuO0B;;;Ae5F9B;EACE,Qf+VsC;Ee9VtC;EdnBI,WAtCa;Ec2DjB,afgF4B;EO/N1B,ePsO0B;;;AejF5B;EAEE;;;AAIJ;EACE;;;AAQF;EACE,efoVsC;;;AejVxC;EACE;EACA,YfqUsC;;;Ae7TxC;EACE;EACA;EACA;EACA;;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B/CX,cpB+CW;;AoBxCb;EAGE;EACA,kBAtC+I;EA0C/I,cA1CyL;;AA4CzL;EAKI;;;ADKN;ECrDA;EFAE,kBlByEW;EoBvEb,cpBuEa;;AEnEb;EkBAE;EFNA,kBED2D;EAS3D,cATqG;;AAYvG;EAMI;;AAKJ;EAEE;EACA,kBpBgDW;EoB/CX,cpB+CW;;AoBxCb;EAGE;EACA,kBAtC+I;EA0C/I,cA1CyL;;AA4CzL;EAKI;;;ADKN;ECrDA;EFAE,kBlByEW;EoBvEb,cpBuEa;;AEnEb;EkBAE;EFNA,kBED2D;EAS3D,cATqG;;AAYvG;EAMI;;AAKJ;EAEE;EACA,kBpBgDW;EoB/CX,cpB+CW;;AoBxCb;EAGE;EACA,kBAtC+I;EA0C/I,cA1CyL;;AA4CzL;EAKI;;;ADKN;ECrDA;EFAE,kBlByEW;EoBvEb,cpBuEa;;AEnEb;EkBAE;EFNA,kBED2D;EAS3D,cATqG;;AAYvG;EAMI;;AAKJ;EAEE;EACA,kBpBgDW;EoB/CX,cpB+CW;;AoBxCb;EAGE;EACA,kBAtC+I;EA0C/I,cA1CyL;;AA4CzL;EAKI;;;ADKN;ECrDA;EFAE,kBlByEW;EoBvEb,cpBuEa;;AEnEb;EkBAE;EFNA,kBED2D;EAS3D,cATqG;;AAYvG;EAMI;;AAKJ;EAEE;EACA,kBpBgDW;EoB/CX,cpB+CW;;AoBxCb;EAGE;EACA,kBAtC+I;EA0C/I,cA1CyL;;AA4CzL;EAKI;;;ADKN;ECrDA;EFAE,kBlByEW;EoBvEb,cpBuEa;;AEnEb;EkBAE;EFNA,kBED2D;EAS3D,cATqG;;AAYvG;EAMI;;AAKJ;EAEE;EACA,kBpBgDW;EoB/CX,cpB+CW;;AoBxCb;EAGE;EACA,kBAtC+I;EA0C/I,cA1CyL;;AA4CzL;EAKI;;;ADWN;ECJA,OpBkBa;EoBjBb,cpBiBa;;AEnEb;EkBqDE,OALgD;EAMhD,kBpBaW;EoBZX,cpBYW;;AoBTb;EAEE;;AAGF;EAEE,OpBEW;EoBDX;;AAGF;EAGE;EACA,kBpBNW;EoBOX,cpBPW;;AoBSX;EAKI;;;AD5BN;ECJA,OpBkBa;EoBjBb,cpBiBa;;AEnEb;EkBqDE,OALgD;EAMhD,kBpBaW;EoBZX,cpBYW;;AoBTb;EAEE;;AAGF;EAEE,OpBEW;EoBDX;;AAGF;EAGE;EACA,kBpBNW;EoBOX,cpBPW;;AoBSX;EAKI;;;AD5BN;ECJA,OpBkBa;EoBjBb,cpBiBa;;AEnEb;EkBqDE,OALgD;EAMhD,kBpBaW;EoBZX,cpBYW;;AoBTb;EAEE;;AAGF;EAEE,OpBEW;EoBDX;;AAGF;EAGE;EACA,kBpBNW;EoBOX,cpBPW;;AoBSX;EAKI;;;AD5BN;ECJA,OpBkBa;EoBjBb,cpBiBa;;AEnEb;EkBqDE,OALgD;EAMhD,kBpBaW;EoBZX,cpBYW;;AoBTb;EAEE;;AAGF;EAEE,OpBEW;EoBDX;;AAGF;EAGE;EACA,kBpBNW;EoBOX,cpBPW;;AoBSX;EAKI;;;AD5BN;ECJA,OpBkBa;EoBjBb,cpBiBa;;AEnEb;EkBqDE,OALgD;EAMhD,kBpBaW;EoBZX,cpBYW;;AoBTb;EAEE;;AAGF;EAEE,OpBEW;EoBDX;;AAGF;EAGE;EACA,kBpBNW;EoBOX,cpBPW;;AoBSX;EAKI;;;AD5BN;ECJA,OpBkBa;EoBjBb,cpBiBa;;AEnEb;EkBqDE,OALgD;EAMhD,kBpBaW;EoBZX,cpBYW;;AoBTb;EAEE;;AAGF;EAEE,OpBEW;EoBDX;;AAGF;EAGE;EACA,kBpBNW;EoBOX,cpBPW;;AoBSX;EAKI;;;AD5BN;ECJA,OpBkBa;EoBjBb,cpBiBa;;AEnEb;EkBqDE,OALgD;EAMhD,kBpBaW;EoBZX,cpBYW;;AoBTb;EAEE;;AAGF;EAEE,OpBEW;EoBDX;;AAGF;EAGE;EACA,kBpBNW;EoBOX,cpBPW;;AoBSX;EAKI;;;AD5BN;ECJA,OpBkBa;EoBjBb,cpBiBa;;AEnEb;EkBqDE,OALgD;EAMhD,kBpBaW;EoBZX,cpBYW;;AoBTb;EAEE;;AAGF;EAEE,OpBEW;EoBDX;;AAGF;EAGE;EACA,kBpBNW;EoBOX,cpBPW;;AoBSX;EAKI;;;ADjBR;EACE,anB8M4B;EmB7M5B,OnB6FwC;EmB5FxC,iBnB6FwC;;AEhKxC;EiBsEE,OnB2FsC;EmB1FtC,iBnB2FsC;;AmBxFxC;EAEE,iBnBsFsC;EmBrFtC;;AAGF;EAEE,OnBjFO;EmBkF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ACE,kB3B2aiD;;A2BtanD;EACE,kB3BoZ0C;;A2BlZ5C;EACE,kB3BiZ0C;;;A2BvY9C;EAEE,e3B0Z4C;;A2BtZ5C;EACE,kB3BsZ0C;;A2BjZ5C;EACE,kB3B0X0C;;;A2BhXhD;EACE;;AAGE;EACE;EACA,O3BkY0C;E2BjY1C;EAEA,e3BgY0C;;A2B7X5C;EACE;EACA;EACA,O3B2X0C;E2B1X1C,Q3B0X0C;E2BzX1C,kB3B3KK;E2B6KL,e3BsX0C;EgBziB1C,YWoLA;;AX/KF;EWuKA;IXtKE;;;AWmLF;EACE,kB3BzLK;E2B0LL;;AAKF;EACE,kB3B+U0C;;;A2BnUhD;EACE;EACA;EACA,Q3BwRsC;E2BvRtC;E1BxFI,WAtCa;E0BiIjB,a3BiE4B;E2BhE5B,a3BqE4B;E2BpE5B,O3B9MS;E2B+MT;EACA,Y3BmWkC;E2BlWlC,kB3BxNS;E2ByNT;EpB3NE,ePqO0B;E2BP5B;;AAEA;EACE,c3B0PoC;E2BzPpC;EAIE,Y3BmW8B;;A2BhWhC;EAME,O3BtOK;E2BuOL,kB3B9OK;;A2BkPT;EAEE;EACA,e3BmI0B;E2BlI1B;;AAGF;EACE,O3BpPO;E2BqPP,kB3BzPO;;A2B6PT;EACE;;;AAIJ;EACE,Q3BmOsC;E2BlOtC,a3B2H4B;E2B1H5B,gB3B0H4B;E2BzH5B,c3B0H4B;EC1QxB,WAtCa;;;A0B0LnB;EACE,Q3B4NsC;E2B3NtC,a3BwH4B;E2BvH5B,gB3BuH4B;E2BtH5B,c3BuH4B;EC/QxB,WAtCa;;;A0BuMnB;EACE;EACA;EACA;EACA,Q3B0MsC;E2BzMtC;;;AAGF;EACE;EACA;EACA;EACA,Q3BkMsC;E2BjMtC;EACA;;AAEA;EACE,c3B+KoC;E2B9KpC,Y3BoF0B;;A2BjF5B;EACE,kB3B7SO;;A2BiTP;EACE,S3BoUa;;A2BhUjB;EACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA,Q3BoKsC;E2BnKtC;EAEA,a3BlD4B;E2BmD5B,a3B9C4B;E2B+C5B,O3BjUS;E2BkUT,kB3BzUS;E2B0UT;EpB5UE,ePqO0B;;A2B2G5B;EACE;EACA;EACA;EACA;EACA;EACA;EACA,Q3B8IoC;E2B7IpC;EACA,a3B9D0B;E2B+D1B,O3BjVO;E2BkVP;ET1VA,kBlBGO;E2ByVP;EpB7VA,eoB8VuB;;;AAU3B;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIA;EAA0B,Y3B8Oe;;A2B7OzC;EAA0B,Y3B6Oe;;A2B5OzC;EAA0B,Y3B4Oe;;A2BzO3C;EACE;;AAGF;EACE,O3B8NyC;E2B7NzC,Q3B6NyC;E2B5NzC;ET/XA,kBlB+O0B;E2BkJ1B,Q3B6NyC;EO/lBzC,ePgmByC;EgB/lBvC,YWoYF;EACA;;AXhYA;EWuXF;IXtXI;;;AWiYF;ETvYA,kBlBmmByC;;A2BvN3C;EACE,O3BuMgC;E2BtMhC,Q3BuMgC;E2BtMhC;EACA,Q3BsMgC;E2BrMhC,kB3B7YO;E2B8YP;EpBnZA,ePylBgC;;A2BjMlC;EACE,O3BmMyC;E2BlMzC,Q3BkMyC;EkB3lBzC,kBlB+O0B;E2B4K1B,Q3BmMyC;EO/lBzC,ePgmByC;EgB/lBvC,YW8ZF;EACA;;AX1ZA;EWkZF;IXjZI;;;AW2ZF;ETjaA,kBlBmmByC;;A2B7L3C;EACE,O3B6KgC;E2B5KhC,Q3B6KgC;E2B5KhC;EACA,Q3B4KgC;E2B3KhC,kB3BvaO;E2BwaP;EpB7aA,ePylBgC;;A2BvKlC;EACE,O3ByKyC;E2BxKzC,Q3BwKyC;E2BvKzC;EACA,c3BvD0B;E2BwD1B,a3BxD0B;EkB9X1B,kBlB+O0B;E2ByM1B,Q3BsKyC;EO/lBzC,ePgmByC;EgB/lBvC,YW2bF;EACA;;AXvbA;EW4aF;IX3aI;;;AWwbF;ET9bA,kBlBmmByC;;A2BhK3C;EACE,O3BgJgC;E2B/IhC,Q3BgJgC;E2B/IhC;EACA,Q3B+IgC;E2B9IhC;EACA;EACA;;AAIF;EACE,kB3B3cO;EOLP,ePylBgC;;A2BrIlC;EACE;EACA,kB3BjdO;EOLP,ePylBgC;;A2B9HhC;EACE,kB3BrdK;;A2BwdP;EACE;;AAGF;EACE,kB3B7dK;;A2BgeP;EACE;;AAGF;EACE,kB3BreK;;;A2B0eX;AAAA;AAAA;EXhfM,YWmfJ;;AX9eE;EW2eJ;AAAA;AAAA;IX1eM;;;;AYPN;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;A1BCA;E0BEE;;AAIF;EACE,O5BVO;E4BWP;EACA;;;AAQJ;EACE;;AAEA;EACE;;AAGF;EACE;ErB3BA,wBP4N0B;EO3N1B,yBP2N0B;;AE1N5B;E0B6BI,c5B0oB8B;;A4BvoBhC;EACE,O5BpCK;E4BqCL;EACA;;AAIJ;AAAA;EAEE,O5B3CO;E4B4CP,kB5BnDO;E4BoDP,c5B+nBgC;;A4B5nBlC;EAEE;ErBlDA,wBqBoD2B;ErBnD3B,yBqBmD2B;;;AAU7B;ErBvEE,ePqO0B;;A4B1J5B;AAAA;EAEE,O5B3EO;E4B4EP,kB5BkK0B;;;A4BxJ5B;EACE;EACA;;;AAKF;EACE;EACA;EACA;;;AAUF;EACE;;AAEF;EACE;;;ACpGJ;EACE;EACA;EACA;EACA;EACA;EACA;;AAIA;AAAA;EAEE;EACA;EACA;EACA;;;AASJ;EACE;EACA,a7BoqBkC;E6BnqBlC,gB7BmqBkC;E6BlqBlC,c7BoFO;ECFH,WAtCa;E4B1CjB;EACA;;A3BhCA;E2BmCE;;;AASJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;;AASJ;EACE;EACA,a7B2lBkC;E6B1lBlC,gB7B0lBkC;;;A6B9kBpC;EACE;EACA;EAGA;;;AAIF;EACE;E5BmBI,WAtCa;E4BqBjB;EACA;EACA;EtB3GE,ePqO0B;;AE1N5B;E2BoGE;;;AAMJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AlBxDE;EkBoEI;AAAA;IAEE;IACA;;;AlBpFN;EkB+EA;IAUI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE,e7ByiBwB;I6BxiBxB,c7BwiBwB;;E6BniB5B;AAAA;IAEE;;EAGF;IACE;IAGA;;EAGF;IACE;;;AlB1GN;EkBoEI;AAAA;IAEE;IACA;;;AlBpFN;EkB+EA;IAUI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE,e7ByiBwB;I6BxiBxB,c7BwiBwB;;E6BniB5B;AAAA;IAEE;;EAGF;IACE;IAGA;;EAGF;IACE;;;AlB1GN;EkBoEI;AAAA;IAEE;IACA;;;AlBpFN;EkB+EA;IAUI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE,e7ByiBwB;I6BxiBxB,c7BwiBwB;;E6BniB5B;AAAA;IAEE;;EAGF;IACE;IAGA;;EAGF;IACE;;;AlB1GN;EkBoEI;AAAA;IAEE;IACA;;;AlBpFN;EkB+EA;IAUI;IACA;;EAEA;IACE;;EAEA;IACE;;EAGF;IACE,e7ByiBwB;I6BxiBxB,c7BwiBwB;;E6BniB5B;AAAA;IAEE;;EAGF;IACE;IAGA;;EAGF;IACE;;;AAxCN;EAUI;EACA;;AATA;AAAA;EAEE;EACA;;AAQF;EACE;;AAEA;EACE;;AAGF;EACE,e7ByiBwB;E6BxiBxB,c7BwiBwB;;A6BniB5B;AAAA;EAEE;;AAGF;EACE;EAGA;;AAGF;EACE;;;AAcR;EACE,O7B6hBgC;;AE/sBlC;E2BqLI,O7B0hB8B;;A6BrhBhC;EACE,O7BkhB8B;;AE7sBlC;E2B8LM,O7BghB4B;;A6B7gB9B;EACE,O7B8gB4B;;A6B1gBhC;AAAA;AAAA;AAAA;EAIE,O7BqgB8B;;A6BjgBlC;EACE,O7B8fgC;E6B7fhC,c7BkgBgC;;A6B/flC;EACE,kB7B6fgC;;A6B1flC;EACE,O7BqfgC;;A6BpfhC;EACE,O7Bqf8B;;AE/sBlC;E2B6NM,O7Bkf4B;;;A6B1elC;EACE,O7B/OO;;AEST;E2ByOI,O7BlPK;;A6BuPP;EACE,O7Bud8B;;AEtsBlC;E2BkPM,O7Bqd4B;;A6Bld9B;EACE,O7Bmd4B;;A6B/chC;AAAA;AAAA;AAAA;EAIE,O7BvQK;;A6B2QT;EACE,O7BmcgC;E6BlchC,c7BucgC;;A6BpclC;EACE,kB7BkcgC;;A6B/blC;EACE,O7B0bgC;;A6BzbhC;EACE,O7BvRK;;AEST;E2BiRM,O7B1RG;;;A6BgSX;EACI;IACA;IACA;;;ACtSJ;EACE;EACA;EACA;EACA;EACA;EACA,kB9BHS;E8BIT;EACA;EvBPE,ePqO0B;;A8B3N5B;EACE;EACA;;AAIA;EvBPA,wBP4N0B;EO3N1B,yBP2N0B;;A8B/M1B;EvBCA,4BP8M0B;EO7M1B,2BP6M0B;;;A8BzM9B;EAGE;EACA,S9B+wBkC;;;A8B3wBpC;EACE,e9BywBkC;;;A8BtwBpC;EACE;EACA;;;AAGF;EACE;;;A5BvCA;E4B4CE;;AAGF;EACE,a9BwvBgC;;;A8BhvBpC;EACE;EACA;EAEA,kB9BivBkC;E8BhvBlC;;AAEA;EvBtEE,euBuEuB;;AAIvB;EACE;;;AAKN;EACE;EACA,kB9BiuBkC;E8BhuBlC;;AAEA;EvBtFE,euBuFuB;;;AAS3B;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA,S9BssBkC;;;A8BnsBpC;EACE;EvBvHE,ePmzBgC;;;A8BvrBpC;EACE;EvBpHE,wBP0yBgC;EOzyBhC,yBPyyBgC;;;A8BlrBpC;EACE;EvB3GE,4BP4xBgC;EO3xBhC,2BP2xBgC;;;A8B1qBpC;EACE;EACA;;AAEA;EACE,e9B6qBgC;;AWpwBhC;EmBkFJ;IASI;IACA;IACA;;EAEA;IACE;IAEA;IACA;IACA,c9BgqB8B;I8B/pB9B;IACA,a9B8pB8B;;;;A8BppBpC;EACE;EACA;;AAIA;EACE,e9B6oBgC;;AWpwBhC;EmBgHJ;IAWI;;EAGA;IAEE;IACA;;EAEA;IACE;IACA;;EAKA;IvBjLJ,yBuBkLmC;IvBjLnC,4BuBiLmC;;EAE7B;AAAA;IAGE;;EAEF;AAAA;IAGE;;EAIJ;IvBlLJ,wBuBmLkC;IvBlLlC,2BuBkLkC;;EAE5B;AAAA;IAGE;;EAEF;AAAA;IAGE;;;;AAcV;EACE,e9BokBgC;;AWvvBhC;EmBiLJ;IAMI,c9BglBgC;I8B/kBhC,Y9BglBgC;I8B/kBhC;IACA;;EAEA;IACE;IACA;;;;AAWJ;EACE;;AAGE;EvBpQF,euBqQ2B;;AAGzB;EACE;EvBzQJ,euB0Q2B;;AAI3B;EACE;EvBxPF,4BuByPgC;EvBxPhC,2BuBwPgC;;AAGhC;EvB1QA,wBuB2Q6B;EvB1Q7B,yBuB0Q6B;;AAG7B;EACE;;;AC7RN;EACI;EACA;EACA;EACA,e/B6gCgC;E+B5gChC;EACA,kB/B6gCgC;E+B3gChC;ExBHA,ePqO0B;;A+B/N1B;EACI;;AAGJ;EACI;EACA;;;AAMN;EACE,c/Bu/BgC;;A+Br/BhC;EACE;EACA,e/Bm/B8B;E+Bl/B9B,O/BhBK;E+BiBL,S/Bw/B8B;;A+B9+BlC;EACE;;AAGF;EACE;;AAGF;EACE,O/BpCO;;;AgCbX;EACE;E5BGA;EACA;EGAE,ePqO0B;;;AgCpO9B;EACE;EACA;EACA;EACA;EACA,ahCwwBkC;EgCvwBlC,OhC+JwC;EgC9JxC,kBhCNS;EgCOT;;AAEA;EACE;EACA,OhC2JsC;EgC1JtC;EACA,kBhCXO;EgCYP,chCXO;;AgCcT;EACE;EACA,ShCiwBgC;EgChwBhC,YhC2W0B;;;AgCrW1B;EACE;EzBCF,wBPuM0B;EOtM1B,2BPsM0B;;AgCnM1B;EzBlBA,yBPqN0B;EOpN1B,4BPoN0B;;AgC9L5B;EACE;EACA,OhCvCO;EgCwCP,kBhCsM0B;EgCrM1B,chCqM0B;;AgClM5B;EACE,OhCvCO;EgCwCP;EAEA;EACA,kBhCjDO;EgCkDP,chC/CO;;;AiCPT;EACE;EhC2HE,WAtCa;EgCnFf,ajC8N0B;;AiCzNxB;E1BwBF,wBPwM0B;EOvM1B,2BPuM0B;;AiC3NxB;E1BKF,yBPsN0B;EOrN1B,4BPqN0B;;;AiCxO5B;EACE;EhC2HE,WAtCa;EgCnFf,ajC+N0B;;AiC1NxB;E1BwBF,wBPyM0B;EOxM1B,2BPwM0B;;AiC5NxB;E1BKF,yBPuN0B;EOtN1B,4BPsN0B;;;AkCvO9B;EACE;EACA;EjCiEE;EiC/DF,alCmR4B;EkClR5B;EACA;EACA;EACA;E3BRE,ePqO0B;EgBpOxB,YkBSJ;;AlBJE;EkBNJ;IlBOM;;;AdIJ;EgCGI;;;AAKJ;EACE;;;AAKJ;EACE;EACA;;;AAOF;EACE,elCg3BkC;EkC/2BlC,clC+2BkC;EOn5BhC,ePs5BgC;;;AkCz2BlC;ECjDA;EACA,kBnC6Ea;;AE/Db;EiCVI;EACA;;AAGF;EAEE;EACA;;;ADqCJ;ECjDA;EACA,kBnC6Ea;;AE/Db;EiCVI;EACA;;AAGF;EAEE;EACA;;;ADqCJ;ECjDA;EACA,kBnC6Ea;;AE/Db;EiCVI;EACA;;AAGF;EAEE;EACA;;;ADqCJ;ECjDA;EACA,kBnC6Ea;;AE/Db;EiCVI;EACA;;AAGF;EAEE;EACA;;;ADqCJ;ECjDA;EACA,kBnC6Ea;;AE/Db;EiCVI;EACA;;AAGF;EAEE;EACA;;;ADqCJ;ECjDA;EACA,kBnC6Ea;;AE/Db;EiCVI;EACA;;AAGF;EAEE;EACA;;;ADqCJ;ECjDA;EACA,kBnC6Ea;;AE/Db;EiCVI;EACA;;AAGF;EAEE;EACA;;;ADqCJ;ECjDA;EACA,kBnC6Ea;;AE/Db;EiCVI;EACA;;AAGF;EAEE;EACA;;;ACbN;EACE;EACA,epC0yBkC;EoCxyBlC,kBpCKS;EOJP,ePsO0B;;AW/K1B;EyB5DJ;IAQI;;;;AAIJ;EACE;EACA;E7BTE,e6BUqB;;;ACXzB;EACE;EACA;EACA,erCm8BkC;EqCl8BlC;E9BHE,ePqO0B;;;AqC7N9B;EAEE;;;AAIF;EACE,arCwQ4B;;;AqChQ9B;EACE;;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAUF;EC9CA,OD+CqH;EnB1CnH,kBmB0CuB;EC7CzB,cD6CqE;;AC3CrE;EACE;;AAGF;EACE;;;ADqCF;EC9CA,OD+CqH;EnB1CnH,kBmB0CuB;EC7CzB,cD6CqE;;AC3CrE;EACE;;AAGF;EACE;;;ADqCF;EC9CA,OD+CqH;EnB1CnH,kBmB0CuB;EC7CzB,cD6CqE;;AC3CrE;EACE;;AAGF;EACE;;;ADqCF;EC9CA,OD+CqH;EnB1CnH,kBmB0CuB;EC7CzB,cD6CqE;;AC3CrE;EACE;;AAGF;EACE;;;ADqCF;EC9CA,OD+CqH;EnB1CnH,kBmB0CuB;EC7CzB,cD6CqE;;AC3CrE;EACE;;AAGF;EACE;;;ADqCF;EC9CA,OD+CqH;EnB1CnH,kBmB0CuB;EC7CzB,cD6CqE;;AC3CrE;EACE;;AAGF;EACE;;;ADqCF;EC9CA,OD+CqH;EnB1CnH,kBmB0CuB;EC7CzB,cD6CqE;;AC3CrE;EACE;;AAGF;EACE;;;ADqCF;EC9CA,OD+CqH;EnB1CnH,kBmB0CuB;EC7CzB,cD6CqE;;AC3CrE;EACE;;AAGF;EACE;;;ACRF;EACE;IAAO;;EACP;IAAK;;;AAIT;EACE;EACA,QvC48BkC;EuC38BlC;EtCoHI,WAtCa;EsC5EjB,kBvCJS;EOJP,ePqO0B;;;AuCxN9B;EACE;EACA;EACA;EACA,OvCfS;EuCgBT;EACA;EACA,kBvCm8BkC;EgBt9B9B,YuBoBJ;;AvBfE;EuBOJ;IvBNM;;;;AuBiBN;ErBcE;EqBZA;;;AAIA;EACE;;AAEA;EAHF;IAII;;;;ACvCN;EACE;EACA;;;AAGF;EACE;;;ACFF;EACE;EACA;EAGA;EACA;;;AASF;EACE;EACA,OzCPS;EyCQT;;AvCNA;EuCUE;EACA,OzCbO;EyCcP;EACA,kBzCrBO;;AyCwBT;EACE,OzCjBO;EyCkBP,kBzCzBO;;;AyCkCX;EACE;EACA;EACA;EAEA;EAEA,kBzC3CS;EyC4CT;;AAEA;ElCvCE,wBP4N0B;EO3N1B,yBP2N0B;;AyCjL5B;EACE;ElC9BA,4BP8M0B;EO7M1B,2BP6M0B;;AyC5K5B;EAEE,OzCnDO;EyCoDP;EACA,kBzC3DO;;AyC+DT;EACE;EACA,OzCjEO;EyCkEP,kBzC4K0B;EyC3K1B,czC2K0B;;;AyC9J1B;EACE;;AAEA;EACE;EACA;;AAEA;ElC3DJ,wBPuM0B;EOtM1B,2BPsM0B;EO1L1B,yBkCgDuC;;AAGnC;EACE;ElC/EN,yBPqN0B;EOpN1B,4BPoN0B;EO9K1B,2BkC0CyC;;;A9B1CzC;E8B2BA;IACE;;EAEA;IACE;IACA;;EAEA;IlC3DJ,wBPuM0B;IOtM1B,2BPsM0B;IO1L1B,yBkCgDuC;;EAGnC;IACE;IlC/EN,yBPqN0B;IOpN1B,4BPoN0B;IO9K1B,2BkC0CyC;;;A9B1CzC;E8B2BA;IACE;;EAEA;IACE;IACA;;EAEA;IlC3DJ,wBPuM0B;IOtM1B,2BPsM0B;IO1L1B,yBkCgDuC;;EAGnC;IACE;IlC/EN,yBPqN0B;IOpN1B,4BPoN0B;IO9K1B,2BkC0CyC;;;A9B1CzC;E8B2BA;IACE;;EAEA;IACE;IACA;;EAEA;IlC3DJ,wBPuM0B;IOtM1B,2BPsM0B;IO1L1B,yBkCgDuC;;EAGnC;IACE;IlC/EN,yBPqN0B;IOpN1B,4BPoN0B;IO9K1B,2BkC0CyC;;;A9B1CzC;E8B2BA;IACE;;EAEA;IACE;IACA;;EAEA;IlC3DJ,wBPuM0B;IOtM1B,2BPsM0B;IO1L1B,yBkCgDuC;;EAGnC;IACE;IlC/EN,yBPqN0B;IOpN1B,4BPoN0B;IO9K1B,2BkC0CyC;;;AAc3C;EACE;EACA;ElCjHA,ekCkHuB;;AAEvB;EACE;;AAKF;EACE;;AAKF;EACE;EACA;;;ACpIJ;EACE,OD+IsE;EC9ItE,kBD8IuC;;AvCnIzC;EwCPM,OD0IkE;ECzIlE;;AAGF;EACE,O1CPG;E0CQH,kBDoIkE;ECnIlE,cDmIkE;;;AChJxE;EACE,OD+IsE;EC9ItE,kBD8IuC;;AvCnIzC;EwCPM,OD0IkE;ECzIlE;;AAGF;EACE,O1CPG;E0CQH,kBDoIkE;ECnIlE,cDmIkE;;;AChJxE;EACE,OD+IsE;EC9ItE,kBD8IuC;;AvCnIzC;EwCPM,OD0IkE;ECzIlE;;AAGF;EACE,O1CPG;E0CQH,kBDoIkE;ECnIlE,cDmIkE;;;AChJxE;EACE,OD+IsE;EC9ItE,kBD8IuC;;AvCnIzC;EwCPM,OD0IkE;ECzIlE;;AAGF;EACE,O1CPG;E0CQH,kBDoIkE;ECnIlE,cDmIkE;;;AChJxE;EACE,OD+IsE;EC9ItE,kBD8IuC;;AvCnIzC;EwCPM,OD0IkE;ECzIlE;;AAGF;EACE,O1CPG;E0CQH,kBDoIkE;ECnIlE,cDmIkE;;;AChJxE;EACE,OD+IsE;EC9ItE,kBD8IuC;;AvCnIzC;EwCPM,OD0IkE;ECzIlE;;AAGF;EACE,O1CPG;E0CQH,kBDoIkE;ECnIlE,cDmIkE;;;AChJxE;EACE,OD+IsE;EC9ItE,kBD8IuC;;AvCnIzC;EwCPM,OD0IkE;ECzIlE;;AAGF;EACE,O1CPG;E0CQH,kBDoIkE;ECnIlE,cDmIkE;;;AChJxE;EACE,OD+IsE;EC9ItE,kBD8IuC;;AvCnIzC;EwCPM,OD0IkE;ECzIlE;;AAGF;EACE,O1CPG;E0CQH,kBDoIkE;ECnIlE,cDmIkE;;;AEnJ1E;EACE;E1C8HI,WAtCa;E0CtFjB,a3CyR4B;E2CxR5B;EACA,O3CYS;E2CXT,a3CgkCkC;E2C/jClC;;AzCKA;EyCDE,O3CMO;E2CLP;;AzCIF;EyCCI;;;AAWN;EACE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AAA;IAEE;;EAEF;AAAA;IAEE;;;AxDTF;EwDlDI;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAgC;;EAChC;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAQF;IAAwB;;EACxB;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAwB;;EACxB;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAwB;;EACxB;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAEF;AAAA;IAEE;;EAfF;IAAwB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CA;EACA;EACA;EACA;;;AAIR;EACI;IACI;IACA;;EAEA;IACI;IACA;;;ACjjBZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAMR;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;AAGA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AAKZ;EACI;EACA;;;AAIJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;;;AAKJ;EACI;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;ACpIR;EACI;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI,YFrBI;EEsBJ;EACA;EACA;;AAGA;EACI;;AAGJ;EACI;EACA;EACA;;AAII;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI,OFlDb;EEmDa;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAMhB;EACI,YF5EN;EE6EM,OF7FJ;EE8FI;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;;AAGJ;EACI;IACI;IACA;;EAEA;IACI;;;AAMZ;EACI;EACA;;AAGJ;AACI;AAAA;EAEA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;IACI;;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;;AAEA;EACI;;AAIA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI,OFxNrB;EEyNqB;;AAIR;EACI;IACI;;EAEA;IACI;;;;AAWhC;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAMR;EACI;EACA;;AAEA;EACI;EACA,YFxRA;EEyRA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAKR;EACI;IACI;IACA;;;;AAaZ;EACI;IACI;;;AAIR;EACI;IACI;;;AAIR;EAGY;IACI;;;AAOhB;EAEQ;IACI;;EAGI;IACI;;EAKI;IACI;;;AAS5B;EAGY;IACI;;;AAMhB;EAGY;IACI;;EAGI;IACI;;EAOZ;IACI;;EAIQ;IACI;;EAGI;IACI;;;AAYpC;EAEQ;IACI;;;ACpbX;EACG;EACA;;AAEA;EACI;;AAIJ;EACI;IACI;;EAKI;IACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;;AAIJ;AAAA;EAEI;EACA;;AAEA;AAAA;EACI;EACA;EACA;;AAGJ;AAAA;EACI;;AAKR;EACI;EACA;;AAKA;EACI;;AAEA;EACI;;AAIR;EACI;;AAKR;EACI;EACA;;AAIJ;EACI;;AAEA;EACI;;AAKJ;EACI;;AAMJ;EACI;EACA;EACA;;AAMR;EACI;EACA;;AAGI;EACI;;AAIA;EACI;;AAMA;EACI;;AAOpB;EACI;;AAKI;EACI;;;AAOhB;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA,OHzJA;EG0JA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA,OHrKA;;AGwKJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;EAGI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;;AAKZ;EAGQ;IACI;IACA;;EAIJ;IACI;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAIR;IACI;;EAOI;IACI;;;AAQxB;EAGY;IACI;IACA;;;AAMhB;EAEQ;IACI;;;AAMZ;EAEQ;IACI;;EAIQ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAOJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAKZ;IACI;;EAGI;IACI;;EAIA;IACI;;EAOpB;IACI;;EAEA;IACI;;EAEA;IACI;;EAIR;IACI;;EAEA;IACI;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;;;ACva5B;EACI;IACI;IACA;IACA;IACA;IACA;;;AAIR;EAKwB;IACI;IACA;IACA;;;AAY5B;EAKoB;IACI;;;AAQxB;EAEQ;IACI;;EAIQ;IACI;AACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;;AAS5B;EAEQ;IACI;;EAIQ;IACI;AACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;;;AAS5B;EACI;;;AAKJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;AACA;AAAA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,kBJ/IG;EIgJH;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;AACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKR;EACI;;AAIR;EACI;EACA;EACA,OJzOU;;AI2OV;EACI;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EAeI;EACA;;AAdA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAShB;EACI;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;;AAGI;EACI;;AAGI;EACI;EACA;EACA;;AAMR;EACI;;AAKJ;EACI;;AAEA;EACI;EACA;;AAMhB;EACI;;AAEA;EACI;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA,OJtVM;;AI0Vd;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;;AAQR;EACI;;AAGJ;EACI;;AAKY;EACI;EACA;EACA;;AAa5B;EAEQ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;EAKA;IACI;;;AAMhB;EACI;IAEI;IACA;;EAEA;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;EAEA;IACI;IACA;;EASJ;IACI;IACA;;EAMA;IACI;;EAQhB;IACI;;EAEA;IACI;IACA;;;AC/df;EACG;EACA;EACA;;AAGI;EACI;;;AAKZ;EACI;EACA;EACA;EACA;;;AAOJ;EACI;EACA,OLLG;;;AKSH;EACI;;;AAIR;EACI;EACA;EACA;;;AAIA;EACI;EACA;;;AAIR;EACI;;AAEA;EACI;;;AAIR;EACI;;;AAIJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAMI;EACI;EACA;EACA;EACA;EACA;;AAGJ;AACI;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;;AAIR;EACI;;A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;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAQA;EACI;EACA;;AAEA;EACI,OR/JJ;EQgKI;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAIJ;EACI;;AAKA;EACI,ORnKN;EQoKM;;AAEA;EACI,ORvKV;;AQ0KM;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKR;EACI;;AAGI;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMhB;EACI;IACI;;;AAIR;EACI;IACI;IACA;;;AAMR;EAEI;EACA;EACA;EACA;EAEA;;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AC5RH;EACG;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,YThCR;ESiCQ,OThCR;;ASoCA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;;AAKZ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AC3EP;EACG;;AAEA;EACI;EACA;EACA;;AAEA;EACI,YVqBF;EUpBE;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI,YVFL;EUGK;;AAEA;EACI;;AAGJ;EACI;;AAMZ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;;AAMJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA,OV5EL;;AU+EC;EACI;IACI;;;AAIR;EACI;IACI;IACA;;;AAKZ;EACI;IACI;;;AAKR;EACI;IACI;;;AAKR;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAQJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIJ;EACI,OVzIF;;AU+IN;EACI;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI,YV3JE;EU4JF;EACA;EACA,OV/KA;EUgLA;EACA;EACA;;AAGJ;EACI,YV9KG;EU+KH;EACA;EACA,OVzLA;EU0LA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAKR;EACI,YVtOA;EUuOA;;AAEA;EACI;;AAKR;EACI,YVhPA;EUiPA;;AAEA;EACI;;;AAKZ;EACI;;;AAGJ;EAEQ;IACI;IACA;;;AC5QR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;;ACpBR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;AAOhB;EACI;IACI;;;AAMR;EAKoB;IACI;IACA;;EAIR;IACI;;;AClFnB;EACG;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,ObjBR;EakBQ;;AAGJ;EACI;EACA,ObvBR;EawBQ;;AAKZ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKZ;EAIgB;IACI;;;AAOpB;EAIgB;IACI;IACA;;EAGJ;IACI;IACA;;;AAOpB;EAGY;IACI;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;;;AAOpB;EAEQ;IACI;;EAEA;IACI;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;;EAOZ;IACI;;;AAKZ;EAEQ;IACI;;EAEA;IACI;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;;EAKZ;IACI;IACA;;;AAKZ;EAEQ;IACI;;EAII;IACI;;EAGJ;IACI;IACA;;EAKZ;IACI;IACA;;;AC7LR;EACI;;AAGI;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGI;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAQxB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAIA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AASpB;EACI;IACI;;;AAIR;EAKoB;IACI;;EAKQ;IACI;IACA;;EAQxB;IACI;;EAGJ;IACI;;;AAMhB;EAGY;IACI;;EAIJ;IACI;;;AAOhB;EAKoB;IACI;;EAMhB;IACI;;;AAKZ;EAMoB;IACI;;EAGI;IACI;IACA;;EAEA;IACI;;;AAWpC;EAEQ;IACI;;EAGI;IACI;;EAIQ;IACI;;EAEA;IACI;;EAQxB;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAEA;IACI;;EAIR;IACI;;EAGJ;IACI;;EAIR;IACI;;;AAKZ;EAMwB;IACI;;EAEA;IACI;;EAEA;IACI;IACA;;;AAWpC;EAO4B;IACI;;EAEA;IACI;IACA;;;AAWpC;EAQgC;IACI;;EASpB;IACI;;EAIR;IACI;IACA;IACA;;EAEA;IACI;;EAIR;IACI;;EAGJ;IACI;;;AClYf;EACG;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;ACjDJ;AAAA;AAAA;AAAA;ACAI;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;;AAEA;EACI;;;AAOZ;EACI;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EAEQ;IACI;IACA;;;AAQR;EACI;EACA,OjBvCG;EiBwCH;;;AAKJ;EACI;;;AAIR;EACI;;;AAIA;EACI;;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA,OjB/EF;;;AiBmFN;EACI;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;;AAIR;EACI;EACA;EACD;;;AAGH;EACI;;;AAGJ;EACI;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA,OjBhIG;;;AiBoIP;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;;;AAWA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AAIA;EACI;;AAIR;EACI;;AAGJ;EACI;;AACA;EACI;EACA;;;AASJ;EACI;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA,OjB/PL;EiBgQK;;AAGJ;EACI;EACA,OjB3QE;;;AiBqRV;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,OjB1RN;EiB2RM;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;;AAMpB;EAEQ;IACI;;EAEA;IACI;;;AAMhB;EAEQ;IACI;;EACA;IACI;IACA;IACA;;;AAQhB;EAEQ;IACI;;EAEA;IACI;IACA;;EAGI;IACI;;;AAQxB;EAGY;IACI;IACA;;EAGI;IACI;;;AAQpB;EACI;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAIA;IACI;;EAKZ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAEA;IACI;IACA;;EAGJ;IACI;;EAKZ;IACI;IACA;IACA;;EAIQ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAOpB;EAIgB;IACI;;EAOJ;IACI;IACA;;EAEA;IACI;IACA;;;AChgB3B;EACG;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;;AAOA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;;AAOJ;EACI;;AAGJ;EACI;;AAIA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAKJ;EACI;;AAIR;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;;AAEA;EACI;;AAKJ;EACI;EACA;;AAGJ;EACI;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKZ;EAGY;IACI;;EAMA;IACI;;;AAOpB;EAIgB;IACI;IACA;IACA;;;AAQpB;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ACpRR;EACI;IACI;;EAGJ;IACI;;;AAMR;AAAA;EAEI;;;AAGJ;AAAA;EAEI;;AAEA;AAAA;EACI;EACA,OnBND;;;AmBUP;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;;;AAKJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAKJ;EACI;;;AAIJ;AAAA;EAEI;;;AAKJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA,OnB/HU;;;AmBoIlB;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA,OnBlJG;EmBmJH;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAEJ;AACA;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAIJ;EACI;;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA,OnBzMc;EmB0Md;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAYI;;;AAGJ;EACI;;;AAGJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OnB3Oc;;;AmB8OlB;EACI;EACA;;;AAGJ;AAAA;AAAA;EAGI;;;AAIJ;AAAA;AAAA;EAGI;;;AAGJ;AAAA;AAAA;AAAA;AAAA;EAKI;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;AAAA;EAGI;;;AAGJ;AAAA;AAAA;EAGI,OnBlRG;EmBmRH;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA,OnBhSG;;;AmBmSP;EACI;;;AAGJ;AAAA;AAAA;AAAA;EAII;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAKJ;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;EACA;EACA,YnBvWI;EmBwWJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIJ;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA,OnBhYI;EmBiYJ;EACA;;;AAKJ;AAAA;EAEI;EACA;;;AAGJ;EACI;;;AAKJ;EACI;EACA;EACA;;;AAIJ;AAAA;EAEI;;AAEA;AAAA;EACI;EACA,OnBxZD;EmByZC;;AAGJ;AAAA;EACI;EACA;;AAGJ;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;;AAEA;AAAA;EACI;EACA;;AAGJ;AAAA;AAAA;EAEI;;;AAMhB;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EACI;;AACA;EACI;;;AAMZ;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;EAEI;EACA;;;AAIA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAKZ;EAEQ;IACI;;EACA;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;;;AAMhB;EAEQ;IACI;IACA;;EACA;IACI;;EAGJ;IACI;;;AAMhB;EAEQ;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;;;AAMhB;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAOJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAMJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,OnBzuBN;EmB0uBM;;AAIJ;EACI;;AAGJ;EACI;EACA;;;AASZ;EAGQ;IACI;;EAGJ;IACI;;EAKR;IACI;;EAIJ;AAAA;IAEI;;EAGJ;IACI;;EAKA;AAAA;IACI;;EAEA;AAAA;IACI;IACA;IACA;;EAOR;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AC70BZ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAKR;EACI;EACA;;AAGA;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA,OpBHT;;AoBQK;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OpBtCR;EoBuCQ;EACA;EACA;EACA,OpB7BD;;AoBoCH;EACI;;AAEA;EACI,OpBjCb;EoBkCa;EACA;;AAIR;EACI,OpB5DR;EoB6DQ;EACA;;AAEA;EACI;;;AAShB;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OpB9FR;;AoBmGQ;EACI;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;;;AAQR;EACI;EACA;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EAKI;EACA;;AALA;EACI;;AAQR;EACI;;AAIA;EACI,YpBlLT;EoBmLS;EACA;;AAIR;EACI;;AAIR;EACI;;AAEA;EACI;EACA;;;AAQR;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAIJ;EACI;EACA;;AAKZ;EACI;;AAEA;EACI;EACA;;;AAQR;EACI;EACA;;AAEA;EACI;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAKZ;EACI;;;AAMR;EACI;EACA;;AAIQ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAMR;EACI;;;AAQpB;EACI;EACA;;;AAIA;EACI;EACA;EACA;EACA;EACA;;AAKA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;;AAQR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;AAAA;EAEI,OpB/YJ;EoBgZI;EACA;EACA;;AAEA;AAAA;EACI;;AAKJ;EACI,OpB3ZR;EoB4ZQ;EACA;;AAMA;EACI,OpBhZb;EoBiZa;EACA;;AAIR;EACI,OpB3aR;EoB4aQ;EACA;EACA;;AAKZ;EACI;;AAIQ;EACI,OpBzbZ;EoB0bY;EACA;;AAGJ;EACI,OpB/bZ;EoBgcY;EACA;EACA;;AAMJ;EACI,OpBzcZ;EoB0cY;EACA;;AAGJ;EACI;;AAGJ;EACI,OpBndZ;EoBodY;EACA;;AAOJ;EACI,OpB7dZ;EoB8dY;EACA;;AAGJ;EACI,OpBneZ;EoBoeY;EACA;EACA;;AAMJ;EACI,OpB7eZ;EoB8eY;EACA;;AAGJ;EACI;;AAGJ;EACI,OpBvfZ;EoBwfY;EACA;;AAQhB;EACI;;AAMI;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OpBviBZ;;AoB0iBQ;EACI;;AAGJ;EACI;;AAEA;EACI,OpBljBhB;EoBmjBgB;EACA;;AAIR;EACI;;AAQhB;EACI;;AAEA;EACI,OpBrkBJ;EoBskBI;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;;AAEA;EACI,YpBjkBL;EoBkkBK;EACA;EACA;EACA;EACA;;AAEA;EACI,YpBzkBT;;AoB2kBS;EACI;EACA,OpBjmBZ;EoBkmBY;;;AAQpB;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAKJ;EACI;IACI;;EAGJ;IACI;IACA;;EAGJ;AAAA;IAEI;;;AAKR;EACI;IACI;;EAGJ;IACI;;EAEJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAMR;AAII;EACI;EACA;;AAEA;EACI;;AAEA;EACI,OpBxrBR;EoByrBQ;EACA;EACA;;AAGJ;EACI;EACA,OpB5qBT;EoB6qBS;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;;AAShB;EAEQ;IACI;;EAEA;IACI;;EAEA;IACI;;EAKJ;IACI;;;AC7uBR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIR;AAAA;EAEI;;AAGA;AAAA;EACI;EACA;EACA;EACA;EACA;;AAIJ;AAAA;EACI;EACA;EACA;EACA;;AAEA;AAAA;EACI;EACA;EACA;;AAIR;AAAA;EACI;EACA;EACA;;AAIJ;AAAA;EACI;EACA;;AAEA;AAAA;EACI;EACA;;AAGJ;AAAA;EACI;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;AACA;EACA;EACA;EACA;;AAEA;EACI,OrB7Gb;EqB8Ga;EACA;;AAGA;EACI,OrBnHjB;EqBoHiB;;AAIR;EACI;EACA;EACA;;AAEA;EACI,OrBnIN;EqBoIM;EACA;;AAIR;EACI;;AAEA;EACI;;AAOpB;EACI;;AAGJ;EACI;IACI;;;;AAMR;EACI;;AAGJ;EACI,OrBhKD;EqBiKC;;AAGJ;EACI,OrBrKD;;;AqB0KP;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;;AAKZ;EACI;EACA;EACA,OrBlMc;;AqBoMd;EACI;;;AAOJ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;;AAIJ;EACI;EACA,OrB9OU;EqB+OV;EACA;;AAIJ;EAAoB,OrB/OjB;;AqBkPH;EACI;EACA,OrBpPD;EqBqPC;;AAEA;EACI;;AAGJ;EACI;EACA;;AAIR;EACI,OrBxPE;;AqB2PN;EACI,OrB5PE;;AqBiQN;EACI,OrBjRU;EqBkRV;;AAEA;EACI;;AAGJ;EACI;;AAKR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA,OrBzTM;EqB0TN;EACA;;AAGJ;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;EAKI;EACA;EACA;EACA,OrB1UM;EqB2UN;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EARJ;IASQ;;;AASR;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;AACF;AAAA;;AAIF;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;AAIJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA,OrB/cL;EqBgdK;;AAEA;EACI;;AAIA;EACI;;AAGJ;EACI;EACA,OrB7db;;AqBkeC;EACI,kBrBneL;;AqBseS;EACI;;AAGJ;EACI;EACA;;;AAkBpB;EACI;IACI;IACA;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA,YAnBS;EAoBT;EACA;EACA;EACA;;AAEA;EACI,YAzBW;EA0BX;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI,YA/CD;EAgDC;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA,OAhEC;EAiED,YA9DC;EA+DD;EACA;;AAGJ;EACI,OAtEE;;AAyEN;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAUpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAMA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAMhB;EArEJ;IAsEQ;;EAEA;IACI;;;;AAKZ;AACA;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAKJ;AACI;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAAA;AAAA;AAAA;;;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AA4DJ;AAAA;EAEI;;AAEA;AAAA;EACI;EACA;EACA;;;AAMR;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAMR;EACI;EACA,OrBv1BU;;AqB01Bd;EACI;EACA,OrB51BU;EqB61BV;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;;AAYI;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAIA;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAKJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;;AAKJ;EACI;EACA;;AAKZ;EACI;;AAEA;EACI;EACA;;AAIA;EACI;;AAKZ;EACI;EACA;;AAKZ;EACI;;AAIA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAMhB;EACI;IACI;;EAEA;AAAA;IAEI;;EAGJ;AAAA;IAEI;IACA;IACA;;EAEA;AAAA;IACI;IACA;;EAIR;IACI;IACA;;EAGI;AAAA;AAAA;AAAA;AAAA;AAAA;IAMI;;EAKZ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAOZ;EAIgB;IACI;;EAGI;AACI;AAAA;AAAA;AAAA;;;AAa5B;EAIgB;IACI;IACA;;EAMA;IACI;;EAIA;IACI;;EAQR;IACI;;EAKJ;IACI;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAKR;IACI;;EAMR;IACI;;EAEA;IACI;;;AAQxB;EAIgB;IACI;;EAEA;IACI;IACA;;EAKA;IACI;;EAGJ;IACI;;EACA;IACI;;EAMR;IACI;IACA;IACA;;EAEA;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAWhB;IACI;IACA;;EAIR;IACI;IACA;;EAIQ;IACI;;EAQJ;IACI;;EAEA;IACI;;;AAWpC;EAKoB;IACI;IACA;;EAEA;IACI;;EAOJ;IACI;IACA;IACA;IACA;;EASI;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAYR;IACI;IACA;;EAQA;IACI;;;AAWpC;EAQgC;IACI;IACA;IACA;;;AAYpC;AAII;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;IACI;;;AAKR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAOR;EACI;EACA;;AAGJ;EACI;IACI;IACA;;;AAOZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAIR;EACI;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAIJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;IACI;IACA;;;AChgDJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAMI;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAMA;EACI;;AAaZ;EACI;EACA;;AAMhB;EACI;EACA;;;AAQhB;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;IACI;;EAIA;IACI;;EAEA;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;;ACvHhB;AAAA;EACI;EACA;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;AAAA;EACI;;AAIR;AAAA;EACI;;;AAKJ;EACI;;AAKI;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;;AAQxB;EAKoB;IACI;IACA;;EAEA;IACI;IACA;;EAIR;IACI;;EAEA;IACI;IACA;;EAEA;IACI;;EAgBA;IACI;;;AAWpC;EAIY;IACI;IACA;;EAGI;IACI;IACA;;EAGJ;IACI;;EAEA;IACI;;EAQR;IACI;;EAGJ;IACI;;;AASpB;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGI;EACI;;;AAUhC;EAGY;IACI;IACA;;EAEA;IACI;;EAMA;IACI;;EAOJ;IACI;;EAGJ;IACI;;EAIQ;IACI;;;AAWpC;EAEQ;IACI;IACA;IACA;;;AC7PR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAMA;EACI;EACA;EACA;;AAII;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAQhB;EACI;;;AASxB;EAEQ;IACI;IACA;;EAEA;IACI;;EAWoB;IACI;;;ACrHvC;EACG;;AAGI;EACI;EACA;EACA;;AAKJ;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA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;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;AACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;AACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AASJ;EAMoB;IACI;IACA;;EAWA;IACI;IACA;;;AAWpB;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;AACA;AACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;;AAMhB;EAIgB;IACI;IACA;;;AAUpB;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAKZ;EAEQ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;;;AC7bX;AAAA;EAEG;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAKJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;;ACnKP;EACG;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;;;AAKR;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAW5B;EACI;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;;;AAGJ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CI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AACA;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAGR;AACA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;AAAA;AAAA;AAIA;EACI;;;AAGJ;EACI;;;AAGJ;AAEA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAEA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AAEA;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AAEA;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EA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%22%7D */