/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* =========================
   ModamWeb Font Family
   ========================= */

@font-face {
  font-family: "ModamWeb";
  src:
    url("../fonts/modam/ModamWeb-ExtraLight.woff2") format("woff2"),
    url("../fonts/modam/ModamWeb-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ModamWeb";
  src:
    url("../fonts/modam/ModamWeb-Light.woff2") format("woff2"),
    url("../fonts/modam/ModamWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ModamWeb";
  src:
    url("../fonts/modam/ModamWeb-Regular.woff2") format("woff2"),
    url("../fonts/modam/ModamWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ModamWeb";
  src:
    url("../fonts/modam/ModamWeb-Medium.woff2") format("woff2"),
    url("../fonts/modam/ModamWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ModamWeb";
  src:
    url("../fonts/modam/ModamWeb-SemiBold.woff2") format("woff2"),
    url("../fonts/modam/ModamWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ModamWeb";
  src:
    url("../fonts/modam/ModamWeb-Bold.woff2") format("woff2"),
    url("../fonts/modam/ModamWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ModamWeb";
  src:
    url("../fonts/modam/ModamWeb-ExtraBold.woff2") format("woff2"),
    url("../fonts/modam/ModamWeb-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ModamWeb";
  src:
    url("../fonts/modam/ModamWeb-Black.woff2") format("woff2"),
    url("../fonts/modam/ModamWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
: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:
    "ModamWeb", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: var(--font-family-sans-serif);
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}


sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}


a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
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;
  -ms-overflow-style: scrollbar;
}
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;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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;
}

[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-cancel-button,
[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-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.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;
}





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;
}





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


.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}


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;
}

.container {
  width: 100%;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}




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

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



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

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


.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}





















@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  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 .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  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: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.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 {
  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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  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 screen and (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: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.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;
}








select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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 .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}


.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label::after,
.was-validated .custom-file-input:valid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}


.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label::after,
.was-validated .custom-file-input:invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    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 .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  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 screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
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: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 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: #0062cc;
  border-color: #005cbf;
}
.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(0, 123, 255, 0.5);
}


.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 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: #545b62;
  border-color: #4e555b;
}
.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(108, 117, 125, 0.5);
}


.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #1e7e34;
  border-color: #1c7430;
}
.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(40, 167, 69, 0.5);
}


.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 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: #117a8b;
  border-color: #10707f;
}
.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(23, 162, 184, 0.5);
}


.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: #d39e00;
  border-color: #c69500;
}
.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(255, 193, 7, 0.5);
}


.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #bd2130;
  border-color: #b21f2d;
}
.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(220, 53, 69, 0.5);
}


.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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: #dae0e5;
  border-color: #d3d9df;
}
.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(248, 249, 250, 0.5);
}


.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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: #1d2124;
  border-color: #171a1d;
}
.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(52, 58, 64, 0.5);
}


.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.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.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.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.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.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.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.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;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (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 screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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-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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}

.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:focus,
.dropdown-item:hover {
  color: #16181b;
  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;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}


.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}



.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

























.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}



















@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}



@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}



@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}





@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  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:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

@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 {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}


.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}


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


.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}


.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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);
}
.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 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}




.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-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  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;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}




.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}



.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}


.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;
}






.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;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}


.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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



.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}


.alert-secondary hr {
  border-top-color: #c8cbcf;
}


.alert-success hr {
  border-top-color: #b1dfbb;
}


.alert-info hr {
  border-top-color: #abdde5;
}


.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light hr {
  border-top-color: #ececf6;
}


.alert-dark hr {
  border-top-color: #b9bbbe;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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


.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}



.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:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}


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


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


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


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


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


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


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


.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.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:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}


.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    "ModamWeb",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-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:
    "ModamWeb",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 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::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  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-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition:
    transform 0.6s ease,
    -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}







.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}








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

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

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

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

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

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

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

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









.border-primary {
  border-color: rgb(118 118 118) !important;
}
.border-secondary {
  border-color: #6c757d !important;
}






.border-white {
  border-color: #fff !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


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








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




























@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}



@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;
  }
}
.position-static {
  position: static !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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}























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






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


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




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

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






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





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



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

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

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

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

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

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








.mr-auto,
.mx-auto {
  margin-right: 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-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-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-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-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-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;
  }
}





.font-weight-bold {
  font-weight: 700 !important;
}

.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}

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

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

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}





.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    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;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*# sourceMappingURL=bootstrap.min.css.map */

/* =========================
   Apply globally
   ========================= */

html,
body {
  font-family: "ModamWeb", sans-serif;
}
/*! nouislider - 14.6.0 - 6/27/2020 */































[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}
























/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
:root {
  --h-header: 4rem;
  --h-tutorial: 3.375rem;
  --w-filter-drawer: 21.875rem;
}
@media (min-width: 834px) {
  :root {
    --h-header: 4.5rem;
  }
}
@media (min-width: 1025px) {
  :root {
    --h-tutorial: 4.875rem;
  }
}
body {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 245 / var(--tw-bg-opacity));
  font-family: "ModamWeb", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
img:not([src]),
img[src=""] {
  visibility: hidden;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
input {
  border-radius: 0;
}
input,
input[type="search"] {
  -webkit-appearance: none;
}
:focus {
  outline: 0 none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: inset 0 0 0 1000px transparent;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000;
}
.markdown br {
  content: "";
  display: block;
  margin-bottom: 20px;
}
.markdown a {
  text-decoration: underline;
  color: #614000;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 834px) {
  .container {
    max-width: 834px;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 1025px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}



.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}






.-bottom-\[24\%\] {
  bottom: -24%;
}






.-start-\[100vw\] {
  inset-inline-start: -100vw;
}
.-start-\[45px\] {
  inset-inline-start: -45px;
}



.-top-\[10\%\] {
  top: -10%;
}
.-top-\[100px\] {
  top: -100px;
}
.bottom-0 {
  bottom: 0;
}




.bottom-\[25\%\] {
  bottom: 25%;
}









.start-0 {
  inset-inline-start: 0;
}


.start-\[10\%\] {
  inset-inline-start: 10%;
}
.start-\[30\%\] {
  inset-inline-start: 30%;
}
.top-0 {
  top: 0;
}














.z-\[1000\] {
  z-index: 1000;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[201\] {
  z-index: 201;
}
.z-\[202\] {
  z-index: 202;
}
.z-\[205\] {
  z-index: 205;
}
.z-\[210\] {
  z-index: 210;
}
.z-\[300\] {
  z-index: 300;
}
.z-\[500\] {
  z-index: 500;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}






.col-span-4 {
  grid-column: span 4 / span 4;
}


.col-span-full {
  grid-column: 1/-1;
}

















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

















.-mt-\[3\.5px\] {
  margin-top: -3.5px;
}
.-mt-\[50\%\] {
  margin-top: -50%;
}






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

.mb-4 {
  margin-bottom: 1rem;
}



.mb-6 {
  margin-bottom: 1.5rem;
}









.mr-\[1\.688rem\] {
  margin-right: 1.688rem;
}








.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}






.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}



.mt-7 {
  margin-top: 1.75rem;
}


.mt-\[3\.75rem\] {
  margin-top: 3.75rem;
}







.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}



.aspect-\[0\.6\/1\] {
  aspect-ratio: 0.6/1;
}
.aspect-\[0\.71\/1\] {
  aspect-ratio: 0.71/1;
}
.aspect-\[0\.85\/1\] {
  aspect-ratio: 0.85/1;
}
.aspect-\[0\.86\/1\] {
  aspect-ratio: 0.86/1;
}
.aspect-\[0\.92\/1\] {
  aspect-ratio: 0.92/1;
}
.aspect-\[1\.35\/1\] {
  aspect-ratio: 1.35/1;
}
.aspect-\[1\.5\/1\] {
  aspect-ratio: 1.5/1;
}
.aspect-\[1\.56\/1\] {
  aspect-ratio: 1.56/1;
}
.aspect-\[1\.6\/1\] {
  aspect-ratio: 1.6/1;
}
.aspect-\[1\.62\/1\] {
  aspect-ratio: 1.62/1;
}
.aspect-\[1\.65\/1\] {
  aspect-ratio: 1.65/1;
}
.aspect-\[1\/0\.61\] {
  aspect-ratio: 1/0.61;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-square {
  aspect-ratio: 1/1;
}


.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}












.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[1\.875rem\] {
  width: 1.875rem;
  height: 1.875rem;
}
.size-\[45px\] {
  width: 45px;
  height: 45px;
}
.size-full {
  width: 100%;
  height: 100%;
}

.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}











.h-4 {
  height: 1rem;
}


.h-6 {
  height: 1.5rem;
}



.h-8 {
  height: 2rem;
}

.h-\[0\.4375rem\] {
  height: 0.4375rem;
}
.h-\[0\.875rem\] {
  height: 0.875rem;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[1\.5rem\] {
  height: 1.5rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[110\%\] {
  height: 110%;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[1lh\] {
  height: 1lh;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2\.375rem\] {
  height: 2.375rem;
}
.h-\[2\.6rem\] {
  height: 2.6rem;
}
.h-\[200vh\] {
  height: 200vh;
}
.h-\[201px\] {
  height: 201px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[30vh\] {
  height: 30vh;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[36\.25rem\] {
  height: 36.25rem;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[45\%\] {
  height: 45%;
}
.h-\[45vh\] {
  height: 45vh;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[5\.125rem\] {
  height: 5.125rem;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[55\%\] {
  height: 55%;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[65vh\] {
  height: 65vh;
}
.h-\[7\.05rem\] {
  height: 7.05rem;
}
.h-\[7rem\] {
  height: 7rem;
}
.h-\[8\.5rem\] {
  height: 8.5rem;
}
.h-\[80\%\] {
  height: 80%;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[920px\] {
  height: 920px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[980px\] {
  height: 980px;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}





.max-h-\[14\.6875rem\] {
  max-height: 14.6875rem;
}
.max-h-\[20rem\] {
  max-height: 20rem;
}
.max-h-\[25vh\] {
  max-height: 25vh;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[90px\] {
  max-height: 90px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-10 {
  min-height: 2.5rem;
}





.min-h-\[215px\] {
  min-height: 215px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[80vw\] {
  min-height: 80vw;
}


.\!w-\[16\.25rem\] {
  width: 16.25rem !important;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1\/2 {
  width: 50%;
}




















.w-4 {
  width: 1rem;
}














.w-\[0\.5px\] {
  width: 0.5px;
}
.w-\[0\.8125rem\] {
  width: 0.8125rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[110\%\] {
  width: 110%;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[14rem\] {
  width: 14rem;
}
.w-\[15\.625rem\] {
  width: 15.625rem;
}
.w-\[158px\] {
  width: 158px;
}
.w-\[16rem\] {
  width: 16rem;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[2\.375rem\] {
  width: 2.375rem;
}
.w-\[2\.6rem\] {
  width: 2.6rem;
}
.w-\[238px\] {
  width: 238px;
}
.w-\[24rem\] {
  width: 24rem;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[2vw\] {
  width: 2vw;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[6\.2rem\] {
  width: 6.2rem;
}
.w-\[6\.875rem\] {
  width: 6.875rem;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-\[6vw\] {
  width: 6vw;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70vw\] {
  width: 70vw;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[9\%\] {
  width: 9%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[96px\] {
  width: 96px;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}










.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[80vw\] {
  min-width: 80vw;
}








.max-w-\[1030px\] {
  max-width: 1030px;
}
.max-w-\[12\.5rem\] {
  max-width: 12.5rem;
}
.max-w-\[15\.125rem\] {
  max-width: 15.125rem;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[1700px\] {
  max-width: 1700px;
}
.max-w-\[21rem\] {
  max-width: 21rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[326px\] {
  max-width: 326px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-\[43\.75rem\] {
  max-width: 43.75rem;
}
.max-w-\[48rem\] {
  max-width: 48rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[577px\] {
  max-width: 577px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[610px\] {
  max-width: 610px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[82rem\] {
  max-width: 82rem;
}
.max-w-\[90px\] {
  max-width: 90px;
}






.flex-\[0_0_100\%\] {
  flex: 0 0 100%;
}
.flex-\[1_1_0\] {
  flex: 1 1 0;
}












.translate-x-\[-100vw\] {
  --tw-translate-x: -100vw;
}
.translate-x-\[-100vw\],
.translate-x-full {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}







.translate-y-\[0\.05rem\] {
  --tw-translate-y: 0.05rem;
}
.translate-y-\[0\.05rem\],
.translate-y-header {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}








.rotate-90,
.scale-\[1\.025\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.025\] {
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}





.resize {
  resize: both;
}




.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[80px_1fr_120px_100px_80px\] {
  grid-template-columns: 80px 1fr 120px 100px 80px;
}



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

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










.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}











.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}






.gap-\[0\.3rem\] {
  gap: 0.3rem;
}


.gap-x-3 {
  -moz-column-gap: 0.75rem;
  column-gap: 0.75rem;
}




.gap-x-\[3\.75rem\] {
  -moz-column-gap: 3.75rem;
  column-gap: 3.75rem;
}


.gap-y-16 {
  row-gap: 4rem;
}





.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-\[2\.375rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.375rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-\[0\.5px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0.5px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0.5px * var(--tw-divide-y-reverse));
}
.divide-gold200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 248 245 / var(--tw-divide-opacity));
}
.divide-grey500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 231 232 / var(--tw-divide-opacity));
}
.divide-grey600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-divide-opacity));
}





.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}








.whitespace-nowrap {
  white-space: nowrap;
}


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

.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}
.rounded-\[0\.875rem\] {
  border-radius: 0.875rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[6\.25rem\] {
  border-radius: 6.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}











.rounded-es-\[12\.625rem\] {
  border-end-start-radius: 12.625rem;
}
.rounded-es-\[4\.375rem\] {
  border-end-start-radius: 4.375rem;
}
.rounded-es-\[6\.25rem\] {
  border-end-start-radius: 6.25rem;
}
.rounded-es-\[70px\] {
  border-end-start-radius: 70px;
}

.border-2 {
  border-width: 2px;
}

.border-\[0\.1px\] {
  border-width: 0.1px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[1px\] {
  border-width: 1px;
}

.border-b,
.border-y {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}

.border-s {
  border-inline-start-width: 1px;
}
.border-t {
  border-top-width: 1px;
}

.border-\[\#51A84B\] {
  --tw-border-opacity: 1;
  border-color: rgb(81 168 75 / var(--tw-border-opacity));
}
.border-\[\#e7e2de\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 226 222 / var(--tw-border-opacity));
}


.border-gold200 {
  --tw-border-opacity: 1;
  border-color: rgb(250 248 245 / var(--tw-border-opacity));
}
.border-gold400 {
  --tw-border-opacity: 1;
  border-color: rgb(241 237 233 / var(--tw-border-opacity));
}


.border-grey500 {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 232 / var(--tw-border-opacity));
}

.border-grey500\/30 {
  border-color: hsla(240, 2%, 91%, 0.3);
}
.border-grey600 {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}



.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}



.bg-\[\#4D402C\]\/50 {
  background-color: rgba(77, 64, 44, 0.5);
}
.bg-\[\#FAF8F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 245 / var(--tw-bg-opacity));
}
.bg-\[\#e7e2de\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 226 222 / var(--tw-bg-opacity));
}
.bg-\[black\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[black\]\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-\[rgba\(235\2c 94\2c 47\2c 1\)\] {
  background-color: #eb5e2f;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}





.bg-gold400 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 237 233 / var(--tw-bg-opacity));
}


.bg-gold800 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 64 0 / var(--tw-bg-opacity));
}


.bg-grey500 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 232 / var(--tw-bg-opacity));
}





.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}










.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}




.p-0 {
  padding: 0;
}





.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}


.p-\[0\.3rem\] {
  padding: 0.3rem;
}
.p-\[3px\] {
  padding: 3px;
}











.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[0\.75rem\] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}






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



.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}


.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[0\.175rem\] {
  padding-top: 0.175rem;
  padding-bottom: 0.175rem;
}
.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[1\.875rem\] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.py-\[3\.75rem\] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4\.2rem\] {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}




.pb-10 {
  padding-bottom: 2.5rem;
}







.pb-24 {
  padding-bottom: 6rem;
}


.pb-3 {
  padding-bottom: 0.75rem;
}





.pb-6 {
  padding-bottom: 1.5rem;
}


.pb-\[1\.625rem\] {
  padding-bottom: 1.625rem;
}
.pb-\[1\.875rem\] {
  padding-bottom: 1.875rem;
}
.pb-\[14rem\] {
  padding-bottom: 14rem;
}
.pb-\[3\.15625rem\] {
  padding-bottom: 3.15625rem;
}
.pb-\[5\.625rem\] {
  padding-bottom: 5.625rem;
}












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

.pt-10 {
  padding-top: 2.5rem;
}







.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}







.pt-\[4\.625rem\] {
  padding-top: 4.625rem;
}
.pt-\[4\.75rem\] {
  padding-top: 4.75rem;
}

.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}


.text-11 {
  font-size: 0.688rem;
  line-height: 0.938rem;
}
.text-11\/\[0\.8125rem\] {
  font-size: 0.688rem;
  line-height: 0.8125rem;
}
.text-12 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-14 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.text-14\/\[1\.125rem\] {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.text-16 {
  font-size: 0.9rem;
  font-weight: 400;
}

.text-16Mobile,
.text-16\/\[1\.375rem\] {
  font-size: 1rem;
  line-height: 1.375rem;
}


.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[0\.45rem\] {
  font-size: 0.45rem;
}
.text-\[0\.688rem\] {
  font-size: 0.688rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[1\.145rem\] {
  font-size: 1.145rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[2\.25rem\] {
  font-size: 2.25rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}









.text-h6PrimaryMobile {
  font-size: 1.25rem;
  line-height: 1.5rem;
}



.text-hrefSmallRegular,
.text-labLarge {
  font-size: 1.1rem;
  font-weight: 700;
}









.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}





.leading-8 {
  line-height: 2rem;
}
.leading-\[0\.50rem\] {
  line-height: 0.5rem;
}
.leading-\[1\.125rem\] {
  line-height: 1.125rem;
}
.leading-\[1\.313rem\] {
  line-height: 1.313rem;
}
.leading-\[1\.375rem\] {
  line-height: 1.375rem;
}
.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}
.leading-\[2\.625rem\] {
  line-height: 2.625rem;
}
.leading-\[2rem\] {
  line-height: 2rem;
}

.-tracking-\[0\.015rem\] {
  letter-spacing: -0.015rem;
}
.tracking-\[-0\.00875rem\] {
  letter-spacing: -0.00875rem;
}

.text-\[\#51A84B\] {
  --tw-text-opacity: 1;
  color: rgb(81 168 75 / var(--tw-text-opacity));
}
.text-\[\#9E927A\] {
  --tw-text-opacity: 1;
  color: rgb(158 146 122 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.text-gold400 {
  --tw-text-opacity: 1;
  color: rgb(241 237 233 / var(--tw-text-opacity));
}

.text-gold800 {
  --tw-text-opacity: 1;
  color: rgb(97 64 0 / var(--tw-text-opacity));
}

.text-grey600 {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}
.text-grey700 {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.decoration-white {
  text-decoration-color: #fff;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}

.underline-offset-\[0\.2rem\] {
  text-underline-offset: 0.2rem;
}









.shadow-\[0px_0\.784644px_1\.56929px_0\.739194px_rgba\(132\2c
  113\2c
  75\2c
  0\.04\)\] {
  --tw-shadow: 0px 0.784644px 1.56929px 0.739194px rgba(132, 113, 75, 0.04);
  --tw-shadow-colored: 0px 0.784644px 1.56929px 0.739194px
    var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_1\.65px_2\.47px_0\.82px_rgba\(40\2c 44\2c 57\2c 0\.03\)\] {
  --tw-shadow: 0px 1.65px 2.47px 0.82px rgba(40, 44, 57, 0.03);
  --tw-shadow-colored: 0px 1.65px 2.47px 0.82px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_1\.67px_2\.51px_0\.84px_\#282C3908\] {
  --tw-shadow: 0px 1.67px 2.51px 0.84px #282c3908;
  --tw-shadow-colored: 0px 1.67px 2.51px 0.84px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_1\.81192px_2\.71788px_0\.905959px_rgba\(40\2c
  44\2c
  57\2c
  0\.03\)\] {
  --tw-shadow: 0px 1.81192px 2.71788px 0.905959px rgba(40, 44, 57, 0.03);
  --tw-shadow-colored: 0px 1.81192px 2.71788px 0.905959px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_2\.748px_4\.121px_1\.374px_rgba\(40\2c 44\2c 57\2c 0\.03\)\] {
  --tw-shadow: 0px 2.748px 4.121px 1.374px rgba(40, 44, 57, 0.03);
  --tw-shadow-colored: 0px 2.748px 4.121px 1.374px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_2px_3px_1px_rgba\(40\2c 44\2c 57\2c 0\.03\)\] {
  --tw-shadow: 0px 2px 3px 1px rgba(40, 44, 57, 0.03);
  --tw-shadow-colored: 0px 2px 3px 1px var(--tw-shadow-color);
}
.shadow-\[0px_2px_3px_1px_rgba\(40\2c 44\2c 57\2c 0\.03\)\],
.shadow-lg {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}


.shadow-\[\#e9e9eb\] {
  --tw-shadow-color: #e9e9eb;
  --tw-shadow: var(--tw-shadow-colored);
}





.blur {
  --tw-blur: blur(8px);
}
.blur,
.blur-sm {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}





.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}


.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}





.duration-\[250ms\] {
  transition-duration: 0.25s;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[font-kerning\:none\] {
  font-kerning: none;
}
.\[text-align\:unset\] {
  text-align: unset;
}
@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  img[loading="lazy"] {
    clip-path: inset(0.6px);
  }
}

.video-banner-ratio iframe {
  box-sizing: border-box;
  height: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
}





@media (min-width: 480px) {
  .drawer-open {
    transform: translateX(calc(var(--w-filter-drawer) * -1));
  }
  .drawer-open,
  .drawer-open-rtl {
    transition: transform 0.3s ease-in-out;
  }
  .drawer-open-rtl {
    transform: translateX(calc(var(--w-filter-drawer) * 1));
  }
  .video-banner-ratio {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    aspect-ratio: 2.7/1;
  }
  .video-banner-ratio iframe {
    box-sizing: border-box;
    height: calc(100vw / 2.7);
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 33%;
    width: 177.77777778vh;
  }
}








.first-of-type\:ms-auto:first-of-type {
  margin-inline-start: auto;
}
.last-of-type\:me-auto:last-of-type {
  margin-inline-end: auto;
}


.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-gold500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(132 113 75 / var(--tw-border-opacity));
}







.hover\:bg-grey800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 72 72 / var(--tw-bg-opacity));
}



.hover\:text-gold500:hover {
  --tw-text-opacity: 1;
  color: rgb(132 113 75 / var(--tw-text-opacity));
}



.hover\:text-grey700:hover {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}


.hover\:underline:hover {
  text-decoration-line: underline;
}










.group:focus-within .group-focus-within\:visible {
  visibility: visible;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:bg-\[\#4D402C\]\/90 {
  background-color: rgba(77, 64, 44, 0.9);
}
.group:hover .group-hover\:text-grey700 {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.group:focus .group-focus\:bg-\[\#4D402C\]\/90 {
  background-color: rgba(77, 64, 44, 0.9);
}
.aria-checked\:border-gold500[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(132 113 75 / var(--tw-border-opacity));
}
.aria-checked\:bg-aquaDark[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 122 118 / var(--tw-bg-opacity));
}
.aria-checked\:bg-black[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.aria-checked\:bg-gold500[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(132 113 75 / var(--tw-bg-opacity));
}
.aria-checked\:font-medium[aria-checked="true"] {
  font-weight: 500;
}
.aria-checked\:text-white[aria-checked="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.aria-checked\:hover\:border-gold400:hover[aria-checked="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(241 237 233 / var(--tw-border-opacity));
}
.aria-checked\:hover\:bg-gold400:hover[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 237 233 / var(--tw-bg-opacity));
}
.aria-checked\:hover\:text-gold500:hover[aria-checked="true"] {
  --tw-text-opacity: 1;
  color: rgb(132 113 75 / var(--tw-text-opacity));
}
.disabled\:aria-checked\:bg-grey600[aria-checked="true"]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity));
}
.disabled\:aria-checked\:text-white[aria-checked="true"]:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.aria-selected\:font-medium[aria-selected="true"] {
  font-weight: 500;
}
.aria-selected\:text-gold800[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(97 64 0 / var(--tw-text-opacity));
}
.aria-\[invalid\=true\]\:border-errorDark[aria-invalid="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(234 0 0 / var(--tw-border-opacity));
}
.aria-\[current\=true\]\:bg-white[aria-current="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group[aria-checked="true"] .group-aria-checked\:block {
  display: block;
}
.group[aria-checked="true"] .group-aria-checked\:hidden {
  display: none;
}
.group[aria-disabled="true"] .group-aria-disabled\:border-current {
  border-color: currentColor;
}
.group[aria-disabled="true"] .group-aria-disabled\:text-grey600 {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}
.group[aria-disabled="true"]
  .group-aria-disabled\:placeholder\:text-grey600::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}
.group[aria-disabled="true"]
  .group-aria-disabled\:placeholder\:text-grey600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}
.group[aria-selected="true"] .group-aria-selected\:block {
  display: block;
}
.group[aria-current="false"] .group-aria-\[current\=false\]\:border-grey100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 252 252 / var(--tw-border-opacity));
}
.group[aria-current="false"] .group-aria-\[current\=false\]\:opacity-25 {
  opacity: 0.25;
}
.group[aria-current="false"] .group-aria-\[current\=false\]\:opacity-30 {
  opacity: 0.3;
}
.radix-disabled\:text-grey600[data-disabled] {
  --tw-text-opacity: 1;
  color: rgb(200 200 200 / var(--tw-text-opacity));
}
.radix-placeholder\:font-light[data-placeholder] {
  font-weight: 300;
}
.radix-placeholder\:text-grey700[data-placeholder] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.radix-placeholder\:text-white[data-placeholder] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.radix-state-checked\:cursor-default[data-state="checked"] {
  cursor: default;
}
.radix-state-checked\:bg-aquaDark[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 122 118 / var(--tw-bg-opacity));
}
.radix-state-checked\:font-medium[data-state="checked"] {
  font-weight: 500;
}
.radix-state-checked\:text-white[data-state="checked"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.radix-state-checked\:hover\:bg-transparent:hover[data-state="checked"] {
  background-color: transparent;
}
.radix-state-inactive\:hidden[data-state="inactive"] {
  display: none;
}
.radix-state-inactive\:opacity-50[data-state="inactive"] {
  opacity: 0.5;
}
.radix-state-open\:before\:inset-0[data-state="open"]:before {
  content: var(--tw-content);
  inset: 0;
}
.group[data-state="open"] .group-radix-state-open\:rotate-180 {
  --tw-rotate: 180deg;
}
.group[data-state="open"] .group-radix-state-open\:rotate-180,
.group[data-state="open"] .group-radix-state-open\:rotate-90 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[data-state="open"] .group-radix-state-open\:rotate-90 {
  --tw-rotate: 90deg;
}
.radix-state-unchecked\:opacity-50[data-state="unchecked"] {
  opacity: 0.5;
}
@media not all and (min-width: 834px) {
  .max-md\:end-4 {
    inset-inline-end: 1rem;
  }
  .max-md\:end-5 {
    inset-inline-end: 1.25rem;
  }
  .max-md\:start-3 {
    inset-inline-start: 0.75rem;
  }
  .max-md\:start-3\.5 {
    inset-inline-start: 0.875rem;
  }
  .max-md\:start-4 {
    inset-inline-start: 1rem;
  }
  .max-md\:top-3 {
    top: 0.75rem;
  }
  .max-md\:top-3\.5 {
    top: 0.875rem;
  }
  .max-md\:top-4 {
    top: 1rem;
  }
  .max-md\:top-5 {
    top: 1.25rem;
  }
  .max-md\:flex {
    display: flex;
  }
  .max-md\:hidden {
    display: none;
  }
  .max-md\:aspect-3\/4 {
    aspect-ratio: 3/4;
  }
  .max-md\:aspect-\[0\.71\/1\] {
    aspect-ratio: 0.71/1;
  }
  .max-md\:aspect-auto {
    aspect-ratio: auto;
  }
  .max-md\:h-1\/2 {
    height: 50%;
  }
  .max-md\:h-\[11rem\] {
    height: 11rem;
  }
  .max-md\:h-\[45\%\] {
    height: 45%;
  }
  .max-md\:h-\[55\%\] {
    height: 55%;
  }
  .max-md\:h-full {
    height: 100%;
  }
  .max-md\:w-\[40\%\] {
    width: 40%;
  }
  .max-md\:w-\[52\%\] {
    width: 52%;
  }
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:flex-row {
    flex-direction: row;
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
  .max-md\:items-start {
    align-items: flex-start;
  }
  .max-md\:justify-center {
    justify-content: center;
  }
  .max-md\:justify-between {
    justify-content: space-between;
  }
  .max-md\:gap-1 {
    gap: 0.25rem;
  }
  .max-md\:gap-1\.5 {
    gap: 0.375rem;
  }
  .max-md\:gap-3 {
    gap: 0.75rem;
  }
  .max-md\:gap-3\.5 {
    gap: 0.875rem;
  }
  .max-md\:p-1 {
    padding: 0.25rem;
  }
  .max-md\:p-1\.5 {
    padding: 0.375rem;
  }
  .max-md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .max-md\:py-4 {
    padding-top: 1rem;
  }
  .max-md\:pb-4,
  .max-md\:py-4 {
    padding-bottom: 1rem;
  }
  .max-md\:pe-3 {
    padding-inline-end: 0.75rem;
  }
  .max-md\:ps-4 {
    padding-inline-start: 1rem;
  }
  .max-md\:pt-2 {
    padding-top: 0.5rem;
  }
  .max-md\:text-h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .max-md\:text-h4Mobile {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 480px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:inset-0 {
    inset: 0;
  }
  .sm\:-top-10 {
    top: -2.5rem;
  }
  .sm\:end-6 {
    inset-inline-end: 1.5rem;
  }
  .sm\:start-0 {
    inset-inline-start: 0;
  }
  .sm\:top-6 {
    top: 1.5rem;
  }
  .sm\:z-10 {
    z-index: 10;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:me-12 {
    margin-inline-end: 3rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }
  .sm\:aspect-auto {
    aspect-ratio: auto;
  }
  .sm\:size-12 {
    width: 3rem;
    height: 3rem;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:h-12 {
    height: 3rem;
  }
  .sm\:h-4 {
    height: 1rem;
  }
  .sm\:h-8 {
    height: 2rem;
  }
  .sm\:h-\[190px\] {
    height: 190px;
  }
  .sm\:h-\[30vh\] {
    height: 30vh;
  }
  .sm\:h-\[500px\] {
    height: 500px;
  }
  .sm\:h-\[55\%\] {
    height: 55%;
  }
  .sm\:h-\[550px\] {
    height: 550px;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:max-h-none {
    max-height: none;
  }
  .sm\:min-h-\[65vh\] {
    min-height: 65vh;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-1\/4 {
    width: 25%;
  }
  .sm\:w-11\/12 {
    width: 91.666667%;
  }
  .sm\:w-12 {
    width: 3rem;
  }
  .sm\:w-16 {
    width: 4rem;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-2\/5 {
    width: 40%;
  }
  .sm\:w-28 {
    width: 7rem;
  }
  .sm\:w-6 {
    width: 1.5rem;
  }
  .sm\:w-75 {
    width: 18.75rem;
  }
  .sm\:w-\[14\.875rem\] {
    width: 14.875rem;
  }
  .sm\:w-\[16\.875rem\] {
    width: 16.875rem;
  }
  .sm\:w-\[18\%\] {
    width: 18%;
  }
  .sm\:w-\[20\%\] {
    width: 20%;
  }
  .sm\:w-\[25\%\] {
    width: 25%;
  }
  .sm\:w-\[35vw\] {
    width: 35vw;
  }
  .sm\:w-\[43\%\] {
    width: 43%;
  }
  .sm\:w-\[50vw\] {
    width: 50vw;
  }
  .sm\:w-\[60\%\] {
    width: 60%;
  }
  .sm\:w-\[80\%\] {
    width: 80%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:min-w-28 {
    min-width: 7rem;
  }
  .sm\:min-w-\[14\.875rem\] {
    min-width: 14.875rem;
  }
  .sm\:min-w-\[16\.875rem\] {
    min-width: 16.875rem;
  }
  .sm\:min-w-\[40vw\] {
    min-width: 40vw;
  }
  .sm\:max-w-\[--w-filter-drawer\] {
    max-width: var(--w-filter-drawer);
  }
  .sm\:max-w-\[224px\] {
    max-width: 224px;
  }
  .sm\:max-w-\[240px\] {
    max-width: 240px;
  }
  .sm\:max-w-\[315px\] {
    max-width: 315px;
  }
  .sm\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .sm\:max-w-\[800px\] {
    max-width: 800px;
  }
  .sm\:max-w-full {
    max-width: 100%;
  }
  .sm\:max-w-none {
    max-width: none;
  }
  .sm\:max-w-sm {
    max-width: 24rem;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .sm\:flex-none {
    flex: none;
  }
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-0 {
    gap: 0;
  }
  .sm\:gap-1 {
    gap: 0.25rem;
  }
  .sm\:gap-1\.5 {
    gap: 0.375rem;
  }
  .sm\:gap-10 {
    gap: 2.5rem;
  }
  .sm\:gap-12 {
    gap: 3rem;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .sm\:gap-y-0 {
    row-gap: 0;
  }
  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .sm\:gap-y-8 {
    row-gap: 2rem;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }
  .sm\:border-\[5px\] {
    border-width: 5px;
  }
  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .sm\:bg-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem;
  }
  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .sm\:pb-32 {
    padding-bottom: 8rem;
  }
  .sm\:pb-48 {
    padding-bottom: 12rem;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pb-\[57\%\] {
    padding-bottom: 57%;
  }
  .sm\:pe-0 {
    padding-inline-end: 0;
  }
  .sm\:pe-12 {
    padding-inline-end: 3rem;
  }
  .sm\:pl-10 {
    padding-left: 2.5rem;
  }
  .sm\:pr-10 {
    padding-right: 2.5rem;
  }
  .sm\:ps-12 {
    padding-inline-start: 3rem;
  }
  .sm\:ps-3 {
    padding-inline-start: 0.75rem;
  }
  .sm\:ps-4 {
    padding-inline-start: 1rem;
  }
  .sm\:ps-4\.5 {
    padding-inline-start: 1.125rem;
  }
  .sm\:ps-5 {
    padding-inline-start: 1.25rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  .sm\:pt-15 {
    padding-top: 3.75rem;
  }
  .sm\:pt-16 {
    padding-top: 4rem;
  }
  .sm\:pt-19 {
    padding-top: 4.75rem;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:pt-48 {
    padding-top: 12rem;
  }
  .sm\:pt-header {
    padding-top: var(--h-header);
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-start {
    text-align: start;
  }
  .sm\:text-11 {
    font-size: 0.688rem;
    line-height: 0.938rem;
  }
  .sm\:text-12 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .sm\:text-12\/\[0\.875rem\] {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .sm\:text-14\/\[1\.125rem\] {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .sm\:text-16 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .sm\:text-18 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .sm\:text-h3 {
    font-size: 2rem;
    line-height: 2.188rem;
  }
  .sm\:text-h4Mobile {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .sm\:text-h6Primary {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .sm\:text-labLarge {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .sm\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 520px) {
  .min-\[520px\]\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .min-\[520px\]\:pt-0 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .min-\[768px\]\:order-none {
    order: 0;
  }
  .min-\[768px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .min-\[768px\]\:mt-0 {
    margin-top: 0;
  }
  .min-\[768px\]\:mt-6 {
    margin-top: 1.5rem;
  }
  .min-\[768px\]\:block {
    display: block;
  }
  .min-\[768px\]\:flex {
    display: flex;
  }
  .min-\[768px\]\:hidden {
    display: none;
  }
  .min-\[768px\]\:w-1\/2 {
    width: 50%;
  }
  .min-\[768px\]\:w-\[5\.5rem\] {
    width: 5.5rem;
  }
  .min-\[768px\]\:w-\[50\%\] {
    width: 50%;
  }
  .min-\[768px\]\:w-\[85\%\] {
    width: 85%;
  }
  .min-\[768px\]\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .min-\[768px\]\:flex-row {
    flex-direction: row;
  }
  .min-\[768px\]\:flex-col {
    flex-direction: column;
  }
  .min-\[768px\]\:items-end {
    align-items: flex-end;
  }
  .min-\[768px\]\:justify-between {
    justify-content: space-between;
  }
  .min-\[768px\]\:px-\[0\.9rem\] {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .min-\[768px\]\:px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .min-\[768px\]\:py-\[0\.2rem\] {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .min-\[768px\]\:py-\[1\.5rem\] {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .min-\[768px\]\:pl-\[2\.8rem\] {
    padding-left: 2.8rem;
  }
  .min-\[768px\]\:pr-\[1\.5rem\] {
    padding-right: 1.5rem;
  }
  .min-\[768px\]\:pt-\[1\.3rem\] {
    padding-top: 1.3rem;
  }
  .min-\[768px\]\:text-\[0\.6rem\] {
    font-size: 0.6rem;
  }
  .min-\[768px\]\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .min-\[768px\]\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .min-\[768px\]\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .min-\[768px\]\:text-\[2em\] {
    font-size: 2em;
  }
  .min-\[768px\]\:leading-\[0\.8rem\] {
    line-height: 0.8rem;
  }
  .min-\[768px\]\:leading-\[1\.25rem\] {
    line-height: 1.25rem;
  }
  .min-\[768px\]\:leading-\[1\.625rem\] {
    line-height: 1.625rem;
  }
  .min-\[768px\]\:leading-\[2rem\] {
    line-height: 2rem;
  }
}
@media (min-width: 834px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:inset-0 {
    inset: 0;
  }
  .md\:-top-\[10\%\] {
    top: -10%;
  }
  .md\:-top-\[25\%\] {
    top: -25%;
  }
  .md\:bottom-\[7\%\] {
    bottom: 7%;
  }
  .md\:end-0 {
    inset-inline-end: 0;
  }
  .md\:end-3 {
    inset-inline-end: 0.75rem;
  }
  .md\:end-3\.5 {
    inset-inline-end: 0.875rem;
  }
  .md\:end-4 {
    inset-inline-end: 1rem;
  }
  .md\:end-\[10\%\] {
    inset-inline-end: 10%;
  }
  .md\:end-\[12\%\] {
    inset-inline-end: 12%;
  }
  .md\:start-3 {
    inset-inline-start: 0.75rem;
  }
  .md\:start-3\.5 {
    inset-inline-start: 0.875rem;
  }
  .md\:start-4 {
    inset-inline-start: 1rem;
  }
  .md\:start-\[15\%\] {
    inset-inline-start: 15%;
  }
  .md\:top-3 {
    top: 0.75rem;
  }
  .md\:top-3\.5 {
    top: 0.875rem;
  }
  .md\:top-4 {
    top: 1rem;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:col-span-full {
    grid-column: 1/-1;
  }
  .md\:col-start-11 {
    grid-column-start: 11;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-end-12 {
    grid-column-end: 12;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .md\:-mt-4 {
    margin-top: -1rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:me-\[6\.25rem\] {
    margin-inline-end: 6.25rem;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:ms-10 {
    margin-inline-start: 2.5rem;
  }
  .md\:ms-2 {
    margin-inline-start: 0.5rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-6 {
    margin-top: 1.5rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mt-\[3\.125rem\] {
    margin-top: 3.125rem;
  }
  .md\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-3\/4 {
    aspect-ratio: 3/4;
  }
  .md\:aspect-\[0\.61\/1\] {
    aspect-ratio: 0.61/1;
  }
  .md\:aspect-\[0\.71\/1\] {
    aspect-ratio: 0.71/1;
  }
  .md\:aspect-auto {
    aspect-ratio: auto;
  }
  .md\:aspect-square {
    aspect-ratio: 1/1;
  }
  .md\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }
  .md\:size-2 {
    width: 0.5rem;
    height: 0.5rem;
  }
  .md\:size-2\.5 {
    width: 0.625rem;
    height: 0.625rem;
  }
  .md\:size-26 {
    width: 6.5rem;
    height: 6.5rem;
  }
  .md\:size-3 {
    width: 0.75rem;
    height: 0.75rem;
  }
  .md\:size-3\.5 {
    width: 0.875rem;
    height: 0.875rem;
  }
  .md\:size-4 {
    width: 1rem;
    height: 1rem;
  }
  .md\:size-4\.5 {
    width: 1.125rem;
    height: 1.125rem;
  }
  .md\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }
  .md\:size-7 {
    width: 1.75rem;
    height: 1.75rem;
  }
  .md\:size-auto {
    width: auto;
    height: auto;
  }
  .md\:h-1\/2 {
    height: 50%;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-\[1\.375rem\] {
    height: 1.375rem;
  }
  .md\:h-\[11rem\] {
    height: 11rem;
  }
  .md\:h-\[18vw\] {
    height: 18vw;
  }
  .md\:h-\[1vw\] {
    height: 1vw;
  }
  .md\:h-\[2\.2rem\] {
    height: 2.2rem;
  }
  .md\:h-\[2\.375rem\] {
    height: 2.375rem;
  }
  .md\:h-\[25vw\] {
    height: 25vw;
  }
  .md\:h-\[315px\] {
    height: 315px;
  }
  .md\:h-\[35vh\] {
    height: 35vh;
  }
  .md\:h-\[40px\] {
    height: 40px;
  }
  .md\:h-\[45\%\] {
    height: 45%;
  }
  .md\:h-\[55\%\] {
    height: 55%;
  }
  .md\:h-\[55vw\] {
    height: 55vw;
  }
  .md\:h-\[8rem\] {
    height: 8rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-max {
    height: -moz-max-content;
    height: max-content;
  }
  .md\:max-h-\[105px\] {
    max-height: 105px;
  }
  .md\:max-h-\[455px\] {
    max-height: 455px;
  }
  .md\:min-h-21 {
    min-height: 5.25rem;
  }
  .md\:min-h-\[325px\] {
    min-height: 325px;
  }
  .md\:min-h-\[50vh\] {
    min-height: 50vh;
  }
  .md\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .md\:min-h-full {
    min-height: 100%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-23 {
    width: 5.75rem;
  }
  .md\:w-3 {
    width: 0.75rem;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-4\.5 {
    width: 1.125rem;
  }
  .md\:w-5 {
    width: 1.25rem;
  }
  .md\:w-5\/6 {
    width: 83.333333%;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-\[120\%\] {
    width: 120%;
  }
  .md\:w-\[14rem\] {
    width: 14rem;
  }
  .md\:w-\[15\%\] {
    width: 15%;
  }
  .md\:w-\[15\.125rem\] {
    width: 15.125rem;
  }
  .md\:w-\[1px\] {
    width: 1px;
  }
  .md\:w-\[2\.2rem\] {
    width: 2.2rem;
  }
  .md\:w-\[2\.375rem\] {
    width: 2.375rem;
  }
  .md\:w-\[20\%\] {
    width: 20%;
  }
  .md\:w-\[24\%\] {
    width: 24%;
  }
  .md\:w-\[25vw\] {
    width: 25vw;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:w-\[315px\] {
    width: 315px;
  }
  .md\:w-\[35\%\] {
    width: 35%;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:w-\[44px\] {
    width: 44px;
  }
  .md\:w-\[45\%\] {
    width: 45%;
  }
  .md\:w-\[50\%\] {
    width: 50%;
  }
  .md\:w-\[52\%\] {
    width: 52%;
  }
  .md\:w-\[55\%\] {
    width: 55%;
  }
  .md\:w-\[6\.25rem\] {
    width: 6.25rem;
  }
  .md\:w-\[60\%\] {
    width: 60%;
  }
  .md\:w-\[65\%\] {
    width: 65%;
  }
  .md\:w-\[70\%\] {
    width: 70%;
  }
  .md\:w-\[78\%\] {
    width: 78%;
  }
  .md\:w-\[80\%\] {
    width: 80%;
  }
  .md\:w-\[85\%\] {
    width: 85%;
  }
  .md\:w-\[8vw\] {
    width: 8vw;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-min {
    width: -moz-min-content;
    width: min-content;
  }
  .md\:min-w-40 {
    min-width: 10rem;
  }
  .md\:min-w-\[25vw\] {
    min-width: 25vw;
  }
  .md\:min-w-\[300px\] {
    min-width: 300px;
  }
  .md\:min-w-full {
    min-width: 100%;
  }
  .md\:max-w-4xl {
    max-width: 56rem;
  }
  .md\:max-w-72 {
    max-width: 18rem;
  }
  .md\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .md\:max-w-\[105px\] {
    max-width: 105px;
  }
  .md\:max-w-\[24\%\] {
    max-width: 24%;
  }
  .md\:max-w-\[240px\] {
    max-width: 240px;
  }
  .md\:max-w-\[315px\] {
    max-width: 315px;
  }
  .md\:max-w-\[580px\] {
    max-width: 580px;
  }
  .md\:max-w-\[600px\] {
    max-width: 600px;
  }
  .md\:max-w-\[610px\] {
    max-width: 610px;
  }
  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .md\:max-w-\[700px\] {
    max-width: 700px;
  }
  .md\:max-w-\[710px\] {
    max-width: 710px;
  }
  .md\:max-w-\[715px\] {
    max-width: 715px;
  }
  .md\:max-w-\[730px\] {
    max-width: 730px;
  }
  .md\:max-w-\[820px\] {
    max-width: 820px;
  }
  .md\:max-w-\[990px\] {
    max-width: 990px;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }
  .md\:-translate-y-20,
  .md\:-translate-y-24 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }
  .md\:-translate-y-96 {
    --tw-translate-y: -24rem;
  }
  .md\:-translate-y-96,
  .md\:translate-y-0 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:translate-y-0 {
    --tw-translate-y: 0px;
  }
  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-cols-\[1fr\2c 1fr\] {
    grid-template-columns: 1fr 1fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:place-content-center {
    place-content: center;
  }
  .md\:place-content-start {
    place-content: start;
  }
  .md\:place-items-center {
    place-items: center;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:gap-1 {
    gap: 0.25rem;
  }
  .md\:gap-1\.5 {
    gap: 0.375rem;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-14 {
    gap: 3.5rem;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-3\.5 {
    gap: 0.875rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-4\.5 {
    gap: 1.125rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-\[6\.25rem\] {
    gap: 6.25rem;
  }
  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
  }
  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .md\:divide-grey500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(231 231 232 / var(--tw-divide-opacity));
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
  .md\:whitespace-nowrap {
    white-space: nowrap;
  }
  .md\:rounded-lg {
    border-radius: 0.5rem;
  }
  .md\:rounded-es-\[10rem\] {
    border-end-start-radius: 10rem;
  }
  .md\:rounded-es-\[70px\] {
    border-end-start-radius: 70px;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-4 {
    border-width: 4px;
  }
  .md\:border-s {
    border-inline-start-width: 1px;
  }
  .md\:p-0 {
    padding: 0;
  }
  .md\:p-1 {
    padding: 0.25rem;
  }
  .md\:p-1\.5 {
    padding: 0.375rem;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-\[3\.625rem\] {
    padding-left: 3.625rem;
    padding-right: 3.625rem;
  }
  .md\:px-\[6\.25rem\] {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pb-21 {
    padding-bottom: 5.25rem;
  }
  .md\:pb-24 {
    padding-bottom: 6rem;
  }
  .md\:pb-25 {
    padding-bottom: 6.25rem;
  }
  .md\:pb-26 {
    padding-bottom: 6.5rem;
  }
  .md\:pb-32 {
    padding-bottom: 8rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-44 {
    padding-bottom: 11rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-64 {
    padding-bottom: 16rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pb-\[4\.5rem\] {
    padding-bottom: 4.5rem;
  }
  .md\:pe-12 {
    padding-inline-end: 3rem;
  }
  .md\:pe-3 {
    padding-inline-end: 0.75rem;
  }
  .md\:pe-4 {
    padding-inline-end: 1rem;
  }
  .md\:pe-5 {
    padding-inline-end: 1.25rem;
  }
  .md\:pe-8 {
    padding-inline-end: 2rem;
  }
  .md\:pe-\[6\.25rem\] {
    padding-inline-end: 6.25rem;
  }
  .md\:ps-0 {
    padding-inline-start: 0;
  }
  .md\:ps-12 {
    padding-inline-start: 3rem;
  }
  .md\:ps-4 {
    padding-inline-start: 1rem;
  }
  .md\:ps-\[2\.375rem\] {
    padding-inline-start: 2.375rem;
  }
  .md\:ps-\[6\.25rem\] {
    padding-inline-start: 6.25rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-14 {
    padding-top: 3.5rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:pt-25 {
    padding-top: 6.25rem;
  }
  .md\:pt-26 {
    padding-top: 6.5rem;
  }
  .md\:pt-32 {
    padding-top: 8rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-\[6\.5rem\] {
    padding-top: 6.5rem;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-start {
    text-align: start;
  }
  .md\:text-10 {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .md\:text-10\/3 {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  .md\:text-10\/4 {
    font-size: 0.625rem;
    line-height: 1rem;
  }
  .md\:text-12 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:text-14 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .md\:text-16 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .md\:text-18 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .md\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }
  .md\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-h1,
  .md\:text-h2 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
  .md\:text-h3 {
    font-size: 2rem;
    line-height: 2.188rem;
  }
  .md\:text-h4 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
  .md\:text-h4Mobile {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .md\:text-h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .md\:text-h6Primary {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .md\:text-h6PrimaryMobile {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .md\:text-h6Secondary {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .md\:text-labLarge {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .md\:text-labLargeMobile {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .md\:text-labMedium {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:font-light {
    font-weight: 300;
  }
  .md\:leading-3 {
    line-height: 0.75rem;
  }
  .md\:leading-\[2\.625rem\] {
    line-height: 2.625rem;
  }
  .md\:-tracking-\[0\.0125rem\] {
    letter-spacing: -0.0125rem;
  }
  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(26 26 26 / var(--tw-text-opacity));
  }
  .md\:shadow-\[0px_1\.649px_2\.473px_0\.824px_rgba\(40\2c
    44\2c
    57\2c
    0\.03\)\] {
    --tw-shadow: 0px 1.649px 2.473px 0.824px rgba(40, 44, 57, 0.03);
    --tw-shadow-colored: 0px 1.649px 2.473px 0.824px var(--tw-shadow-color);
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }
  .md\:w-radix-select-trigger-width {
    width: var(--radix-select-trigger-width);
  }
  .md\:\[grid-template-columns\:repeat\(auto-fill\2c minmax\(7rem\2c 1fr\)\)\] {
    grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
  }
  .md\:\[text-align\:unset\] {
    text-align: unset;
  }
}
@media (min-width: 900px) {
  .min-\[900px\]\:h-\[50vw\] {
    height: 50vw;
  }
}
@media (min-width: 1025px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:-start-1\/3 {
    inset-inline-start: -33.333333%;
  }
  .lg\:end-\[4\.5rem\] {
    inset-inline-end: 4.5rem;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
  .lg\:col-end-13 {
    grid-column-end: 13;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .lg\:-ms-20 {
    margin-inline-start: -5rem;
  }
  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:me-0 {
    margin-inline-end: 0;
  }
  .lg\:mr-\[2rem\] {
    margin-right: 2rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-\[1\.563rem\] {
    margin-top: 1.563rem;
  }
  .lg\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .lg\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-\[0\.92\/1\] {
    aspect-ratio: 0.92/1;
  }
  .lg\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }
  .lg\:size-\[60px\] {
    width: 60px;
    height: 60px;
  }
  .lg\:h-\[186px\] {
    height: 186px;
  }
  .lg\:h-\[25vw\] {
    height: 25vw;
  }
  .lg\:h-\[30vh\] {
    height: 30vh;
  }
  .lg\:h-\[325px\] {
    height: 325px;
  }
  .lg\:h-\[360px\] {
    height: 360px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:min-h-\[300px\] {
    min-height: 300px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-20 {
    width: 5rem;
  }
  .lg\:w-26 {
    width: 6.5rem;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-5\/6 {
    width: 83.333333%;
  }
  .lg\:w-\[11\%\] {
    width: 11%;
  }
  .lg\:w-\[15\.625rem\] {
    width: 15.625rem;
  }
  .lg\:w-\[20\%\] {
    width: 20%;
  }
  .lg\:w-\[25\%\] {
    width: 25%;
  }
  .lg\:w-\[33\%\] {
    width: 33%;
  }
  .lg\:w-\[38\%\] {
    width: 38%;
  }
  .lg\:w-\[44px\] {
    width: 44px;
  }
  .lg\:w-\[48\.5\%\] {
    width: 48.5%;
  }
  .lg\:w-\[51\.5\%\] {
    width: 51.5%;
  }
  .lg\:w-\[9\.2rem\] {
    width: 9.2rem;
  }
  .lg\:w-\[90\%\] {
    width: 90%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[27vw\] {
    min-width: 27vw;
  }
  .lg\:max-w-\[1030px\] {
    max-width: 1030px;
  }
  .lg\:max-w-\[26\.875rem\] {
    max-width: 26.875rem;
  }
  .lg\:max-w-\[31rem\] {
    max-width: 31rem;
  }
  .lg\:max-w-\[40rem\] {
    max-width: 40rem;
  }
  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem;
  }
  .lg\:-translate-y-24,
  .lg\:translate-x-5 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-rows-\[1fr_100px\] {
    grid-template-rows: 1fr 100px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    gap: 0;
  }
  .lg\:gap-17\.5 {
    gap: 4.375rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .lg\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
  .lg\:gap-y-32 {
    row-gap: 8rem;
  }
  .lg\:gap-y-8 {
    row-gap: 2rem;
  }
  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:rounded-es-\[14\.375rem\] {
    border-end-start-radius: 14.375rem;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .lg\:px-\[1rem\] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-\[6\.25rem\] {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-\[0\.5rem\] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-\[2\.5rem\] {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pe-0 {
    padding-inline-end: 0;
  }
  .lg\:pl-\[5\.5rem\] {
    padding-left: 5.5rem;
  }
  .lg\:pr-\[1rem\] {
    padding-right: 1rem;
  }
  .lg\:pr-\[3\.4rem\] {
    padding-right: 3.4rem;
  }
  .lg\:ps-0 {
    padding-inline-start: 0;
  }
  .lg\:ps-10 {
    padding-inline-start: 2.5rem;
  }
  .lg\:ps-\[6\.25rem\] {
    padding-inline-start: 6.25rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-17\.5 {
    padding-top: 4.375rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-start {
    text-align: start;
  }
  .lg\:text-12 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .lg\:text-18 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .lg\:text-22 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .lg\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .lg\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }
  .lg\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .lg\:text-h3 {
    font-size: 2rem;
    line-height: 2.188rem;
  }
  .lg\:text-h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .lg\:text-labLargeMobile {
    font-size: 0.875rem;
    line-height: 1rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[1\.563rem\] {
    line-height: 1.563rem;
  }
  .lg\:leading-\[1rem\] {
    line-height: 1rem;
  }
  .lg\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }
  .lg\:leading-\[2\.8rem\] {
    line-height: 2.8rem;
  }
  .lg\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }
  .group:hover .group-hover\:lg\:block {
    display: block;
  }
}
@media (min-width: 1100px) {
  .min-\[1100px\]\:block {
    display: block;
  }
  .min-\[1100px\]\:hidden {
    display: none;
  }
  .min-\[1100px\]\:max-h-\[50vh\] {
    max-height: 50vh;
  }
  .min-\[1100px\]\:text-labLarge {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .min-\[1100px\]\:shadow-\[0px_2px_4px_0px_\#1616161A\] {
    --tw-shadow: 0px 2px 4px 0px #1616161a;
    --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }
}
@media (min-width: 1250px) {
  .min-\[1250px\]\:block {
    display: block;
  }
}
@media (min-width: 1440px) {
  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .xl\:col-start-2 {
    grid-column-start: 2;
  }
  .xl\:col-start-3 {
    grid-column-start: 3;
  }
  .xl\:col-start-4 {
    grid-column-start: 4;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mb-26 {
    margin-bottom: 6.5rem;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:mr-\[5\.5rem\] {
    margin-right: 5.5rem;
  }
  .xl\:mt-20 {
    margin-top: 5rem;
  }
  .xl\:line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-\[28vw\] {
    height: 28vw;
  }
  .xl\:h-\[380px\] {
    height: 380px;
  }
  .xl\:h-\[60vh\] {
    height: 60vh;
  }
  .xl\:h-\[88vh\] {
    height: 88vh;
  }
  .xl\:min-h-\[80vh\] {
    min-height: 80vh;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-\[16\%\] {
    width: 16%;
  }
  .xl\:w-\[80\%\] {
    width: 80%;
  }
  .xl\:-translate-y-72 {
    --tw-translate-y: -18rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-7 {
    gap: 1.75rem;
  }
  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }
  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .xl\:rounded-ee-\[12\.5rem\] {
    border-end-end-radius: 12.5rem;
  }
  .xl\:rounded-es-\[12\.5rem\] {
    border-end-start-radius: 12.5rem;
  }
  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .xl\:pb-20 {
    padding-bottom: 5rem;
  }
  .xl\:ps-10 {
    padding-inline-start: 2.5rem;
  }
  .xl\:ps-\[6\.25rem\] {
    padding-inline-start: 6.25rem;
  }
  .xl\:pt-4 {
    padding-top: 1rem;
  }
  .xl\:text-14 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .xl\:text-\[3\.2rem\] {
    font-size: 3.2rem;
  }
  .xl\:text-h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .xl\:leading-\[3\.2rem\] {
    line-height: 3.2rem;
  }
}
@media (min-width: 1650px) {
  .min-\[1650px\]\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (min-width: 1920px) {
  .bs\:end-\[12\.5rem\] {
    inset-inline-end: 12.5rem;
  }
  .bs\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .bs\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .bs\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .bs\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .bs\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .bs\:col-start-2 {
    grid-column-start: 2;
  }
  .bs\:col-start-4 {
    grid-column-start: 4;
  }
  .bs\:col-end-12 {
    grid-column-end: 12;
  }
  .bs\:me-\[15rem\] {
    margin-inline-end: 15rem;
  }
  .bs\:flex {
    display: flex;
  }
  .bs\:hidden {
    display: none;
  }
  .bs\:h-\[10rem\] {
    height: 10rem;
  }
  .bs\:h-\[20vw\] {
    height: 20vw;
  }
  .bs\:h-\[23vw\] {
    height: 23vw;
  }
  .bs\:h-\[85vh\] {
    height: 85vh;
  }
  .bs\:max-h-\[150px\] {
    max-height: 150px;
  }
  .bs\:w-\[15rem\] {
    width: 15rem;
  }
  .bs\:w-\[25\%\] {
    width: 25%;
  }
  .bs\:max-w-\[150px\] {
    max-width: 150px;
  }
  .bs\:gap-16 {
    gap: 4rem;
  }
  .bs\:gap-\[15rem\] {
    gap: 15rem;
  }
  .bs\:px-60,
  .bs\:px-\[15rem\] {
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .bs\:ps-\[15rem\] {
    padding-inline-start: 15rem;
  }
}
@media (min-width: 2096px) {
  .min-\[2096px\]\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
:is(:where([dir="rtl"]) .rtl\:-rotate-90) {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is(:where([dir="rtl"]) .rtl\:rotate-0) {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is(:where([dir="rtl"]) .rtl\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is(:where([dir="rtl"]) .rtl\:rotate-90) {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:is(:where([dir="rtl"]) .rtl\:divide-x-reverse)
  > :not([hidden])
  ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}
:is(:where([dir="rtl"]) .rtl\:bg-gradient-to-l) {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
:is(:where([dir="rtl"]) .rtl\:bg-gradient-to-r) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
:is(:where([dir="rtl"]) .rtl\:pe-2) {
  padding-inline-end: 0.5rem;
}
.\[\&\>\*\:first-child\]\:ms-auto > :first-child {
  margin-inline-start: auto;
}
.\[\&\>\*\:last-child\]\:me-auto > :last-child {
  margin-inline-end: auto;
}



.Debugger_debug-overlay-refresh__3gdji,
.Debugger_debug-overlay__Mn_X_ a {
  cursor: pointer;
  text-decoration: underline;
}

.Debugger_debug-overlay-refresh__3gdji:hover,
.Debugger_debug-overlay__Mn_X_ a:hover {
  text-decoration: none;
}

.Debugger_debug-overlay-info___3UWG a,
.Debugger_debug-overlay-refresh__3gdji {
  margin-left: 0.5rem;
}

/* ============ WikiParfum-like Tabs (no Tailwind) ============ */


/* header line */







.wp-tab.is-active {
  font-weight: 500;
  color: #7a4f12; /* gold800-ish */
}








.wp-tab.is-active .wp-tab__underline {
  display: block;
}

/* panels */



.wp-tabpanel.is-active {
  display: block;
}

/* accordion like sample */













/* open state (aria) */
.wp-acc__trigger[aria-expanded="false"] .wp-acc__chev {
  transform: rotate(180deg);
}





/* divider */


/* make list-group look closer to sample */
.wp-tabs .list-group {
  background: #fff;
  border-radius: 10px;
  padding: 0 16px;
  margin: 16px 0 0;
}
.wp-tabs .list-group-item {
  border: 0;
  border-top: 1px solid #f0d9b7; /* gold200-ish */
  padding: 16px 0;
  margin: 0;
  background: transparent;
}
.wp-tabs .list-group-item:first-child {
  border-top: 0;
}

/* keep your existing comment styles intact; optional minor polish */





.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}










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

.uppercase {
  text-transform: uppercase;
}


.underline {
  text-decoration-line: underline;
}


.underline-offset-\[6px\] {
  text-underline-offset: 6px;
}


.border {
  border-width: 1px;
}


.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}


.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}







@media (hover: hover) and (pointer: fine) {
  .hover\:border-primary-200:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--colors-primary-200) / var(--tw-border-opacity));
  }
  .hover\:border-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
  .hover\:border-primary-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--colors-primary-700) / var(--tw-border-opacity));
  }
  .hover\:border-primary-800:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--colors-primary-800) / var(--tw-border-opacity));
  }

  .hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-primary-100) / var(--tw-bg-opacity));
  }
  .hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-primary-800) / var(--tw-bg-opacity));
  }
  .hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .hover\:font-bold:hover {
    font-weight: 700;
  }
  .hover\:\!text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
  .hover\:\!text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(var(--colors-primary-800) / var(--tw-text-opacity)) !important;
  }
  .hover\:text-\[unset\]:hover {
    color: unset;
  }
  .hover\:text-gray-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
  .hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-primary-700) / var(--tw-text-opacity));
  }
  .hover\:text-primary-800:hover {
    --tw-text-opacity: 1;
    color: rgb(var(--colors-primary-800) / var(--tw-text-opacity));
  }
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:no-underline:hover {
    text-decoration-line: none;
  }
  .hover\:shadow-md:hover {
    --tw-shadow:
      0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored:
      0px 4px 6px -1px var(--tw-shadow-color),
      0px 2px 4px -1px var(--tw-shadow-color);
  }
  .hover\:shadow-md:hover,
  .hover\:shadow-none:hover {
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }
  .hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
  }
  .hover\:ring-primary-700:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--colors-primary-700) / var(--tw-ring-opacity));
  }
  .hover\:ring-primary-800:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(var(--colors-primary-800) / var(--tw-ring-opacity));
  }
  .hover\:ring-white:hover {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
  }
  .hover\:before\:bg-primary-800:hover:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-primary-800) / var(--tw-bg-opacity));
  }
  .hover\:checked\:border-primary-800:checked:hover {
    --tw-border-opacity: 1;
    border-color: rgb(var(--colors-primary-800) / var(--tw-border-opacity));
  }
  .hover\:checked\:bg-negative-800:checked:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-negative-800) / var(--tw-bg-opacity));
  }
  .hover\:checked\:bg-primary-800:checked:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(var(--colors-primary-800) / var(--tw-bg-opacity));
  }
  .hover\:before\:checked\:bg-white:checked:hover:before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 5px;
  border: 0;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  line-height: 8px;
  width: 35px !important;
  height: 18px;
  outline: none;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  margin-right: 20px;
  background: rgba(44, 44, 44, 0.2);
}

.bootstrap-switch .bootstrap-switch-container {
  display: inline-flex;
  top: 0;
  height: 22px;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100px !important;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  color: #fff;
  padding: 6px 12px;
  font-size: 11px;
  text-indent: -5px;
  line-height: 15px;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  float: left;
  line-height: 11px;
  width: 50% !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brown,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brown {
  color: #fff;
  background: #f96332;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-blue,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-blue {
  color: #fff;
  background: #2ca8ff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-green,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-green {
  color: #fff;
  background: #18ce0f;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-orange,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-orange {
  background: #ffb236;
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-red,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-red {
  color: #fff;
  background: #ff3636;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #fff;
}

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  z-index: 100;
  color: #333333;
  border-radius: 38%;
  background: #51311d !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0px -11px;
  position: absolute;
  float: left;
  top: 0;
  left: 40%;
  padding: 0;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.25);
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  background: -webkit-linear-gradient(#2ec4b1, #82ccc3);
}

.bootstrap-switch.bootstrap-switch-on:hover .bootstrap-switch-label {
  width: 27px !important;
  margin-left: -16px;
}

.bootstrap-switch.bootstrap-switch-off:hover .bootstrap-switch-label {
  width: 27px !important;
  margin-left: -11px;
}

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch .bootstrap-switch-handle-off {
  text-indent: 6px;
}

.bootstrap-switch input[type="radio"],
.bootstrap-switch input[type="checkbox"] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.bootstrap-switch input[type="radio"].form-control,
.bootstrap-switch input[type="checkbox"].form-control {
  height: auto;
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33;
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: -2px !important;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -35px !important;
}

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label:before {
  background-color: #ffffff;
}

.bootstrap-switch.bootstrap-switch-on
  .bootstrap-switch-red
  ~ .bootstrap-switch-default {
  background-color: #ff3636;
}

.bootstrap-switch.bootstrap-switch-on
  .bootstrap-switch-orange
  ~ .bootstrap-switch-default {
  background-color: #ffb236;
}

.bootstrap-switch.bootstrap-switch-on
  .bootstrap-switch-green
  ~ .bootstrap-switch-default {
  background-color: #18ce0f;
}

.bootstrap-switch.bootstrap-switch-on
  .bootstrap-switch-brown
  ~ .bootstrap-switch-default {
  background-color: #f96332;
}

.bootstrap-switch.bootstrap-switch-on
  .bootstrap-switch-blue
  ~ .bootstrap-switch-default {
  background-color: #2ca8ff;
}

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-red,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-brown,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-blue,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-orange,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-green {
  background-color: #e3e3e3;
}





/*! nouislider - 9.1.0 - 2016-12-10 16:00:32 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}













.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */



/* Slider size and handle placement;
 */









/* Styling;
 */





/* Handles and cursors;
 */









/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* Values;
 *
 */





/* Markings;
 *
 */







/* Horizontal layout;
 *
 */











/* Vertical layout;
 *
 */

















.slider.slider-neutral .noUi-connect,
.slider.slider-neutral.noUi-connect {
  background-color: #ffffff;
}

.slider.slider-neutral.noUi-target {
  background-color: rgba(255, 255, 255, 0.3);
}

.slider.slider-neutral .noUi-handle {
  background-color: #ffffff;
}

.slider.slider-primary .noUi-connect,
.slider.slider-primary.noUi-connect {
  background-color: #f96332;
}

.slider.slider-primary.noUi-target {
  background-color: rgba(249, 99, 50, 0.3);
}

.slider.slider-primary .noUi-handle {
  background-color: #f96332;
}

.slider.slider-info .noUi-connect,
.slider.slider-info.noUi-connect {
  background-color: #2ca8ff;
}

.slider.slider-info.noUi-target {
  background-color: rgba(44, 168, 255, 0.3);
}

.slider.slider-info .noUi-handle {
  background-color: #2ca8ff;
}

.slider.slider-success .noUi-connect,
.slider.slider-success.noUi-connect {
  background-color: #18ce0f;
}

.slider.slider-success.noUi-target {
  background-color: rgba(24, 206, 15, 0.3);
}

.slider.slider-success .noUi-handle {
  background-color: #18ce0f;
}

.slider.slider-warning .noUi-connect,
.slider.slider-warning.noUi-connect {
  background-color: #ffb236;
}

.slider.slider-warning.noUi-target {
  background-color: rgba(255, 178, 54, 0.3);
}

.slider.slider-warning .noUi-handle {
  background-color: #ffb236;
}

.slider.slider-danger .noUi-connect,
.slider.slider-danger.noUi-connect {
  background-color: #ff3636;
}

.slider.slider-danger.noUi-target {
  background-color: rgba(255, 54, 54, 0.3);
}

.slider.slider-danger .noUi-handle {
  background-color: #ff3636;
}

/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  padding: 8px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  -webkit-transform: translate3d(0, -40px, 0);
  -moz-transform: translate3d(0, -40px, 0);
  -o-transform: translate3d(0, -40px, 0);
  -ms-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
  transition:
    all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s,
    opacity 0.3s ease 0s,
    height 0s linear 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  width: 254px;
  max-width: 254px;
}

.datepicker.dropdown-menu:before {
  display: none;
}

.datepicker.datepicker-primary {
  background-color: #f96332;
}

.datepicker.datepicker-primary th,
.datepicker.datepicker-primary .day div,
.datepicker.datepicker-primary table tr td span {
  color: #ffffff;
}

.datepicker.datepicker-primary:after {
  border-bottom-color: #f96332;
}

.datepicker.datepicker-primary.datepicker-orient-top:after {
  border-top-color: #f96332;
}

.datepicker.datepicker-primary .dow {
  color: rgba(255, 255, 255, 0.8);
}

.datepicker.datepicker-primary table tr td.old div,
.datepicker.datepicker-primary table tr td.new div,
.datepicker.datepicker-primary table tr td span.old,
.datepicker.datepicker-primary table tr td span.new {
  color: rgba(255, 255, 255, 0.4);
}

.datepicker.datepicker-primary table tr td span:hover,
.datepicker.datepicker-primary table tr td span.focused {
  background: rgba(255, 255, 255, 0.1);
}

.datepicker.datepicker-primary .datepicker-switch:hover,
.datepicker.datepicker-primary .prev:hover,
.datepicker.datepicker-primary .next:hover,
.datepicker.datepicker-primary tfoot tr th:hover {
  background: rgba(255, 255, 255, 0.2);
}

.datepicker.datepicker-primary table tr td.active div,
.datepicker.datepicker-primary table tr td.active:hover div,
.datepicker.datepicker-primary table tr td.active.disabled div,
.datepicker.datepicker-primary table tr td.active.disabled:hover div {
  background-color: #ffffff;
  color: #f96332;
}

.datepicker.datepicker-primary table tr td.day:hover div,
.datepicker.datepicker-primary table tr td.day.focused div {
  background: rgba(255, 255, 255, 0.2);
}

.datepicker.datepicker-primary table tr td.active:hover div,
.datepicker.datepicker-primary table tr td.active:hover:hover div,
.datepicker.datepicker-primary table tr td.active.disabled:hover div,
.datepicker.datepicker-primary table tr td.active.disabled:hover:hover div,
.datepicker.datepicker-primary table tr td.active:active div,
.datepicker.datepicker-primary table tr td.active:hover:active div,
.datepicker.datepicker-primary table tr td.active.disabled:active div,
.datepicker.datepicker-primary table tr td.active.disabled:hover:active div,
.datepicker.datepicker-primary table tr td.active.active div,
.datepicker.datepicker-primary table tr td.active:hover.active div,
.datepicker.datepicker-primary table tr td.active.disabled.active div,
.datepicker.datepicker-primary table tr td.active.disabled:hover.active div,
.datepicker.datepicker-primary table tr td.active.disabled div,
.datepicker.datepicker-primary table tr td.active:hover.disabled div,
.datepicker.datepicker-primary table tr td.active.disabled.disabled div,
.datepicker.datepicker-primary table tr td.active.disabled:hover.disabled div,
.datepicker.datepicker-primary table tr td.active[disabled] div,
.datepicker.datepicker-primary table tr td.active:hover[disabled] div,
.datepicker.datepicker-primary table tr td.active.disabled[disabled] div,
.datepicker.datepicker-primary table tr td.active.disabled:hover[disabled] div,
.datepicker.datepicker-primary table tr td span.active:hover,
.datepicker.datepicker-primary table tr td span.active:hover:hover,
.datepicker.datepicker-primary table tr td span.active.disabled:hover,
.datepicker.datepicker-primary table tr td span.active.disabled:hover:hover,
.datepicker.datepicker-primary table tr td span.active:active,
.datepicker.datepicker-primary table tr td span.active:hover:active,
.datepicker.datepicker-primary table tr td span.active.disabled:active,
.datepicker.datepicker-primary table tr td span.active.disabled:hover:active,
.datepicker.datepicker-primary table tr td span.active.active,
.datepicker.datepicker-primary table tr td span.active:hover.active,
.datepicker.datepicker-primary table tr td span.active.disabled.active,
.datepicker.datepicker-primary table tr td span.active.disabled:hover.active,
.datepicker.datepicker-primary table tr td span.active.disabled,
.datepicker.datepicker-primary table tr td span.active:hover.disabled,
.datepicker.datepicker-primary table tr td span.active.disabled.disabled,
.datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled,
.datepicker.datepicker-primary table tr td span.active[disabled],
.datepicker.datepicker-primary table tr td span.active:hover[disabled],
.datepicker.datepicker-primary table tr td span.active.disabled[disabled],
.datepicker.datepicker-primary
  table
  tr
  td
  span.active.disabled:hover[disabled] {
  background-color: #ffffff;
}

.datepicker.datepicker-primary table tr td span.active:hover,
.datepicker.datepicker-primary table tr td span.active:hover:hover,
.datepicker.datepicker-primary table tr td span.active.disabled:hover,
.datepicker.datepicker-primary table tr td span.active.disabled:hover:hover,
.datepicker.datepicker-primary table tr td span.active:active,
.datepicker.datepicker-primary table tr td span.active:hover:active,
.datepicker.datepicker-primary table tr td span.active.disabled:active,
.datepicker.datepicker-primary table tr td span.active.disabled:hover:active,
.datepicker.datepicker-primary table tr td span.active.active,
.datepicker.datepicker-primary table tr td span.active:hover.active,
.datepicker.datepicker-primary table tr td span.active.disabled.active,
.datepicker.datepicker-primary table tr td span.active.disabled:hover.active,
.datepicker.datepicker-primary table tr td span.active.disabled,
.datepicker.datepicker-primary table tr td span.active:hover.disabled,
.datepicker.datepicker-primary table tr td span.active.disabled.disabled,
.datepicker.datepicker-primary table tr td span.active.disabled:hover.disabled,
.datepicker.datepicker-primary table tr td span.active[disabled],
.datepicker.datepicker-primary table tr td span.active:hover[disabled],
.datepicker.datepicker-primary table tr td span.active.disabled[disabled],
.datepicker.datepicker-primary
  table
  tr
  td
  span.active.disabled:hover[disabled] {
  color: #f96332;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid transparent;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 241px;
  max-width: 241px;
}

.datepicker .day div,
.datepicker th {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 2.2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 50%;
  font-weight: 300;
  font-size: 14px;
  border: none;
  position: relative;
  cursor: pointer;
}

.datepicker th {
  color: #f96332;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 2px;
  text-align: center;
  cursor: pointer;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover div,
.datepicker table tr td.day.focused div {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #888;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #888;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fdd49a),
    to(#fdf59a)
  );
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#f3c17a),
    to(#f3e97a)
  );
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#b3b3b3),
    to(#808080)
  );
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active div,
.datepicker table tr td.active:hover div,
.datepicker table tr td.active.disabled div,
.datepicker table tr td.active.disabled:hover div {
  background-color: #f96332;
  color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.datepicker table tr td.active:hover div,
.datepicker table tr td.active:hover:hover div,
.datepicker table tr td.active.disabled:hover div,
.datepicker table tr td.active.disabled:hover:hover div,
.datepicker table tr td.active:active div,
.datepicker table tr td.active:hover:active div,
.datepicker table tr td.active.disabled:active div,
.datepicker table tr td.active.disabled:hover:active div,
.datepicker table tr td.active.active div,
.datepicker table tr td.active:hover.active div,
.datepicker table tr td.active.disabled.active div,
.datepicker table tr td.active.disabled:hover.active div,
.datepicker table tr td.active.disabled div,
.datepicker table tr td.active:hover.disabled div,
.datepicker table tr td.active.disabled.disabled div,
.datepicker table tr td.active.disabled:hover.disabled div,
.datepicker table tr td.active[disabled] div,
.datepicker table tr td.active:hover[disabled] div,
.datepicker table tr td.active.disabled[disabled] div,
.datepicker table tr td.active.disabled:hover[disabled] div {
  background-color: #f96332;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  float: left;
  margin: 1%;
  font-size: 14px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #888;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #f96332;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #f96332;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #888;
}

.datepicker .datepicker-switch {
  width: auto;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .prev,
.datepicker .next {
  width: 35px;
  height: 35px;
}

.datepicker i {
  position: relative;
  top: 2px;
}

.datepicker .prev i {
  left: -1px;
}

.datepicker .next i {
  right: -1px;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.btn,
.navbar .navbar-nav > a.btn {
  border-width: 2px;
  font-weight: 400;
  font-size: 0.8571em;
  line-height: 1.35em;
  margin: 5px 1px;
  border: none;
  cursor: pointer;
  background-color: #51311d;
  color: #ffffff;
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn.disabled:active,
.btn.disabled.active,
.btn:disabled,
.btn:disabled:hover,
.btn:disabled:focus,
.btn:disabled.focus,
.btn:disabled:active,
.btn:disabled.active,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled].active,
fieldset[disabled] .btn,
fieldset[disabled],
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn.active,
.navbar .navbar-nav > a.btn.disabled,
.navbar .navbar-nav > a.btn.disabled:hover,
.navbar .navbar-nav > a.btn.disabled:focus,
.navbar .navbar-nav > a.btn.disabled.focus,
.navbar .navbar-nav > a.btn.disabled:active,
.navbar .navbar-nav > a.btn.disabled.active,
.navbar .navbar-nav > a.btn:disabled,
.navbar .navbar-nav > a.btn:disabled:hover,
.navbar .navbar-nav > a.btn:disabled:focus,
.navbar .navbar-nav > a.btn:disabled.focus,
.navbar .navbar-nav > a.btn:disabled:active,
.navbar .navbar-nav > a.btn:disabled.active,
.navbar .navbar-nav > a.btn[disabled],
.navbar .navbar-nav > a.btn[disabled]:hover,
.navbar .navbar-nav > a.btn[disabled]:focus,
.navbar .navbar-nav > a.btn[disabled].focus,
.navbar .navbar-nav > a.btn[disabled]:active,
.navbar .navbar-nav > a.btn[disabled].active,
fieldset[disabled] .navbar .navbar-nav > a.btn,
fieldset[disabled] .navbar .navbar-nav > a.btn:hover,
fieldset[disabled] .navbar .navbar-nav > a.btn:focus,
fieldset[disabled] .navbar .navbar-nav > a.btn.focus,
fieldset[disabled] .navbar .navbar-nav > a.btn:active,
fieldset[disabled] .navbar .navbar-nav > a.btn.active {
  background-color: #888;
  border-color: #888;
}

.btn.btn-simple,
.navbar .navbar-nav > a.btn.btn-simple {
  color: #888;
  border-color: #888;
}

.btn.btn-simple:hover,
.btn.btn-simple:focus,
.btn.btn-simple:active,
.navbar .navbar-nav > a.btn.btn-simple:hover,
.navbar .navbar-nav > a.btn.btn-simple:focus,
.navbar .navbar-nav > a.btn.btn-simple:active {
  background-color: transparent;
  color: #979797;
  border-color: #979797;
  box-shadow: none;
}

.btn.btn-link,
.navbar .navbar-nav > a.btn.btn-link {
  color: #888;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.navbar .navbar-nav > a.btn.btn-link:hover,
.navbar .navbar-nav > a.btn.btn-link:focus,
.navbar .navbar-nav > a.btn.btn-link:active {
  background-color: transparent;
  color: #979797;
  text-decoration: none;
  box-shadow: none;
}

.btn:hover,
.btn:focus,
.navbar .navbar-nav > a.btn:hover,
.navbar .navbar-nav > a.btn:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  outline: 0 !important;
}

.btn:active,
.btn.active,
.open > .btn.dropdown-toggle,
.navbar .navbar-nav > a.btn:active,
.navbar .navbar-nav > a.btn.active,
.open > .navbar .navbar-nav > a.btn.dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}

.btn.btn-icon,
.navbar .navbar-nav > a.btn.btn-icon {
  height: 2.375rem;
  min-width: 2.375rem;
  width: 2.375rem;
  padding: 0;
  font-size: 0.9375rem;
  overflow: hidden;
  position: relative;
  line-height: normal;
}

.btn.btn-icon.btn-simple,
.navbar .navbar-nav > a.btn.btn-icon.btn-simple {
  padding: 0;
}

.btn.btn-icon.btn-sm,
.navbar .navbar-nav > a.btn.btn-icon.btn-sm {
  height: 1.875rem;
  min-width: 1.875rem;
  width: 1.875rem;
}

.btn.btn-icon.btn-sm i.fa,
.btn.btn-icon.btn-sm i.now-ui-icons,
.navbar .navbar-nav > a.btn.btn-icon.btn-sm i.fa,
.navbar .navbar-nav > a.btn.btn-icon.btn-sm i.now-ui-icons {
  font-size: 0.6875rem;
}

.btn.btn-icon.btn-lg,
.navbar .navbar-nav > a.btn.btn-icon.btn-lg {
  height: 3.6rem;
  min-width: 3.6rem;
  width: 3.6rem;
}

.btn.btn-icon.btn-lg i.now-ui-icons,
.btn.btn-icon.btn-lg i.fa,
.navbar .navbar-nav > a.btn.btn-icon.btn-lg i.now-ui-icons,
.navbar .navbar-nav > a.btn.btn-icon.btn-lg i.fa {
  font-size: 1.325rem;
}

.btn.btn-icon:not(.btn-footer) i.now-ui-icons,
.btn.btn-icon:not(.btn-footer) i.fa,
.navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.now-ui-icons,
.navbar .navbar-nav > a.btn.btn-icon:not(.btn-footer) i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-12px, -12px);
  line-height: 1.5626rem;
  width: 25px;
}

.btn:not(.btn-icon) .now-ui-icons,
.navbar .navbar-nav > a.btn:not(.btn-icon) .now-ui-icons {
  position: relative;
  top: 1px;
}

.btn-primary {
  background-color: #f96332;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:focus,
.btn-primary.active:hover,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:hover {
  background-color: #fa7a50;
  color: #ffffff;
  box-shadow: none;
}

.btn-primary:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:active,
.btn-primary:disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #f96332;
  border-color: #f96332;
}

.btn-primary.btn-simple {
  color: #f96332;
  border-color: #f96332;
}

.btn-primary.btn-simple:hover,
.btn-primary.btn-simple:focus,
.btn-primary.btn-simple:active {
  background-color: transparent;
  color: #fa7a50;
  border-color: #fa7a50;
  box-shadow: none;
}

.btn-primary.btn-link {
  color: #f96332;
}

.btn-primary.btn-link:hover,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:active {
  background-color: transparent;
  color: #fa7a50;
  text-decoration: none;
  box-shadow: none;
}



.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:focus,
.btn-success.active:hover,
.show > .btn-success.dropdown-toggle,
.show > .btn-success.dropdown-toggle:focus,
.show > .btn-success.dropdown-toggle:hover {
  background-color: #1beb11;
  color: #ffffff;
  box-shadow: none;
}



.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success:disabled,
.btn-success:disabled:hover,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:active,
.btn-success:disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #18ce0f;
  border-color: #18ce0f;
}





.btn-success.btn-link {
  color: #18ce0f;
}

.btn-success.btn-link:hover,
.btn-success.btn-link:focus,
.btn-success.btn-link:active {
  background-color: transparent;
  color: #1beb11;
  text-decoration: none;
  box-shadow: none;
}



.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:focus,
.btn-info.active:hover,
.show > .btn-info.dropdown-toggle,
.show > .btn-info.dropdown-toggle:focus,
.show > .btn-info.dropdown-toggle:hover {
  background-color: #4bb5ff;
  color: #ffffff;
  box-shadow: none;
}



.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info:disabled,
.btn-info:disabled:hover,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:active,
.btn-info:disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #2ca8ff;
  border-color: #2ca8ff;
}





.btn-info.btn-link {
  color: #2ca8ff;
}

.btn-info.btn-link:hover,
.btn-info.btn-link:focus,
.btn-info.btn-link:active {
  background-color: transparent;
  color: #4bb5ff;
  text-decoration: none;
  box-shadow: none;
}



.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:focus,
.btn-warning.active:hover,
.show > .btn-warning.dropdown-toggle,
.show > .btn-warning.dropdown-toggle:focus,
.show > .btn-warning.dropdown-toggle:hover {
  background-color: #ffbe55;
  color: #ffffff;
  box-shadow: none;
}



.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning:disabled,
.btn-warning:disabled:hover,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:active,
.btn-warning:disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffb236;
  border-color: #ffb236;
}





.btn-warning.btn-link {
  color: #ffb236;
}

.btn-warning.btn-link:hover,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:active {
  background-color: transparent;
  color: #ffbe55;
  text-decoration: none;
  box-shadow: none;
}



.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:focus,
.btn-danger.active:hover,
.show > .btn-danger.dropdown-toggle,
.show > .btn-danger.dropdown-toggle:focus,
.show > .btn-danger.dropdown-toggle:hover {
  background-color: #ff5555;
  color: #ffffff;
  box-shadow: none;
}



.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger:disabled,
.btn-danger:disabled:hover,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:active,
.btn-danger:disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff3636;
  border-color: #ff3636;
}





.btn-danger.btn-link {
  color: #ff3636;
}

.btn-danger.btn-link:hover,
.btn-danger.btn-link:focus,
.btn-danger.btn-link:active {
  background-color: transparent;
  color: #ff5555;
  text-decoration: none;
  box-shadow: none;
}

.btn-neutral {
  background-color: #ffffff;
  color: #f96332;
}

.btn-neutral:hover,
.btn-neutral:focus,
.btn-neutral:active,
.btn-neutral.active,
.btn-neutral:active:focus,
.btn-neutral:active:hover,
.btn-neutral.active:focus,
.btn-neutral.active:hover,
.show > .btn-neutral.dropdown-toggle,
.show > .btn-neutral.dropdown-toggle:focus,
.show > .btn-neutral.dropdown-toggle:hover {
  background-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
}

.btn-neutral:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.btn-neutral.disabled,
.btn-neutral.disabled:hover,
.btn-neutral.disabled:focus,
.btn-neutral.disabled.focus,
.btn-neutral.disabled:active,
.btn-neutral.disabled.active,
.btn-neutral:disabled,
.btn-neutral:disabled:hover,
.btn-neutral:disabled:focus,
.btn-neutral:disabled.focus,
.btn-neutral:disabled:active,
.btn-neutral:disabled.active,
.btn-neutral[disabled],
.btn-neutral[disabled]:hover,
.btn-neutral[disabled]:focus,
.btn-neutral[disabled].focus,
.btn-neutral[disabled]:active,
.btn-neutral[disabled].active,
fieldset[disabled] .btn-neutral,
fieldset[disabled] .btn-neutral:hover,
fieldset[disabled] .btn-neutral:focus,
fieldset[disabled] .btn-neutral.focus,
fieldset[disabled] .btn-neutral:active,
fieldset[disabled] .btn-neutral.active {
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-neutral.btn-danger {
  color: #ff3636;
}

.btn-neutral.btn-danger:hover,
.btn-neutral.btn-danger:focus,
.btn-neutral.btn-danger:active {
  color: #ff5555;
}

.btn-neutral.btn-info {
  color: #2ca8ff;
}

.btn-neutral.btn-info:hover,
.btn-neutral.btn-info:focus,
.btn-neutral.btn-info:active {
  color: #4bb5ff;
}

.btn-neutral.btn-warning {
  color: #ffb236;
}

.btn-neutral.btn-warning:hover,
.btn-neutral.btn-warning:focus,
.btn-neutral.btn-warning:active {
  color: #ffbe55;
}

.btn-neutral.btn-success {
  color: #18ce0f;
}

.btn-neutral.btn-success:hover,
.btn-neutral.btn-success:focus,
.btn-neutral.btn-success:active {
  color: #1beb11;
}

.btn-neutral.btn-default {
  color: #888;
}

.btn-neutral.btn-default:hover,
.btn-neutral.btn-default:focus,
.btn-neutral.btn-default:active {
  color: #979797;
}

.btn-neutral.active,
.btn-neutral:active,
.btn-neutral:active:focus,
.btn-neutral:active:hover,
.btn-neutral.active:focus,
.btn-neutral.active:hover,
.show > .btn-neutral.dropdown-toggle,
.show > .btn-neutral.dropdown-toggle:focus,
.show > .btn-neutral.dropdown-toggle:hover {
  background-color: #ffffff;
  color: #fa7a50;
  box-shadow: none;
}

.btn-neutral:hover,
.btn-neutral:focus {
  color: #fa7a50;
}

.btn-neutral:hover:not(.nav-link),
.btn-neutral:focus:not(.nav-link) {
  box-shadow: none;
}

.btn-neutral.btn-simple {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-neutral.btn-simple:hover,
.btn-neutral.btn-simple:focus,
.btn-neutral.btn-simple:active {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: none;
}

.btn-neutral.btn-link {
  color: #ffffff;
}

.btn-neutral.btn-link:hover,
.btn-neutral.btn-link:focus,
.btn-neutral.btn-link:active {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
}

.btn:disabled,
.btn[disabled],
.btn.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}







.btn-simple.disabled,
.btn-simple.disabled:hover,
.btn-simple.disabled:focus,
.btn-simple.disabled.focus,
.btn-simple.disabled:active,
.btn-simple.disabled.active,
.btn-simple:disabled,
.btn-simple:disabled:hover,
.btn-simple:disabled:focus,
.btn-simple:disabled.focus,
.btn-simple:disabled:active,
.btn-simple:disabled.active,
.btn-simple[disabled],
.btn-simple[disabled]:hover,
.btn-simple[disabled]:focus,
.btn-simple[disabled].focus,
.btn-simple[disabled]:active,
.btn-simple[disabled].active,
fieldset[disabled] .btn-simple,
fieldset[disabled] .btn-simple:hover,
fieldset[disabled] .btn-simple:focus,
fieldset[disabled] .btn-simple.focus,
fieldset[disabled] .btn-simple:active,
fieldset[disabled] .btn-simple.active,
.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled.focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link:disabled,
.btn-link:disabled:hover,
.btn-link:disabled:focus,
.btn-link:disabled.focus,
.btn-link:disabled:active,
.btn-link:disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled].focus,
.btn-link[disabled]:active,
.btn-link[disabled].active,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link.focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  background-color: transparent;
}





.btn-sm {
  font-size: 14px;
  padding: 5px 15px;
}

.btn-sm.btn-simple {
  padding: 4px 14px;
}

.btn-link {
  border: 0;
  padding: 0.5rem 0.7rem;
  background-color: transparent;
}



.btn-group.select {
  width: 100%;
}

.btn-group.select .btn {
  text-align: left;
}

.btn-group.select .caret {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 8px;
}

.form-control::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
  color: #dddddd;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
  color: #dddddd;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
  color: #dddddd;
  opacity: 1;
  filter: alpha(opacity=100);
}

.form-control {
  background-color: transparent;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  color: #2c2c2c;
  line-height: normal;
  font-size: 0.8571em;
  -webkit-transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -moz-transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -o-transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -ms-transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control {
  border-color: #e3e3e3;
}

.form-control:focus {
  border: 1px solid #f96332;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #2c2c2c;
}

.form-control:focus + .input-group-addon,
.form-control:focus ~ .input-group-addon {
  border: 1px solid #f96332;
  border-left: none;
  background-color: transparent;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-success .form-control:focus {
  border-color: #1be611;
}

.has-danger .form-control.form-control-success,
.has-danger .form-control.form-control-danger,
.has-success .form-control.form-control-success,
.has-success .form-control.form-control-danger {
  background-image: none;
}

.has-danger .form-control {
  border-color: #ffcfcf;
  color: #ff3636;
  background-color: rgba(222, 222, 222, 0.1);
}

.has-danger .form-control:focus {
  background-color: #ffffff;
}

.form-control + .form-control-feedback {
  border-radius: 0.25rem;
  font-size: 14px;
  margin-top: 0;
  position: absolute;
  left: 18px;
  bottom: -20px;
  vertical-align: middle;
}

.open .form-control {
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom-color: transparent;
}

.form-control + .input-group-addon {
  background-color: #ffffff;
}







.form-group.form-group-no-border.input-lg .input-group-addon,
.input-group.form-group-no-border.input-lg .input-group-addon {
  padding: 15px 0 15px 19px;
}

.form-group.form-group-no-border.input-lg .form-control,
.input-group.form-group-no-border.input-lg .form-control {
  padding: 15px 19px;
}

.form-group.form-group-no-border.input-lg .form-control + .input-group-addon,
.input-group.form-group-no-border.input-lg .form-control + .input-group-addon {
  padding: 15px 19px 15px 0;
}

.form-group.input-lg .form-control,
.input-group.input-lg .form-control {
  padding: 14px 18px;
}

.form-group.input-lg .form-control + .input-group-addon,
.input-group.input-lg .form-control + .input-group-addon {
  padding: 14px 18px 14px 0;
}

.form-group.input-lg .input-group-addon,
.input-group.input-lg .input-group-addon {
  padding: 14px 0 15px 18px;
}

.form-group.input-lg .input-group-addon + .form-control,
.input-group.input-lg .input-group-addon + .form-control {
  padding: 15px 18px 15px 16px;
}

.form-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control {
  padding: 11px 19px;
}

.form-group.form-group-no-border .form-control + .input-group-addon,
.input-group.form-group-no-border .form-control + .input-group-addon {
  padding: 11px 19px 11px 0;
}

.form-group.form-group-no-border .input-group-addon,
.input-group.form-group-no-border .input-group-addon {
  padding: 11px 0 11px 19px;
}

.form-group .form-control,
.input-group .form-control {
  padding: 10px 18px 10px 18px;
}

.form-group .form-control + .input-group-addon,
.input-group .form-control + .input-group-addon {
  padding: 10px 18px 10px 0;
}

.form-group .input-group-addon,
.input-group .input-group-addon {
  padding: 10px 0 10px 18px;
}

.form-group .input-group-addon + .form-control,
.form-group .input-group-addon ~ .form-control,
.input-group .input-group-addon + .form-control,
.input-group .input-group-addon ~ .form-control {
  padding: 10px 19px 11px 16px;
}

.form-group.form-group-no-border .form-control,
.form-group.form-group-no-border .form-control + .input-group-addon,
.input-group.form-group-no-border .form-control,
.input-group.form-group-no-border .form-control + .input-group-addon {
  background-color: rgba(222, 222, 222, 0.3);
  border: medium none;
}

.form-group.form-group-no-border .form-control:focus,
.form-group.form-group-no-border .form-control:active,
.form-group.form-group-no-border .form-control:active,
.form-group.form-group-no-border .form-control + .input-group-addon:focus,
.form-group.form-group-no-border .form-control + .input-group-addon:active,
.form-group.form-group-no-border .form-control + .input-group-addon:active,
.input-group.form-group-no-border .form-control:focus,
.input-group.form-group-no-border .form-control:active,
.input-group.form-group-no-border .form-control:active,
.input-group.form-group-no-border .form-control + .input-group-addon:focus,
.input-group.form-group-no-border .form-control + .input-group-addon:active,
.input-group.form-group-no-border .form-control + .input-group-addon:active {
  border: medium none;
  background-color: rgba(222, 222, 222, 0.5);
}

.form-group.form-group-no-border .form-control:focus + .input-group-addon,
.input-group.form-group-no-border .form-control:focus + .input-group-addon {
  background-color: rgba(222, 222, 222, 0.5);
}

.form-group.form-group-no-border .input-group-addon,
.input-group.form-group-no-border .input-group-addon {
  background-color: rgba(222, 222, 222, 0.3);
  border: none;
}





.input-group-addon {
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  color: #555555;
  padding: -0.5rem 0 -0.5rem -0.3rem;
  -webkit-transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -moz-transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -o-transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -ms-transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  transition:
    color 0.3s ease-in-out,
    border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}

.has-success .input-group-addon,
.has-danger .input-group-addon {
  background-color: #ffffff;
}

.has-danger .form-control:focus + .input-group-addon {
  color: #ff3636;
}

.has-success .form-control:focus + .input-group-addon {
  color: #18ce0f;
}

.input-group-addon + .form-control,
.input-group-addon ~ .form-control {
  padding: -0.5rem 0.7rem;
  padding-left: 18px;
}

.input-group-addon i {
  width: 17px;
}

.input-group-focus .input-group-addon {
  background-color: #ffffff;
  border-color: #f96332;
}

.input-group-focus.form-group-no-border .input-group-addon {
  background-color: rgba(222, 222, 222, 0.5);
}

.input-group,
.form-group {
  margin-bottom: 10px;
}

.input-group[disabled] .input-group-addon {
  background-color: #e3e3e3;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e3e3e3;
  color: #888;
  cursor: not-allowed;
}

.input-group-btn .btn {
  border-width: 1px;
  padding: 11px 0.7rem;
}

.input-group-btn .btn-default:not(.btn-fill) {
  border-color: #dddddd;
}

.input-group-btn:last-child > .btn {
  margin-left: 0;
}

textarea.form-control {
  max-width: 100%;
  padding: 10px 10px 0 0;
  resize: none;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  border-radius: 0;
  line-height: 2;
}

textarea.form-control:focus,
textarea.form-control:active {
  border-left: none;
  border-top: none;
  border-right: none;
}

.has-success.form-group .form-control,
.has-success.form-group.form-group-no-border .form-control,
.has-danger.form-group .form-control,
.has-danger.form-group.form-group-no-border .form-control {
  padding-right: 40px;
}

.form-group {
  position: relative;
}

.form-group.has-error,
.form-group.has-danger {
  margin-bottom: 20px;
}

.checkbox,
.radio {
  margin-bottom: 12px;
}

.checkbox label,
.radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  line-height: 26px;
  margin-bottom: 0;
}

.radio label {
  padding-left: 28px;
}

.checkbox label::before,
.checkbox label::after {
position: absolute;
  top: 0;
  right: 0;
  content: '';
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  color: #9a9a9a;
  opacity: 0.5;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="checkbox"]:disabled + label::after {
  cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio label::before,
.radio label::after {
  content: " ";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e3e3e3;
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 1px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.radio input[type="radio"] + label:after,
.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:checked + label::after {
  width: 4px;
  height: 4px;
  background: -webkit-linear-gradient(#61bec3, #46a9ae);

  border-color: #eee;
  top: 6px;
  right: 6px;
  opacity: 1;
}

.radio input[type="radio"]:checked + label::after {
  opacity: 1;
}

.radio input[type="radio"]:disabled + label {
  color: #9a9a9a;
}

.radio input[type="radio"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::after {
  color: #9a9a9a;
}

.radio.radio-inline {
  margin-top: 0;
}

.progress-container {
  position: relative;
}

.progress-container + .progress-container,
.progress-container ~ .progress-container {
  margin-top: 15px;
}

.progress-container .progress-badge {
  color: #888;
  font-size: 0.8571em;
  text-transform: uppercase;
}

.progress-container .progress {
  height: 1px;
  border-radius: 0;
  box-shadow: none;
  background: rgba(222, 222, 222, 0.8);
  margin-top: 14px;
}

.progress-container .progress .progress-bar {
  box-shadow: none;
  background-color: #888;
}

.progress-container .progress .progress-value {
  position: absolute;
  top: 2px;
  right: 0;
  color: #888;
  font-size: 0.8571em;
}

.progress-container.progress-neutral .progress {
  background: rgba(255, 255, 255, 0.3);
}

.progress-container.progress-neutral .progress-bar {
  background: #ffffff;
}

.progress-container.progress-neutral .progress-value,
.progress-container.progress-neutral .progress-badge {
  color: #ffffff;
}

.progress-container.progress-primary .progress {
  background: rgba(249, 99, 50, 0.3);
}

.progress-container.progress-primary .progress-bar {
  background: #f96332;
}

.progress-container.progress-primary .progress-value,
.progress-container.progress-primary .progress-badge {
  color: #f96332;
}

.progress-container.progress-info .progress {
  background: rgba(44, 168, 255, 0.3);
}

.progress-container.progress-info .progress-bar {
  background: #2ca8ff;
}

.progress-container.progress-info .progress-value,
.progress-container.progress-info .progress-badge {
  color: #2ca8ff;
}

.progress-container.progress-success .progress {
  background: rgba(24, 206, 15, 0.3);
}

.progress-container.progress-success .progress-bar {
  background: #18ce0f;
}

.progress-container.progress-success .progress-value,
.progress-container.progress-success .progress-badge {
  color: #18ce0f;
}

.progress-container.progress-warning .progress {
  background: rgba(255, 178, 54, 0.3);
}

.progress-container.progress-warning .progress-bar {
  background: #ffb236;
}

.progress-container.progress-warning .progress-value,
.progress-container.progress-warning .progress-badge {
  color: #ffb236;
}

.progress-container.progress-danger .progress {
  background: rgba(255, 54, 54, 0.3);
}

.progress-container.progress-danger .progress-bar {
  background: #ff3636;
}

.progress-container.progress-danger .progress-value,
.progress-container.progress-danger .progress-badge {
  color: #ff3636;
}

/*           badges             */

.badge {
  border-radius: 8px;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 0.7142em;
  line-height: 12px;
  background-color: transparent;
  border: 1px solid;
  margin-bottom: 5px;
  border-radius: 0.875rem;
}



.badge-icon i {
  font-size: 0.8em;
}

.badge-default {
  border-color: #888;
  color: #888;
}











.badge-neutral {
  border-color: #ffffff;
  color: #ffffff;
}

.pagination .page-item .page-link {
  border: 0;
  border-radius: 30px !important;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 3px;
  min-width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #2c2c2c;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: #2c2c2c;
  background-color: rgba(222, 222, 222, 0.3);
  border: none;
}

.pagination .arrow-margin-left,
.pagination .arrow-margin-right {
  position: absolute;
}

.pagination .arrow-margin-right {
  right: 0;
}

.pagination .arrow-margin-left {
  left: 0;
}

.pagination .page-item.active > .page-link {
  color: #e3e3e3;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

.pagination .page-item.active > .page-link,
.pagination .page-item.active > .page-link:focus,
.pagination .page-item.active > .page-link:hover {
  background-color: #888;
  border-color: #888;
  color: #ffffff;
}

.pagination .page-item.disabled > .page-link {
  opacity: 0.5;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.pagination.pagination-info .page-item.active > .page-link,
.pagination.pagination-info .page-item.active > .page-link:focus,
.pagination.pagination-info .page-item.active > .page-link:hover {
  background-color: #2ca8ff;
  border-color: #2ca8ff;
}

.pagination.pagination-success .page-item.active > .page-link,
.pagination.pagination-success .page-item.active > .page-link:focus,
.pagination.pagination-success .page-item.active > .page-link:hover {
  background-color: #18ce0f;
  border-color: #18ce0f;
}

.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover {
  background-color: #f96332;
  border-color: #f96332;
}

.pagination.pagination-warning .page-item.active > .page-link,
.pagination.pagination-warning .page-item.active > .page-link:focus,
.pagination.pagination-warning .page-item.active > .page-link:hover {
  background-color: #ffb236;
  border-color: #ffb236;
}

.pagination.pagination-danger .page-item.active > .page-link,
.pagination.pagination-danger .page-item.active > .page-link:focus,
.pagination.pagination-danger .page-item.active > .page-link:hover {
  background-color: #ff3636;
  border-color: #ff3636;
}

.pagination.pagination-neutral .page-item > .page-link {
  color: #ffffff;
}

.pagination.pagination-neutral .page-item > .page-link:focus,
.pagination.pagination-neutral .page-item > .page-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.pagination.pagination-neutral .page-item.active > .page-link,
.pagination.pagination-neutral .page-item.active > .page-link:focus,
.pagination.pagination-neutral .page-item.active > .page-link:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #f96332;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "ModamWeb", "Helvetica Neue", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

small {
  font-size: 60%;
}


h1,
.h1 {
  font-size: 3.5em;
  line-height: 1.15;
  margin-bottom: 30px;
}

h1 small,
.h1 small {
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.8;
}

h2,
.h2 {
  font-size: 2.5em;
}

h3,
.h3 {
  font-size: 2em;
  margin-bottom: 30px;
  line-height: 1.4em;
}

h4,
.h4 {
  font-size: 1.714em;
  line-height: 1.45em;
  margin-top: 30px;
  margin-bottom: 15px;
}

h4 + .category,
h4.title + .category,
.h4 + .category,
.h4.title + .category {
  margin-top: -10px;
}

h5,
.h5 {
  font-size: 1.57em;
  line-height: 1.4em;
  margin-bottom: 15px;
}

h6,
.h6 {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  line-height: 1.61em;
}

.description p,
p.description {
  font-size: 1.14em;
}

.title {
  font-weight: 700;
}

.title.title-up {
  text-transform: uppercase;
}

.title.title-up a {
  color: #2c2c2c;
  text-decoration: none;
}

.title + .category {
  margin-top: -25px;
}

.description,
.card-description,
.footer-big p {
  color: #9a9a9a;
  font-weight: 300;
}

.category {
  text-transform: uppercase;
  font-weight: 700;
  color: #9a9a9a;
}

.text-primary {
  color: #000000 !important;
}







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

.text-black {
  color: #444;
}

.blockquote {
  border-left: none;
  border: 1px solid #888;
  padding: 20px;
  font-size: 1.1em;
  line-height: 1.8;
}

.blockquote small {
  color: #888;
  font-size: 0.8571em;
  text-transform: uppercase;
}

.blockquote.blockquote-primary {
  border-color: #f96332;
  color: #f96332;
}

.blockquote.blockquote-primary small {
  color: #f96332;
}

.blockquote.blockquote-danger {
  border-color: #ff3636;
  color: #ff3636;
}

.blockquote.blockquote-danger small {
  color: #ff3636;
}

.blockquote.blockquote-white {
  border-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

.blockquote.blockquote-white small {
  color: rgba(255, 255, 255, 0.8);
}

body {
  color: #2c2c2c;
  font-size: 14px;
  font-family: "ModamWeb", "Helvetica Neue", Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.main {
  position: relative;
  background: #FAF8F5;
}

/* Animations */

.nav-pills .nav-link,
.nav-item .nav-link,
.navbar,
.nav-tabs .nav-link {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.dropdown-toggle:after,
.bootstrap-switch-label:before {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

.dropdown-toggle[aria-expanded="true"]:after {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}







.open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.separator {
  height: 2px;
  width: 44px;
  background-color: #888;
  margin: 20px auto;
}

.separator.separator-primary {
  background-color: #f96332;
}

.nav-pills .nav-item .nav-link {
  padding: 0 15.5px;
  text-align: center;
  height: 60px;
  width: 60px;
  font-weight: 400;
  color: #9a9a9a;
  margin-right: 19px;
  background-color: rgba(222, 222, 222, 0.3);
  border-radius: 30px;
}

.nav-pills .nav-item .nav-link:hover {
  background-color: rgba(222, 222, 222, 0.3);
}

.nav-pills .nav-item .nav-link.active,
.nav-pills .nav-item .nav-link.active:focus,
.nav-pills .nav-item .nav-link.active:hover {
  background-color: #9a9a9a;
  color: #ffffff;
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
}

.nav-pills .nav-item .nav-link.disabled,
.nav-pills .nav-item .nav-link:disabled,
.nav-pills .nav-item .nav-link[disabled] {
  opacity: 0.5;
}

.nav-pills .nav-item i {
  display: block;
  font-size: 20px;
  line-height: 60px;
}

.nav-pills.nav-pills-neutral .nav-item .nav-link {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.nav-pills.nav-pills-neutral .nav-item .nav-link.active,
.nav-pills.nav-pills-neutral .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-neutral .nav-item .nav-link.active:hover {
  background-color: #ffffff;
  color: #f96332;
}

.nav-pills.nav-pills-primary .nav-item .nav-link.active,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-primary .nav-item .nav-link.active:hover {
  background-color: #f96332;
}

.nav-pills.nav-pills-info .nav-item .nav-link.active,
.nav-pills.nav-pills-info .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-info .nav-item .nav-link.active:hover {
  background-color: #2ca8ff;
}

.nav-pills.nav-pills-success .nav-item .nav-link.active,
.nav-pills.nav-pills-success .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-success .nav-item .nav-link.active:hover {
  background-color: #18ce0f;
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
  background-color: #ffb236;
}

.nav-pills.nav-pills-danger .nav-item .nav-link.active,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-danger .nav-item .nav-link.active:hover {
  background-color: #ff3636;
}

























.nav-tabs > .nav-item > .nav-link {
  color: #888;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
  padding: 11px 23px;
  line-height: 1.5;
}

.nav-tabs > .nav-item > .nav-link:hover {
  background-color: transparent;
}

.nav-tabs > .nav-item > .nav-link.active {
  border: 1px solid #888;
  border-radius: 30px;
}

.nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.nav-tabs > .nav-item.disabled > .nav-link,
.nav-tabs > .nav-item.disabled > .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
  color: #ffffff;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.nav-tabs.nav-tabs-primary > .nav-item > .nav-link.active {
  border-color: #f96332;
  color: #f96332;
}

.nav-tabs.nav-tabs-info > .nav-item > .nav-link.active {
  border-color: #2ca8ff;
  color: #2ca8ff;
}

.nav-tabs.nav-tabs-danger > .nav-item > .nav-link.active {
  border-color: #ff3636;
  color: #ff3636;
}

.nav-tabs.nav-tabs-warning > .nav-item > .nav-link.active {
  border-color: #ffb236;
  color: #ffb236;
}

.nav-tabs.nav-tabs-success > .nav-item > .nav-link.active {
  border-color: #18ce0f;
  color: #18ce0f;
}

.navbar {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  min-height: 53px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.navbar a {
  vertical-align: middle;
}

.navbar a:not(.btn):not(.dropdown-item) {
  color: #ffffff;
}

.navbar p {
  display: inline-block;
  margin: 0;
  line-height: 21px;
}

.navbar .navbar-nav.navbar-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 49px;
  top: -4px;
}

.navbar .navbar-nav .nav-link.btn {
  padding: 11px 22px;
}

.navbar .navbar-nav .nav-link.btn.btn-lg {
  padding: 15px 48px;
}

.navbar .navbar-nav .nav-link.btn.btn-sm {
  padding: 5px 15px;
}

.navbar .navbar-nav .nav-link:not(.btn) {
  text-transform: uppercase;
  font-size: 0.7142em;
  padding: 0.5rem 0.7rem;
  line-height: 1.625rem;
}

.navbar .navbar-nav .nav-link:not(.btn) i.fa + p,
.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons + p {
  margin-left: 5px;
}

.navbar .navbar-nav .nav-link:not(.btn) i.fa,
.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
  font-size: 18px;
  position: relative;
  top: 2px;
  text-align: center;
  width: 21px;
}

.navbar .navbar-nav .nav-link:not(.btn) i.now-ui-icons {
  top: 4px;
  font-size: 16px;
}

.navbar .navbar-nav .nav-link:not(.btn).profile-photo .profile-photo-small {
  width: 27px;
  height: 27px;
}

.navbar .navbar-nav .nav-link:not(.btn).disabled {
  opacity: 0.5;
  color: #ffffff;
}

.navbar .navbar-nav .nav-item.active .nav-link:not(.btn),
.navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):hover,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):active {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.1875rem;
}

.navbar .logo-container {
  width: 27px;
  height: 27px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid transparent;
}

.navbar .navbar-brand {
  text-transform: uppercase;
  font-size: 0.8571em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.625rem;
}

.navbar .navbar-toggler {
  width: 37px;
  height: 27px;
  outline: 0;
  cursor: pointer;
}

.navbar .navbar-toggler.navbar-toggler-left {
  position: relative;
  left: 0;
  padding-left: 0;
}

.navbar .navbar-toggler:hover .navbar-toggler-bar.bar2 {
  width: 22px;
}

.navbar .button-dropdown .navbar-toggler-bar:nth-child(2) {
  width: 17px;
}

.navbar.navbar-transparent {
  background-color: transparent !important;
  box-shadow: none;
  color: #ffffff;
  padding-top: 20px;
}

.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item) {
  color: #888;
}

.navbar.bg-white:not(.navbar-transparent) a:not(.dropdown-item).disabled {
  opacity: 0.5;
  color: #888;
}

.navbar.bg-white:not(.navbar-transparent) .button-bar {
  background: #888;
}

.navbar.bg-white:not(.navbar-transparent) .nav-item.active .nav-link:not(.btn),
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):focus,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):hover,
.navbar.bg-white:not(.navbar-transparent) .nav-item .nav-link:not(.btn):active {
  background-color: rgba(222, 222, 222, 0.3);
}

.navbar.bg-white:not(.navbar-transparent) .logo-container {
  border: 1px solid #888;
}













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

.dropdown-menu {
  border: 0;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0.125rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 14px;
}

.dropdown-menu.dropdown-menu-right:before {
  left: auto;
  right: 10px;
}

.dropdown-menu:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: -5px;
  left: 10px;
  right: auto;
  color: #ffffff;
  border-bottom: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.dropdown-menu .dropdown-item {
  font-size: 0.8571em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  background-color: rgba(222, 222, 222, 0.3);
}

.dropdown-menu .dropdown-divider {
  background-color: rgba(222, 222, 222, 0.5);
}

.dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(182, 182, 182, 0.6);
  font-size: 0.7142em;
  text-transform: uppercase;
  font-weight: 700;
}

.dropdown-menu.dropdown-primary {
  background-color: #f95823;
}

.dropdown-menu.dropdown-primary:before {
  color: #f95823;
}

.dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-primary .dropdown-item {
  color: #ffffff;
}

.dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown-menu.dropdown-primary .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-primary .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-info {
  background-color: #1da2ff;
}

.dropdown-menu.dropdown-info:before {
  color: #1da2ff;
}

.dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-info .dropdown-item {
  color: #ffffff;
}

.dropdown-menu.dropdown-info .dropdown-item:hover,
.dropdown-menu.dropdown-info .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-info .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-danger {
  background-color: #ff2727;
}

.dropdown-menu.dropdown-danger:before {
  color: #ff2727;
}

.dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-danger .dropdown-item {
  color: #ffffff;
}

.dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropdown-menu.dropdown-danger .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-danger .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-success {
  background-color: #16c00e;
}

.dropdown-menu.dropdown-success:before {
  color: #16c00e;
}

.dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-success .dropdown-item {
  color: #ffffff;
}

.dropdown-menu.dropdown-success .dropdown-item:hover,
.dropdown-menu.dropdown-success .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-success .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-warning {
  background-color: #ffac27;
}

.dropdown-menu.dropdown-warning:before {
  color: #ffac27;
}

.dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
  color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu.dropdown-warning .dropdown-item {
  color: #ffffff;
}

.dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropdown-menu.dropdown-warning .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown-menu.dropdown-warning .dropdown-divider {
  background-color: rgba(255, 255, 255, 0.2);
}

.dropdown .dropdown-menu {
  -webkit-transform: translate3d(0, -25px, 0);
  -moz-transform: translate3d(0, -25px, 0);
  -o-transform: translate3d(0, -25px, 0);
  -ms-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  visibility: hidden;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}

.dropdown.show .dropdown-menu,
.dropdown-menu.open {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.navbar .dropdown.show .dropdown-menu {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  -o-transform: translate3d(0, 7px, 0);
  -ms-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}



.button-dropdown .dropdown-toggle {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
}

.button-dropdown .dropdown-toggle:after {
  display: none;
}

.alert {
  border: 0;
  border-radius: 0;
  color: #ffffff;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  position: relative;
}

.alert.alert-success {
  background-color: rgba(24, 206, 15, 0.8);
}

.alert.alert-danger {
  background-color: rgba(255, 54, 54, 0.8);
}

.alert.alert-warning {
  background-color: #d4cabc;
}

.alert.alert-info {
  background-color: rgba(44, 168, 255, 0.8);
}

.alert.alert-primary {
  background-color: rgba(249, 99, 50, 0.8);
}

.alert .alert-icon {
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: -1px;
}

.alert strong {
  text-transform: uppercase;
  font-size: 12px;
}

.alert i.fa,
.alert i.now-ui-icons {
  font-size: 20px;
}

.alert .close {
  color: #ffffff;
  opacity: 0.9;
  text-shadow: none;
  line-height: 0;
  outline: 0;
}

img {
  max-width: 100%;
}



.popover {
  font-size: 14px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  border: none;
  line-height: 1.7;
  max-width: 240px;
}

.popover.bs-popover-top .arrow:before,
.popover.bs-popover-left .arrow:before,
.popover.bs-popover-right .arrow:before,
.popover.bs-popover-bottom .arrow:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.popover .popover-header {
  color: rgba(182, 182, 182, 0.6);
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  margin-top: 5px;
  border: none;
  background-color: transparent;
}

.popover:before {
  display: none;
}

.popover.bs-tether-element-attached-top:after {
  border-bottom-color: #ffffff;
  top: -9px;
}

.popover.popover-primary {
  background-color: #f96332;
}

.popover.popover-primary .popover-body {
  color: #ffffff;
}

.popover.popover-primary.bs-popover-right .arrow:after {
  border-right-color: #f96332;
}

.popover.popover-primary.bs-popover-top .arrow:after {
  border-top-color: #f96332;
}

.popover.popover-primary.bs-popover-bottom .arrow:after {
  border-bottom-color: #f96332;
}

.popover.popover-primary.bs-popover-left .arrow:after {
  border-left-color: #f96332;
}

.popover.popover-primary .popover-header {
  color: #ffffff;
  opacity: 0.6;
}

.popover.popover-info {
  background-color: #2ca8ff;
}

.popover.popover-info .popover-body {
  color: #ffffff;
}

.popover.popover-info.bs-popover-right .arrow:after {
  border-right-color: #2ca8ff;
}

.popover.popover-info.bs-popover-top .arrow:after {
  border-top-color: #2ca8ff;
}

.popover.popover-info.bs-popover-bottom .arrow:after {
  border-bottom-color: #2ca8ff;
}

.popover.popover-info.bs-popover-left .arrow:after {
  border-left-color: #2ca8ff;
}

.popover.popover-info .popover-header {
  color: #ffffff;
  opacity: 0.6;
}

.popover.popover-warning {
  background-color: #ffb236;
}

.popover.popover-warning .popover-body {
  color: #ffffff;
}

.popover.popover-warning.bs-popover-right .arrow:after {
  border-right-color: #ffb236;
}

.popover.popover-warning.bs-popover-top .arrow:after {
  border-top-color: #ffb236;
}

.popover.popover-warning.bs-popover-bottom .arrow:after {
  border-bottom-color: #ffb236;
}

.popover.popover-warning.bs-popover-left .arrow:after {
  border-left-color: #ffb236;
}

.popover.popover-warning .popover-header {
  color: #ffffff;
  opacity: 0.6;
}

.popover.popover-danger {
  background-color: #ff3636;
}

.popover.popover-danger .popover-body {
  color: #ffffff;
}

.popover.popover-danger.bs-popover-right .arrow:after {
  border-right-color: #ff3636;
}

.popover.popover-danger.bs-popover-top .arrow:after {
  border-top-color: #ff3636;
}

.popover.popover-danger.bs-popover-bottom .arrow:after {
  border-bottom-color: #ff3636;
}

.popover.popover-danger.bs-popover-left .arrow:after {
  border-left-color: #ff3636;
}

.popover.popover-danger .popover-header {
  color: #ffffff;
  opacity: 0.6;
}

.popover.popover-success {
  background-color: #18ce0f;
}

.popover.popover-success .popover-body {
  color: #ffffff;
}

.popover.popover-success.bs-popover-right .arrow:after {
  border-right-color: #18ce0f;
}

.popover.popover-success.bs-popover-top .arrow:after {
  border-top-color: #18ce0f;
}

.popover.popover-success.bs-popover-bottom .arrow:after {
  border-bottom-color: #18ce0f;
}

.popover.popover-success.bs-popover-left .arrow:after {
  border-left-color: #18ce0f;
}

.popover.popover-success .popover-header {
  color: #ffffff;
  opacity: 0.6;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #ffffff;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #ffffff;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #ffffff;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #ffffff;
}

.tooltip-inner {
  padding: 0.5rem 0.7rem;
  min-width: 130px;
  background-color: #ffffff;
  font-size: 14px;
  color: inherit;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

/* --------------------------------

Nucleo Outline Web Font - nucleoapp.com/
License - nucleoapp.com/license/
Created using IcoMoon - icomoon.io

-------------------------------- */

@font-face {
  font-family: "Nucleo Outline";
  src: url("../fonts/nucleo-outline.eot");
  src:
    url("../fonts/nucleo-outline.eot") format("embedded-opentype"),
    url("../fonts/nucleo-outline.woff2") format("woff2"),
    url("../fonts/nucleo-outline.woff") format("woff"),
    url("../fonts/nucleo-outline.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*------------------------
	base class definition
-------------------------*/

.modal-content {
  border-radius: 0.1875rem;
  border: none;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
}

.modal-content .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
}

.modal-content .modal-header button {
  position: absolute;
  right: 27px;
  top: 30px;
  outline: 0;
}

.modal-content .modal-header .title {
  margin-top: 5px;
  margin-bottom: 0;
}

.modal-content .modal-body {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  line-height: 1.9;
}

.modal-content .modal-footer {
  border-top: none;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  -webkit-justify-content: space-between;
  /* Safari 6.1+ */
  justify-content: space-between;
}

.modal-content .modal-footer button {
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  width: auto;
}

.modal-content .modal-footer button.pull-left {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  left: -5px;
}

.modal-content .modal-body + .modal-footer {
  padding-top: 0;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.3);
}

.modal.modal-mini p {
  text-align: center;
}

.modal.modal-mini .modal-dialog {
  max-width: 255px;
  margin: 0 auto;
}

.modal.modal-mini .modal-profile {
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 5.9;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
}

.modal.modal-mini .modal-profile i {
  color: #f96332;
  font-size: 21px;
}

.modal.modal-mini .modal-profile[class*="modal-profile-"] i {
  color: #ffffff;
}

.modal.modal-mini .modal-profile.modal-profile-primary {
  background-color: #f96332;
}

.modal.modal-mini .modal-profile.modal-profile-danger {
  background-color: #ff3636;
}

.modal.modal-mini .modal-profile.modal-profile-warning {
  background-color: #ffb236;
}

.modal.modal-mini .modal-profile.modal-profile-success {
  background-color: #18ce0f;
}

.modal.modal-mini .modal-profile.modal-profile-info {
  background-color: #2ca8ff;
}

.modal.modal-mini .modal-footer button {
  text-transform: uppercase;
}

.modal.modal-mini .modal-footer button:first-child {
  opacity: 0.5;
}

.modal.modal-default .modal-content {
  background-color: #ffffff;
  color: #2c2c2c;
}

.modal.modal-default .modal-header .close {
  color: #2c2c2c;
}

.modal.modal-primary .modal-content {
  background-color: #f96332;
  color: #ffffff;
}

.modal.modal-primary .modal-header .close {
  color: #ffffff;
}

.modal.modal-danger .modal-content {
  background-color: #ff3636;
  color: #ffffff;
}

.modal.modal-danger .modal-header .close {
  color: #ffffff;
}

.modal.modal-warning .modal-content {
  background-color: #ffb236;
  color: #ffffff;
}

.modal.modal-warning .modal-header .close {
  color: #ffffff;
}

.modal.modal-success .modal-content {
  background-color: #18ce0f;
  color: #ffffff;
}

.modal.modal-success .modal-header .close {
  color: #ffffff;
}

.modal.modal-info .modal-content {
  background-color: #2ca8ff;
  color: #ffffff;
}

.modal.modal-info .modal-header .close {
  color: #ffffff;
}

.modal.show.modal-mini .modal-dialog {
  -webkit-transform: translate(0, 30%);
  -o-transform: translate(0, 30%);
  transform: translate(0, 30%);
}

.modal .modal-header .close {
  color: #ff3636;
  text-shadow: none;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
  opacity: 1;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}



.carousel .now-ui-icons {
  font-size: 2em;
}

.card {
  border: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.card .card-body {
  min-height: 190px;
}

.card[data-background-color="orange"] {
  background-color: #f96332;
}

.card[data-background-color="red"] {
  background-color: #ff3636;
}

.card[data-background-color="yellow"] {
  background-color: #ffb236;
}

.card[data-background-color="blue"] {
  background-color: #2ca8ff;
}

.card[data-background-color="green"] {
  background-color: #18ce0f;
}



.card-signup .header {
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px 0;
}



.card-signup .card-body {
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: auto;
}

.card-signup .checkbox {
  margin-top: 20px;
}

.card-signup .checkbox label {
  margin-left: 17px;
}

.card-signup .checkbox .checkbox-material {
  padding-right: 12px;
}



.card-signup .social-line .btn.btn-icon,
.card-signup .social-line .btn.btn-icon .btn-icon -mini {
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
}

.card-signup .footer {
  margin-bottom: 10px;
  margin-top: 24px;
}



.card-plain .header {
  margin-left: 0;
  margin-right: 0;
}

.card-plain .content {
  padding-left: 0;
  padding-right: 0;
}

.footer {
  padding: 24px 0;
}

.footer.footer-default {
  background-color: #f2f2f2;
}

.footer nav {
  display: inline-block;
  float: left;
}

.footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.footer ul li {
  display: inline-block;
}

.footer ul li a {
  color: inherit;
  padding: 0.5rem;
  font-size: 0.8571em;
  text-transform: uppercase;
  text-decoration: none;
}

.footer ul li a:hover {
  text-decoration: none;
}

.footer .copyright {
  font-size: 0.8571em;
}

.footer:after {
  display: table;
  clear: both;
  content: " ";
}

.index-page .page-header {
  height: 125vh;
}

.index-page .page-header .container > .content-center {
  top: 37%;
}

.index-page .page-header .category-absolute {
  position: absolute;
  top: 100vh;
  margin-top: -60px;
  padding: 0 15px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
}

.landing-page .header {
  height: 100vh;
  position: relative;
}

.landing-page .header .container {
  padding-top: 26vh;
  color: #ffffff;
  z-index: 2;
  position: relative;
}

.landing-page .header .share {
  margin-top: 150px;
}

.landing-page .header h1 {
  font-weight: 600;
}

.landing-page .header .title {
  color: #ffffff;
}

.landing-page .section-team .team .team-player img {
  max-width: 100px;
}



.landing-page .section-contact-us .title {
  margin-bottom: 15px;
}

.landing-page .section-contact-us .description {
  margin-bottom: 30px;
}

.landing-page .section-contact-us .input-group,
.landing-page .section-contact-us .send-button,
.landing-page .section-contact-us .textarea-container {
  padding: 0 40px;
}



.landing-page .section-contact-us a.btn {
  margin-top: 35px;
}

.profile-page .page-header {
  min-height: 550px;
}

.profile-page .profile-container {
  color: #ffffff;
}

.profile-page .photo-container {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
}

.profile-page .title {
  text-align: center;
  margin-top: 30px;
}

.profile-page .description,
.profile-page .category {
  text-align: center;
}

.profile-page h5.description {
  max-width: 700px;
  margin: 20px auto 75px;
}

.profile-page .nav-align-center {
  margin-top: 30px;
}

.profile-page .content {
  max-width: 450px;
  margin: 0 auto;
}

.profile-page .content .social-description {
  display: inline-block;
  max-width: 150px;
  width: 145px;
  text-align: center;
  margin: 15px 0 0px;
}

.profile-page .content .social-description h2 {
  margin-bottom: 15px;
}

.profile-page .button-container {
  text-align: center;
  margin-top: -106px;
}

.profile-page .collections img {
  margin-bottom: 30px;
}

.profile-page .gallery {
  margin-top: 45px;
  padding-bottom: 50px;
}





.section-full-page[filter-color="purple"]:after,
.section-full-page[filter-color="primary"]:after {
  background: rgba(227, 227, 227, 0.26);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    90deg,
    rgba(227, 227, 227, 0.26),
    rgba(249, 99, 50, 0.95)
  );
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    90deg,
    rgba(227, 227, 227, 0.26),
    rgba(249, 99, 50, 0.95)
  );
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    90deg,
    rgba(227, 227, 227, 0.26),
    rgba(249, 99, 50, 0.95)
  );
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    0deg,
    rgba(227, 227, 227, 0.26),
    rgba(249, 99, 50, 0.95)
  );
  /* Standard syntax */
}

.section-full-page[data-image]:after {
  opacity: 0.5;
}

.section-full-page > .content,
.section-full-page > .footer {
  position: relative;
  z-index: 4;
}

.section-full-page > .content {
  min-height: calc(100vh - 80px);
}



.section-full-page .footer nav > ul a:not(.btn),
.section-full-page .footer,
.section-full-page .footer .copyright a {
  color: #ffffff;
}







.login-page .card-login .logo-container img {
  width: 100%;
}

.login-page .card-login .input-group:last-child {
  margin-bottom: 40px;
}

.login-page .card-login.card-plain .form-control::-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}

.login-page .card-login.card-plain .form-control:-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}

.login-page .card-login.card-plain .form-control::-webkit-input-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}

.login-page .card-login.card-plain .form-control:-ms-input-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}

.login-page .card-login.card-plain .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.login-page .card-login.card-plain .form-control:focus {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}



.login-page .card-login.card-plain .has-danger .form-control {
  background-color: transparent;
}

.login-page .card-login.card-plain .input-group-addon {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.login-page .card-login.card-plain .input-group-focus .input-group-addon {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control:focus,
.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control:active,
.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control:active,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control:focus,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control:active,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control
  + .input-group-addon,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control
  + .input-group-addon {
  background-color: rgba(255, 255, 255, 0.1);
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control
  + .input-group-addon:focus,
.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control
  + .input-group-addon:active,
.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control
  + .input-group-addon:active,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control
  + .input-group-addon:focus,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control
  + .input-group-addon:active,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control
  + .input-group-addon:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .form-control:focus
  + .input-group-addon,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .form-control:focus
  + .input-group-addon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .input-group-addon,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .input-group-addon {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
}

.login-page
  .card-login.card-plain
  .form-group.form-group-no-border.input-group-focus
  .input-group-addon,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border.input-group-focus
  .input-group-addon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.login-page .card-login.card-plain .input-group-addon,
.login-page
  .card-login.card-plain
  .form-group.form-group-no-border
  .input-group-addon,
.login-page
  .card-login.card-plain
  .input-group.form-group-no-border
  .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
}

.login-page .link {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}

.section {
  position: relative;
  background: #FAF8F5;
}

.section .row + .category {
  margin-top: 15px;
}











.page-header footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.page-header .container {
  height: 100%;
  z-index: 1;
  text-align: center;
  position: relative;
}

.page-header .container > .content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 15px;
  color: #ffffff;
  width: 100%;
  max-width: 880px;
}

.page-header .category,
.page-header .description {
  color: rgba(255, 255, 255, 0.5);
}







.page-header[filter-color="orange"] {
  background: rgba(44, 44, 44, 0.2);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    90deg,
    rgba(44, 44, 44, 0.2),
    rgba(224, 23, 3, 0.6)
  );
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    90deg,
    rgba(44, 44, 44, 0.2),
    rgba(224, 23, 3, 0.6)
  );
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    90deg,
    rgba(44, 44, 44, 0.2),
    rgba(224, 23, 3, 0.6)
  );
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    0deg,
    rgba(44, 44, 44, 0.2),
    rgba(224, 23, 3, 0.6)
  );
  /* Standard syntax */
}

.page-header .container {
  z-index: 2;
}







.section-story-overview .image-container + .category {
  padding-top: 15px;
}



.section-story-overview .image-container.image-right + h3.title {
  margin-top: 120px;
}





.section-story-overview p.blockquote {
  width: 220px;
  min-height: 180px;
  text-align: left;
  position: absolute;
  top: 376px;
  right: 155px;
  z-index: 0;
}

.section-nucleo-icons .nucleo-container img {
  width: auto;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
}



.section-nucleo-icons h5 {
  margin-bottom: 35px;
}



.section-nucleo-icons .icons-container i {
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
}

.section-nucleo-icons .icons-container i:nth-child(1) {
  top: 5%;
  left: 7%;
}

.section-nucleo-icons .icons-container i:nth-child(2) {
  top: 28%;
  left: 24%;
}

.section-nucleo-icons .icons-container i:nth-child(3) {
  top: 40%;
}

.section-nucleo-icons .icons-container i:nth-child(4) {
  top: 18%;
  left: 62%;
}

.section-nucleo-icons .icons-container i:nth-child(5) {
  top: 74%;
  left: 3%;
}

.section-nucleo-icons .icons-container i:nth-child(6) {
  top: 36%;
  left: 44%;
  font-size: 65px;
  color: #f96332;
  padding: 1px;
}

.section-nucleo-icons .icons-container i:nth-child(7) {
  top: 59%;
  left: 26%;
}

.section-nucleo-icons .icons-container i:nth-child(8) {
  top: 60%;
  left: 69%;
}

.section-nucleo-icons .icons-container i:nth-child(9) {
  top: 72%;
  left: 47%;
}

.section-nucleo-icons .icons-container i:nth-child(10) {
  top: 88%;
  left: 27%;
}

.section-nucleo-icons .icons-container i:nth-child(11) {
  top: 31%;
  left: 80%;
}

.section-nucleo-icons .icons-container i:nth-child(12) {
  top: 88%;
  left: 68%;
}

.section-nucleo-icons .icons-container i:nth-child(13) {
  top: 5%;
  left: 81%;
}

.section-nucleo-icons .icons-container i:nth-child(14) {
  top: 58%;
  left: 90%;
}

.section-nucleo-icons .icons-container i:nth-child(15) {
  top: 6%;
  left: 40%;
}











[data-background-color="orange"] {
  background-color: #e95e38;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color] {
  color: #ffffff;
}

[data-background-color] .title,
[data-background-color] .social-description h2,
[data-background-color] p,
[data-background-color] p.blockquote,
[data-background-color] p.blockquote small,
[data-background-color] h1,
[data-background-color] h2,
[data-background-color] h3,
[data-background-color] h4,
[data-background-color] h5,
[data-background-color] h6,
[data-background-color] a:not(.btn):not(.dropdown-item),
[data-background-color] .icons-container i {
  color: #ffffff;
}

[data-background-color] .separator {
  background-color: #ffffff;
}

[data-background-color] .navbar.bg-white p {
  color: #888;
}

[data-background-color] .description,
[data-background-color] .social-description p {
  color: rgba(255, 255, 255, 0.8);
}

[data-background-color] p.blockquote {
  border-color: rgba(255, 255, 255, 0.2);
}

[data-background-color] .checkbox label::before,
[data-background-color] .checkbox label::after,
[data-background-color] .radio label::before,
[data-background-color] .radio label::after {
  border-color: rgba(255, 255, 255, 0.2);
}

[data-background-color] .checkbox label::after,
[data-background-color] .checkbox label,
[data-background-color] .radio label {
  color: #ffffff;
}

[data-background-color] .checkbox input[type="checkbox"]:disabled + label,
[data-background-color] .radio input[type="radio"]:disabled + label {
  color: #ffffff;
}

[data-background-color]
  .radio
  input[type="radio"]:not(:disabled):hover
  + label::after,
[data-background-color] .radio input[type="radio"]:checked + label::after {
  background-color: #ffffff;
  border-color: #ffffff;
}

[data-background-color] .form-control::-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-background-color] .form-control:-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-background-color] .form-control::-webkit-input-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-background-color] .form-control:-ms-input-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-background-color] .form-control {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

[data-background-color] .form-control:focus {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

[data-background-color] .has-success:after,
[data-background-color] .has-danger:after {
  color: #ffffff;
}

[data-background-color] .has-danger .form-control {
  background-color: transparent;
}

[data-background-color] .input-group-addon {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

[data-background-color] .input-group-focus .input-group-addon {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

[data-background-color] .form-group.form-group-no-border .form-control,
[data-background-color] .input-group.form-group-no-border .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

[data-background-color] .form-group.form-group-no-border .form-control:focus,
[data-background-color] .form-group.form-group-no-border .form-control:active,
[data-background-color] .form-group.form-group-no-border .form-control:active,
[data-background-color] .input-group.form-group-no-border .form-control:focus,
[data-background-color] .input-group.form-group-no-border .form-control:active,
[data-background-color] .input-group.form-group-no-border .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[data-background-color]
  .form-group.form-group-no-border
  .form-control
  + .input-group-addon,
[data-background-color]
  .input-group.form-group-no-border
  .form-control
  + .input-group-addon {
  background-color: rgba(255, 255, 255, 0.1);
}

[data-background-color]
  .form-group.form-group-no-border
  .form-control
  + .input-group-addon:focus,
[data-background-color]
  .form-group.form-group-no-border
  .form-control
  + .input-group-addon:active,
[data-background-color]
  .form-group.form-group-no-border
  .form-control
  + .input-group-addon:active,
[data-background-color]
  .input-group.form-group-no-border
  .form-control
  + .input-group-addon:focus,
[data-background-color]
  .input-group.form-group-no-border
  .form-control
  + .input-group-addon:active,
[data-background-color]
  .input-group.form-group-no-border
  .form-control
  + .input-group-addon:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[data-background-color]
  .form-group.form-group-no-border
  .form-control:focus
  + .input-group-addon,
[data-background-color]
  .input-group.form-group-no-border
  .form-control:focus
  + .input-group-addon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[data-background-color] .form-group.form-group-no-border .input-group-addon,
[data-background-color] .input-group.form-group-no-border .input-group-addon {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
}

[data-background-color]
  .form-group.form-group-no-border.input-group-focus
  .input-group-addon,
[data-background-color]
  .input-group.form-group-no-border.input-group-focus
  .input-group-addon {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

[data-background-color] .input-group-addon,
[data-background-color] .form-group.form-group-no-border .input-group-addon,
[data-background-color] .input-group.form-group-no-border .input-group-addon {
  color: rgba(255, 255, 255, 0.8);
}

[data-background-color] .btn.btn-simple {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

[data-background-color] .btn.btn-simple:hover,
[data-background-color] .btn.btn-simple:hover,
[data-background-color] .btn.btn-simple:focus,
[data-background-color] .btn.btn-simple:active {
  background-color: transparent;
  border-color: #ffffff;
}

[data-background-color] .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
  color: #ffffff;
}

[data-background-color].section-nucleo-icons .icons-container i:nth-child(6) {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .sidebar-collapse .navbar-collapse {
    position: fixed;
    display: block;
    top: 0;
    height: 100% !important;
    width: 300px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    max-height: none !important;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .sidebar-collapse .navbar-collapse:before {
    background: #f96332;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f96332 0%, #000 80%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f96332 0%, #000 80%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f96332 0%, #000 80%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f96332 0%, #000 80%);
    /* Standard syntax (must be last) */
    opacity: 0.76;
    filter: alpha(opacity=76);
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
    margin: 0 1rem;
    margin-top: 0.3125rem;
  }
  .sidebar-collapse
    .navbar-collapse
    .navbar-nav:not(.navbar-logo)
    .nav-link:not(.btn) {
    color: #ffffff;
  }
  .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .sidebar-collapse .navbar .navbar-nav {
    margin-top: 53px;
  }
  .sidebar-collapse .navbar .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sidebar-collapse .navbar .navbar-nav.navbar-logo {
    top: 0;
    height: 53px;
  }
  .sidebar-collapse .navbar .dropdown.show .dropdown-menu,
  .sidebar-collapse .navbar .dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin: 0 1rem;
    margin-bottom: 15px;
    padding-top: 0;
    height: 150px;
    overflow-y: scroll;
  }
  .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before,
  .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
    display: none;
  }
  .sidebar-collapse .navbar .dropdown .dropdown-item {
    padding-left: 2.5rem;
  }
  .sidebar-collapse .navbar .dropdown .dropdown-menu {
    display: none;
  }
  .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
    display: block;
  }
  .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
  .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
  }
  .sidebar-collapse .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .sidebar-collapse .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #ffffff;
  }
  .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 7px;
  }
  .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
    width: 17px;
    transition: width 0.2s linear;
  }
  .sidebar-collapse
    .navbar.bg-white:not(.navbar-transparent)
    .navbar-toggler-bar {
    background: #888;
  }
  .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
    width: 24px;
  }
  .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 5px;
  }
  .sidebar-collapse .bar1,
  .sidebar-collapse .bar2,
  .sidebar-collapse .bar3 {
    outline: 1px solid transparent;
  }
  .sidebar-collapse .bar1 {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    -moz-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .sidebar-collapse .bar2 {
    opacity: 1;
  }
  .sidebar-collapse .bar3 {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    -moz-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .sidebar-collapse .toggled .bar1 {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0s;
    -moz-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .sidebar-collapse .toggled .bar2 {
    opacity: 0;
  }
  .sidebar-collapse .toggled .bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    -moz-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @keyframes topbar-x {
    0% {
      top: 0px;
      transform: rotate(0deg);
    }
    45% {
      top: 6px;
      transform: rotate(145deg);
    }
    75% {
      transform: rotate(130deg);
    }
    100% {
      transform: rotate(135deg);
    }
  }
  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
    }
    75% {
      -webkit-transform: rotate(130deg);
    }
    100% {
      -webkit-transform: rotate(135deg);
    }
  }
  @-moz-keyframes topbar-x {
    0% {
      top: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -moz-transform: rotate(145deg);
    }
    75% {
      -moz-transform: rotate(130deg);
    }
    100% {
      -moz-transform: rotate(135deg);
    }
  }
  @keyframes topbar-back {
    0% {
      top: 6px;
      transform: rotate(135deg);
    }
    45% {
      transform: rotate(-10deg);
    }
    75% {
      transform: rotate(5deg);
    }
    100% {
      top: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
    }
    45% {
      -webkit-transform: rotate(-10deg);
    }
    75% {
      -webkit-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes topbar-back {
    0% {
      top: 6px;
      -moz-transform: rotate(135deg);
    }
    45% {
      -moz-transform: rotate(-10deg);
    }
    75% {
      -moz-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -moz-transform: rotate(0);
    }
  }
  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      transform: rotate(-145deg);
    }
    75% {
      transform: rotate(-130deg);
    }
    100% {
      transform: rotate(-135deg);
    }
  }
  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
    }
    75% {
      -webkit-transform: rotate(-130deg);
    }
    100% {
      -webkit-transform: rotate(-135deg);
    }
  }
  @-moz-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -moz-transform: rotate(-145deg);
    }
    75% {
      -moz-transform: rotate(-130deg);
    }
    100% {
      -moz-transform: rotate(-135deg);
    }
  }
  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      transform: rotate(-135deg);
    }
    45% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
    }
    45% {
      -webkit-transform: rotate(10deg);
    }
    75% {
      -webkit-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -moz-transform: rotate(-135deg);
    }
    45% {
      -moz-transform: rotate(10deg);
    }
    75% {
      -moz-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -moz-transform: rotate(0);
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
    width: 300px;
  }
  .sidebar-collapse .wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .sidebar-collapse #bodyClick {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 1;
    top: 0;
    left: auto;
    right: 300px;
    content: "";
    z-index: 9999;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .sidebar-collapse.menu-on-left .navbar-collapse {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  .nav-open .sidebar-collapse .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .nav-open .sidebar-collapse .wrapper {
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
    -o-transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
  .nav-open .sidebar-collapse .navbar-translate {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .nav-open .sidebar-collapse.menu-on-left .wrapper {
    -webkit-transform: translate3d(150px, 0, 0);
    -moz-transform: translate3d(150px, 0, 0);
    -o-transform: translate3d(150px, 0, 0);
    -ms-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }
  .nav-open .sidebar-collapse.menu-on-left #bodyClick {
    right: auto;
    left: 300px;
  }
  .bootstrap-collapse .navbar .navbar-collapse {
    background: none !important;
  }
  .bootstrap-collapse .navbar .navbar-nav {
    margin-top: 53px;
  }
  .bootstrap-collapse .navbar .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
    top: 0;
    height: 53px;
  }
  .bootstrap-collapse .navbar .dropdown.show .dropdown-menu,
  .bootstrap-collapse .navbar .dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin: 0 1rem;
    margin-bottom: 15px;
    padding-top: 0;
    height: 150px;
    overflow-y: scroll;
  }
  .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before,
  .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
    display: none;
  }
  .bootstrap-collapse .navbar .dropdown .dropdown-item {
    padding-left: 2.5rem;
  }
  .bootstrap-collapse .navbar .dropdown .dropdown-menu {
    display: none;
  }
  .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
    display: block;
  }
  .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
  .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
  }
  .bootstrap-collapse .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .bootstrap-collapse .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #ffffff;
  }
  .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 7px;
  }
  .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
    width: 17px;
    transition: width 0.2s linear;
  }
  .bootstrap-collapse
    .navbar.bg-white:not(.navbar-transparent)
    .navbar-toggler-bar {
    background: #888;
  }
  .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
    width: 24px;
  }
  .bootstrap-collapse
    .navbar
    .toggled
    .navbar-toggler-bar
    + .navbar-toggler-bar {
    margin-top: 5px;
  }
  .bootstrap-collapse .bar1,
  .bootstrap-collapse .bar2,
  .bootstrap-collapse .bar3 {
    outline: 1px solid transparent;
  }
  .bootstrap-collapse .bar1 {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    -moz-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .bootstrap-collapse .bar2 {
    opacity: 1;
  }
  .bootstrap-collapse .bar3 {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    -moz-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .bootstrap-collapse .toggled .bar1 {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0s;
    -moz-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .bootstrap-collapse .toggled .bar2 {
    opacity: 0;
  }
  .bootstrap-collapse .toggled .bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    -moz-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @keyframes topbar-x {
    0% {
      top: 0px;
      transform: rotate(0deg);
    }
    45% {
      top: 6px;
      transform: rotate(145deg);
    }
    75% {
      transform: rotate(130deg);
    }
    100% {
      transform: rotate(135deg);
    }
  }
  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
    }
    75% {
      -webkit-transform: rotate(130deg);
    }
    100% {
      -webkit-transform: rotate(135deg);
    }
  }
  @-moz-keyframes topbar-x {
    0% {
      top: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -moz-transform: rotate(145deg);
    }
    75% {
      -moz-transform: rotate(130deg);
    }
    100% {
      -moz-transform: rotate(135deg);
    }
  }
  @keyframes topbar-back {
    0% {
      top: 6px;
      transform: rotate(135deg);
    }
    45% {
      transform: rotate(-10deg);
    }
    75% {
      transform: rotate(5deg);
    }
    100% {
      top: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
    }
    45% {
      -webkit-transform: rotate(-10deg);
    }
    75% {
      -webkit-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes topbar-back {
    0% {
      top: 6px;
      -moz-transform: rotate(135deg);
    }
    45% {
      -moz-transform: rotate(-10deg);
    }
    75% {
      -moz-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -moz-transform: rotate(0);
    }
  }
  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      transform: rotate(-145deg);
    }
    75% {
      transform: rotate(-130deg);
    }
    100% {
      transform: rotate(-135deg);
    }
  }
  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
    }
    75% {
      -webkit-transform: rotate(-130deg);
    }
    100% {
      -webkit-transform: rotate(-135deg);
    }
  }
  @-moz-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -moz-transform: rotate(-145deg);
    }
    75% {
      -moz-transform: rotate(-130deg);
    }
    100% {
      -moz-transform: rotate(-135deg);
    }
  }
  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      transform: rotate(-135deg);
    }
    45% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
    }
    45% {
      -webkit-transform: rotate(10deg);
    }
    75% {
      -webkit-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -moz-transform: rotate(-135deg);
    }
    45% {
      -moz-transform: rotate(10deg);
    }
    75% {
      -moz-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -moz-transform: rotate(0);
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .profile-photo .profile-photo-small {
    margin-left: -2px;
  }
  .button-dropdown {
    display: none;
  }
  .section-nucleo-icons .container .row > [class*="col-"]:first-child {
    text-align: center;
  }
  .footer .copyright {
    text-align: right;
  }
  .section-nucleo-icons .icons-container {
    margin-top: 65px;
  }
  .navbar-nav .nav-link i.fa,
  .navbar-nav .nav-link i.now-ui-icons {
    opacity: 0.5;
  }
  .section-images {
    height: 500px;
    max-height: 500px;
  }
  .section-images .hero-images-container {
    max-width: 500px;
  }
  .section-images .hero-images-container-1 {
    right: 10%;
    top: 68%;
    max-width: 269px;
  }
  .section-images .hero-images-container-2 {
    right: 5%;
    max-width: 135px;
    top: 93%;
  }
  .navbar .navbar-nav.navbar-logo {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .burger-menu .navbar-collapse {
    position: fixed;
    display: block;
    top: 0;
    height: 100% !important;
    width: 300px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    max-height: none !important;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .burger-menu .navbar-collapse:before {
    background: #f96332;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f96332 0%, #000 80%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f96332 0%, #000 80%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f96332 0%, #000 80%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f96332 0%, #000 80%);
    /* Standard syntax (must be last) */
    opacity: 0.76;
    filter: alpha(opacity=76);
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .burger-menu .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
    margin: 0 1rem;
    margin-top: 0.3125rem;
  }
  .burger-menu
    .navbar-collapse
    .navbar-nav:not(.navbar-logo)
    .nav-link:not(.btn) {
    color: #ffffff;
  }
  .burger-menu .navbar-collapse .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .burger-menu .navbar .navbar-nav {
    margin-top: 53px;
  }
  .burger-menu .navbar .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .burger-menu .navbar .navbar-nav.navbar-logo {
    top: 0;
    height: 53px;
  }
  .burger-menu .navbar .dropdown.show .dropdown-menu,
  .burger-menu .navbar .dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin: 0 1rem;
    margin-bottom: 15px;
    padding-top: 0;
    height: 150px;
    overflow-y: scroll;
  }
  .burger-menu .navbar .dropdown.show .dropdown-menu:before,
  .burger-menu .navbar .dropdown .dropdown-menu:before {
    display: none;
  }
  .burger-menu .navbar .dropdown .dropdown-item {
    padding-left: 2.5rem;
  }
  .burger-menu .navbar .dropdown .dropdown-menu {
    display: none;
  }
  .burger-menu .navbar .dropdown.show .dropdown-menu {
    display: block;
  }
  .burger-menu .navbar .dropdown-menu .dropdown-item:focus,
  .burger-menu .navbar .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
  }
  .burger-menu .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .burger-menu .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #ffffff;
  }
  .burger-menu .navbar .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 7px;
  }
  .burger-menu .navbar .navbar-toggler-bar.bar2 {
    width: 17px;
    transition: width 0.2s linear;
  }
  .burger-menu .navbar.bg-white:not(.navbar-transparent) .navbar-toggler-bar {
    background: #888;
  }
  .burger-menu .navbar .toggled .navbar-toggler-bar {
    width: 24px;
  }
  .burger-menu .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 5px;
  }
  .burger-menu .bar1,
  .burger-menu .bar2,
  .burger-menu .bar3 {
    outline: 1px solid transparent;
  }
  .burger-menu .bar1 {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    -moz-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .burger-menu .bar2 {
    opacity: 1;
  }
  .burger-menu .bar3 {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    -moz-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .burger-menu .toggled .bar1 {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0s;
    -moz-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .burger-menu .toggled .bar2 {
    opacity: 0;
  }
  .burger-menu .toggled .bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    -moz-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @keyframes topbar-x {
    0% {
      top: 0px;
      transform: rotate(0deg);
    }
    45% {
      top: 6px;
      transform: rotate(145deg);
    }
    75% {
      transform: rotate(130deg);
    }
    100% {
      transform: rotate(135deg);
    }
  }
  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
    }
    75% {
      -webkit-transform: rotate(130deg);
    }
    100% {
      -webkit-transform: rotate(135deg);
    }
  }
  @-moz-keyframes topbar-x {
    0% {
      top: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      top: 6px;
      -moz-transform: rotate(145deg);
    }
    75% {
      -moz-transform: rotate(130deg);
    }
    100% {
      -moz-transform: rotate(135deg);
    }
  }
  @keyframes topbar-back {
    0% {
      top: 6px;
      transform: rotate(135deg);
    }
    45% {
      transform: rotate(-10deg);
    }
    75% {
      transform: rotate(5deg);
    }
    100% {
      top: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
    }
    45% {
      -webkit-transform: rotate(-10deg);
    }
    75% {
      -webkit-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes topbar-back {
    0% {
      top: 6px;
      -moz-transform: rotate(135deg);
    }
    45% {
      -moz-transform: rotate(-10deg);
    }
    75% {
      -moz-transform: rotate(5deg);
    }
    100% {
      top: 0px;
      -moz-transform: rotate(0);
    }
  }
  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      transform: rotate(-145deg);
    }
    75% {
      transform: rotate(-130deg);
    }
    100% {
      transform: rotate(-135deg);
    }
  }
  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
    }
    75% {
      -webkit-transform: rotate(-130deg);
    }
    100% {
      -webkit-transform: rotate(-135deg);
    }
  }
  @-moz-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -moz-transform: rotate(0deg);
    }
    45% {
      bottom: 6px;
      -moz-transform: rotate(-145deg);
    }
    75% {
      -moz-transform: rotate(-130deg);
    }
    100% {
      -moz-transform: rotate(-135deg);
    }
  }
  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      transform: rotate(-135deg);
    }
    45% {
      transform: rotate(10deg);
    }
    75% {
      transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      transform: rotate(0);
    }
  }
  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
    }
    45% {
      -webkit-transform: rotate(10deg);
    }
    75% {
      -webkit-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
    }
  }
  @-moz-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -moz-transform: rotate(-135deg);
    }
    45% {
      -moz-transform: rotate(10deg);
    }
    75% {
      -moz-transform: rotate(-5deg);
    }
    100% {
      bottom: 0px;
      -moz-transform: rotate(0);
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .burger-menu [class*="navbar-expand-"] .navbar-collapse {
    width: 300px;
  }
  .burger-menu .wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .burger-menu #bodyClick {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 1;
    top: 0;
    left: auto;
    right: 300px;
    content: "";
    z-index: 9999;
    overflow-x: hidden;
    background-color: transparent;
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  .nav-open .burger-menu .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .burger-menu .navbar-collapse {
    display: block !important;
  }
  .burger-menu .navbar-collapse .navbar-nav {
    margin-top: 53px;
    height: 100%;
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .burger-menu .navbar-collapse .navbar-nav .nav-item {
    margin: 0;
  }
  .burger-menu.menu-on-left .navbar-collapse {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  .burger-menu [class*="navbar-expand-"] .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .burger-menu [class*="navbar-expand-"] .navbar-toggler {
    display: inline-block;
  }
  .burger-menu .section-navbars .navbar-collapse {
    display: none !important;
  }
  .nav-open .burger-menu.menu-on-left .navbar .navbar-translate {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }
  .nav-open .burger-menu .navbar .navbar-translate {
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }
  .nav-open .burger-menu.menu-on-left .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .nav-open .burger-menu.menu-on-left #bodyClick {
    right: auto;
    left: 300px;
  }
  .burger-menu.menu-on-left .navbar-brand {
    float: right;
    margin-right: 0;
    margin-left: 1rem;
  }
  .navbar-nav .nav-link.profile-photo {
    padding: 0;
    margin: 7px 0.7rem;
  }
  .navbar-nav .nav-link.btn:not(.btn-sm) {
    margin: 0;
  }
  .navbar-nav .nav-item:not(:last-child) {
    margin-right: 5px;
  }
  .section-nucleo-icons .icons-container {
    margin: 0 0 0 auto;
  }
  .dropdown-menu .dropdown-item {
    color: inherit;
  }
  .footer .copyright {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .image-container.image-right {
    top: 80px;
    margin-left: -100px;
    margin-bottom: 130px;
  }
  .image-container.image-left {
    margin-right: -100px;
  }
}

@media screen and (max-width: 768px) {
  .image-container.image-left {
    margin-bottom: 220px;
  }
  .image-container.image-left p.blockquote {
    margin: 0 auto;
    position: relative;
    right: 0;
  }
  .nav-tabs {
    display: inline-block;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
  }
  .nav-tabs .nav-item > .nav-link {
    margin-bottom: 5px;
  }
  .landing-page .section-story-overview .image-container:nth-child(2) {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .navbar[class*="navbar-expand-"] .container {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .copyright {
    text-align: center;
  }
  .section-nucleo-icons .icons-container i {
    font-size: 30px;
  }
  .section-nucleo-icons .icons-container i:nth-child(6) {
    font-size: 48px;
  }
  .page-header .container h6.category-absolute {
    width: 90%;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .section-images .hero-images-container-1 {
    right: 9%;
    max-width: 370px;
  }
  .section-images .hero-images-container-2 {
    right: 2%;
    max-width: 216px;
  }
}

@media screen and (max-width: 768px) {
  .section-images {
    height: 300px;
    max-height: 300px;
  }
  .section-images .hero-images-container {
    max-width: 380px;
  }
  .section-images .hero-images-container-1 {
    right: 7%;
    top: 87%;
    max-width: 210px;
  }
  .section-images .hero-images-container-2 {
    right: 1%;
    max-width: 133px;
    top: 99%;
  }
}

@media screen and (max-width: 517px) {
  .alert .alert-icon {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .section-images .hero-images-container-1 {
    top: 51%;
    right: 21%;
  }
  .section-images .hero-images-container-2 {
    top: 66%;
    right: 14%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .section-images .hero-images-container,
  .section-images .hero-images-container-1,
  .section-images .hero-images-container-2 {
    margin-top: -15vh;
    margin-left: 80px;
  }
  .section-images .hero-images-container {
    max-width: 300px;
  }
  .section-images .hero-images-container-1 {
    right: 28%;
    top: 40%;
  }
  .section-images .hero-images-container-2 {
    right: 21%;
    top: 55%;
  }
  .index-page .category-absolute {
    top: 90vh;
  }
}

@media screen and (max-width: 580px) {
  .alert button.close {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
  gap: 0.5rem;
  font-size: 0.9em;
}

.page-number,
.page-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  color: #a3917f;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.page-number:hover,
.page-arrow:hover {
  background: -webkit-linear-gradient(#2ec4b1, #82ccc3);
  color: #fff;
  border-color: transparent;
}

.page-number.active {
  background: -webkit-linear-gradient(#2ec4b1, #82ccc3);
  color: #fff;
  border-color: transparent;
  font-weight: 600;
}

.page-arrow {
  background: #f8efef8c;
}

.page-arrow i {
  font-size: 1.2em;
}



/* Responsive Design */
@media (max-width: 768px) {
  .pagination {
    gap: 0.3rem;
    font-size: 0.8em;
  }

  .page-number,
  .page-arrow {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 576px) {
  .pagination {
    flex-wrap: wrap;
    gap: 0.2rem;
  }

  .page-number,
  .page-arrow {
    width: 1.8rem;
    height: 1.8rem;
  }

  .page-dots {
    margin: 0 0.3rem;
  }
}

.price-range-wrapper {
  direction: rtl;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}

.price-values {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 15px;
  color: #51311d;
  margin-bottom: 15px;
}

.slider-track-container {
  position: relative;
  height: 36px;
}

.slider-track {
  position: absolute;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #cceff1;
  border-radius: 4px;
  width: 100%;
  z-index: 1;
}

input[type="range"] {
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 36px;
  background: none;
  pointer-events: none;
  z-index: 2;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #51311d;
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  z-index: 3;
}

input[type="range"]::-moz-range-thumb {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #51311d;
  border: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.3s ease;
}




/* start main */































/* اتمام باکس ها */
/* شروع عکسای ردیفی */

/* .box__image--blocko{
    width: 100%;
    
}

/* .image__link--clik{
   text-decoration: none;
   margin: 0;
} */










/* اتمام باکس عکس */
/* شروع باکس خرید محصول  */
























/* .border_--tob::after{
    content: '';
    width: 100%;
    height: 1%;
    right: 0;
    top: 0;
    background: #ff2525;
    position: absolute;
} */

.img {
  width: 100%;
}




/* اتمام باکس خرید */
/* استارت باکس ایکونا */






/* .bi{
    width: 50%;
    margin: 1rem;
    fill:#02e2ff;
} */






/* اتمام باکس ایکون */
/* استارت باکس محصولات */























.margin {
  margin-right: 1rem;
}
/* start box jadid */












/* اتمام صقحه اصلی */
/* start footer */














































.text--center {
  text-align: center;
  padding: 1.2rem;
  color: #817f7f;
  font-size: 1.1em;
}
.slider_main .prev-slide {
  width: 25px;
  height: 25px;
  background: #51311d;
  border-radius: 90px;
  text-align: center;
  color: #f9f9f9;
  padding: 4px;
}
.slider_main .next-slide {
  width: 25px;
  height: 25px;
  background: #51311d;
  border-radius: 90px;
  text-align: center;
  color: #f9f9f9;
  padding: 4px;
}
.slider_main .owl-nav {
  position: absolute;
  bottom: 5px;
  right: 10px;
  transition: all 0.2s;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot:focus {
  border: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

.owl-theme .owl-nav [class*="owl-"]:focus {
  border: none;
}
button:focus {
  outline: none;
}
.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 "Nucleo Outline";
  font-size: inherit;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.now-ui-icons.circle {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.now-ui-icons.circle {
  border-radius: 50%;
}

/*------------------------
  list icons
-------------------------*/



.nc-icon-ul > li {
  position: relative;
}

.nc-icon-ul > li > .now-ui-icons {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}

.nc-icon-ul > li > .now-ui-icons.circle {
  top: -0.19047619em;
  left: -1.9047619em;
}

/*------------------------
  spinning icons
-------------------------*/

.now-ui-icons.spin {
  -webkit-animation: nc-icon-spin 2s infinite linear;
  -moz-animation: nc-icon-spin 2s infinite linear;
  animation: nc-icon-spin 2s infinite linear;
}

@-webkit-keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes nc-icon-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.now-ui-icons.ui-1_check:before {
  content: "\ea22";
}

.now-ui-icons.ui-1_email-85:before {
  content: "\ea2a";
}

.now-ui-icons.arrows-1_cloud-download-93:before {
  content: "\ea21";
}

.now-ui-icons.arrows-1_cloud-upload-94:before {
  content: "\ea24";
}

.now-ui-icons.arrows-1_minimal-down:before {
  content: "\ea39";
}

.now-ui-icons.arrows-1_minimal-left:before {
  content: "\ea3a";
}

.now-ui-icons.arrows-1_minimal-right:before {
  content: "\ea3b";
}

.now-ui-icons.arrows-1_minimal-up:before {
  content: "\ea3c";
}

.now-ui-icons.arrows-1_refresh-69:before {
  content: "\ea44";
}

.now-ui-icons.arrows-1_share-66:before {
  content: "\ea4c";
}

.now-ui-icons.business_badge:before {
  content: "\ea09";
}

.now-ui-icons.business_bank:before {
  content: "\ea0a";
}

.now-ui-icons.business_briefcase-24:before {
  content: "\ea13";
}

.now-ui-icons.business_bulb-63:before {
  content: "\ea15";
}

.now-ui-icons.business_chart-bar-32:before {
  content: "\ea1e";
}

.now-ui-icons.business_chart-pie-36:before {
  content: "\ea1f";
}

.now-ui-icons.business_globe:before {
  content: "\ea2f";
}

.now-ui-icons.business_money-coins:before {
  content: "\ea40";
}

.now-ui-icons.clothes_tie-bow:before {
  content: "\ea5b";
}

.now-ui-icons.design_vector:before {
  content: "\ea61";
}

.now-ui-icons.design_app:before {
  content: "\ea08";
}

.now-ui-icons.design_bullet-list-67:before {
  content: "\ea14";
}

.now-ui-icons.design_image:before {
  content: "\ea33";
}

.now-ui-icons.design_palette:before {
  content: "\ea41";
}

.now-ui-icons.design_scissors:before {
  content: "\ea4a";
}

.now-ui-icons.design-2_html5:before {
  content: "\ea32";
}

.now-ui-icons.design-2_ruler-pencil:before {
  content: "\ea48";
}

.now-ui-icons.emoticons_satisfied:before {
  content: "\ea49";
}

.now-ui-icons.files_box:before {
  content: "\ea12";
}

.now-ui-icons.files_paper:before {
  content: "\ea43";
}

.now-ui-icons.files_single-copy-04:before {
  content: "\ea52";
}

.now-ui-icons.health_ambulance:before {
  content: "\ea07";
}

.now-ui-icons.loader_gear:before {
  content: "\ea4e";
}

.now-ui-icons.loader_refresh:before {
  content: "\ea44";
}

.now-ui-icons.location_bookmark:before {
  content: "\ea10";
}

.now-ui-icons.location_compass-05:before {
  content: "\ea25";
}

.now-ui-icons.location_map-big:before {
  content: "\ea3d";
}

.now-ui-icons.location_pin:before {
  content: "\ea47";
}

.now-ui-icons.location_world:before {
  content: "\ea63";
}

.now-ui-icons.media-1_album:before {
  content: "\ea02";
}

.now-ui-icons.media-1_button-pause:before {
  content: "\ea16";
}

.now-ui-icons.media-1_button-play:before {
  content: "\ea18";
}

.now-ui-icons.media-1_button-power:before {
  content: "\ea19";
}

.now-ui-icons.media-1_camera-compact:before {
  content: "\ea1c";
}

.now-ui-icons.media-2_note-03:before {
  content: "\ea3f";
}

.now-ui-icons.media-2_sound-wave:before {
  content: "\ea57";
}

.now-ui-icons.objects_diamond:before {
  content: "\ea29";
}

.now-ui-icons.objects_globe:before {
  content: "\ea2f";
}

.now-ui-icons.objects_key-25:before {
  content: "\ea38";
}

.now-ui-icons.objects_planet:before {
  content: "\ea46";
}

.now-ui-icons.objects_spaceship:before {
  content: "\ea55";
}

.now-ui-icons.objects_support-17:before {
  content: "\ea56";
}

.now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f";
}

.now-ui-icons.education_agenda-bookmark:before {
  content: "\ea01";
}

.now-ui-icons.education_atom:before {
  content: "\ea0c";
}

.now-ui-icons.education_glasses:before {
  content: "\ea2d";
}

.now-ui-icons.education_hat:before {
  content: "\ea30";
}

.now-ui-icons.education_paper:before {
  content: "\ea42";
}

.now-ui-icons.shopping_bag-16:before {
  content: "\ea0d";
}

.now-ui-icons.shopping_basket:before {
  content: "\ea0b";
}

.now-ui-icons.shopping_box:before {
  content: "\ea11";
}

.now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d";
}

.now-ui-icons.shopping_credit-card:before {
  content: "\ea28";
}

.now-ui-icons.shopping_delivery-fast:before {
  content: "\ea27";
}

.now-ui-icons.shopping_shop:before {
  content: "\ea50";
}

.now-ui-icons.shopping_tag-content:before {
  content: "\ea59";
}

.now-ui-icons.sport_trophy:before {
  content: "\ea5d";
}

.now-ui-icons.sport_user-run:before {
  content: "\ea60";
}

.now-ui-icons.tech_controller-modern:before {
  content: "\ea26";
}

.now-ui-icons.tech_headphones:before {
  content: "\ea31";
}

.now-ui-icons.tech_laptop:before {
  content: "\ea36";
}

.now-ui-icons.tech_mobile:before {
  content: "\ea3e";
}

.now-ui-icons.tech_tablet:before {
  content: "\ea58";
}

.now-ui-icons.tech_tv:before {
  content: "\ea5e";
}

.now-ui-icons.tech_watch-time:before {
  content: "\ea62";
}

.now-ui-icons.text_align-center:before {
  content: "\ea05";
}

.now-ui-icons.text_align-left:before {
  content: "\ea06";
}

.now-ui-icons.text_bold:before {
  content: "\ea0e";
}

.now-ui-icons.text_caps-small:before {
  content: "\ea1b";
}

.now-ui-icons.gestures_tap-01:before {
  content: "\ea5a";
}

.now-ui-icons.transportation_air-baloon:before {
  content: "\ea03";
}

.now-ui-icons.transportation_bus-front-12:before {
  content: "\ea17";
}

.now-ui-icons.travel_info:before {
  content: "\ea04";
}

.now-ui-icons.travel_istanbul:before {
  content: "\ea34";
}

.now-ui-icons.ui-1_bell-53:before {
  content: "\ea0f";
}

.now-ui-icons.ui-1_calendar-60:before {
  content: "\ea1a";
}

.now-ui-icons.ui-1_lock-circle-open:before {
  content: "\ea35";
}

.now-ui-icons.ui-1_send:before {
  content: "\ea4d";
}

.now-ui-icons.ui-1_settings-gear-63:before {
  content: "\ea4e";
}

.now-ui-icons.ui-1_simple-add:before {
  content: "\ea4f";
}

.now-ui-icons.ui-1_simple-delete:before {
  content: "\ea54";
}

.now-ui-icons.ui-1_simple-remove:before {
  content: "\ea53";
}

.now-ui-icons.ui-1_zoom-bold:before {
  content: "\ea64";
}

.now-ui-icons.ui-2_chat-round:before {
  content: "\ea20";
}

.now-ui-icons.ui-2_favourite-28:before {
  content: "\ea2b";
}

.now-ui-icons.ui-2_like:before {
  content: "\ea37";
}

.now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b";
}

.now-ui-icons.ui-2_time-alarm:before {
  content: "\ea5c";
}

.now-ui-icons.users_circle-08:before {
  content: "\ea23";
}

.now-ui-icons.users_single-02:before {
  content: "\ea51";
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header {
  background: #fff;
  position: relative;
  z-index: 200;
}
.header-sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
}
.header-actions {
  width: 280px;
}


.header-wrapper {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #ececec;
}

.header-left {
  display: none;
}

.header-inner {
  font-family: "ModamWeb", sans-serif;
  font-weight: bold;
}

.header .mobile-login-link {
  display: none;
}

.header .shopping-bag {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ebebeb;
  width: 125px;
  height: 80px;
}
.header .shopping-bag:hover {
  text-decoration: none;
}
.header .shopping-bag-inner {
  display: flex;
  align-items: flex-end;
}
.header .shopping-bag-count {
  line-height: 1;
  padding-bottom: 3px;
}
.header .shopping-bag-count::before {
  content: "\00a0";
}

.header-actions {
  display: inline-block;
  height: 80px;
  width: 220px;
  border-bottom: 1px solid #ebebeb !important;
}
.header-actions > *:not(:first-child) {
  border-right: 1px solid #ebebeb;
}
.header-actions .newsletter-signup,
.header-actions .login {
  height: 48px;
  line-height: 47px;
}
.header-actions .newsletter-signup a,
.header-actions .login a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 13px;
  min-width: 42px;
  height: 100%;
  padding: 0 13px;
}
.header-actions .login {
  text-decoration: underline;
}



.header-search-inner > * {
  flex: 1 0 0%;
  padding: 30px;
}
.header-search-inner > *:not(:last-child) {
  border-right: 1px solid #ebebeb;
}






.header-newsletter-wrapper .btn-block {
  width: 100%;
}

.subscribe-form .newsletter-head a {
  text-decoration: underline;
}
.subscribe-form .newsletter-head p {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.subscribe-form .newsletter-head span {
  color: #999;
  font-family: "ModamWeb", sans-serif;
  font-size: 14px;
}


.subscribe-form .checkbox {
  padding: 20px;
}
.subscribe-form .checkbox label {
  color: #999;
  font-weight: bold;
}




.subscribe-form.form-success > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 auto;
  height: 100%;
}


.header-checkout .logo {
  position: static;
  float: none;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .header-actions {
    width: 200px;
  }
}

@media (max-width: 1023px) {
  .header-sticky {
    position: relative;
    top: unset;
    left: unset;
  }

  .header .header-actions,
  .header .nav {
    display: none;
  }

  .header-left {
    display: flex;
  }

  .header .mobile-login-link {
    display: flex;
    position: relative;
    float: right;
    border-left: 1px solid #ebebeb;
    width: 70px;
    height: 80px;
  }
  .header .mobile-login-link i {
    background-size: 14px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: calc(17px * 14 / 12);
    margin-top: -2px;
  }

  .header-search-wrapper {
    display: none;
  }
  .header-newsletter-wrapper {
    border-top: 1px solid #ebebeb;
  }
  .header-newsletter-inner {
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {
  .header .mobile-login-link {
    display: none;
  }
  .header .shopping-bag {
    border-left: 0 none;
    width: 70px;
    height: 50px;
  }
  .header-checkout {
    height: auto;
  }
}

/* ------------------------------------------------------------ *\
	Header Alt
\* ------------------------------------------------------------ */


.header-alt .logo {
  float: none;
  display: inline-block;
  margin: 44px 0 0;
}

@media (max-width: 1023px) {
  .header-alt {
    height: auto;
  }
  .header-alt .logo {
    position: static;
    transform: none;
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .header-alt .logo {
    margin-top: 10px;
  }
}

/* ------------------------------------------------------------ *\
	Mobile Search Menu
\* ------------------------------------------------------------ */


@media (max-width: 767px) {
  .mobile-search-menu {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.5s ease 0s;
    z-index: 300;
  }
  .mobile-search-head {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    column-gap: 15px;
    padding: 15px;
  }
  .mobile-search-close-btn {
    flex: 0 0 auto;
    background-color: transparent;
    display: inline-block;
    border: none;
    padding: 5px 10px;
  }
  .mobile-search-inline-form {
    flex: 1 1 auto;
    display: flex;
    column-gap: 4px;
    border: 1px solid #ebebeb;
  }
  .mobile-search-field {
    background-color: transparent;
    color: #262626;
    flex: 1 1 auto;
    font-family: "ModamWeb", sans-serif;
    font-weight: bold;
    border: none;
    height: 50px;
  }
  .mobile-search-field::placeholder {
    color: #8e8e8e;
  }
  .mobile-search-btn {
    background-color: transparent;
    flex: 0 0 auto;
    border: none;
    padding: 0 15px;
  }
  .mobile-search-submit-btn {
    order: -1;
  }
  .mobile-search-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    overflow: auto;
    padding: 15px;
  }
  .mobile-search-section-head {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 8px;
  }
  .mobile-search-heading {
    font-size: 16px;
  }
  .mobile-search-nav {
    font-family: "ModamWeb", sans-serif;
    font-weight: bold;
  }
  .mobile-search-section .product-items .product-item .product-item-title {
    font-size: 14px;
  }
  .mobile-search-menu.active {
    transform: translate(0);
  }
}

@media (max-width: 579px) {
  .mobile-search-field {
    height: 40px;
  }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main:not(.no-padding) {
  padding-bottom: 40px;
}


.main-checkout .cols {
  border-left: 0 none;
}

@media (max-width: 767px) {
  .main > .shell > * {
    border: solid #ebebeb;
    border-width: 0 1px;
  }

  .main-checkout .cols {
    border: 0 none;
  }
  .main-checkout .col:first-child {
    border: solid #ebebeb;
    border-width: 0 1px;
    overflow: hidden;
  }
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */



.search-primary.open .search-btn {
  opacity: 1;
}
.search-primary.open .search-field {
  opacity: 1;
  max-width: 2000px;
}
/* ------------------------------------------------------------ *\
	Search New
\* ------------------------------------------------------------ */
.search-new {
  position: absolute;
  top: 0;
  right: 0;
  left: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  text-align: right;
  transition: all 0.3s;
}
.search-new .search-new-field {
  font-weight: 500;
  width: 0;
  border: 0;
  padding: 10px 0 10px 0;
  transition: all 0.3s;
}
.search-new .search-new-field::-webkit-input-placeholder {
  color: #b5b5b5;
}
.search-new .search-new-field::-moz-placeholder {
  color: #b5b5b5;
}
.search-new .search-new-field::-ms-input-placeholder {
  color: #b5b5b5;
}
.search-new .search-new-field::placeholder {
  color: #b5b5b5;
}
.search-new .search-new-btn {
  position: absolute;
  top: 5px;
  right: 0;
  height: 36px;
  border: 0;
  width: 30px;
  background: transparent;
}
.search-new .search-clear-btn {
  position: absolute;
  top: 5px;
  right: 0;
  height: 36px;
  border: 0;
  width: 30px;
  background: transparent;
}
.showcountry {
  overflow: hidden;
  font-size: 14px;
  text-align: left;
}


@media (max-width: 1400px) {
  .showcountry {
    font-size: 13px;
  }
}

@media (max-width: 1080px) {
  .showcountry {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .showcountry {
    font-size: 14px;
  }
}

/* ------------------------------------------------------------ *\
    Search Inline
\* ------------------------------------------------------------ */


.search-inline form {
  position: relative;
  border: 1px solid #ebebeb;
  max-width: 100%;
  width: 540px;
  margin: 0 auto;
  padding: 0px 10px;
}



.search-inline #searchForm {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .search-inline {
    padding: 15px 20px;
  }
}

@media (max-width: 579px) {
  .search-inline {
    padding: 15px;
  }
  .search-inline .search-field {
    height: 40px;
  }
}

/* ------------------------------------------------------------ *\
    Search New
\* ------------------------------------------------------------ */

@media (min-width: 1023px) {
  .search-new {
    position: relative;
    top: 0;
    right: auto;
    left: auto;
    bottom: auto;
    height: 42px;
    padding-left: 20px;
    transform: none;
    overflow: hidden;
  }
  .search-new .search-new-field {
    width: 100%;
    padding: 10px 0px 0px 20px;
    display: block;
    appearance: none;
  }
  .search-new .search-new-btn {
    right: auto;
    left: 0;
    top: 0;
    height: 41px;
  }
  .search-new .search-clear-btn {
    left: auto;
    right: 0;
    top: 0;
    height: 41px;
  }
}

@media (min-width: 1200px) {
  .search-new {
    padding-right: 51px;
  }

  .search-new .search-new-btn {
    right: 13px;
  }
  .search-new .search-clear-btn {
    right: 13px;
  }
}
/* ------------------------------------------------------------ *\
    Nav Lang
\* ------------------------------------------------------------ */

@media (min-width: 1023px) {
  .nav-lang {
    border: 1px solid #ebebeb;
    border-right: none;
    border-top: none;
  }

  .nav-lang .currency,
  .nav-lang .region_display {
    line-height: 40px;
    text-align: center;
  }

  .nav-lang .region_display {
    display: block;
    text-align: left;
  }
  .nav-lang .region_display a {
    display: block;
  }

  .nav-lang .fs-dropdown-selected {
    max-width: 100%;
  }

  .nav-lang li {
    width: 204px;
  }
  .nav-lang li:last-child {
    width: 66px;
  }
}

@media (min-width: 1200px) {
  .nav-lang li {
    width: 220px;
  }
  .nav-lang li:last-child {
    width: 93px;
  }
}
/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */
.header .nav {
  font-family: "ModamWeb", "Arial", "ModamWeb", sans-serif;
  font-weight: normal;
}
.header-actions .nav-lang {
  display: none;
}

@media (min-width: 1024px) {
  .header .header-inner {
    flex: 1 1 auto;
    text-align: right;
    border-right: 1px solid #ebebeb;
  }
  .header .search-new {
    flex: 1 1 auto;
    height: 42px;
  }

  .header-actions {
    display: inline-flex;
    height: auto;
    width: calc(100% - 125px);
  }
  .header-actions .newsletter-signup,
  .header-actions .login {
    text-align: center;
    line-height: 42px;
    height: 42px;
  }
  .header-actions .login a span {
    display: none;
  }
  .header .nav-lang {
    float: right;
    height: 42px;
    line-height: 42px;
  }
  .header .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    top: initial;
    left: initial;
    margin-left: 0;
    width: calc(100% - 125px);
    height: 37px;
    transform: none;
  }
}

@media (min-width: 1200px) {
  .header-actions .login a span {
    display: inline;
  }
}
/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */

@media (min-width: 1024px) {
  .nav ul ul {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .nav ul ul:before {
    height: 1px;
  }
  .nav > ul > li {
    float: none;
    display: inline-block;
    text-align: left;
  }
}

/* ------------------------------------------------------------ *\
    Menu
\* ------------------------------------------------------------ */

@media (max-width: 767px) {
  .menu .search {
    display: block;
  }
}


/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */

.disabled {
  position: relative;
  opacity: 0.5;
  cursor: default;
}
.disabled label {
  cursor: default;
}

/* ------------------------------------------------------------ *\
    Icons
\* ------------------------------------------------------------ */

.ico-cross,
.ico-cross-small,
.ico-arrow-right-alt,
.ico-arrow-left-alt {
  display: inline-block;
  vertical-align: middle;
}

.ico-cross {
  background: url("../img/svg/ico-cross.svg") no-repeat 0 0;
  width: 19px;
  height: 19px;
}




/* ------------------------------------------------------------ *\
    Slider Images
\* ------------------------------------------------------------ */

.slider-images .owl-prev {
  opacity: 0;
  visibility: hidden;
}
.slider-images .owl-next {
  opacity: 0;
  visibility: hidden;
}







@media (max-width: 767px) {
  .slider-images .slider-prev,
  .slider-images .slider-next {
    opacity: 0;
    visibility: hidden;
  }

  .slider-images .owl-next,
  .slider-images .owl-prev {
    opacity: 1;
    visibility: visible;
  }
}
/* ------------------------------------------------------------ *\
    Header
\* ------------------------------------------------------------ */




.btn-back span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  margin-top: -2px;
}
.btn-back:hover span {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .header-card .btn-back {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.header-actions .login {
  position: relative;
}
.nav-lang li {
  width: 213px;
  position: relative;
}

.nav-lang .currency {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
  width: 84px;
  z-index: 999;
  pointer-events: none;
  background: #fff;
}
.nav-lang .userRegionSelect {
  opacity: 0;
  display: none;
}
.nav-lang .selectize-control.single .selectize-input {
  color: red;
}
.nav-lang .fs-dropdown-selected {
  max-width: 130px;
  padding-right: 10px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popover-bag {
  background: #fff;
  padding: 14px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  font-family: "ModamWeb", sans-serif;
  font-size: 13px;
  font-weight: bolder;
  text-align: left;
  line-height: 1.3;
  margin-top: 38px;
  z-index: 999;
}
.popover-bag.open {
  visibility: visible;
  opacity: 1;
}
.popover-bag .popover-title {
  text-transform: uppercase;
  font-family: "ModamWeb", "Arial", "ModamWeb", sans-serif;
}
.popover-bag .popover-head {
  padding-bottom: 15px;
}
.popover-bag .popover-content {
  margin-bottom: 20px;
}
.popover-bag .popover-btn,
.popover-btn-cancel {
  display: block;
  background: #595959;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  margin-top: 10px;
  font-family: "ModamWeb", "Arial", "ModamWeb", sans-serif;
  font-weight: 100;
}

.popover-bag-footer.open {
  visibility: visible;
  opacity: 1;
  width: 250px;
  height: 233px;
}




@media (max-width: 1023px) {
  .popover-bag {
    color: #000;
    width: 197px;
    bottom: 100%;
    z-index: 2;
  }
}
.filter .search {
  width: 410px;
}

.modal-pdp.open {
  visibility: visible;
  opacity: 1;
}
.modal-pdp .modal-content {
  background: #f7f7f5;
  max-width: 1120px;
  position: relative;
}

.modal-pdp .modal-body {
  padding: 0 0 0 20px;
}
.modal-pdp .modal-title {
  text-transform: uppercase;
}
.modal-pdp .product-image {
  margin-bottom: 0;
}
.modal-pdp .form-product-alt .form-actions {
  text-align: center;
}
.modal-pdp .form-product-alt .form-actions a {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  font-family: "ModamWeb", arial, serif;
}
.modal-pdp .product-items-primary {
  top: 20px;
}

@media (max-width: 1023px) {
  .modal-pdp .modal-body {
    padding: 0;
  }
  .modal-pdp .section-product-primary {
    padding: 0;
  }
  .modal-pdp .product-image {
    border-left: 0;
  }
  .modal-pdp .product-single-side {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .modal-pdp {
    padding: 0;
    display: block;
    position: absolute;
  }
  .modal-pdp .form-product-alt .form-actions {
    padding: 0;
  }
}
.form-mini-cart,
.mini-cart {
  width: 410px;
}
@media (max-width: 767px) {
  .form-mini-cart,
  .mini-cart {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .nav-lang li:last-child {
    width: 66px;
  }
}
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo {
  background: url("../img/zatr-logo.png")
    0 0 / contain no-repeat;
  float: inherit;
  width: 147px;
  height: 66px;
  margin: 6px 0px 0 20px;
  text-indent: -9999px;
}
.logo.logo-white {
  background-image: url(images/logonewwhite.png);
}

@media (max-width: 1200px) {
  .logo {
    margin-left: 27px;
  }
}

@media (max-width: 1023px) {
  .logo {
    position: absolute;
    left: 55%;
    top: 8px;
    margin: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .logo {
    top: 9px;
    width: 102px;
    height: 40px;
  }
}


@media (max-width: 1023px) {
  .btn-menu {
    display: block;
    width: 81px;
    height: 79px;
    border-right: 1px solid #e5e5e5;
    background: url("../img/btn-menu.png")
      no-repeat center center;
    background-size: 21px 18px;
  }
}

@media (max-width: 767px) {
  .btn-menu {
    background-size: 17.5px 15px;
    width: 46.5px;
    height: 50px;
    border-right: none;
  }

  .btn-search {
    display: block;
    position: relative;
    text-align: center;
    line-height: 50px;
    width: 40px;
    height: 50px;
  }
  .btn-search i {
    aspect-ratio: 13 / 14;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: auto;
  }
}



.ico-close {
  background: url(images/sprite/ico-close.png) no-repeat 0 0;
  width: 13px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-envelope {
  background:  url("../img/ico-envelope.png") no-repeat 0 0;
  width: 16px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-account {
  background:  url("../img/ico-account.png") no-repeat 0 0;
  width: 12px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-search-dark {
  background:  url("../img/ico-search-dark.png") no-repeat 0 0;
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

/* Screen Reader */
.screenreader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.screenreader-text:focus {
  color: black;
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
  margin: auto;
  overflow: auto;
  clip: auto;
  white-space: normal;
}
.ico-bag {
  background:  url("../img/ico-bag.png") no-repeat 0 0;
  width: 18px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nav > ul > li {
  margin: 0px 0px;
}
.nav a,
.nav .dropdown-button {
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}

.nav .nav-expand-section {
  background: #fff;
  display: flex;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s;
}
.nav:not(.search-open) > ul > li:hover .nav-expand-section {
  opacity: 1;
  visibility: visible;
}

.nav .nav-expand-column {
  display: flex;
  flex: 0 1 auto;
  padding: 15px 25px;
  text-align: right;
}
.nav .nav-expand-column > * {
  padding: 15px 25px;
}
.nav .nav-expand-image a {
  position: relative;
  border-bottom: none;
}
.nav .nav-expand-image img {
  display: block;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
}
.nav .nav-expand-image-overlay {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 20px;
}
.nav .nav-subnav-heading {
  color: #595959;
  font-family: "ModamWeb", sans-serif;
  font-size: 14px;
  margin-bottom: 1em;
}
.nav .nav-subnav-heading a {
  font-size: inherit;
}
.nav .nav-subnav-headlink {
  text-transform: none;
}
.nav .nav-subnav-row {
  display: flex;
  margin: 0 -25px;
}
.nav .nav-subnav-row ul {
  padding: 0 25px;
}

.nav .nav-images-column {
  margin-right: -30px;
}
.nav .nav-expand-column:not(.nav-images-column):not(:last-of-type) {
  border-right: 1px solid #ebebeb;
}

.nav > ul > li {
  margin: 0px 10px;
}
.nav ul ul {
  margin-top: 31px;
}
.nav ul ul:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 34px;
  content: "";
}
.nav ul ul li {
  margin-bottom: 8px;
}

@media (max-width: 1400px) {
  .nav a,
  .nav .dropdown-button {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .nav > ul > li {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (max-width: 1080px) {
  .nav > ul > li {
    margin-left: 3px;
    margin-right: 3px;
  }
  .nav a,
  .nav .dropdown-button {
    font-size: 11px;
  }
}

@media (min-width: 1024px) {
  .nav > ul > li:hover > a,
  .nav a:hover {
    border-bottom-color: #333;
    text-decoration: none;
  }
}

@media (max-width: 1023px) {
  .nav {
    position: static;
    margin: 0 0 25px 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .nav > ul > li {
    float: none;
    border-bottom: 1px solid #ebebeb;
    margin-left: 0px;
    margin-right: 0px;
  }
  .nav a,
  .nav .dropdown-button {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 2.5;
  }

  .nav ul li.has-dropdown > .dropdown-button {
    padding-right: 20px;
  }
  .nav ul li.has-dropdown > .dropdown-button .icon {
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
  }
  .nav ul li.has-dropdown > .dropdown-button.clicked .icon {
    transform: rotate(180deg);
  }

  .nav-expand-section {
    display: none;
  }

  .nav ul ul {
    position: static;
    display: none;
    width: auto;
    margin-top: 0;
    background: none;
    border: 0 none;
    opacity: 1;
    visibility: visible;
  }
  .nav ul ul li {
    padding-left: 20px;
  }
  .nav ul ul a,
  .nav ul ul .dropdown-button {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .nav {
    margin-bottom: 0;
  }
  .nav > ul > li ~ li {
    margin-top: 23px;
  }
}

/* ------------------------------------------------------------ *\
	Nav Lang
\* ------------------------------------------------------------ */

.nav-alt ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.nav-alt ul li {
  font-family: "ModamWeb", sans-serif;
  color: #6c6c6c;
}
.nav-alt a {
  color: #6c6c6c;
}
.nav-alt a:hover {
  color: #333;
}

/* ------------------------------------------------------------ *\
	Nav Lang
\* ------------------------------------------------------------ */

.nav-lang li {
  float: left;
  width: 50%;
}
.nav-lang li ~ li {
  border-left: 1px solid #ebebeb;
}

.nav-lang .fs-dropdown {
  margin: 0;
}
.nav-lang .fs-dropdown-selected {
  border: 0 none;
  box-shadow: none;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
}
.nav-lang .fs-dropdown-selected:after {
  display: none;
}
.nav-lang .fs-dropdown-selected:hover {
  text-decoration: underline;
}
.nav-lang .fs-dropdown-options {
  border-color: #ebebeb;
  width: calc(100% + 2px);
  margin-left: -1px;
  box-shadow: none;
}
.nav-lang .fs-dropdown-item {
  border: 0 none;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
}
.nav-lang .fs-dropdown-item_selected {
  text-decoration: underline;
}
.nav-lang .fs-dropdown-item:hover {
  text-decoration: underline;
}

.nav-lang .selectize-input:hover .item {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .nav-lang {
    margin-bottom: 50px;
  }
  .nav-lang .user_country {
    padding-left: 0px;
  }
  .showcountry {
    padding-left: 15px;
  }
  .nav-lang li {
    position: relative;
    width: auto;
    float: none;
    padding-left: 80px;
  }
  .nav-lang li ~ li {
    border: 0 none;
    margin-top: 3px;
  }
  .nav-lang > ul > li > span {
    position: absolute;
    left: 0;
    top: 0;
    color: #a6a6a6;
    font-family: "ModamWeb", sans-serif;
    font-size: 14px;
    line-height: 32px;
  }

  .nav-lang .fs-dropdown-selected {
    background: none;
    color: #f7f7f5;
    font-family: "ModamWeb", sans-serif;
    font-size: 14px;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .nav-lang {
    margin-bottom: 40px;
  }
  .nav-lang .fs-dropdown-selected {
    font-size: 16px;
  }
}

/* ------------------------------------------------------------ *\
	Nav Utilities
\* ------------------------------------------------------------ */


.nav-utilities li ~ li {
  margin-top: 19px;
}

@media (max-width: 1023px) {
  .nav-utilities {
    color: #000;
    font-size: 14px;
  }
  .nav-utilities ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-utilities li ~ li {
    margin-top: 0px;
  }
  .nav-utilities li {
    flex: 1 1 50%;
    margin-bottom: 10px;
    padding: 0px 10px;
  }
  .nav-utilities a {
    white-space: nowrap;
  }
}

body {
  direction: rtl;
  text-align: right;
  font-family: "ModamWeb", sans-serif;
  font-size: 14px;
  background-color: #fff;
  color: #000000;
  overflow-x: hidden;
}
a,
a:hover {
  color: #515151;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}









.default {
  width: 100%;
  height: auto;
  float: right;
}



button,
input,
optgroup,
select,
textarea {
  font-family: "ModamWeb", sans-serif;
}

/* header */
header.Masai-header {
  padding: 15px 0 0px 0;
  background-color: #fff;
}

/* ----------------- Start Header */
header.Masai-header .logo-area {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
  max-width: 175px;
  padding-right: 25px;
  max-height: 100%;
}

header.Masai-header .logo-area a {
  display: block;
}

header.Masai-header .logo-area a img {
  float: right;
  width: 100%;
}

header.Masai-header .search-area form.search {
  position: relative;
}

header.Masai-header .search-area form.search input {
  width: 70%;
  height: 100%;
  padding: 10px 50px 9px;
  line-height: 1.833;
  font-family: "ModamWeb", sans-serif;
  font-weight: 300;
  font-size: 13px;
  border-radius: 0px;
  background-color: #fff;
  border-bottom: 1px solid rgb(204, 204, 204);
  color: #474747;
  outline: none;
}

header.Masai-header .search-area form.search button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  margin-top: 1px;
  margin-right: 10px;
}

header.Masai-header .search-area form.search button img {
  width: 18px;
}
.dropdown-toggle::after {
  font-size: 16px;
}
header.Masai-header .dropdown {
  float: left;
  text-align: center;
  position: relative;
}
.colormain {
  background: -webkit-linear-gradient(#51311d, #a3917f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header.Masai-header .iconhead {
  font-size: 24px;
}
header.Masai-header .iconhead {
  float: left;
  text-align: center;
  position: relative;
  background: #51311d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header.Masai-header .cart a.btn-info i {
  float: right;
  font-size: 16px;
  margin-left: 6px;
}

header.Masai-header .cart .dropdown-toggle::after {
  vertical-align: unset;
}

header.Masai-header .cart .dropdown-menu {
  width: 300px;
  position: absolute;
  top: 35px !important;
  line-height: 40px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 2px 9px 0 hsla(0, 0%, 44%, 0.32);
  transform: none !important;
}

header.Masai-header .cart .dropdown-menu:before {
  display: none;
}

header.Masai-header .cart .dropdown-menu a {
  text-decoration: none;
}

header.Masai-header .cart .dropdown-menu .m_cart-header {
  position: relative;
  width: 100%;
  background: #a3917f;
  margin: 0px;
  padding: 8px;
  box-sizing: border-box;
  color: #fff;
}

header.Masai-header .cart .dropdown-menu .m_cart-total {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  direction: rtl;
  text-align: center;
  font-weight: 400;
}

header.Masai-header .cart .dropdown-menu .m_cart-total span:first-of-type {
  color: #fff;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 20px;
}

header.Masai-header .cart .dropdown-menu .m_cart-link {
  font-size: 11px;
  font-size: 0.786rem;
  line-height: 48px;
  color: #454545;
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: background-color 0.3s ease-in-out;
}

header.Masai-header .cart .dropdown-menu .m_cart-arrow {
  transform: rotate(45deg);
  border-left: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
  background-color: #fafafa;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -6.5px;
  left: 30px;
  transition: background-color 0.3s ease-in-out;
}

header.Masai-header .cart .dropdown-menu .m_cart-list {
  max-height: 450px;
  overflow: auto;
  list-style: none;
  margin-bottom: 0px !important;
}
header.Masai-header .cart .dropdown-menu .m_cart-list li {
  border-bottom: 1px solid #e6e6e6;
  height: 110px;
}
header.Masai-header .cart .dropdown-menu .m_cart-item {
  padding: 18px 20px 15px 0;
  position: relative;
  display: block;
}

header.Masai-header .cart .dropdown-menu .m_cart-item:last-of-type {
  border-bottom: none;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  border-radius: 50%;
  background-color: #eaeaea;
  width: 20px;
  height: 20px;
  border: none;
  z-index: 123;
  cursor: pointer;
  font-family: FontAwesome;
  outline: none;
}


.m_cart_li1 i {
  right: 28px;
  top: 18px;
}
.m_cart_li2 i {
  left: 68px;
  top: 18px;
}
.masai_dropdown .dropdown-menu {
  padding: 0 !important;
}

header.Masai-header .cart .dropdown-menu .m_cart-item i {
  position: absolute;

  width: 20px;
  height: 20px;
  padding: 4px 5px;
  border-radius: 15px;
  font-size: 14px;
  background-color: #ff6060;
  z-index: 99;
  color: #fff;
}
header.Masai-header .cart .dropdown-menu .m_cart-item i:hover {
  background-color: #fb1313;
  color: #fff;
}
header.Masai-header .cart .dropdown-menu .m_cart-item-content {
  width: 100%;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-content,
header.Masai-header .cart .dropdown-menu .m_cart-item-image {
  float: right;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-image {
  width: 60px;
  height: 60px;
  max-width: 60px;
  position: relative;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-image img {
  max-height: 100%;
  max-width: 100%;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-details {
  padding-right: 10px;
  float: right;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-title {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 20px;
  text-align: right;
  direction: rtl;
  color: #454545;
  max-width: 100%;
  font-weight: 700;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-params {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  text-align: right;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-props {
  font-size: 12px;
  line-height: 17px;
}

header.Masai-header .cart .dropdown-menu .m_cart-item-props span:first-of-type {
  color: #666;
}

header.Masai-header
  .cart
  .dropdown-menu
  .m_cart-item-props
  span:last-of-type:not(:first-of-type) {
  color: #959595;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e0e0e0;
}

header.Masai-header .cart .dropdown-menu .m_cart-submit {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 10px;
  border-radius: 0 0 8px 8px;
  background-color: #00bfd6;
  border-top: 1px solid #c6c6c6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ----------------- End Header */

/* ----------------- Start Main-Menu */
header.Masai-header .main-menu {
  width: 100%;
  float: right;
  background: #fff;
  margin-top: 15px;
  /* border-bottom: 2px solid #000; */
}

header.Masai-header .main-menu .list {
  width: 100%;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
  list-style: none;
  text-align: center;
}

header.Masai-header .main-menu .list .list-item {
  display: inline-block;
}

header.Masai-header .main-menu .list .list-item:first-child {
  margin-right: 0;
}

header.Masai-header .main-menu .list .list-item:not(:last-child) {
  margin-right: 0.5rem;
}

header.Masai-header .main-menu .list > .list-item {
  margin-right: 0;
}

header.Masai-header .main-menu .list > .list-item > a,
header.Masai-header .main-menu .list > .list-item > span {
  color: #616161;
  padding: 10px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: relative;
  top: 2px;
}

header.Masai-header .main-menu .list > .list-item > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-linear-gradient(#51311d, #a3917f);
}

header.Masai-header .main-menu .list > .list-item:hover > a {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

header.Masai-header .main-menu .list > .list-item:hover > a::before {
  width: 100%;
}

header.Masai-header .main-menu .list .list-item-has-children {
  position: relative;
}

header.Masai-header .main-menu .list .list-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 44px;
  right: 0;
  min-width: 220px;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  transition: all 0.2s ease-out;
}

header.Masai-header .main-menu .list .list-item-has-children > .sub-menu {
  box-shadow: 0 2px 9px 0 rgba(112, 112, 112, 0.32);
}

header.Masai-header .main-menu .list .list-item-has-children .sub-menu li {
  display: block;
  width: 100%;
  margin-right: 0;
}

header.Masai-header .main-menu .list .list-item-has-children .sub-menu a {
  display: block;
  padding: 4px 15px;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 2.27;
  font-weight: 300;
}

header.Masai-header .main-menu .list .list-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

header.Masai-header .main-menu .list .list-item.mega-menu {
  position: static;
}

header.Masai-header .main-menu .list .list-item.mega-menu .sub-menu {
  position: absolute;
  width: 100%;
  min-width: 100%;
  font-size: 12px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

header.Masai-header .main-menu .list .list-item.mega-menu > .sub-menu {
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 1077px;
  width: 1077px;
  z-index: 100000;
}

header.Masai-header .main-menu .list .list-item.mega-menu > .sub-menu.nav {
  display: unset;
}

header.Masai-header .main-menu .list .list-item.mega-menu > .sub-menu > li {
  float: right;
  width: 100%;
  padding-right: 15px;
}

header.Masai-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 li {
  width: 16.65%;
}

header.Masai-header .main-menu .list .list-item.mega-menu.mega-menu-col-5 img {
  position: absolute;
  left: 0px;
  z-index: -1;
  max-width: 250px;
  bottom: 0;
}

header.Masai-header
  .main-menu
  .list
  .list-item.mega-menu
  .sub-menu
  .now-ui-icons {
  margin-left: 2px;
  color: #1ca2bd;
  font-size: 10px;
  line-height: 1.833;
  float: right;
  margin-top: 8px;
}

header.Masai-header .main-menu .list .list-item.mega-menu .sub-menu a {
  line-height: 26px;
}

header.Masai-header .main-menu .list .list-item.mega-menu > .sub-menu > li > a {
  color: #00bfd6;
  display: inline-block;
  border-bottom: 1px dashed transparent;
  padding-right: 0;
  padding-left: 0;
}

header.Masai-header
  .main-menu
  .list
  .list-item.mega-menu
  > .sub-menu
  > li
  > a:hover {
  border-bottom: 1px dashed #00bfd6;
  background: 0 0 !important;
}

header.Masai-header
  .main-menu
  .list
  .list-item.mega-menu
  .sub-menu
  li
  a.main-list-item {
  color: #00bfd6 !important;
  display: inline-block;
  border-bottom: 1px dashed transparent;
  padding-right: 0;
  padding-left: 0;
}

header.Masai-header
  .main-menu
  .list
  .list-item.mega-menu
  .sub-menu
  li
  a.main-list-item:hover {
  border-bottom: 1px dashed #00bfd6;
  background: 0 0 !important;
}

header.Masai-header .main-menu .list .list-item.mega-menu .sub-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: static;
  width: 100%;
  box-shadow: none;
  background: 0 0 !important;
}

header.Masai-header
  .main-menu
  .list
  .list-item-has-children
  .sub-menu
  .sub-menu {
  right: 100%;
  top: 0;
}

header.Masai-header
  .main-menu
  .list
  .list-item.mega-menu
  .sub-menu
  .sub-menu
  li {
  width: 100%;
}

header.Masai-header
  .main-menu
  .list
  .list-item.mega-menu
  .sub-menu
  .sub-menu
  li
  a {
  color: #4a5f73;
}

header.Masai-header
  .main-menu
  .list
  .list-item.mega-menu
  .sub-menu
  .sub-menu
  li
  a:hover {
  font-weight: bold;
}

header.Masai-header
  .main-menu
  .list
  .list-item-has-children
  .sub-menu
  .list-item-has-children:hover
  > a {
  background: #f7fafc;
}

header.Masai-header .main-menu .list .list-item.mega-menu:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

header.Masai-header .main-menu .list .amazing-item {
  float: left;
  background-color: #4d4d4d;
}

/* ----------------- End Main-Menu */
nav.header-responsive {
  display: none;
  background-color: #fff;
  height: 110px;
}

nav.header-responsive ul {
  direction: rtl;
  text-align: right;
}

nav.header-responsive .navbar-translate {
  direction: ltr;
}

nav.header-responsive .search-nav {
  position: absolute;
  top: 50px;
  height: 40px;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

nav.header-responsive form {
  position: relative;
  direction: rtl;
  float: right;
  width: 70%;
  height: 40px;
}

nav.header-responsive form input {
  width: 100%;
  height: 100%;
  padding: 10px 50px 9px;
  line-height: 1.833;
  font-family: "ModamWeb", sans-serif;
  font-weight: 300;
  font-size: 13px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #474747;
  outline: none;
}

nav.header-responsive form button {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  background: none;
}

nav.header-responsive form button img {
  width: 25px;
}

nav.header-responsive .search-nav ul {
  width: 30%;
  float: left;
  text-align: left;
}

nav.header-responsive .search-nav ul li {
  float: left;
  text-align: center;
}

nav.header-responsive .search-nav ul li a {
  font-size: 16px;
  color: #212121 !important;
  background: transparent;
}

/* header */

/* main */
main.main {
  background-color: #fff;
}

.top-section img {
  object-fit: cover;
}


/* ----------------- Start Sidebar */
.pad_time_prod {
  padding: 43px 20px !important;
}
.widget,
.brand-slider {
  background: #fff;

  padding: 8px 15px 15px 15px;
  border: none;
  margin-bottom: 15px;
}

.widget .card-header,
.brand-slider .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  margin-bottom: 15px;
}

.widget .card-header .card-title,
.brand-slider .card-header .card-title {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.widget-banner {
  padding: 0;
  text-align: center;
  box-shadow: none;
  background: 0 0;
}

.widget-banner img {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  object-fit: cover;
}





.widget-services .feature-item img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}

.widget-bid-s .card-header {
  border-bottom: none;
}

.widget-bid-s #progressBar {
  height: 5px;
  background: #d4cabc;
  position: relative;
  border-radius: 80px;
  margin-top: 15px;
}

.widget-bid-s .slide-progress {
  box-shadow: 0 0 8px 0 rgba(255, 138, 138, 0.5);
  border-top-style: solid;
  border-width: 0;
  border-top-width: 4px;
  border-radius: 80px;
  border-color: #51311d;
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  display: inline-block;
  animation: progressbar 10s ease-in-out;
  animation-iteration-count: infinite;
}

#bid-s .item {
  direction: rtl;
}

#bid-s .item img {
  max-width: 209px !important;
  max-height: 196px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}

#bid-s .item .product-title {
  font-size: 13px;
  display: block !important;
}

#bid-s .item a {
  display: block;
  text-align: center;
}

#bid-s .item .product-title a {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 64px;
  line-height: 32px;
  height: 64px;
  text-decoration: none;
  color: #515151;
  font-weight: bold;
}

#bid-s .item .price {
  color: #51311d;
  font-size: 20px;
  text-align: center;
}

#bid-s .item .price > * {
  display: block;
}

#bid-s .item .price del {
  color: #979898;
  font-size: 13px;
}

.list-group {
  padding-right: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: none;
}

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

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.widget-product .card-header .card-title span,
.brand-slider .card-header .card-title span {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}

.view_more {
  width: 250px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: auto;
  margin-top: 30px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
  width: 270px;
}

.widget-product .card-header .card-title,
.brand-slider .card-header .card-title {
  padding-bottom: 0;
  line-height: 2;

  letter-spacing: 0px;
}
.widget-product .card-header .card-title img,
.brand-slider .card-header .card-title img {
  width: 50%;
}
.widget-product .product-carousel .carousel-item,
.brand-slider .product-carousel .carousel-item {
  display: inline-block;
  direction: rtl !important;
  text-align: center;
  padding: 5px;
}

.product-carousel .owl-item img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
  width: auto !important;
}

.widget-product .product-carousel .item,
.brand-slider .owl-carousel .item {
  display: inline-block;
  direction: rtl !important;
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .widget-product .product-carousel .owl-item,
  .brand-slider .owl-carousel .owl-item {
    border: 1px solid #fff;
    transition:
      transform 0.2s cubic-bezier(0.4, 0, 1, 1);
    background-color: #fff;
  }

  .widget-product .product-carousel .owl-item:hover,
  .brand-slider .owl-carousel .owl-item:hover {
    transform: translateY(-2px);
  }
}
.discount_badge {
  background-color: rgb(244, 67, 54);
  padding: 0 7px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
}
.widget-product .product-carousel .item .post-title,
.brand-slider .product-carousel .item .post-title {
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 64px;
  line-height: 32px;
  height: 64px;
}

.product_title {
  font-weight: 600;
  text-align: right;
  font-size: 13px;
  min-height: unset !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.widget-product .product-carousel .item .price,
.brand-slider .product-carousel .item .price {
  color: #51311d;
  font-size: 15px;
  height: 100px;
}

.widget-product .product-carousel .item .price del,
.brand-slider .product-carousel .item .price del {
  color: #979898;
  font-size: 12px;
  display: initial;
  width: 100%;
}

.widget-product .product-carousel .item ins,
.brand-slider .product-carousel .item ins {
  color: #51311d;
  font-size: 15px;
  height: 64px;
  text-decoration: none !important;
  display: block;
}

.widget-product .owl-carousel .owl-nav .owl-prev,
.brand-slider .owl-carousel .owl-nav .owl-prev,
.widget-product .owl-carousel .owl-nav .owl-next,
.brand-slider .owl-carousel .owl-nav .owl-next {
  width: 49px;
  height: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: unset;
  outline: none;
}

.widget-product .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: -20px;
  top: 50%;
  color: #fff;
  box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  background: #51311d;
  height: 50px;
}

.widget-product .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -20px;
  top: 50%;
  color: #fff;
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  background: #51311d;
  height: 50px;
}
.widget-product .owl-carousel .owl-nav .owl-prev:hover {
  background: #51311d;
  transition: 0.5s;
}

.widget-product .owl-carousel .owl-nav .owl-next:hover {
  background: #51311d;
  transition: 0.5s;
}
.widget-product .owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: all;
}

.widget-product .owl-carousel .owl-nav .owl-prev i,
.brand-slider .owl-carousel .owl-nav .owl-prev i,
.widget-product .owl-carousel .owl-nav .owl-next i,
.brand-slider .owl-carousel .owl-nav .owl-next i {
  font-size: 17px;
  color: #fff;
  line-height: 52px;
}

.brand-slider .owl-carousel .owl-item {
  text-align: center;
}

.brand-slider .owl-carousel .owl-item img {
  max-height: 70%;
  max-width: 70%;
  margin: 0 auto;
}

.brand-slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: -15px;
  top: 50%;
}

.brand-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -15px;
  top: 50%;
}

/* ----------------- End Sidebar */

/* ----------------- Start Main Slider */
#main-slider {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
}

#main-slider .carousel-indicators li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}

#main-slider .carousel-indicators li.active {
  background: #7acbc1;
}

#main-slider .carousel-control-next {
  left: 0;
  right: auto;
}

#main-slider .carousel-control-prev {
  right: 0;
  left: auto;
}

/* ----------------- Start Amazing Slider */

#offercarousel {
  margin-bottom: 15px;
  height: 420px;
  background: #fff;
}

#offercarousel > .row {
  height: 462px;
}

#offercarousel .carousel-indicators {
  right: auto;
  margin-right: 0;
  margin-left: 0;
  top: -50px;
  bottom: 0;
  margin-bottom: 0;

  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

#offercarousel .carousel-indicators li {
  display: block;
  width: 100%;
  height: 40px;
  margin-right: 0;
  margin-left: 0;
  text-indent: 0;
  padding: 10px;
  cursor: pointer;
  position: relative;
  background: 0 0;
  transition: all 0.2s ease-out;
  background-color: #d4cabc;
  margin-top: 1px;
}

#offercarousel .carousel-indicators .view-all {
  padding: 0;
  border-bottom-left-radius: 7px !important;
}

#offercarousel .carousel-indicators li.active {
  background: #51311d;
  color: #fff;
  border-bottom: none;
  border-radius: 8px !important;
}

#offercarousel .carousel-indicators li.active:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 30px;
  border-radius: 0px 30px 30px 0px;
  position: absolute;
  background: #51311d;
  right: -7px;
  top: 5px;
}

#offercarousel .carousel-indicators li span {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 32px;
  line-height: 32px;
  padding-left: 5px;
  padding-right: 5px;
}





#offercarousel .carousel-inner {
  position: relative;
}

#offercarousel .carousel-inner .carousel-item {
  margin-top: 63px;
  height: 399px;
}
#offercarousel .discount-percent {
  position: absolute;
  background: #51311d;
  width: 114px;
  color: #fff;
  /* display: inline-block; */
  padding: 4px 14px;
  border-radius: 40px;
  top: 75%;
  right: 35%;
}
.product_main_details .price {
  text-align: center;
}
.product_main_details .price del {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #c36661;
}

.product_main_details .price ins {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 10px;
}

#offercarousel .carousel-inner .carousel-item .row .left-col .price del {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #c3c3c3;
}

#offercarousel .carousel-inner .carousel-item .row .left-col .price ins {
  color: #51311d;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 34px;
}

.product_main_details .product-title {
  font-size: 22px;
  line-height: 41px;
}

#offercarousel .carousel-inner .carousel-item .row .left-col .product-title {
  font-size: 16px;
  line-height: 36px;
}

#offercarousel .carousel-inner .carousel-item .row .left-col .list-group {
  padding-right: 0;
}
.product_main_details .list-group .list-group-item {
  border: none;
  padding: 0;
  line-height: 30px;
}
#offercarousel
  .carousel-inner
  .carousel-item
  .row
  .left-col
  .list-group
  .list-group-item {
  border: none;
  padding: 0;
}
#params .list-group-item:before {
  content: "";
  font-size: 8px;
  position: relative;
  top: 8px;
  left: 7px;
  float: right;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7d8d9;
}
.product_main_details .list-group-item:before {
  content: "";
  font-size: 8px;
  position: relative;
  top: 8px;
  left: 7px;
  float: right;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7d8d9;
}

.product_main_details .txt_note i {
  padding-top: 3px;
  background-color: #7dcace;
  border-radius: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #e2f3f4;
}
#offercarousel
  .carousel-inner
  .carousel-item
  .row
  .left-col
  .list-group-item:before {
  content: "";
  font-size: 8px;
  position: relative;
  top: 8px;
  left: 7px;
  float: right;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7d8d9;
}

#offercarousel .countdown-timer {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 5px 40px;
  border-radius: 53px;
}

#offercarousel .countdown-timer .number_countdown {
  text-align: center;
  line-height: 45px;
  display: inline-block;
  font-size: 17px;
  width: 48px;
  height: 48px;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 15px;
  color: #000;
  border: 1px solid #979898;
  font-weight: 100;
}



#shegeft_1 .countdown-timer .number_countdown {
  text-align: center;
  line-height: 45px;
  display: inline-block;
  font-size: 17px;
  width: 48px;
  height: 48px;
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 15px;
  color: #000;
  border: 1px solid #979898;
  font-weight: 100;
}
#shegeft_1 .countdown-timer {
  position: absolute;
  left: 0;
  top: 35px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  padding: 5px 40px;
  border-radius: 53px;
}

#offercarousel .timer-title {
  margin-top: 4px;
  color: #979898;
  text-align: right;
}
#offercarousel .timer-title h5 {
  color: #51311d;
  text-align: right;
  font-weight: 400;
  letter-spacing: 0px;
}

.product_main_details .timer-title h5 {
  color: #51311d;
  text-align: right;
  font-weight: 400;
  letter-spacing: 0px;
}



#offercarousel .timer-title p {
  margin-top: -5px;
}
#offercarousel .imgfinish {
  position: absolute;
  width: 200px;

  margin: 0 auto;
  z-index: 9999;
}





#offercarousel-responsive {
  display: none;
}

#offercarousel-responsive hr {
  margin: 0;
}

#offercarousel-responsive .countdown-timer {
  direction: ltr;
  font-weight: bold;
  font-size: 20px;
}

#offercarousel-responsive .countdown-timer span {
  text-align: center;
  display: inline-block;
  padding: 5px;
  font-size: 17px;
  font-weight: 500;
}

.banner-ads .widget-banner {
  border-radius: 8px;
  background: #fff;
  border: none;
  margin-bottom: 15px;
  box-shadow: none;
  overflow: visible;
}

.banner-ads .widget-banner img {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}



.type_icon_finished {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 130px !important;
  height: 116px;
}
.type_icon_finished:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.type_icon_finished_detail {
  position: absolute;
  top: 55px;
  right: 60px;
  width: 200px !important;
  height: 186px;
}
/* main */

/* footer */
footer.main-footer {
  margin-top: 50px;
}

.back-to-top {
  display: inline-block;
  float: left;
  border-radius: 0px 20px 0px 0px;
  background-color: #fff;
  padding: 10px 8px;
}
.back-to-top span {
  color: #707271;
}
.back-to-top a {
  color: #515151 !important;
}

.back-to-top .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: -webkit-linear-gradient(#51311d, #a3917f);
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 35px;
}

footer.main-footer .footer-services .service-item {
  text-align: center;
  position: relative;
  font-size: 13px;

  color: #606060;
  letter-spacing: 0px;
  margin: auto;
}
footer.main-footer .footer-services img {
  background: #ffffff;
  border-radius: 100% 90% 20% 100%/75% 69% 80% 95%;
  box-sizing: border-box;
}

footer.main-footer ul li a::before {
  content: "";
  float: right;
  width: 7px;
  height: 7px;
  background: #48c6b6;
  border-radius: 50%;
  margin-top: 18px;
  margin-left: 8px;
}
footer.main-footer ul li a:hover {
  color: #a3917f;
}
footer.main-footer .License_img img {
  width: 120px;
}
footer.main-footer .about_footer {
  line-height: 35px;
  text-align: justify;
}
footer.main-footer .bg-map {
  position: relative;
  background-color: #fff;
  padding: 85px 0px 80px 0px;
}

footer.main-footer .bg-map:before {
  position: absolute;
  content: "";
  background: url("../img/map.png");
  width: 100%;
  height: 365px;
  opacity: 0.2;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

footer.main-footer .footer-widgets .widget-menu {
  background: 0 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 15px;
}

footer.main-footer .footer-widgets .widget-menu .card-header {
  border-bottom: 0;
}

footer.main-footer .footer-widgets .widget-menu .card-title {
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px solid #51311d;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.main-footer .footer-widgets .widget-menu .footer-menu li {
  line-height: 40px;
}

footer.main-footer .footer-widgets .newsletter {
  margin-top: 30px;
}

footer.main-footer .footer-widgets .newsletter form {
  position: relative;
}

footer.main-footer .footer-widgets .newsletter form .form-control {
  font-family: "ModamWeb", sans-serif;
  font-size: 13px;
  border-radius: 0px;
  color: #515151;
  padding: 7px !important;
  line-height: 2 !important;
  box-shadow: none;
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #979898;
  transition: all 0.2s ease-out;
}

footer.main-footer .footer-widgets .newsletter form .btn {
  position: absolute;
  top: -5px;
  left: -1px;
  border-radius: 7px;
  font-family: "ModamWeb", sans-serif;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #00bfd6;
  color: #fff;
}

footer.main-footer .footer-widgets .newsletter form .btn:focus,
footer.main-footer .footer-widgets .newsletter form .btn:active {
  background-color: #00bfd6;
  box-shadow: none !important;
}

footer.main-footer .footer-widgets .socials {
  margin-top: 30px;
}

footer.main-footer .footer-widgets .socials .footer-social {
  width: 159px;
  height: 45px;
  text-align: center;
  border-radius: 9px;
  background-image: linear-gradient(
    266deg,
    #4e60d3,
    #913baf 35%,
    #d52d88 68%,
    #f26d4f
  );
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  font-weight: 700;
  display: inline-block;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 45px;
  margin-bottom: 20px;
}

footer.main-footer .footer-widgets .socials .footer-social a {
  color: #fff;
}

footer.main-footer .footer-widgets .socials .footer-social a i {
  margin-left: 4px;
}

footer.main-footer .info {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #d7dee0;
}

footer.main-footer .info a {
  padding: 3px;
}

footer.main-footer .info div {
  margin-bottom: 10px;
}

footer.main-footer .info div.row {
  margin-bottom: 0;
}

footer.main-footer .description {
  background: #d7dee0;
  padding: 15px 0 0;
}

footer.main-footer .description .site-description .site-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #5d5959;
}

footer.main-footer .description .site-description p {
  text-align: justify;
  font-size: 12px;
  margin-bottom: 0;
  color: #535353;
}

footer.main-footer .description .symbol {
  text-align: center;
}

footer.main-footer .description .symbol a {
  padding: 15px;
  background: #f0f0f0;
  border: 1px solid #e5e5ea;
  border-radius: 3px;
  margin: 3px;
  display: inline-block;
}

footer.main-footer .footer-partners {
  padding: 0;
  margin: 20px 0 10px;
}

footer.main-footer .footer-partners li {
  list-style: none;
  float: right;
  text-align: center;
  margin-bottom: 10px;
}

footer.main-footer .footer-partners li img {
  width: 131px;
  height: 35px;
}

footer.main-footer .copyright {
  font-size: 12px;
  background: #d7dee0;
  text-align: center;
  padding: 15px 0;
}

footer.main-footer .copyright p {
  margin-bottom: 0;
  padding-top: 5px;
}

/* footer */

/* login---register---welcome Page */
.account-box {
  background: #fff;
  width: 389px;
  margin: 20px auto;
  /* border: 1px solid #dedede; */
  box-shadow: 1px 1px 15px 5px hsla(0, 0%, 71%, 0.11);
  position: relative;
  border-radius: 12px;
}

.account-box .logo {
  width: 156px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  text-align: center;
  line-height: 60px;
}

.account-box .logo img {
  height: 38px;
}



.account-box-content {
  padding: 0 30px;
}

.account-box-content .account-box-message h3 {
  font-size: 18px;
}

.account-box-content .account-box-message p {
  font-size: 14px;
}

.account-box-content .form-account {
  margin-top: 9px;
  margin-bottom: 9px;
}

.form-account-title {
  color: #656565;
  margin-bottom: 11px;
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 1.467;
}

.form-account-row {
  margin: 0 0px 23px;
}

.form-account-row.with-icon .input-field.text-right {
  padding-right: 60px;
}

.form-account-row.with-icon .input-field.text-right::placeholder {
  padding-right: 0;
}

.account-box-content .form-account-row {
  margin-bottom: 9px;
}



.input-label i:before {
  position: absolute;
  right: 17px;
  top: 12px;
  color: #929292;
  font-size: 26px;
}

.account-box-content .ui-input:before {
  top: 9px;
}









.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
  direction: ltr;
  color: #777;
}

.account-box-content .ui-input-field,
.account-box-content .dk-selectric-input {
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: "ModamWeb", sans-serif;
}











.account-box-content .form-account-link {
  margin: 0;
  float: left;
}

.form-account-submit button {
  width: 100%;
}

.form-account .btn-login,
.form-account .btn-password-change,
.form-account .btn-user-add,
.form-account .btn-user-lock {
  width: 100%;
  text-align: center;
}

.form-account-agree {
  padding-right: 30px;
  position: relative;
  font-size: 13px;
  line-height: 2.77;
  margin: -12px 0 15px;
}

.account-box-content .form-account-agree {
  margin: -3px 0 7px;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2.5;
  color: #5c5c5c;
}

.account-box-content .form-account-agree label {
  cursor: pointer;
}

.checkbox-form {
  width: 19px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.checkbox-primary {
  width: 22px;
  height: 22px;
}

.form-account-agree .checkbox-form {
  position: absolute;
  right: 0;
  top: 8px;
}

.checkbox-form input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.checkbox-check {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #d8d8d8;
}

.checkbox-primary .checkbox-check {
  border: 1px solid #51311d;
}

.checkbox-form .input-checkbox:checked + .checkbox-check,
.checkbox-form input[type="checkbox"]:checked + .checkbox-check {
  background: #a3917f;
  border: 1px solid #51311d;
}

.checkbox-form .input-checkbox:checked + .checkbox-check:before,
.checkbox-form input[type="checkbox"]:checked + .checkbox-check:before {
  content: "\ea22";
  font: normal normal normal 32px/1 "Nucleo Outline";
  position: absolute;
  left: 3px;
  top: -5px;
  color: #000;
  font-size: 24px;
}



.mini-footer ul {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}

.mini-footer ul li {
  display: inline-block;
}

.mini-footer ul li a {
  padding-right: 7px;
  padding-left: 7px;
  color: #7f7f7f;
}



.mini-footer .copyright-bar p {
  margin-bottom: 0;
}









.account-box-message h3 {
  margin-bottom: 20px;
  color: #444;
  font-size: 19px;
  font-size: 1.357rem;
  line-height: 1.158;
}

.account-box-message p {
  font-size: 15px;
  font-size: 1.071rem;
  line-height: 2;
  color: #727272;
  margin-bottom: 10px;
}



.account-box-message-links li {
  margin: 7px 0 10px;
}

.account-box-message-links li a {
  font-size: 18px;
}





/* login---register---welcome---checkout Page */

/* Search Page */
.sidebar-page .box {
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(110, 134, 216, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 0 20px;
}

.sidebar-page .box .box-header {
  position: relative;
  color: #535353;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571;
  padding: 8px 16px 10px 15px;
  border-bottom: 1px solid #f2f2f2;
  margin-right: 6px;
  margin-left: 6px;
}

.box-content {
  padding: 10px 13px 8px 12px;
}

.ui-input {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 22px;
}













.box .bootstrap-switch {
  top: 2px;
  margin-left: 18px;
}

.box .box-toggle {
  cursor: pointer;
}

.box .box-toggle i {
  float: left;
  margin-top: 4px;
}

.box .filter-option {
  margin: 10px;
}

.box .filter-option .checkbox label,
.radio label {
  padding-right: 31px;
  padding-left: 0;
}

.box .filter-option .checkbox label::before,
.checkbox label::after {
  left: 0;
  right: auto;
}





.breadcrumb-list li {
  display: inline-block;
}

.breadcrumb-list li:before {
  content: "/";
  color: #cfcfcf;
  letter-spacing: 0px;
  font-size: 13px;
  vertical-align: top;
  margin-left: 5px;
  padding-right: 5px;
  font-weight: 400 !important;
}

.breadcrumb-list li:first-child:before {
  content: "";
}

.breadcrumb-list li:last-child {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  color: #6a6a6a;
}

.breadcrumb-list li a {
  color: #6a6a6a;
}

.listing {
  line-height: 22px;
  position: relative;
}











.Search_list li {
  display: inline-block;
}

.Search_list li a {
  display: block;
  padding: 0 5px;
  position: relative;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 25px;
  border-radius: 5px;
  white-space: nowrap;
}

.Search_list li a {
  background-color: #cfebed !important;
  color: #000 !important;
  padding: 5px 30px;
  margin-bottom: 5px;
}

.Search_list li a.active {
  background-color: #a3917f !important;
  color: #fff !important;
  padding: 5px 30px;
}


.filter_search li {
  background-color: #dddddd;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 5px;
  cursor: pointer;
}
.Search_list li + li {
  margin-right: 5px;
}

.listing-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1px;
  margin-bottom: -1px;
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.product-box {
  display: block;
  background: #fff;
  height: 100%;
  position: relative;
  transition:
    box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  padding: 26px 20px 60px;
}

.listing-items .product-box {
  position: relative;
  border-top: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(110, 134, 216, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 0 20px;
}

.product-seller-details {
  padding-right: 50px;
  position: relative;
  list-style: none;
}

.product-seller-details-item-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #f5f5f5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 5px 45px 5px 10px;
  opacity: 1;
  height: 53px;
  transition: all 0.3s ease-in-out;
  background: #fff;
}







.product-seller-details-item-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #f5f5f5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 5px 45px 5px 10px;
  opacity: 1;
  height: 50px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 0px 0px 12px 12px;
}

.product-seller-details-item-grid:before {
  font-size: 21px;
  right: 10px;
}

.product-seller-details-item-grid .product-main-seller {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.product-box:hover .product-seller-details-item-grid {
  opacity: 1;
}

.product-box-img {
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}



.product-box-img {
  height: auto;
}

.product-box-img img {
  overflow: hidden;
}

.product-box-img img {
  width: 100%;
}

.product-box-img .color_pro {
  width: 10px;
  height: 10px;
  border: 1px solid #fff !important;
  border-radius: 90px;
  box-shadow: 0px 2px 5px #eaeaea;
  display: inline-block;

  position: absolute;
  left: 0;
}
.listing-items .product-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-positive: 1;
  flex-grow: 1;
}



.product-box-title a {
  color: #535353;
}

.listing-items .product-box-variants {
  position: absolute;
  right: 16px;
  list-style: none;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 12px;
  top: 19px;
}



.listing-items .product-box-variants,
.listing-items .product-box-variants > li {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.listing-items .product-box-variants > li {
  margin: 1px 0;
  height: 10px;
  display: -ms-flexbox;
  display: flex;
}





.product-box-row {
  display: -ms-inline-flexbox;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}





.search-page .brand-slider {
  padding: 20px 20px !important;
}























.pager-tabs li {
  display: inline-block;
}













/* Search Page */

/* 404 Page */


.flex-container .text-center {
  text-align: center;
}
.flex-container .text-center h1,
.flex-container .text-center h3 {
  margin: 10px;
  cursor: default;
}
.flex-container .text-center h1 .fade-in,
.flex-container .text-center h3 .fade-in {
  animation: fadeIn 2s ease infinite;
}
.flex-container .text-center h1 {
  font-size: 8em;
  transition: font-size 200ms ease-in-out;
  border-bottom: 1px dashed white;
}
.flex-container .text-center h1 span#digit1 {
  animation-delay: 200ms;
}
.flex-container .text-center h1 span#digit2 {
  animation-delay: 300ms;
}
.flex-container .text-center h1 span#digit3 {
  animation-delay: 400ms;
}
.flex-container .text-center button {
  padding: 0px 14px;
  background-color: #5bbac0;
  border-radius: 20px;
  color: #fff;
  margin: 5px;
  width: 120px;
  text-align: center;
}
.flex-container .text-center button:hover {
  background-color: #148693;

  cursor: pointer;
}

@keyframes colorSlide {
  0% {
    color: #51311d;
  }
  25% {
    color: #4db6bb;
  }
  50% {
    color: #41a7ac;
  }
  75% {
    color: #3a9599;
  }
  100% {
    color: #338286;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 404 Page */

/* Cart Page */

.checkout-title a {
  color: #163839;
}
.checkout-title a:hover {
  color: #51311d;
}
.card-header .card-title span {
  display: inline-block;

  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}
.card-header .card-title {
  padding-bottom: 0;
  line-height: 2;
  letter-spacing: 0px;
}
.card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}

/*Final-payment.html  start*/
.Final_payment_content .card-header .card-title span {
  display: inline-block;
  border-bottom: 1px solid #51311d;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}
.Final_payment_content .card-header .card-title {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0;
  line-height: 2;
  letter-spacing: 0px;
}
.Final_payment_content .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.Final_payment_content .form-account-title span {
  color: #bd1c1c;
}

.Final_payment_content .table_details tbody tr td {
  font-size: 14px;
}
.Final_payment_content .table_details tbody tr td span {
  font-size: 11px;
}
.Final_payment_content .table_details thead {
  background-color: #eff8f9;
  border-radius: 6px 6px 0 0;
}








.Final_payment_det p {
  line-height: 30px;
  margin: 0;
  text-align: right;
}
.Final_payment_det i {
  font-size: 8px;
  color: #8acfd3;
}
.Final_payment_content .table_details tbody .all td {
  font-weight: 800;
  font-size: 16px;
  background: -webkit-linear-gradient(#51311d, #a3917f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*Final-payment.html end*/

/*contact-us.html  start*/
.contact_us_content .card-header .card-title span {
  display: inline-block;
  border-bottom: 1px solid #51311d;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}
.contact_us_content .card-header .card-title {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0;
  line-height: 2;
  letter-spacing: 0px;
}
.contact_us_content .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.contact_us_content .form-account-title span {
  color: #bd1c1c;
  font-size: 12px;
}
.contact_us_content .table_details {
  border-radius: 12px !important;
  overflow: hidden;
  text-align: center;
}
.contact_us_content .table_details tbody tr td {
  font-size: 14px;
}
.contact_us_content .table_details tbody tr td span {
  font-size: 11px;
}
.contact_us_content .table_details thead {
  background-color: #eff8f9;
  border-radius: 6px 6px 0 0;
}
.contact_us_content .contact_us_title {
  font-size: 15px;
}
.contact_us_page {
  width: 100%;
}
.contact_us_page h3 {
  font-size: 20px;
  color: #a3917f;
  margin: 0;
}


.contact_us_page .hr-text {
  font-size: 17px;
  padding-bottom: 15px;
}
.contact_us_page p {
  line-height: 50px;
  font-size: 15px;
  text-align: justify;
}
.contact_us_page img {
  border-radius: 15px;
}
.contact_us_page .input-field::placeholder {
  color: #c8c8c8;
  font-size: 14px;
  text-align: right;
  padding-right: 5px;
}
.contact_us_page {
  padding: 14px 5px;
}
.contact_us_page ul {
  line-height: 55px;
}
.contact_us_page ul li {
  font-size: 15px;
}
.contact_us_page ul li i {
  font-size: 18px;
  padding-left: 15px;
}
.contact_us_content .table_details tbody .all td {
  font-weight: 800;
  font-size: 16px;
  background: -webkit-linear-gradient(#51311d, #a3917f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*contact-us.html end*/

/*cart.html start*/
.cart-page thead {
  border-radius: 6px 6px 0 0;

  background-color: #eff8f9;
}
.cart-page th {
  border-bottom: 2px solid rgb(204, 204, 204) !important;
  line-height: 23px;
  min-width: 114px;
  background-color: #fff;
}

.cart_price del {
  display: inline-block;
  margin-left: 13px;
  font-size: 14px;
  color: #c3c3c3;
}
.cart_price ins {
  color: #51311d;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 34px;
}
.cart_content .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.cart_content .card-header .card-title {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0;
  line-height: 2;
  letter-spacing: 0px;
}
.cart_content div {
  display: inline-block;
}
.cart_content span {
  font-size: 12px;
  margin-left: 2px;
}
.cart_content .cart_price ins span {
  font-size: 16px;
  margin-left: 2px;
}

.cart_content .card-header .card-title span {
  display: inline-block;
  border-bottom: 1px solid #51311d;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}


.cart_details p:first-child {
  color: #f37a23;
}
.cart_details .text_details p {
  font-size: 14px;
  padding-top: 5px;
}

.cart_details .table_details td {
  border: none;
}
.cart_details .table_details td span {
  font-size: 12px;
}
.cart_details .table_details .all {
  font-weight: 800;
  font-size: 16px;
  background: -webkit-linear-gradient(#51311d, #a3917f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cart_details .table_details .all td:last-child {
  font-size: 20px;
}

.cart_item .price_alltd {
  font-size: 17px;
  color: #a3917f;
}
.cart_item .price_alltd span {
  font-size: 10px;
}
.cart_item td i {
  position: absolute;
  width: 20px;
  height: 20px;
  padding: 3px 4px;
  border-radius: 15px;
  font-size: 14px;
  background-color: #ff6060;
  z-index: 99;
  color: #fff;
  right: 15px;
}
.cart_item td i:hover {
  background-color: #fb1313;
  color: #fff;
}

.cart_item {
  border-top: 1px solid #eaeaea;
  text-align: center;
  overflow: hidden;
}

.cart_item:first-child {
  border-top: none;
}

.cart_item td,
.cart_item th {
  border: 0;
}

.cart_item td {
  position: relative;
  vertical-align: middle;
  text-align: right;
}
.cart_item td img {
  width: 140px;
  border-radius: 15px;
}
.cart_item .tedad {
  width: 60%;
  height: 100%;
  padding: 7px;
  line-height: 1.833;
  font-family: "ModamWeb", sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 1px solid rgb(204, 204, 204);
  color: #474747;
  outline: none;
}




/*cart.html end*/

/*login.html start*/

.login_content .card-header .card-title span {
  display: inline-block;
  border-bottom: 1px solid #51311d;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}
.login_content .card-header .card-title {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0;
  line-height: 2;
  letter-spacing: 0px;
}
.login_content .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}

.login_content .login_box {
  padding: 50px 50px;
  box-shadow: 1px 1px 15px 5px hsla(0, 0%, 71%, 0.11);
}
.login_content .form-account-agree a {
  color: #769395 !important;
}

.footer_login_reg {
  border-top: 1px solid #6ca8ab;
  padding-top: 15px;
  background-color: #eaf6f7;
}
.footer_login_reg a {
  color: #769395;
}
/*login.html end*/
/*edit-profile.html start*/

.profile-card-1 {
  height: 390px;
  background: white;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 10px 40px rgba(110, 134, 216, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.profile-card-1 .img img {
  width: 160px;
  height: 160px;
  padding: 3px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: calc(50% - 84px);
  top: 26px;
}
.profile-card-1 .img {
  height: 130px;
  width: 100%;
  background: -webkit-linear-gradient(#51311d, #a3917f);

  box-sizing: border-box;
  position: relative;
}

.profile-card-1 .mid-section {
  position: absolute;
  height: 200px;
  width: 100%;
  top: 200px;
  left: 0;
  padding: 10px 20px 0;
  box-sizing: border-box;
  background: white;
}
.profile-card-1 .mid-section .name {
  color: #333333;
  font-size: 1.4em;
  padding-bottom: 10px;
  background: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}
.profile-card-1 .mid-section .description {
  color: gray;
  text-decoration: none;

  font-size: 0.9em;
}

.profile-card-1 .mid-section .line {
  background: #a3917f;
  width: 80%;
  height: 2px;
  margin: 5px auto -3px;
}
.profile-card-1 .mid-section .stats {
  display: flex;
  position: absolute;
  left: 10%;
  padding-top: 10px;
  width: 80%;
  justify-content: space-around;
}
.profile-card-1 .mid-section .stats .stat {
  font-size: 1.3em;
  color: #333333;
  padding: 5px;
  font-weight: bold;
}
.profile-card-1 .mid-section .stats .stat .subtext {
  color: gray;
  font-size: 0.6em;
  font-weight: normal;
}
.location_me {
  position: absolute;
  top: 0;
}

/* image after effect */
.profile-card-1 .img::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  left: calc(50% - 91.5px);
  top: 20px;
  border: 3px solid rgba(255, 255, 255, 0.4);
}
/* image before effect */
.profile-card-1 .img::before {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  left: calc(50% - 95px);
  top: 15.5px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.profile-card-1 .view-more {
  position: absolute;
  top: calc(46% - 0.5em);
  left: calc(58% - 0.5em);
  z-index: 2;
  font-size: 2em;
  color: #51311d;
}
.profile-card-1 .view-more .fa-plus-circle {
  position: absolute;
  background: white;
  border-radius: 50%;
  width: 1.004em;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #d4cabc;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #a3917f;
}
/*edite-profile.html end*/


.cart-page .table {
  border: none !important;
}


.cart-page-title h1 {
  color: inherit;
  font-size: 18px;
  line-height: 31px;
  font-weight: 700;
}



















.modal-title {
  display: inline-block;
  border-bottom: 1px solid #51311d;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
  letter-spacing: 0px;
}

/* Cart Page */

/* Single-product Page */
.single-product {
  background-color: #FAF8F5 !important;
}
main.single-product .breadcrumb {
  font-size: 15px;
  max-width: 100%;
  white-space: nowrap;
  list-style: none;
  padding: 10px;
  background-color: #fff;
  margin-top: 25px;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0px;
}

main.single-product .breadcrumb li {
  display: inline-block;
  color: #51311d;
}

main.single-product .breadcrumb span {
  color: #1d4a4d;
}
main.single-product .breadcrumb li:before {
  content: "/";
  color: #245d60;
  letter-spacing: 0px;
  font-size: 13px;
  vertical-align: top;
  margin-left: 5px;
  padding-right: 5px;
  font-weight: 400 !important;
}

main.single-product .breadcrumb li:first-child:before {
  content: "";
}

main.single-product .breadcrumb li a {
  color: #6a6a6a;
}

main.single-product .product {
  width: 100%;
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 0px;
}

main.single-product .product .zoomWrapper {
  width: 100% !important;
  height: 410px !important;
  float: right;
  margin-bottom: 15px;
  text-align: center;
}

main.single-product .product .zoomWrapper img {
  right: 0;
  left: 0;
  max-width: 100%;
  margin: 0 auto;
}

main.single-product .product #gallery_01f {
  width: 100% !important;
}

main.single-product .product .gallery-items {
  list-style: none;
  float: right;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  text-align: center;
}

main.single-product .product .gallery-items li {
  height: 60px;
  padding: 0 10px;
  display: inline-block;
}

main.single-product .product .gallery-items li img {
  height: 60px;
  width: 60px;
}

.product-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px !important;
}

.product-title h1 {
  line-height: 1.467;
  color: #494949;
  font-weight: 400;
  font-size: 17px !important;
  line-height: 1.294 !important;
}

.product-title h1 span {
  color: #b5b5b5;
  font-size: 14px !important;
  line-height: 1.571 !important;
  display: block;
  margin-top: 5px;
}

.product-directory ul {
  margin-right: -28px;
  list-style: none;
  padding: 0;
  display: inline-block;
}

.product-directory li {
  margin-right: 28px;
  display: inline-block;
  font-size: 13px;
}



.product-variants > span {
  font-size: inherit;
  color: inherit;
  padding-left: 15px;
  float: right;
}

.product-variants .radio {
  float: right;
  margin-left: 7px;
}

.product-variants .radio label {
  padding-left: 35px;
  padding-right: 0;
}

.product-variants .radio label::before,
.product-variants .radio label::after {
  border: 1px solid #3081fb;
}

.product-variants .radio input[type="radio"]:checked + label::after {
  width: 10px;
  height: 10px;
  background-color: #3081fb;
  border-color: #3081fb;
  top: 8px;
  left: 8px;
}



.product-guarantee i {
  float: right;
  margin: 4px 0 0 10px;
  color: #3081fb;
}

.product-guarantee p {
  float: right;
}

.product-delivery-seller i {
  font-size: 20px;
  color: #c1c1c1;
  float: right;
  margin-left: 7px;
}

.product-delivery-seller span {
  float: right;
  margin-left: 7px;
}











.price-discount[data-title]:before {
  position: absolute;
  bottom: 100%;
  right: 12px;
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 22px;
  color: #7f7f7f;
  content: attr(data-title);
}

.price-product .price-discount,
.price-product .price-discount span {
  font-size: 16px;
  line-height: 32px;
}









.product-params ul {
  list-style: none;
  padding: 0;
  color: #55565a;
  margin: 20px 0;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
}

.product-params ul:before {
  content: attr(data-title);
  font-size: 13px;
  font-size: 0.929rem;
  line-height: 1.692;
  display: list-item;
  font-weight: 700;
}

.product-params ul li {
  margin: 5px 15px;
  width: 100%;
  font-size: 13px;
  position: relative;
}

.product-params ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ccc;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -14px;
}

.product-params ul li span {
  margin-left: 5px;
  white-space: normal;
}

.product-params ul li span:first-child {
  font-weight: 700;
}

ul.gallery-options {
  position: absolute;
  top: 5px;
  left: 19px;
  z-index: 999;
}

ul.gallery-options li {
  margin-bottom: 5px;
  z-index: 980;
  position: relative;
  display: inline-block;
}

ul.gallery-options button {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  cursor: pointer;
  outline: none;
  border-radius: 10px;
  box-shadow: 0.5px 0.5px 2px #bdbdbd;
}
ul.gallery-options button i {
}


.favorites_heart:hover {
  color: #f52020;
}

.favorites {
  color: #ff6055 !important;
}
ul.gallery-options .tooltip-option {
  opacity: 0;
  visibility: hidden;
  padding: 9px 15px;
  background-color: #6f6f6f;
  color: #fff;
  z-index: 4;
  font-size: 13px;
  line-height: 1.692;
  position: absolute;
  top: 2px;
  right: 60px;
  width: 160px;
  text-align: center;
  transition: all 0.2s ease-in;
}

ul.gallery-options .tooltip-option::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: -10px;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #6f6f6f;
}

ul.gallery-options li:hover .tooltip-option {
  opacity: 1;
  visibility: visible;
}

.modal-share .modal-content .modal-header button {
  width: auto;
  height: auto;
  border-radius: 0;
  background-color: #fff;
  border: 0;
  color: #565656;
  cursor: pointer;
  outline: none;
  font-size: 24px;
}

.modal-share .modal-content .modal-header button {
  position: absolute;
  left: 27px;
  right: auto;
  top: 30px;
  outline: 0;
}

.modal-share .modal-content .form-share-title {
  margin-bottom: 12px;
  color: #565656;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571;
  letter-spacing: 0px;
}

.modal-share .modal-content .btn-group-share {
  list-style: none;
  padding: 0;
  margin-right: -12px;
}

.modal-share .modal-content .btn-group-share li {
  float: right;
  margin-right: 12px;
}

.modal-share .modal-content .btn-share {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  position: relative;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

.modal-share .modal-content .btn-share:hover {
  color: #fff;
}

.modal-share .modal-content .btn-share-twitter {
  background: #4dcceb;
}

.modal-share .modal-content .btn-share-facebook {
  background: #4d8deb;
}

.modal-share .modal-content .btn-share-google-plus {
  background: #eb4d4d;
}

.modal-share .modal-content .ui-input-field {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #c8c8c8;
  color: #717171;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.571;
  padding: 11px 12px;
  width: 100%;
  letter-spacing: 0px;
  font-family: "ModamWeb", sans-serif;
  outline: none;
}

.modal-share .modal-content .btn-primary {
  border-radius: 8px;
  color: #fff;
  border: none;
  min-width: 161px;
  text-decoration: none;
  background-color: #00bfd6;
  border: 1px solid #148693;
  font-family: "ModamWeb", sans-serif;
  font-size: 14px;
  padding: 10px;
  cursor: pointer;
}

.modal-share .modal-content .shareurl {
  display: block;
}

.modal-share .modal-content .shareurlvalue {
  background: none;
  border: 1px solid #52a1a5;
  color: #52a1a5;
  border-radius: 10px;
  font-size: 17px;
  padding: 18px;
  width: 100%;
  letter-spacing: 0px;
  direction: ltr;
  outline: none;
}

.tooltip {
  font-family: "ModamWeb", sans-serif;
}

.box-tabs > ul {
  list-style: none;

  font-size: 15px;
  line-height: 1.294;
  letter-spacing: 0px;
  width: 100%;
  padding: 0;
}



.box-tabs-tab a {
  padding: 5px 20px;
  position: relative;
  color: #6f6f6f;
  display: block;
  line-height: 27px;
}

.box-tabs-tab a.active {
  padding-bottom: 14px;
  color: #6f6f6f;
  background: #fff;
  margin-bottom: -1px;
  padding-top: 15px;
}

.box-tabs-tab a.active {
  background-color: #a3917f !important;
  color: #fff !important;
  padding: 5px 30px;

  border-bottom: 5px solid #b7e1e4;
}

.box-tabs-tab i {
  color: #c3c3c3;
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
}



.param-title span,
.param-title {
  font-size: 16px;
  font-size: 1.143rem;
  line-height: 1.375;
  letter-spacing: 0px;
}

.param-title span {
  display: block;
  color: #a7a7a7;
}

.box-tabs .card-body {
  background-color: #fff;
}

.parent-expert {
  position: relative;
}

.tab-content .content-expert {
  padding-bottom: 30px;
}

.tab-content .content-expert p {
  margin: 0 auto !important;
  text-align: justify;
  font-size: 16px;
  color: #888;
  line-height: 50px;
}

.tab-content .content-expert.active {
  height: auto;
}

.tab-content .accordion .card {
  box-shadow: none;
}

.tab-content .accordion h5 button {
  font-family: "ModamWeb", sans-serif;
  color: #000;
}

.box-tabs .card-body {
  font-family: "ModamWeb", sans-serif;
}

.box-tabs .card-body img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.params section {
  margin-bottom: 20px;
  float: right;
}







.params .params-list li {
  margin: 8px -8px;
  width: 100%;
  float: right;
  padding-right: 19px;
}

.params .params-list li .params-list-key {
  float: right;
  min-width: 120px;
  margin-left: 20px;
}

.params .params-list li .params-list-key span.block {
  display: block;
  font-weight: 700;
}

.params .params-list li .params-list-value {
  float: right;
  font-size: 13px;
}

.comments_form ol.comment-list {
  list-style: none;
  float: right;
}

.comments_form ol.comment-list li .comment-body {
  font-size: 14px;
  margin-top: 50px;
  padding: 20px 40px 20px 20px;
  line-height: 30px;
  position: relative;
}
.comments_form ol.comment-list li .comment-body .reply_a {
  display: inline-block;

  color: #6088ff;
  border-bottom: 1px dotted #57b3d5;
  font-size: 13px;
}

.comments_form ol.comment-list li .comment-author {
  display: inline-block;
}
.comments_form ol.comment-list li .comment-author .star4 {
  background-color: #92f39d;
  width: 31px;
  border-radius: 5px;
  height: 21px;
  display: inline-block;
  /* padding-right: 5px; */
  text-align: center;
  line-height: 19px;
  margin-right: 5px;
}
.comments_form ol.comment-list li .comment-author .star3 {
  background-color: #e0c074;
  width: 31px;
  border-radius: 5px;
  height: 21px;
  display: inline-block;
  /* padding-right: 5px; */
  text-align: center;
  line-height: 19px;
  margin-right: 5px;
}
.commentul li {
  display: inline-block;
  color: #729c9e;
  font-size: 12px;
  padding-left: 16px;
}
.commentul li:before {
  content: "";
  font-size: 8px;
  position: relative;
  top: 11px;
  left: 7px;
  float: right;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7d8d9;
}
.comments_form ol.comment-list li img.avatar {
  position: absolute;

  right: -70px;
  left: auto;
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  padding: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.comments_form ol.comment-list li .text-h5 {
  margin-left: 0;
  float: right;

  font-style: normal;

  font-size: 18px;
  font-weight: 700;
  line-height: 2.15;
}

.comments_form ol.comment-list li .comment-body p {
  text-align: justify;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.15;
  margin-right: 17px;
}

.form-comment form textarea,
.form-comment form button {
  font-family: "ModamWeb", sans-serif;
}

.form-comment form textarea {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  outline: none;
  padding: 10px;
  color: #424242;
  width: 100%;
  resize: vertical;
  vertical-align: top;
  min-height: 56px;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 2.58;
}

.form-comment form textarea:focus {
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #2c2c2c;
}

/* Single-product Page */

/* order-delivered.html & order-cancelled.html start */

.order-delivered .order_delivered_sec {
  border: 1px solid #dedede;
  margin-bottom: 23px;
  padding: 10px 20px;
}

.order-delivered .profile-box {
  margin-bottom: 21px;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
  border: 1px solid #dedede;
}

.order-delivered .profile-box-header {
  position: relative;
  background-color: #00bfd6;
  height: 47px;
}

.order-delivered .profile-box-avatar img {
  width: 54px;
  height: 54px;
  background: #fff;
  background-size: contain;
  -webkit-box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.61);
  box-shadow: 0 0 0 4px hsla(0, 0%, 100%, 0.61);
  position: absolute;
  left: 50%;
  top: 12px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50%;
}

.order-delivered .profile-box-btn-edit {
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  left: 60%;
  margin-left: -52px;
  background: #fff;
  outline: none;
  cursor: pointer;
}

.order-delivered .profile-box-btn-edit i {
  float: right;
  font-size: 11px;
  position: absolute;
  right: 1px;
  top: 2px;
  color: #a8a8a8;
}

.order-delivered .profile-box-username {
  padding: 23px 20px 19px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.order-delivered .profile-box-tabs {
  border-top: 1px solid #f1f1f1;
  background-color: #fcfcfc;
  min-height: 47px;
  text-align: center;
}

.order-delivered .profile-box-tabs a.profile-box-tab {
  display: inline-block;
  max-width: 50%;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 1.833;
  color: #7b7b7b;
  position: relative;
}

.order-delivered .profile-box-tabs a.profile-box-tab:first-child {
  border-left: 1px solid #ebebeb;
}

.order-delivered .profile-box-tabs i {
  display: block;
}

.modal-width-custom .modal-dialog {
  max-width: 600px;
}
.modal-width-custom2 .modal-dialog {
  max-width: 900px;
}

ul.profile-avatars li {
  display: inline-block;
  margin: 0 4px;
}



.profile-menu {
  background-color: #fff;
  margin-bottom: 21px;
  box-shadow: 0 10px 40px rgba(110, 134, 216, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 25px;
}



.profile-menu-items {
  list-style: none;
  font-size: 14px;
  line-height: 3.571;
  font-weight: 500;
  letter-spacing: 0px;
}

.profile-menu-items li a {
  position: relative;
  padding: 12px 53px 12px 0;
  color: #245d60;
  line-height: 30px;
}

.profile-menu-items li a i {
  position: absolute;
  right: 20px;
  top: 18px;
}

.profile-menu-items li a.active,
.profile-menu-items li a:hover {
  color: #000;
}

.order-delivered h1.title-tab-content {
  color: #858585;
  margin: 10px 0 15px;
  font-size: 17px;
}

.order-delivered .content-section {
  background-color: #fff;
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.1);
  margin-bottom: 23px;
  padding: 10px 20px;
}

.order-delivered .content-section p {
  font-size: 18px;
  line-height: 30px;
  color: #939393;
}

.order-delivered .content-section p span.title {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 4px;
  color: #bababa;
}

.order-delivered .content-section form input::placeholder {
  padding-right: 5px;
}

.order-delivered .content-section form button.btn-default {
  font-family: "ModamWeb", sans-serif;
}

.order-delivered .profile-recent-fav-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.order-delivered .profile-recent-fav-row ul {
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0px;
}
.order-delivered .profile-recent-fav-row ul li {
  display: inline-block;
  margin-left: 15px;
  color: #7a8b8c;
}

.order-delivered .profile-recent-fav-col {
  width: 100%;
  min-height: 1px;
  padding: 4px 0;
}

.order-delivered .profile-recent-fav-col,
.order-delivered .profile-recent-fav-col-thumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-delivered .profile-recent-fav-col-thumb {
  -ms-flex: 0 0 10%;
  -webkit-box-flex: 0;
  flex: 0 0 10%;
  max-width: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-delivered .profile-recent-fav-col-thumb img {
  overflow: hidden;
}

.order-delivered .profile-recent-fav-col-thumb img {
  max-width: 80%;
  max-height: 80%;
}

.order-delivered .profile-recent-fav-name_sec {
  font-size: 17px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center;
}
.order-delivered .profile-recent-fav-name {
  font-size: 14px;
  line-height: 1.692;
  margin-bottom: 5px;
  margin-top: 5px;
}
.order-delivered .profile-recent-fav-name i {
  color: #1d9d74;
}
.order-delivered .profile-recent-today {
  font-size: 13px;
  margin-top: 5px;
}
.order-delivered .profile-recent-today i {
  background: -webkit-linear-gradient(#0733c3, #3264ed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.order-delivered .profile-recent-Club {
  font-size: 13px;
  margin-top: 5px;
}
.order-delivered .profile-recent-Club i {
  background: -webkit-linear-gradient(#e3c546, #d2a222);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.order-delivered .profile-recent-limit {
  font-size: 13px;
  margin-top: 5px;
  color: #ae4646;
}
.order-delivered .profile-recent-limit i {
  background: -webkit-linear-gradient(#e34b46, #d23222);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.order-delivered .profile-recent-fav-col-actions {
  -ms-flex: 0 0 15%;
  -webkit-box-flex: 0;
  flex: 0 0 15%;
  max-width: 15%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 15px;
}

.order-delivered .btn-action {
  width: 33px;
  height: 28px;
  border-radius: 8px;
  background-color: #00bfd6;
  border: 1px solid #41a7b4;
  outline: none;
  cursor: pointer;
}

.order-delivered .btn-action-remove {
  background-color: #fff;
  border: 1px solid #c5c5c5;
}

.order-delivered .btn-action-remove i {
  font-size: 14px;
  color: #929292;
}

.order-delivered .icon-empty i {
  font-size: 154px;
  margin-bottom: 30px;
  display: block;
  color: #dadada;
}

.order-delivered h1.text-empty {
  font-size: 26px;
  color: #dadada;
}

.order-delivered .content-section .view-product {
  font-size: 15px;
  border-radius: 8px;
  background-color: #00bfd6;
  border: 1px solid #148693;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  font-family: inherit;
}

.responsive-profile-menu {
  display: none;
}

responsive-profile-menu .dropdown-toggle::after {
  display: none;
}

.responsive-profile-menu .dropdown-toggle i {
  float: right;
  margin: 3px 0 0 10px;
}

.responsive-profile-menu .dropdown-menu a.active-menu,
.responsive-profile-menu .dropdown-menu a:active {
  background-color: #fff;
  color: #51311d;
}

.responsive-profile-menu .dropdown-menu a i {
  float: right;
  margin: 4px 0 0 7px;
}


/* order-delivered.html end */

/*order-address.html start*/
.order-addres li {
  display: block !important;
  line-height: 25px;
}

/*order-address.html end*/
/*order-message.html start*/
.span-sub-bel {
  font-size: 12px;
  color: #729c9e;
}
/*order-message.html end*/

/*start step*/

ul.order-steps {
  float: right;
  width: 100%;
  margin: 30px auto 18px;
  list-style: none;
  padding: 0;
  color: #a0a0a0;
  font-size: 13px;
  position: relative;
}

ul.order-steps::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  width: 67%;
  margin: 0 auto;
  height: 6px;
  background-color: #e8e8e8;
}

.order-steps li {
  float: right;
  width: 33.3%;
  position: relative;
}

.order-steps li.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background: -webkit-linear-gradient(#51311d, #a3917f);
  right: -50%;
  bottom: -20px;
  z-index: 1000;
}

.order-steps li a {
  color: #a0a0a0;
  font-weight: bold;
  position: relative;
}

.order-steps li a.active {
  color: #51311d;
  font-size: 15px;
  font-weight: 500;
}

.order-steps li a.active::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -24px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: -webkit-linear-gradient(#51311d, #a3917f);
  z-index: 1000;
}
.order-steps li a.active::before {
  content: "\ea22";
  font: normal normal normal 32px/1 "Nucleo Outline";
  position: absolute;
  left: 20px;
  top: 24px;
  color: #d4cabc;
  font-size: 24px;
  z-index: 999999;
}
.order-steps li a.active2::before {
  left: 32px !important;
}
.order-steps li a.active3::before {
  left: 24px !important;
}
/*end step*/

/* shopping Page */

.shopping-page header.header-shopping {
  position: relative;
  height: 110px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, 0.14);
  box-shadow: 0 2px 12px 0 hsla(0, 0%, 44.3%, 0.14);
}

.shopping-page header.header-shopping .container {
  max-width: 1140px;
}

.shopping-page .cart-page .container {
  max-width: 1440px;
}































.shopping-page .radio label::before,
.shopping-page .radio label::after {
  width: 14px;
  height: 14px;
  border: 1px solid #e3e3e3;
  right: 3px;
  top: 6px;
}

.shopping-page .radio input[type="radio"]:checked + label::after {
  width: 8px;
  height: 8px;
  top: 9px;
  right: 6px;
  opacity: 1;
  background-color: #00bfd6;
  border: 0;
}



.shopping-page .box {
  background-color: #fff;
  position: relative;
}

.shopping-page .box:first-child {
  margin-top: 0;
}

.shopping-page .product-box {
  display: block;
  background: #fff;
  height: 100%;
  position: relative;
  -webkit-transition:
    -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition:
    -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition:
    box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition:
    box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    transform 0.2s cubic-bezier(0.4, 0, 1, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    -webkit-transform 0.2s cubic-bezier(0.4, 0, 1, 1);
  padding: 30px 12px 46px;
}



.shopping-page .product-box-img {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  height: 200px;
  position: relative;
}

.shopping-page .product-box-compact .product-box-img {
  height: 90px;
  padding: 0 10px 5px;
}

.shopping-page .product-box-compact .product-box-img img {
  max-width: 100%;
  max-height: 100%;
}















.shopping-page .checkout-time-table-title-bar-city > span {
  font-weight: 700;
}







.shopping-page .checkout-invoice label {
  cursor: pointer;
}



.checkout-order-summary .card {
  box-shadow: none;
  border: 0;
}







.checkout-order-summary-header button {
  display: block;
  width: 100%;
}

.checkout-order-summary-header button .icon-down {
  position: absolute !important;
  left: 20px;
  top: 40px !important;
  font-size: 24px;
}









.checkout-order-summary-col span {
  font-size: 12px;
  font-size: 0.857rem;
  line-height: 21px;
  vertical-align: middle;
  display: block;
  color: #919191;
}







.checkout-price-options-header > span:first-of-type {
  font-size: 18px;
  font-size: 1.286rem;
  line-height: 31px;
  letter-spacing: 0px;
  text-align: right;
  direction: rtl;
  color: #777676;
}









.warning-checkout p.text-warning {
  color: #ff747b !important;
}

@media (max-width: 580px) {
  .bg_single_product {
    padding: 30px 8px;
  }
  .box-tabs .card-body {
    padding: 15px 18px 15px 2px;
  }
  .comments_form ol.comment-list li .text-h5 {
    margin-right: 6px;
  }
  .comments_form ol.comment-list li img.avatar {
    width: 48px;
    height: 48px;
    right: -60px;
  }

  .comments_form ol.comment-list li .comment-body p {
    font-size: 13px;
    margin-right: -8px;
  }
  .comments_form ol.comment-list li .comment-body {
    padding: 5px 5px 5px 5px;
  }
  .comments_form ol.comment-list li .comment-author {
    margin-right: -15px;
  }
  #shegeft_1 .countdown-timer .number_countdown {
    text-align: center;
    line-height: 37px;
    display: inline-block;
    font-size: 13px;
    width: 35px;
    height: 35px;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 15px;
    color: #000;
    border: 1px solid #979898;
    font-weight: 100;
  }

  .product_main_pr .countdown-timer .number_countdown {
    text-align: center;
    line-height: 37px;
    display: inline-block;
    font-size: 13px;
    width: 35px;
    height: 35px;
    background-color: hsla(0, 0%, 100%, 0.1);
    border-radius: 15px;
    color: #000;
    border: 1px solid #979898;
    font-weight: 100;
  }
  .view_more {
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: auto;
    margin-top: 30px;
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
    width: 170px;
  }
}

/* shopping Page */

/* responsive */
@media (max-width: 1300px) {
  #offercarousel .discount-percent {
    top: 70%;
    right: 35%;
  }
}

@media (max-width: 1150px) {
  main.single-product .product .gallery-items li img {
    width: 45px;
    height: 45px;
  }
  #offercarousel .discount-percent {
    top: 60%;
    right: 30%;
  }
}

@media (max-width: 1077px) {
  .hidden-md {
    display: none;
  }

  header.Masai-header {
    display: none;
  }

  #offercarousel .discount-percent {
    top: 60%;
    right: 30%;
  }

  nav.header-responsive {
    display: block;
  }

  .sidebar-collapse .navbar-collapse {
    position: absolute;
    display: block;
    top: 0;
    height: 100vh !important;
    width: 300px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #fff;
    overflow-y: scroll;
    border-top: none;
    text-align: left;
    max-height: none !important;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }

  .sidebar-collapse .navbar-collapse:before {
    background: #fff;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .sidebar-collapse .navbar-collapse .navbar-nav:not(.navbar-logo) .nav-link {
    margin: 0 1rem;
    margin-top: 0.3125rem;
  }

  .sidebar-collapse
    .navbar-collapse
    .navbar-nav:not(.navbar-logo)
    .nav-link:not(.btn) {
    color: #ffffff;
  }

  .sidebar-collapse .navbar-collapse .dropdown-menu .dropdown-item {
    color: #ffffff;
  }

  .sidebar-collapse .navbar .navbar-nav {
    margin-top: 0;
  }

  .sidebar-collapse .navbar .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sidebar-collapse .navbar .navbar-nav.navbar-logo {
    top: 0;
    height: 53px;
  }

  .sidebar-collapse .navbar .dropdown.show .dropdown-menu,
  .sidebar-collapse .navbar .dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin: 0 1rem;
    margin-bottom: 15px;
    padding-top: 0;
    height: 150px;
    overflow-y: scroll;
  }

  .sidebar-collapse .navbar .dropdown.show .dropdown-menu:before,
  .sidebar-collapse .navbar .dropdown .dropdown-menu:before {
    display: none;
  }

  .sidebar-collapse .navbar .dropdown .dropdown-item {
    padding-left: 2.5rem;
  }

  .sidebar-collapse .navbar .dropdown .dropdown-menu {
    display: none;
  }

  .sidebar-collapse .navbar .dropdown.show .dropdown-menu {
    display: block;
  }

  .sidebar-collapse .navbar .dropdown-menu .dropdown-item:focus,
  .sidebar-collapse .navbar .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
  }

  .sidebar-collapse .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }

  .sidebar-collapse .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 23px;
    height: 2px;
    border-radius: 1px;
    background: #51311d;
  }

  .sidebar-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 7px;
  }

  .sidebar-collapse .navbar .navbar-toggler-bar.bar2 {
    width: 34px;
    transition: width 0.2s linear;
  }

  .sidebar-collapse
    .navbar.bg-white:not(.navbar-transparent)
    .navbar-toggler-bar {
    background: #888;
  }

  .sidebar-collapse .navbar .toggled .navbar-toggler-bar {
    width: 24px;
  }

  .sidebar-collapse .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 5px;
  }

  .sidebar-collapse .bar1,
  .sidebar-collapse .bar2,
  .sidebar-collapse .bar3 {
    outline: 1px solid transparent;
  }

  .sidebar-collapse .bar1 {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    -moz-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .sidebar-collapse .bar2 {
    opacity: 1;
  }

  .sidebar-collapse .bar3 {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    -moz-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .sidebar-collapse .toggled .bar1 {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0s;
    -moz-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .sidebar-collapse .toggled .bar2 {
    opacity: 0;
  }

  .sidebar-collapse .toggled .bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    -moz-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @keyframes topbar-x {
    0% {
      top: 0px;
      transform: rotate(0deg);
    }

    45% {
      top: 6px;
      transform: rotate(145deg);
    }

    75% {
      transform: rotate(130deg);
    }

    100% {
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
    }

    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
    }

    75% {
      -webkit-transform: rotate(130deg);
    }

    100% {
      -webkit-transform: rotate(135deg);
    }
  }

  @-moz-keyframes topbar-x {
    0% {
      top: 0px;
      -moz-transform: rotate(0deg);
    }

    45% {
      top: 6px;
      -moz-transform: rotate(145deg);
    }

    75% {
      -moz-transform: rotate(130deg);
    }

    100% {
      -moz-transform: rotate(135deg);
    }
  }

  @keyframes topbar-back {
    0% {
      top: 6px;
      transform: rotate(135deg);
    }

    45% {
      transform: rotate(-10deg);
    }

    75% {
      transform: rotate(5deg);
    }

    100% {
      top: 0px;
      transform: rotate(0);
    }
  }

  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
    }

    45% {
      -webkit-transform: rotate(-10deg);
    }

    75% {
      -webkit-transform: rotate(5deg);
    }

    100% {
      top: 0px;
      -webkit-transform: rotate(0);
    }
  }

  @-moz-keyframes topbar-back {
    0% {
      top: 6px;
      -moz-transform: rotate(135deg);
    }

    45% {
      -moz-transform: rotate(-10deg);
    }

    75% {
      -moz-transform: rotate(5deg);
    }

    100% {
      top: 0px;
      -moz-transform: rotate(0);
    }
  }

  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      transform: rotate(0deg);
    }

    45% {
      bottom: 6px;
      transform: rotate(-145deg);
    }

    75% {
      transform: rotate(-130deg);
    }

    100% {
      transform: rotate(-135deg);
    }
  }

  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
    }

    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
    }

    75% {
      -webkit-transform: rotate(-130deg);
    }

    100% {
      -webkit-transform: rotate(-135deg);
    }
  }

  @-moz-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -moz-transform: rotate(0deg);
    }

    45% {
      bottom: 6px;
      -moz-transform: rotate(-145deg);
    }

    75% {
      -moz-transform: rotate(-130deg);
    }

    100% {
      -moz-transform: rotate(-135deg);
    }
  }

  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      transform: rotate(-135deg);
    }

    45% {
      transform: rotate(10deg);
    }

    75% {
      transform: rotate(-5deg);
    }

    100% {
      bottom: 0px;
      transform: rotate(0);
    }
  }

  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
    }

    45% {
      -webkit-transform: rotate(10deg);
    }

    75% {
      -webkit-transform: rotate(-5deg);
    }

    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
    }
  }

  @-moz-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -moz-transform: rotate(-135deg);
    }

    45% {
      -moz-transform: rotate(10deg);
    }

    75% {
      -moz-transform: rotate(-5deg);
    }

    100% {
      bottom: 0px;
      -moz-transform: rotate(0);
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .sidebar-collapse [class*="navbar-expand-"] .navbar-collapse {
    width: 300px;
  }

  .sidebar-collapse .wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }

  .sidebar-collapse #bodyClick {
    height: 100%;
    width: 100%;
    position: fixed;
    opacity: 1;
    top: 0;
    left: auto;
    right: 300px;
    content: "";
    z-index: 9999;
    overflow-x: hidden;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }

  .sidebar-collapse.menu-on-left .navbar-collapse {
    right: auto;
    left: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    -o-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
  }

  .nav-open .sidebar-collapse .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  .nav-open .sidebar-collapse .wrapper {
    -webkit-transform: translate3d(-150px, 0, 0);
    -moz-transform: translate3d(-150px, 0, 0);
    -o-transform: translate3d(-150px, 0, 0);
    -ms-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }

  .nav-open .sidebar-collapse .navbar-translate {
    -webkit-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }

  .nav-open .sidebar-collapse.menu-on-left .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  .nav-open .sidebar-collapse.menu-on-left .navbar-translate {
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -o-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
  }

  .nav-open .sidebar-collapse.menu-on-left .wrapper {
    -webkit-transform: translate3d(150px, 0, 0);
    -moz-transform: translate3d(150px, 0, 0);
    -o-transform: translate3d(150px, 0, 0);
    -ms-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }

  .nav-open .sidebar-collapse.menu-on-left #bodyClick {
    right: auto;
    left: 300px;
  }

  .bootstrap-collapse .navbar .navbar-collapse {
    background: none !important;
  }

  .bootstrap-collapse .navbar .navbar-nav {
    margin-top: 53px;
  }

  .bootstrap-collapse .navbar .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .bootstrap-collapse .navbar .navbar-nav.navbar-logo {
    top: 0;
    height: 53px;
  }

  .bootstrap-collapse .navbar .dropdown.show .dropdown-menu,
  .bootstrap-collapse .navbar .dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin: 0 1rem;
    margin-bottom: 15px;
    padding-top: 0;
    height: 150px;
    overflow-y: scroll;
  }

  .bootstrap-collapse .navbar .dropdown.show .dropdown-menu:before,
  .bootstrap-collapse .navbar .dropdown .dropdown-menu:before {
    display: none;
  }

  .bootstrap-collapse .navbar .dropdown .dropdown-item {
    padding-left: 2.5rem;
  }

  .bootstrap-collapse .navbar .dropdown .dropdown-menu {
    display: none;
  }

  .bootstrap-collapse .navbar .dropdown.show .dropdown-menu {
    display: block;
  }

  .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:focus,
  .bootstrap-collapse .navbar .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
  }

  .bootstrap-collapse .navbar .navbar-translate {
    width: 100%;
    position: relative;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }

  .bootstrap-collapse .navbar .navbar-toggler-bar {
    display: block;
    position: relative;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    background: #ffffff;
  }

  .bootstrap-collapse .navbar .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 7px;
  }

  .bootstrap-collapse .navbar .navbar-toggler-bar.bar2 {
    width: 17px;
    transition: width 0.2s linear;
  }

  .bootstrap-collapse
    .navbar.bg-white:not(.navbar-transparent)
    .navbar-toggler-bar {
    background: #888;
  }

  .bootstrap-collapse .navbar .toggled .navbar-toggler-bar {
    width: 24px;
  }

  .bootstrap-collapse
    .navbar
    .toggled
    .navbar-toggler-bar
    + .navbar-toggler-bar {
    margin-top: 5px;
  }

  .bootstrap-collapse .bar1,
  .bootstrap-collapse .bar2,
  .bootstrap-collapse .bar3 {
    outline: 1px solid transparent;
  }

  .bootstrap-collapse .bar1 {
    top: 0px;
    -webkit-animation: topbar-back 500ms linear 0s;
    -moz-animation: topbar-back 500ms linear 0s;
    animation: topbar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .bootstrap-collapse .bar2 {
    opacity: 1;
  }

  .bootstrap-collapse .bar3 {
    bottom: 0px;
    -webkit-animation: bottombar-back 500ms linear 0s;
    -moz-animation: bottombar-back 500ms linear 0s;
    animation: bottombar-back 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .bootstrap-collapse .toggled .bar1 {
    top: 6px;
    -webkit-animation: topbar-x 500ms linear 0s;
    -moz-animation: topbar-x 500ms linear 0s;
    animation: topbar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  .bootstrap-collapse .toggled .bar2 {
    opacity: 0;
  }

  .bootstrap-collapse .toggled .bar3 {
    bottom: 6px;
    -webkit-animation: bottombar-x 500ms linear 0s;
    -moz-animation: bottombar-x 500ms linear 0s;
    animation: bottombar-x 500ms 0s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @keyframes topbar-x {
    0% {
      top: 0px;
      transform: rotate(0deg);
    }

    45% {
      top: 6px;
      transform: rotate(145deg);
    }

    75% {
      transform: rotate(130deg);
    }

    100% {
      transform: rotate(135deg);
    }
  }

  @-webkit-keyframes topbar-x {
    0% {
      top: 0px;
      -webkit-transform: rotate(0deg);
    }

    45% {
      top: 6px;
      -webkit-transform: rotate(145deg);
    }

    75% {
      -webkit-transform: rotate(130deg);
    }

    100% {
      -webkit-transform: rotate(135deg);
    }
  }

  @-moz-keyframes topbar-x {
    0% {
      top: 0px;
      -moz-transform: rotate(0deg);
    }

    45% {
      top: 6px;
      -moz-transform: rotate(145deg);
    }

    75% {
      -moz-transform: rotate(130deg);
    }

    100% {
      -moz-transform: rotate(135deg);
    }
  }

  @keyframes topbar-back {
    0% {
      top: 6px;
      transform: rotate(135deg);
    }

    45% {
      transform: rotate(-10deg);
    }

    75% {
      transform: rotate(5deg);
    }

    100% {
      top: 0px;
      transform: rotate(0);
    }
  }

  @-webkit-keyframes topbar-back {
    0% {
      top: 6px;
      -webkit-transform: rotate(135deg);
    }

    45% {
      -webkit-transform: rotate(-10deg);
    }

    75% {
      -webkit-transform: rotate(5deg);
    }

    100% {
      top: 0px;
      -webkit-transform: rotate(0);
    }
  }

  @-moz-keyframes topbar-back {
    0% {
      top: 6px;
      -moz-transform: rotate(135deg);
    }

    45% {
      -moz-transform: rotate(-10deg);
    }

    75% {
      -moz-transform: rotate(5deg);
    }

    100% {
      top: 0px;
      -moz-transform: rotate(0);
    }
  }

  @keyframes bottombar-x {
    0% {
      bottom: 0px;
      transform: rotate(0deg);
    }

    45% {
      bottom: 6px;
      transform: rotate(-145deg);
    }

    75% {
      transform: rotate(-130deg);
    }

    100% {
      transform: rotate(-135deg);
    }
  }

  @-webkit-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -webkit-transform: rotate(0deg);
    }

    45% {
      bottom: 6px;
      -webkit-transform: rotate(-145deg);
    }

    75% {
      -webkit-transform: rotate(-130deg);
    }

    100% {
      -webkit-transform: rotate(-135deg);
    }
  }

  @-moz-keyframes bottombar-x {
    0% {
      bottom: 0px;
      -moz-transform: rotate(0deg);
    }

    45% {
      bottom: 6px;
      -moz-transform: rotate(-145deg);
    }

    75% {
      -moz-transform: rotate(-130deg);
    }

    100% {
      -moz-transform: rotate(-135deg);
    }
  }

  @keyframes bottombar-back {
    0% {
      bottom: 6px;
      transform: rotate(-135deg);
    }

    45% {
      transform: rotate(10deg);
    }

    75% {
      transform: rotate(-5deg);
    }

    100% {
      bottom: 0px;
      transform: rotate(0);
    }
  }

  @-webkit-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(-135deg);
    }

    45% {
      -webkit-transform: rotate(10deg);
    }

    75% {
      -webkit-transform: rotate(-5deg);
    }

    100% {
      bottom: 0px;
      -webkit-transform: rotate(0);
    }
  }

  @-moz-keyframes bottombar-back {
    0% {
      bottom: 6px;
      -moz-transform: rotate(-135deg);
    }

    45% {
      -moz-transform: rotate(10deg);
    }

    75% {
      -moz-transform: rotate(-5deg);
    }

    100% {
      bottom: 0px;
      -moz-transform: rotate(0);
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @-moz-keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .profile-photo .profile-photo-small {
    margin-left: -2px;
  }

  .button-dropdown {
    display: none;
  }

  .section-nucleo-icons .container .row > [class*="col-"]:first-child {
    text-align: center;
  }

  .footer .copyright {
    text-align: right;
  }

  .section-nucleo-icons .icons-container {
    margin-top: 65px;
  }

  .navbar-nav .nav-link i.fa,
  .navbar-nav .nav-link i.now-ui-icons {
    opacity: 0.5;
  }

  .section-images {
    height: 500px;
    max-height: 500px;
  }

  .section-images .hero-images-container {
    max-width: 500px;
  }

  .section-images .hero-images-container-1 {
    right: 10%;
    top: 68%;
    max-width: 269px;
  }

  .section-images .hero-images-container-2 {
    right: 5%;
    max-width: 135px;
    top: 93%;
  }

  .navbar .navbar-nav.navbar-logo {
    display: none;
  }

  .logo-nav-res {
    margin: 20px 0;
  }

  nav.header-responsive > ul {
    position: relative;
    padding: 0;
  }

  nav.header-responsive > ul li {
    float: right;
    width: 100%;
  }

  nav.header-responsive ul ul {
    display: none;
    padding: 0;
    direction: ltr;
    background-color: #eeeeee;
  }

  nav.header-responsive ul ul li a {
    background-color: transparent;
  }

  nav.header-responsive > ul > li > a {
    font-size: 16px;
    display: block;
    padding: 7px 22px;
    background: #fff;
    color: #51311d;
  }

  .navbar a:not(.btn):not(.dropdown-item) {
    color: #51311d;
  }

  nav.header-responsive a {
    cursor: pointer;
    background-color: #fff;
    display: block;
  }

  nav.header-responsive ul > li > ul > li {
    position: relative;
  }

  nav.header-responsive ul > li > ul > li::before {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #3633e6;
    font-size: 18px;
  }

  nav.header-responsive ul > li > ul > li > a:hover {
    color: #3633e6;
  }

  nav.header-responsive ul > li > ul > li > a {
    font-size: 14px;
    display: block;
    padding: 7px 35px;
    line-height: 44px;
    color: #283971;
  }

  nav.header-responsive ul > li.sub-menu {
    position: relative;
  }

  nav.header-responsive ul > li.sub-menu::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 12px;
    width: 25px;
    height: 25px;
    border: 1px solid #51311d;
    border-radius: 28%;
  }

  nav.header-responsive ul > li.sub-menu > a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #51311d;
    left: 30px;
    top: 23px;
    z-index: 99;
    transition: all 0.1s ease-out;
  }

  nav.header-responsive ul > li.sub-menu > a::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #51311d;
    left: 34px;
    top: 19px;
    transition: all 0.1s ease-out;
  }

  nav.header-responsive ul > li.sub-menu.open > a::before {
    transform: rotate(180deg);
  }

  nav.header-responsive ul > li.sub-menu.open > a::after {
    transform: rotate(90deg);
  }

  nav.header-responsive ul a {
    padding: 10px;
  }

  .shopping-page main.cart-page {
    margin-top: 0;
  }

  .page-404 {
    padding: 28px 0;
  }

  .brand-slider .owl-carousel .owl-nav .owl-prev {
    display: none;
    transition: all 0.3s ease-in-out;
  }

  .brand-slider .owl-carousel .owl-nav .owl-next {
    display: none;
    transition: all 0.3s ease-in-out;
  }

  .brand-slider .owl-carousel:hover .owl-nav .owl-prev,
  .brand-slider .owl-carousel:hover .owl-nav .owl-next {
    display: block;
  }

  #offercarousel {
    display: none;
  }

  #offercarousel-responsive {
    display: block;
  }
}

@media (max-width: 992px) {
  .footer-services .service-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
  }
  .listing-header {
    padding: 10px;
  }

  .Search_list {
    display: block;
    width: 100%;
  }

  .center-section {
    margin: 0 auto;
  }

  .center-breakpoint {
    margin: 0 auto;
  }

  .hidden-md {
    display: none;
  }

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

@media (max-width: 768px) {
  .profile-card-1 .view-more {
    top: calc(45% - 0.5em);
    left: calc(55% - 0.5em);
  }
  .footer-services .service-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 5px;
  }
  .box-tabs-tab a,
  .box-tabs-tab a.active {
    font-size: 14px;
    line-height: 23px;
    padding: 10px;
  }
  .hidden-xs {
    display: none;
  }

  .box-tabs-tab a i {
    margin-left: 2px;
  }

  .comments_form h3.comment-reply-title {
    margin-right: 0;
  }

  .comments_form ol.children {
    padding: 0;
  }

  p.comment-notes {
    margin-right: 0;
  }
  span.dl-none-sm {
    display: none;
  }
  .checkout-order-summary-col-post-time {
    font-size: 10px;
  }
  span.fs-sm {
    font-size: 9px;
  }
}

@media (max-width: 520px) {
  .footer-services .service-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
  }
  #offercarousel {
    display: none;
  }

  #offercarousel-responsive {
    display: block;
  }

  .owl-nav {
    display: none !important;
  }

  .checkout-item {
    width: 490px;
    overflow-x: visible;
    display: block;
  }

  .box-tabs-tab {
    width: 25%;
    text-align: center;
  }

  .box-tabs-tab a {
    font-size: 12px;
  }

  .box-tabs-tab a i {
    display: none;
  }

  .single-product .card-header {
    background-color: #fff;
  }

  .single-product .card-header button {
    font-size: 14px;
  }

  .shopping-page .checkout-contact-location {
    position: relative;
    display: inline-block;
    margin: 0 30px 30px;
  }
}

@media (max-width: 480px) {
  .footer-services .service-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
  }
  .account-box {
    width: 100%;
  }

  .account-box-title {
    padding: 10px;
    font-size: 16px;
  }

  .account-box-content {
    padding: 0 10px;
  }

  .form-account-title {
    font-size: 12px;
  }

  .input-label i:before {
    right: 10px;
    top: 17px;
    font-size: 16px;
  }

  .input-field::placeholder {
    font-size: 13px;
    padding-right: 20px;
  }

  .account-box-content .dk-btn {
    font-size: 1.286rem;
    padding: 17px 55px;
  }

  .product-add a.dk-btn {
    display: block;
    font-size: 16px;
  }

  .product .price-product .price-discount {
    margin: 20px 0;
  }

  #offercarousel-responsive .countdown-timer span {
    font-size: 15px;
  }

  .widget-product .product-carousel .item ins,
  .brand-slider .product-carousel .item ins {
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .footer-services .service-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 5px;
  }

  #offercarousel-responsive .countdown-timer span {
    font-size: 12px;
  }

  #offercarousel-responsive .countdown-timer {
    font-size: 15px;
  }
}

/* responsive */

/*---------------------- section block Starts----------------------------*/





.space-bottom-15 {
  padding-bottom: 15px;
}
.space-top-15 {
  padding-top: 15px;
}











.space-top-50 {
  padding-top: 50px;
}















.space-right-10 {
  padding-right: 10px;
}



.max_w200 {
  max-width: 200px;
}


.marg_top20 {
  margin-top: 20px;
}

/*----------------------------section block Ends---------------------------*/

/*---------------------- font-size Starts----------------------------*/




.font-14 {
  font-size: 14px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}

/*----------------------------font-size  Ends---------------------------*/

/*---------------------- color Starts----------------------------*/
.color-font-2d66ce {
  color: #2d66ce;
}

.color-font-2dce93 {
  color: #2dce93;
}


.color-font-ce2d9b {
  color: #ce2d9b;
}





/*----------------------------color  Ends---------------------------*/

/*----------------------------btn  start---------------------------*/

.big_btn {
  width: 200px !important;
}
.btn-main-masai {
  color: #fff !important;
  width: 97% !important;
  background: #000;
}

.btn-error-masai {
  background-color: #d14545 !important;
  color: #fff !important;
}
.btn-error-masai:hover {
  background-color: #eddccf !important;
  color: #000 !important;
}
.btn-second-masai {
  background-color: #a3917f;
  color: #fff !important;
}




.input_all {
  background-color: transparent;
  border: 1px solid #e3e3e3;
  border-radius: 100px;
  color: #2c2c2c;
  line-height: normal;
  font-size: 0.8571em;
}
.input_all:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}

.input_second {
  width: 100% !important;
  padding: 10px 10px;
  line-height: 1.833;
  font-family: "ModamWeb", sans-serif;
  font-weight: 300;
  font-size: 13px;
  border: 1px solid rgb(204, 204, 204);
  color: #474747;
  outline: none;
  border-radius: 0px;
}
/*----------------------------btn  Ends---------------------------*/
/*---------------------- width & height Starts----------------------------*/




/*---------------------- width & height Ends----------------------------*/

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .svg_Masai {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1350px !important;
  }
}

.recent-nav {
  color: #000000;
  cursor: pointer;
  font-size: 20px;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.recent-nav .slider-btn:hover {
  color: #999;
}
.slider_main .owl-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  border: 0.5px solid #000;
}
.owl-theme .owl-dots .owl-dot span {
  width: 30px !important;
  height: 1px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0.5px solid #c4c4c4;
  margin: 0 4px !important;
  display: inline-block;
}
.discount_badge {
  background: #51311d;
  padding: 0 7px;
  font-size: 14px;
  color: #fff;
  margin: 0 5px;
}


.border_all {
  border: 1px solid #ebebeb;
}
.bglight {
  background-color: #fff;
}

.form_send_re {
  border-right: 1px solid rgba(70, 169, 174, 0.38);
}
/*hi media*/

@media (min-width: 100px) and (max-width: 350px) {
  .minilogo_w {
    width: 32px;
  }

  .form_send_re {
    border-right: none !important;
    margin-top: 35px;
  }
}
@media (min-width: 351px) and (max-width: 450px) {
  .minilogo_w {
    width: 34px;
  }
  .form_send_re {
    border-right: none !important;
    margin-top: 35px;
  }
}
@media (min-width: 451px) and (max-width: 650px) {
  .minilogo_w {
    width: 36px;
  }
  .form_send_re {
    border-right: none !important;
    margin-top: 35px;
  }
}
@media (min-width: 651px) and (max-width: 850px) {
  .minilogo_w {
    width: 38px;
  }
}
@media (min-width: 851px) and (max-width: 1050px) {
  .minilogo_w {
    width: 45px;
  }
  .contact_category .contact_category_left span {
    font-size: 22px !important;
    top: 38px !important;
    right: 112px;
  }
}
@media (min-width: 1051px) and (max-width: 1199px) {
  .minilogo_w {
    width: 50px;
  }
  .contact_category .contact_category_left span {
    font-size: 22px !important;
    top: 38px !important;
    right: 112px;
  }
}
@media (min-width: 1200px) and (max-width: 1851px) {
  .minilogo_w {
    width: 50px;
  }
}
.contact-miniicon .title-3 {
  display: block;
  margin: 20px 0 10px;
  font-size: 12px;
}
.contact-miniicon img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
/*category.html*/
.contact_category .title-3 {
  margin: 20px 0 10px;
  font-size: 12px;
}
.contact_category img:hover {
  transform: scale(1.1);
  cursor: pointer;
}





.contact_category .contact_category_left span {
  position: absolute;
  font-size: 30px;
  font-weight: 900;
  color: #51311d;
  top: 32px;
}



/*category.html ends*/

.contact-bigicon .title-3 {
  display: block;
  margin: 20px 0 10px;
  font-size: 13px;
  text-align: center;
}
.contact-bigicon img {
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.contact-bigicon img:hover {
  transform: scale(1.1);
}
.imgpad {
  padding: 15px !important;
}



.size-8 {
  font-size: 8px;
}






















.cart_empty img {
  width: 70% !important;
  max-width: 330px;
  margin-bottom: 15px;
}






.cart-footer .cart-summary p.discount {
  color: #f16422;
  word-wrap: break-word;
}
.cart-footer .cart-summary p {
  height: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-footer .cart-summary p.black {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}














.search_prod_btn {
  position: absolute;
  left: 6px;
}
.search_prod_btn .search_icon_cart {
  cursor: pointer;
  width: 33px;
  height: 33px;
  border-radius: 90px;
  border: 0px;
  background: #51311d;
  color: #fff;
}
.search_prod_btn .search_icon_cart:hover {
  background: #a3917f;
  color: #000;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.17);
}
.search_prod_btn .search_icon_cart:before {
  top: 9px;
  position: absolute;
  right: 9px;
  font-size: 15px;
}

.product_price_search .price,
.product_price_search .price {
  color: #51311d;
  font-size: 17px;
  height: 64px;
}

.product_price_search .price del {
  color: #979898;
  font-size: 12px;
  display: initial;
  width: 100%;
}
.product_price_search .price ins {
  text-decoration: none;
}

.list_search_p {
  margin-top: 2px !important;
  padding: 2px;
}



.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan {
  cursor: pointer;
  width: 48.5%;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition:
    box-shadow 0.4s,
    -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content img {
  margin-left: 30px;
  height: 72px;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plans .plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  background: -webkit-linear-gradient(#51311d, #a3917f);
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #d4edef;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 1px solid #a3917f;
  background: #fff;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */


.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}

.pd a {
  border: 1px solid #eaeaea;
  display: inline-block;
}


/*blog style*/
.bgGray {
  background-color: #eeeeee;
}
.widget-blog header .card-title {
  text-align: center !important;
}
.widget-blog header span {
  width: 25% !important;
}
.Blog-carousel .owl-stage-outer .owl-stage .owl-item {
  background: #fff;
  box-shadow: 0px 2px 20px #1111110f;
  float: right;
  width: 100%;
  border: 1px solid #d7d7d7;
}
.Blog-carousel .owl-stage-outer .owl-stage .owl-item .Blog_list {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
}
.Blog-carousel .owl-stage-outer .owl-stage .owl-item .Blog_list .Blog_author {
  color: #515151 !important;
  font-size: 14px;
  font-weight: 400;
  float: right;
  margin: 5px 0px 0px 0px;
}
.Blog-carousel .owl-stage-outer .owl-stage .owl-item .Blog_list .Blog_Date {
  color: #515151 !important;
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin: 5px 7px 0px 0px;
}
.Blog-carousel .owl-stage-outer .owl-stage .owl-item .Blog_list .Blog_author i {
  color: #000 !important;
  border-radius: 7px 7px 7px 7px !important;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  margin-top: -4px;
}
.Blog-carousel .owl-stage-outer .owl-stage .owl-item .Blog_list .Blog_Date i {
  color: #000 !important;
  border-radius: 7px 7px 7px 7px !important;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  margin-top: -4px;
}
.Blog-carousel .Blog_title {
  margin: 0px;
  padding: 15px 20px;
  font-weight: 400;
  min-height: 93px;
  box-sizing: border-box;
  float: right;
  width: 100%;
  text-align: right;
  position: relative;
  line-height: 31px;
  font-size: 15px;
}
.blog-box-footer {
  padding: 25px 0px;
}
footer.main-footer {
  margin-top: 0px !important;
  background-color: #eee;
}

.widget-blog .owl-carousel .owl-nav .owl-prev,
.widget-blog .owl-carousel .owl-nav .owl-next {
  width: 49px;
  height: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  background-image: unset;
  outline: none;
}

.widget-blog .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: -20px;
  top: 50%;
  color: #fff;
  box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  background: #51311d;
  height: 50px;
}

.widget-blog .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: -20px;
  top: 50%;
  color: #fff;
  box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, 0.15);
  background: #51311d;
  height: 50px;
}
.widget-blog .owl-carousel .owl-nav .owl-prev:hover {
  background: #51311d;
  transition: 0.5s;
}

.widget-blog .owl-carousel .owl-nav .owl-next:hover {
  background: #51311d;
  transition: 0.5s;
}
.widget-blog .owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: all;
}

.widget-blog .owl-carousel .owl-nav .owl-prev i,
.widget-blog .owl-carousel .owl-nav .owl-next i {
  font-size: 17px;
  color: #fff;
  line-height: 52px;
}
.single_blog_content {
  background: #fff;
  margin: 20px auto;
  /* border: 1px solid #dedede; */
  box-shadow: 1px 1px 15px 5px hsla(0, 0%, 71%, 0.11);
  position: relative;
  border-radius: 12px;
}
.cat_blog_content {
  padding-top: 15px;
}
.single_blog_content .card-header .card-title span {
  display: inline-block;
  border-bottom: 1px solid #51311d;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
}
.single_blog_content .card-header .card-title {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0;
  line-height: 2;
  letter-spacing: 0px;
}
.single_blog_content .card-header {
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  margin-bottom: 15px;
}
.single_blog_content .form-account-title span {
  color: #bd1c1c;
  font-size: 12px;
}
.single_blog_content .table_details {
  border-radius: 12px !important;
  overflow: hidden;
  text-align: center;
}
.single_blog_content .table_details tbody tr td {
  font-size: 14px;
}
.single_blog_content .table_details tbody tr td span {
  font-size: 11px;
}
.single_blog_content .table_details thead {
  background-color: #eff8f9;
  border-radius: 6px 6px 0 0;
}
.single_blog_content .contact_us_title {
  font-size: 15px;
}
.single_blog_page {
  width: 100%;
}
.single_blog_page h3 {
  font-size: 20px;
  color: #a3917f;
  margin: 0;
}


.single_blog_page .hr-text {
  font-size: 17px;
  padding-bottom: 15px;
}
.single_blog_page p {
  line-height: 50px;
  font-size: 15px;
  text-align: justify;
}
.single_blog_page img {
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}

.single_blog_page {
  padding: 0px;
}
.single_blog_page ul {
  line-height: 55px;
}

.single_blog_content .table_details tbody .all td {
  font-weight: 800;
  font-size: 16px;
  background: -webkit-linear-gradient(#51311d, #a3917f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single_blog_page .data_det {
  color: #0f2526;
  font-size: 13px;
  text-align: center;
  padding: 15px 10px;
}

.single_blog_page .data_det i {
  color: #67b1b5;
}
.single_blog_page .data_det span {
  margin-left: 10px;
}
.sidebar_blog {
  background: #fff;
  margin: 20px auto;
  /* border: 1px solid #dedede; */
  box-shadow: 1px 1px 15px 5px hsla(0, 0%, 71%, 0.11);
  border-radius: 12px;
}
.list_group_blog a {
  display: block;
}
.widget_blog {
  padding: 3px;
}

.widget_blog_headbox {
  background-color: #fff;
  border-radius: 4px;
  padding-right: 15px;
  padding-top: 15px;
}
.widget_blog_headbox h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
.widget_blog_headbox h3::before {
  display: block;
  content: "";
  position: absolute;
  width: 3px;
  height: 25px;
  background-color: #a3917f;
  right: 16px;
}

.widget_blog_headbox h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #a3917f;
  margin-top: 0.75em;
}
.sidebar_blog {
}
.widget_blog_posts {
  padding-right: 5px;
}
.widget_blog_posts li {
  position: relative;
  margin: 0 0 9px;
  font-size: 14px;
  color: #8d8d8d;
  border: 2px solid #d6e0e2;
  border-width: 0 2px 0 0;
  padding: 9px 13px 9px 10px;
  border-radius: 0;
  font-size: 13px;
  line-height: 18px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_blog_posts li:hover {
  background: #f8f9fa;
  padding-right: 17px;
}
.widget_blog_posts li:hover:before {
  background: #51311d;
  border: none;
}
.widget_blog_posts li:before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  border: 2px solid #d4dcde;
  position: absolute;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  border-radius: 30px;
  top: 50%;
  right: 0;
  -webkit-transform: translate(60%, -50%);
  -ms-transform: translate(60%, -50%);
  transform: translate(60%, -50%);
  -webkit-box-shadow: 0 0 0 3px #fff;
  box-shadow: 0 0 0 3px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.Blog-category .owl-stage-outer .owl-stage .owl-item {
  background: #fff;
  box-shadow: 0px 2px 20px #1111110f;
  float: right;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}
.Blog-category .owl-stage-outer .owl-stage .owl-item img.img-fluid {
  border-radius: 10px 10px 0px 0px;
}
.Blog-category .owl-stage-outer .owl-stage .owl-item .Blog_list {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
}
.Blog-category .owl-stage-outer .owl-stage .owl-item .Blog_list .Blog_author {
  color: #515151 !important;
  font-size: 14px;
  font-weight: 400;
  float: right;
  margin: 5px 0px 0px 0px;
}
.Blog-category .owl-stage-outer .owl-stage .owl-item .Blog_list .Blog_Date {
  color: #515151 !important;
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin: 5px 7px 0px 0px;
}
.Blog-category .owl-stage-outer .owl-stage .owl-item .Blog_list .Blog_author i {
  background: #eeeeee !important;
  color: #50b1b6 !important;
  border-radius: 7px 7px 7px 7px !important;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  margin-top: -4px;
}
.Blog-category .owl-stage-outer .owl-stage .owl-item .Blog_list .Blog_Date i {
  color: #50b1b6 !important;
  border-radius: 7px 7px 7px 7px !important;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  margin-top: -4px;
}
.Blog-category .Blog_title {
  margin: 0px;
  padding: 15px 20px;
  font-weight: 400;
  min-height: 93px;
  box-sizing: border-box;
  float: right;
  width: 100%;
  text-align: right;
  position: relative;
  line-height: 31px;
  font-size: 15px;
}

.Blog-category img {
  border-radius: 10px 10px 0px 0px;
}
.Blog-category .blog_tag {
  background-color: #fff;
  box-shadow: 0px 2px 20px #1111110f;
  float: right;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  margin-bottom: 25px;
}
.Blog-category .blog_tag .Blog_list {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
}
.Blog-category .blog_tag .Blog_list .Blog_author {
  color: #515151 !important;
  font-size: 14px;
  font-weight: 400;
  float: right;
  margin: 5px 0px 0px 0px;
}
.Blog-category .blog_tag .Blog_list .Blog_author i {
  background: #e2e2e2 !important;
  color: #50b1b6 !important;
  border-radius: 7px 7px 7px 7px !important;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  margin-top: -4px;
}

.Blog-category .blog_tag .Blog_list .Blog_Date {
  color: #515151 !important;
  font-size: 14px;
  font-weight: 400;
  float: left;
  margin: 5px 7px 0px 0px;
}
.Blog-category .blog_tag .Blog_list .Blog_Date i {
  color: #50b1b6 !important;
  border-radius: 7px 7px 7px 7px !important;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 8px;
  margin-top: -4px;
}

main.category-blog .breadcrumb {
  font-size: 15px;
  max-width: 100%;
  white-space: nowrap;
  list-style: none;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 21px;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(110, 134, 216, 0.1);
  margin-top: 25px;
}

main.category-blog .breadcrumb li {
  display: inline-block;
  color: #51311d;
}

main.category-blog .breadcrumb span {
  color: #1d4a4d;
}
main.category-blog .breadcrumb li:before {
  content: "/";
  color: #245d60;
  letter-spacing: 0px;
  font-size: 13px;
  vertical-align: top;
  margin-left: 5px;
  padding-right: 5px;
  font-weight: 400 !important;
}

main.category-blog .breadcrumb li:first-child:before {
  content: "";
}

main.category-blog .breadcrumb li a {
  color: #a3917f !important;
}
/*.carousel-indicators{
    right:auto;
}*/

/* 1) خود پاپ‌آپ */


/* 3) دکمه تایید */







.product h4 {
  margin-bottom: 11px;
}

.products-content {
  padding: 17px;
}
.products-content h2 {
  color: #595959;
}

.product-items {
  list-style: none outside none;
  font-size: 0;
  line-height: 0;
}

.product-item {
  display: inline-block;
  width: 49%;
  border: solid #e6e7e6;
  border-width: 1px 1px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.3;
}
.product-item:nth-child(even) {
  margin-left: 2%;
}

.product-item-content {
  position: relative;
}
.product-item .product-item-title {
  font-weight: normal;
  text-align: right;
}




.product-item-actions {
  line-height: 20px;
  padding: 6px;
}

.product-item .btn-link {
  flex: 0 0 auto;
}

.product-item-price {
  flex: 0 1 auto;
  color: #595959;
  font-size: 13px;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 0.25em;
}
.product-item-price > * {
  white-space: nowrap;
  word-break: keep-all;
}

.product-item-details,
.product-item-title,
.product-item-price-wrapper,
.product-item-image {
  border-bottom: 1px solid #e6e7e6;
}

.product-item-image {
  display: block;
}
.product-item-image img {
  width: 100%;
  height: auto;
}

.products-content .product-item-title,
.product-item-title {
  color: #333;
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 0;
}

.product-item-details {
  padding: 4px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 13px;
}
.product-item-details p {
  margin: auto;
}

.product-item-actions .product-item-price {
  border-bottom: none;
  margin: 0 0 0 auto;
  padding: 0;
}

.product-item-image a {
  display: block;
}

.product-item-checkbox label {
  display: block;
  padding: 7px 30px 7px 7px;
}
.product-item-checkbox label:after {
  right: 12px;
  top: 9px;
}
.product-item-checkbox label:before {
  right: 17px;
  top: 14px;
}
.product-item-checkbox label span {
  display: block;
}



.products--order-page .products-content {
  padding: 18px;
}

@media (max-width: 767px) {
  .products-content {
    padding-left: 0;
    padding-right: 0;
  }

  .products-order {
    padding: 17px 18px;
    text-align: left;
  }

  .products {
    padding: 0 5px;
  }

  .product-item-price {
    flex-basis: min-content;
  }

  .products--order-page {
    padding: 0;
  }
  .products--order-page .products-content {
    padding: 18px;
  }
}



.product-items-alt {
  margin-left: -2%;
}
.product-items-alt .product-item {
  width: 100%;
  margin-left: 2%;
  margin-bottom: 34px;
}
.product-items-alt.trio .product-item {
  width: 31.3%;
}
.product-items-alt.trio .product-item .product-item-price {
  font-weight: normal;
  font-size: 14px;
}

.product-items-alt .product-item-actions {
  text-decoration: none;
}
.product-items-alt .product-item-actions .product-item-price {
  color: #000;
}
.product-items-alt .product-item-actions .btn-link {
  color: #000;
  text-decoration: none;
}
.product-items-alt .product-item-actions .btn-link:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .product-items-alt .product-item {
    width: 31.33%;
  }
}

@media (max-width: 767px) {
  .product-item-details {
    font-size: 10px;
  }
  .product-items-alt.trio .product-item,
  .product-items-alt .product-item {
    width: 48%;
  }

  .product-items-alt.trio .product-item .product-item-title {
    font-size: 22px;
  }
}

.products-content h2 {
  font-family: "ModamWeb", sans-serif;
  color: #595959;
}

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

.product-item-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-item-actions .product-item-price {
  margin: 0;
  margin-left: auto;
}

.product-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 992px) {
  .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }
}

.homepage-category-tilesa {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  padding: 24px 10px;
}

.homepage-category-tile {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  background: no-repeat center/cover;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.homepage-category-tile::before {
  content: "";
  float: left;
  padding: 45% 0 0;
}
.homepage-category-tile_asset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.homepage-category-tile_content {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 0;
}
.homepage-category-tile_content::before {
  content: "";
  background: #000;
  opacity: 0.35;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.homepage-category-tile_headline {
  display: block;
  color: #fff;
  font-family: "ModamWeb", "Arial", "ModamWeb", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: -0.24px;
  text-align: center;
  width: 100%;
}
.homepage-category-tile::after {
  content: "";
  display: table;
  clear: both;
}












@media (min-width: 768px) {
  .homepage-category-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .homepage-category-tiles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

:root {
  --header-h: 0px;
}



.page-content {
  padding-top: var(--header-h);
  background-color: #fff;
}

.product-carousel .item {
  padding: 0;
}

.product-carousel .product-item {
  width: 100% !important;
}
.product-carousel .owl-dots{
  text-align: center;
  margin-top: 15px;
}
.product-carousel .owl-dot span{
  width: 30px !important;
  height: 1px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0.5px solid #c4c4c4;
  margin: 0 4px !important;
  display: inline-block;
}
.product-carousel.owl-theme .owl-dots .owl-dot.active span{
    border-color: #000 !important;
    background-color: #000 !important;
}
.product-carousel .owl-dot:hover span{
  border: 0.5px solid #000 !important;
}
.Blog-carousel .owl-dots{
  text-align: center;
  margin-top: 15px;
}
.Blog-carousel .owl-dot span{
  width: 30px !important;
  height: 1px !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0.5px solid #c4c4c4;
  margin: 0 4px !important;
  display: inline-block;
}
.Blog-carousel .owl-dot.active span{
  border: 0.5px solid #000 !important;
}
.Blog-carousel .owl-dot:hover span{
  border: 0.5px solid #000 !important;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-grey {
  display: block;
  background: #595959;
  font-family: "Bell Gothic Std", "Arial", "Helvetica", sans-serif;
  line-height: 54px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.02em;
  transition: all 0.2s;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}
.btn-grey:hover {
  background: #333;
  color: #fff;
}






.btn-link {
  border: 0 none;
  background: none;
  text-decoration: underline;
  letter-spacing: 0.02em;
  color: #6c6c6c;
  font-family: "Helvetica", sans-serif;
  font-weight: normal;
}
.btn-link:hover {
  color: #333;
  text-decoration: underline;
}

.btn-search {
  display: none;
}

.btn-grey.disabled {
  background: #bfbfbf;
  color: #a3a3a3;
  cursor: default;
  pointer-events: none;
}




.btn-block {
  width: 100%;
}

@media (max-width: 1023px) {
  .btn-menu {
    display: block;
    width: 81px;
    height: 79px;
    border-right: 1px solid #e5e5e5;
    background:  url("../img/btn-menu.png") no-repeat center center;
    background-size: 21px 18px;
  }
}

@media (max-width: 767px) {
  .btn-menu {
    background-size: 17.5px 15px;
    width: 46.5px;
    height: 50px;
    border-right: none;
  }

  .btn-search {
    display: block;
    position: relative;
    text-align: center;
    line-height: 50px;
    width: 40px;
    height: 50px;
  }
  .btn-search i {
    aspect-ratio: 13 / 14;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: auto;
  }
}

