.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;-webkit-transition:opacity 0s, -webkit-transform 0s;transition:opacity 0s, -webkit-transform 0s;transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s, -webkit-transform 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: -webkit-calc(1.375rem + 1.5vw);
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: -webkit-calc(1.325rem + 0.9vw);
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: -webkit-calc(1.3rem + 0.6vw);
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: -webkit-calc(1.275rem + 0.3vw);
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-color-swatch-wrapper {
  padding: 0;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    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;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -webkit-calc(-1 * var(--bs-gutter-y));
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: -webkit-calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: -webkit-calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
}
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

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

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

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
 :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
 :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: -webkit-calc(0.375rem - 1px);
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  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;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

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


.card-img-top {
  width: 100%;
}


.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: -webkit-calc(0.375rem - 1px);
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: var(--bs-accordion-transition);
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  -webkit-box-shadow: inset 0 -webkit-calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
          box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  -webkit-transform: var(--bs-accordion-btn-icon-transform);
      -ms-transform: var(--bs-accordion-btn-icon-transform);
          transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  -webkit-transition: var(--bs-accordion-btn-icon-transition);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-accordion-btn-focus-box-shadow);
          box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--bs-pagination-focus-box-shadow);
          box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

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

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

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

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

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

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  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;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -webkit-calc(-1 * var(--bs-list-group-border-width));
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */


.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    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;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
   .offcanvas-sm.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 575.98px) {
   .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    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;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
   .offcanvas-md.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 767.98px) {
   .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    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;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
   .offcanvas-lg.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 991.98px) {
   .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    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;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
   .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 1199.98px) {
   .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    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;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
   .offcanvas-xxl.show:not(.hiding) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 1399.98px) {
   .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  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;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
 .offcanvas.show:not(.hiding) {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
 .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: -webkit-calc(var(--bs-offcanvas-padding-y) * 0.5) -webkit-calc(var(--bs-offcanvas-padding-x) * 0.5);
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: -webkit-calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: -webkit-calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: -webkit-calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.position-relative {
  position: relative !important;
}

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

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

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

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

.start-0 {
  left: 0 !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .text-md-end {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
}
/*!
 * Bootscore v5.2.0.0 (https://bootscore.me/)
 */
.alert.alert-danger, .alert.alert-warning, .alert.alert-info, .alert.alert-success {
  padding-left: 3.25rem;
}
.alert::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 1.25rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.alert-danger::before {
  content: "\F071";
}

.alert-warning::before {
  content: "\F06A";
}

.alert-info::before {
  content: "\F05A";
}

.alert-success::before {
  content: "\F058";
}
@media (max-width: 991.98px) {
  .card-img-left-md img {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 992px) {
  .card-img-left-md img {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
body {
  position: relative;
  word-break: break-word;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

#content {
  min-height: 600px;
}

@media (max-width: 991.98px) {
  .breadcrumb {
    display: block !important;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
::-moz-selection {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
::selection {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

pre {
  background-color: var(--bs-light);
}

ul.comment-list {
  list-style: none;
  padding: 0;
}
ul.comment-list li {
  list-style: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.comment-content {
  width: -webkit-calc(100% - 96px);
  width: calc(100% - 96px);
}
.comment-content a {
  word-wrap: break-word;
}

pre {
  max-width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
}

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

iframe {
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
}

.featured-full-width-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

[rel=prev]:before {
  content: "\AB   ";
}

[rel=next]:after {
  content: " \BB";
}

html {
  scroll-behavior: auto !important;
}

/*.form-check-input, .form-select, .form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
}*/

p:empty:before {
  content: none;
}

.offcanvas-backdrop.fade {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.offcanvas-backdrop {
  cursor: pointer;
}

.top-button {
  right: 5%;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.top-button.visible {
  opacity: 1;
}

/* 
Add width-100 class to element to stretch it to the entire width 
of the screen when element is in .container.
https://bootscore.me/documentation/width-height-classes/
*/
body {
  overflow-x: hidden;
}

.clear-both {
  clear: both;
}

.zi-1020 {
  z-index: 1020 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.widget-area ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.widget-area ul li ul li {
  padding: 0 1rem;
}

#footer-menu li a {
  padding-left: 0;
}

body {
  font-family: "Quicksand", sans-serif !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Mongoose", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 60px;
  letter-spacing: -1.38px;
  line-height: 48px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 80px;
    letter-spacing: -2.5px;
    line-height: 70px;
  }
}

h2, .h2 {
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 36px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 48px;
  }
}

h3, .h3 {
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 32px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 36px;
    line-height: 40px;
  }
}

h4, .h4 {
  font-size: 30x;
  letter-spacing: 1px;
  line-height: 28px;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 35px;
    letter-spacing: 1px;
    line-height: 32px;
  }
}

h5, .h5 {
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 22px;
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 30px;
    line-height: 24px;
  }
}

h6, .h6 {
  font-size: 12px;
  letter-spacing: -0.38px;
  line-height: 16px;
}

p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
p.small {
  font-size: 12px;
  line-height: 20px;
}

.bg-primary {
  background-color: #85C496 !important;
}

.bg-secondary {
  background-color: #2B1400 !important;
}

.bg-tertiary {
  background-color: #e5dec7 !important;
}

.bg-house-blend {
  background-color: #575756 !important;
}

.bg-brazil {
  background-color: #26A9E1 !important;
}

.bg-burundi {
  background-color: #006CB8 !important;
}

.bg-colombia {
  background-color: #A483BC !important;
}

.bg-el-salvador {
  background-color: #2A3B90 !important;
}

.bg-ethiopia {
  background-color: #BE222E !important;
}

.bg-guatemala {
  background-color: #006939 !important;
}

.bg-bolivia {
  background-color: #A1A27E !important;
}

.bg-india {
  background-color: #9A7356 !important;
}

.bg-kenya {
  background-color: #831F82 !important;
}

.bg-nicaragua {
  background-color: #8A485F !important;
}

.bg-peru {
  background-color: #EE2C7B !important;
}

.bg-rwanda {
  background-color: #1EA8A7 !important;
}

.bg-tanzania {
  background-color: #EB5C2E !important;
}

.bg-costa-rica {
  background-color: #BF8A2B !important;
}

.bg-mexico {
  background-color: #EB5C2E !important;
}

.color-primary {
  color: #85C496 !important;
}

.color-secondary {
  color: #2B1400 !important;
}

.color-tertiary {
  color: #e5dec7 !important;
}

.color-house-blend {
  color: #575756 !important;
}

.color-brazil {
  color: #26A9E1 !important;
}

.color-burundi {
  color: #006CB8 !important;
}

.color-colombia {
  color: #A483BC !important;
}

.color-el-salvador {
  color: #2A3B90 !important;
}

.color-ethiopia {
  color: #BE222E !important;
}

.color-guatemala {
  color: #006939 !important;
}

.color-bolivia {
  color: #A1A27E !important;
}

.color-india {
  color: #9A7356 !important;
}

.color-kenya {
  color: #831F82 !important;
}

.color-nicaragua {
  color: #8A485F !important;
}

.color-peru {
  color: #EE2C7B !important;
}

.color-rwanda {
  color: #1EA8A7 !important;
}

.color-tanzania {
  color: #EB5C2E !important;
}

.color-mexico {
  color: #EB5C2E !important;
}

.color-costa-rica {
  color: #BF8A2B !important;
}

.color-grey {
  color: #9B9B9B !important;
}

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

.color-black {
  color: #000000 !important;
}

.nounderline {
  text-decoration: none !important;
}

.scheme-light {
  color: #000000;
}
.scheme-light a:not(.btn) {
  color: #000000;
}

.scheme-dark {
  background-color: #000000;
  color: #ffffff;
}
.scheme-dark a:not(.btn) {
  color: #ffffff;
}
.scheme-dark pre {
  color: #000000;
}

@media (max-width: 575.98px) {
  .no-padding-mobile {
    padding: 0;
  }
}
.spacer {
  height: 30px;
}
@media (min-width: 768px) {
  .spacer {
    height: 50px;
  }
}

@-webkit-keyframes showLazyImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showLazyImg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.mongoose {
  font-family: "Mongoose", sans-serif;
  font-weight: 500;
  font-size: 25px;
}

.ml-auto {
  margin-left: auto;
}

.font-weight-normal {
  font-weight: 500;
}

.half {
  max-width: 50%;
}

.padding-top-nav {
  padding-top: 65px !important;
}
@media (min-width: 992px) {
  .padding-top-nav {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

.styled-slider {
  overflow: hidden;
}
.styled-slider .tns-ovh {
  overflow: visible;
}
.styled-slider .tns-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0 auto;
}
.styled-slider .tns-nav button {
  border: none;
  background-color: #DDDDDD;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
}
.styled-slider .tns-nav button.tns-nav-active {
  background-color: #e5dec7;
}

.btn {
  border-radius: 15px;
  border: none;
  padding: 13px 30px;
  text-transform: uppercase;
  font-family: "Mongoose", sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #ffffff;
}
.btn svg {
  height: 18px;
  width: 18px;
  margin-left: 20px;
  position: relative;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  left: 0;
}
.btn.btn-primary {
  background-color: #85C496;
  color: #000000;
}
.btn.btn-primary:hover {
  background-color: #599368;
}
.btn.btn-secondary {
  background-color: #2B1400;
}
.btn.btn-secondary:hover {
  background-color: #1e0d00;
  color: #ffffff;
}
.btn.btn-tertiary {
  background-color: #e5dec7;
}
.btn.btn-tertiary:hover {
  background-color: #c6c2b4;
  color: #ffffff;
}
.btn.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-white:hover {
  background-color: #DDDDDD;
}
.btn.btn-black {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-black:hover {
  background-color: #4A4A4A;
}
.btn:not(.no-text):hover svg.fa-arrow-right {
  left: 10px;
}
.btn.no-text {
  padding: 13px 15px;
}
.btn.no-text svg {
  margin-left: 0px;
}

body {
  background-color: #E5DEC7;
  max-width: 1500px;
  margin: 0 auto;
}
body.modal-open {
  overflow: hidden;
}

.border-top-none {
  border-top: none !important;
}

.section-padding {
  padding: 30px 0px;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 50px 0px;
  }
}

.section-title h4, .section-title .h4, .section-title p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-title h4, .section-title .h4, .section-title p {
    margin-bottom: 30px;
  }
}

.intro-reveal {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
}

.custom-dropdown {
  position: relative;
}
.custom-dropdown .fa-angle-down {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
}
.custom-dropdown select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #000000;
}
.custom-dropdown select:-ms-expand {
  display: none;
}

.breadcrumb {
  padding: 15px 0px;
  font-family: "Mongoose", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: #000000;
  text-decoration: none;
}
.breadcrumb svg {
  margin: 0px 10px;
}

.scheme-dark .breadcrumb a {
  color: #ffffff;
}

.basic-divider hr {
  height: 1px;
  background-color: #BFBEBE;
  border: none;
}

.nh-pagination {
  padding: 10px;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.nh-pagination ul.pagination {
  margin-bottom: 0px;
}
.nh-pagination ul.pagination li .page-link {
  border: none;
  border-radius: 5px;
  color: #000000;
  font-family: "Mongoose", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 5px 15px;
  margin-left: 2px;
}
.nh-pagination ul.pagination li.active .page-link {
  color: #ffffff;
  background-color: #000000;
}
.nh-pagination ul.pagination li:last-of-type {
  margin-right: 0px;
}

.alert {
  padding: 13px 15px;
  padding-left: 15px !important;
  border-radius: 15px;
  border: none;
  color: #ffffff;
}
.alert a {
  color: #ffffff !important;
}
.alert:before {
  display: none;
}
.alert.alert-success {
  background-color: #84B24D;
}
.alert.alert-warning {
  background-color: #FA7035;
}
.alert.alert-info {
  background-color: #26A9E1;
}

.woocommerce ul.order_details::before {
  display: none;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.  Header
2.  WooCommerce display none
3.  WooCommerce
4.  Colors

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Header
--------------------------------------------------------------*/
#offcanvas-cart .cart-list {
  /* height cart-footer */
  padding-bottom: 185px;
}

.cart-loader {
  top: 56px;
  z-index: 1;
}

.cart-loader .loader-icon {
  margin-top: -56px;
}

#offcanvas-cart .cart-loader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

#offcanvas-cart.loading .cart-loader {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0s, visibility 0s;
  transition: opacity 0s, visibility 0s;
}
/*--------------------------------------------------------------
2. WooCommerce Display none
--------------------------------------------------------------*/

/*--------------------------------------------------------------
3. WooCommerce
--------------------------------------------------------------*/
.woocommerce .woocommerce-result-count {
  float: none;
}

.woocommerce .woocommerce-ordering {
  float: none;
}

.woocommerce .woocommerce-ordering {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
  width: 100%;
  padding: 0;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 1rem;
}

.woocommerce form .form-row label {
  line-height: 1.5;
}

.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.group_table .add-to-cart-container {
  width: 130px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: none;
  border: 0;
  padding: 0;
}

.badge.sale,
.badge.sale-product {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.25rem;
  z-index: 1;
}

.card.h-100.d-flex.product a:hover {
  text-decoration: none;
}

.woocommerce .col2-set .col-1 {
  float: none;
  width: 100%;
}

.woocommerce .col2-set .col-2 {
  float: none;
  width: 100%;
}
.woocommerce table.shop_table td {
  border-top: 1px solid;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  border-radius: 0.25rem;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce div.product form.cart .variations select {
  margin-right: 0;
}

#payment label.form-check-label img {
  height: 1.25rem;
  margin-left: 0.25rem;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  border-radius: 0;
}


.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  border-radius: 0.25rem;
  border: 1px solid;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

.place-order div {
  width: 100%;
}

button#place_order {
  width: 100%;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  td.actions,
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    border-bottom-right-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: -webkit-calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
}

.woocommerce ul.order_details::before {
  content: "\F058";
}

@media (max-width: 767px) {
  .woocommerce ul.order_details li {
    border-right: none;
  }
  li.woocommerce-order-overview__order.order,
  li.woocommerce-order-overview__date.date,
  li.woocommerce-order-overview__email.email {
    margin-bottom: 1rem;
  }
  .woocommerce ul.order_details li {
    float: none;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.order_details li {
    border-right: 1px solid;
  }
}
/* Block buttons download breakpoint WooCommerce is 769 px! */

.woocommerce ul#shipping_method li {
  padding-left: 0;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .woocommerce ul#shipping_method {
    clear: both;
    text-align: left;
  }
  .woocommerce-shipping-destination {
    text-align: left;
  }
  .woocommerce-shipping-calculator {
    text-align: left;
  }
}
/* Comments */

#woo-comments p:last-child {
  margin-bottom: 0;
}

/* Forms */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  line-height: inherit;
}

.woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-form__label-for-checkbox .form-check-label {
  margin-bottom: 0px;
  margin-left: 5px;
}

/* Terms checkboxes */
.woocommerce form .form-row .input-checkbox {
  vertical-align: top;
}

.woocommerce-terms-and-conditions-checkbox-text {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
4. Colors
--------------------------------------------------------------*/
@media (max-width: 992px) {
  
  #nav-main .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.card .price {
  color: var(--bscore-wc-price, var(--bs-gray));
}

.woocommerce form .form-row .required {
  color: var(--bscore-wc-form-invalid, var(--bs-danger));
}


.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: var(--bscore-wc-form-valid, var(--bs-success));
}

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: var(--bscore-shop-table-responsive, var(--bs-light));
  }
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border-color: var(--bscore-wc-shop-table-border, var(--bs-gray-300));
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-color: var(--bscore-wc-cart-totals-divider, var(--bs-gray-300));
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: var(--bscore-wc-payment-box, var(--bs-light));
  color: currentColor;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid var(--bscore-wc-payment-box, var(--bs-light));
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-checkout .shop_table {
  background-color: var(--bscore-wc-shop-table-bg, var(--bs-white)) !important;
}


.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: var(--bscore-wc-button-color, var(--bs-primary));
  background-color: transparent;
  border-color: var(--bscore-wc-button-border, var(--bs-primary));
}


.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: var(--bscore-wc-button-color-hover, var(--bs-white));
  background-color: var(--bscore-wc-button-border-hover, var(--bs-primary));
}

.woocommerce div.product .stock {
  color: currentColor;
}

.woocommerce div.product .out-of-stock {
  color: var(--bscore-wc-out-of-stock, var(--bs-danger));
}

/* Gallery Overlay */

.woocommerce-info::before,
.woocommerce-message::before {
  color: inherit;
}

/* Validation */

.woocommerce table.shop_table th {
  min-width: 100px;
}
#shipping_method_0_advanced_free_shipping, label[for=shipping_method_0_advanced_free_shipping] {
  display: none !important;
}
#reckless-footer {
  background-color: #ffffff;
  padding: 15px;
}
#reckless-footer img {
  width: 100px;
}

.footer-image-wrapper {
  max-width: 1500px;
  overflow: hidden;
  height: 155px;
  position: relative;
}
.footer-image-wrapper #footer-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1500px;
  height: auto;
  max-width: 1500px;
}
.footer-image-wrapper .fa-nc-logo-line {
  position: absolute;
  top: 96px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 165px !important;
  height: 55px;
}
@media (min-width: 768px) {
  .footer-image-wrapper .fa-nc-logo-line {
    width: 135px !important;
    height: 60px;
  }
}

.social-links a {
  margin-right: 20px;
}
.social-links a:last-of-type {
  margin-right: 0px;
}
.social-links a svg {
  color: #85C496;
  width: 20px;
  height: 20px;
}

.scheme-dark {
  background-color: #2B1400;
}

footer ul {
  list-style: none;
  min-width: 50%;
}
footer ul li {
  margin-bottom: 6px;
}
footer ul li:last-of-type {
  margin-bottom: 0px;
}
footer ul li a {
  padding: 0 !important;
  font-family: "Mongoose", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 24px;
  font-size: 20px;
  letter-spacing: 1px;
}
footer #mobileNav {
  width: 100%;
  padding: 15px;
  border-radius: 0px;
  background-color: #111;
  border: none;
  color: #ffffff;
  display: block;
  font-family: "Mongoose", sans-serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 24px;
  text-transform: uppercase;
}

#page {
  margin-top: -70px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #page {
    margin-top: -84px;
  }
}

.sales-banner-top {
  background-color: #000000;
  padding: 10px 0px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .sales-banner-top p {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
  }
}
.sales-banner-top svg {
  margin-right: 10px;
}

.search-wrapper {
  position: relative;
}
.search-wrapper .search_opener {
  color: #ffffff;
}
.search-wrapper .search_opener svg {
  height: 20px;
  width: 20px;
  margin-left: 20px;
}
.search-wrapper .search-bar-wrapper {
  position: absolute;
  bottom: -38px;
  -webkit-transform: translate(50%, 100%);
      -ms-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
  right: 0;
  padding: 10px;
  border-radius: 10px;
  background: black;
  color: #000000;
}
.search-wrapper .search-bar-wrapper svg.fa-sort-up {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.scrolled .search-wrapper .search-bar-wrapper {
  bottom: -30px;
}

.cartCount {
  display: inline-block;
}

.home .header:not(.scrolled) .header__mob-nav {
  top: 110px;
}

.header {
  padding: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) !important;
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%) !important;
  background: linear-gradient(180deg, #000000 0%, #000000 100%) !important;
  color: #ffffff;
  -webkit-transition: padding 0s;
  transition: padding 0s;
  z-index: 30;
  width: 100%;
  max-width: 1500px;
  /**
    MOBILE NAV
   */
}
@media (min-width: 992px) {
  .header {
    border-radius: 0 0 15px 15px;
  }
}
.header.scrolled {
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .header.scrolled .header__logo-wrap img {
    width: 220px !important;
    top: -30%;
  }
}
@media (min-width: 992px) {
  .header.scrolled .header__nav .nav > li > a {
    padding: 20px 0px 20px 0px !important;
  }
}
.header.scrolled .header__nav .nav > li > a:before {
  bottom: 12px;
}
.header.scrolled .header__nav .nav li.has-megamenu > a:after {
  bottom: 7px;
}
.header .header__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header .header__logo-wrap:hover {
  color: #ffffff;
}
.header .header__logo-wrap img {
  color: #85C496;
  width: 165px !important;
  height: auto;
  max-height: 100px;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
  position: absolute;
  top: -10%;
}
@media (min-width: 1400px) {
  .header .header__logo-wrap img {
    width: 270px !important;
    max-height: 130px;
    top: -40%;
  }
}
@media screen and (max-width: 200px) {
  .header .header__logo-wrap img {
    width: 120px !important;
    max-height: 26px;
  }
}
.header .basket-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 105px;
}
.header .basket-button.active {
  background-color: #85C496 !important;
  color: #ffffff !important;
}
.header .basket-button svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
}
@media (max-width: 575.98px) {
  .header .basket-button {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 75px;
  }
}
.header .account-button, .header .search-button, .header .nav-opener {
  border: none;
  background: transparent;
  color: #ffffff;
  margin-right: 10px;
}
.header .account-button svg, .header .search-button svg, .header .nav-opener svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 991.98px) {
  .header {
    padding: 9px 0px;
  }
}
.header__nav .nav {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767.98px) {
  .header__nav .nav {
    display: none;
  }
}
.header__nav .nav > li > a {
  position: relative;
  color: #ffffff;
}
.header__nav .nav > li > a:before {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 22px;
  width: 80%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  opacity: 0;
}
.header__nav .nav > li:hover > a:before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}
.header__nav .nav li {
  margin-right: 15px;
  font-family: "Mongoose", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .header__nav .nav li {
    margin-right: 30px;
  }
}
.header__nav .nav li:last-of-type {
  margin-right: 0px;
}
.header__nav .nav li a {
  text-align: center;
  text-decoration: none;
  display: block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 24px;
  padding: 20px 0px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 992px) {
  .header__nav .nav li a {
    padding: 20px 0px 40px 0px;
  }
}
@media (min-width: 1200px) {
  .header__nav .nav li a {
    font-size: 25px;
  }
}
.header__nav .nav li.has-megamenu > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.header__nav .nav li.has-megamenu > a:before {
  display: none;
}
.header__nav .nav li.has-megamenu > a:after {
  content: "";
  background-image: url("../img/down.png");
  position: absolute;
  left: 50%;
  bottom: 20px;
  height: 11px;
  width: 20px;
  background-size: 20px 11px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s linear 0.2s;
  transition: -webkit-transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
}
.header__nav .nav li.has-megamenu:hover .mega-nav {
  z-index: 1000;
  opacity: 1;
  pointer-events: initial;
}
.header__nav .nav li.has-megamenu:hover > a:after {
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.header__nav .nav li .mega-nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear 0.2s;
  transition: opacity 0.3s linear 0.2s;
  padding-top: 10px;
  padding-bottom: 50px;
}
.header__nav .nav li .mega-nav__title {
  display: block;
}
.header__nav .nav li .mega-nav__title a {
  margin-bottom: 5px;
  min-height: 1rem;
  padding: 0px;
  text-align: left;
}
.header__nav .nav li .mega-nav__title a svg {
  margin-left: 10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.header__nav .nav li .mega-nav__title a:hover {
  color: #000000;
}
.header__nav .nav li .mega-nav__title a:hover svg {
  margin-left: 20px;
}
.header__nav .nav li .mega-nav__menu {
  padding-right: 0px;
  margin-bottom: 10px;
}
.header__nav .nav li .mega-nav__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav .nav li .mega-nav__menu ul li {
  padding: 0px;
  margin: 0px;
}
.header__nav .nav li .mega-nav__menu ul li a {
  padding: 0px;
  margin-left: 20px;
  margin-bottom: 5px;
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #000000;
}
.header__nav .nav li .mega-nav .meganav-menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header__nav .nav li .mega-nav .meganav-menu-wrapper .mega-nav__menu {
  width: 50%;
}
.header__nav .nav li .mega-nav:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.1;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
}
.header__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__actions a {
  white-space: nowrap;
}
.header__account {
  margin-left: 20px;
}
@media (max-width: 575.98px) {
  .header #mobile-menu .container-fluid {
    padding-right: 0px;
  }
}
.header__mob-nav {
  position: fixed;
  top: 68px;
  background-color: #fff;
  width: 100vw;
  left: 0;
  bottom: 0;
  height: auto;
  overflow-y: scroll;
  -webkit-transform: translate3d(150%, 0, 0);
          transform: translate3d(150%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow-x: hidden;
  z-index: 500;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__mob-nav.open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.header__mob-nav ul.nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
}
.header__mob-nav ul.nav li {
  width: 100%;
}
.header__mob-nav ul.nav li:nth-of-type(1) a {
  border-bottom: 1px solid rgba(40, 40, 40, 0.2);
}
.header__mob-nav ul.nav li a {
  font-family: "Mongoose", sans-serif;
  width: 100%;
  padding: 15px 15px;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.5px;
  line-height: 24px;
  border-bottom: 1px solid rgba(40, 40, 40, 0.2);
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  text-transform: uppercase;
}
.header__mob-nav ul.nav li.has-megamenu > a:after {
  content: "\F061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
}
.header__mob-nav ul.nav li.has-megamenu > a svg {
  width: 20px;
  height: 20px;
}
.header__mob-nav ul.nav li.has-megamenu > a svg path {
  fill: #9B9B9B;
}
.header__mob-nav ul.nav li.has-megamenu .submenu-actions__back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__mob-nav ul.nav li.has-megamenu .submenu-actions__back svg {
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
.header__mob-nav ul.nav li.has-megamenu .submenu-actions__back svg path {
  fill: #9B9B9B;
}
.header__mob-nav .mega-nav {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #fff;
  left: 0;
  -webkit-transform: translatex(100%);
      -ms-transform: translatex(100%);
          transform: translatex(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 30px;
  z-index: 20;
  overflow: auto;
}
.header__mob-nav .mega-nav.open {
  -webkit-transform: translatex(0%);
      -ms-transform: translatex(0%);
          transform: translatex(0%);
}
.header__mob-nav .mega-nav .col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.header__mob-nav .mega-nav .submenu-actions a {
  color: #000000;
}
.header__mob-nav .mega-nav__title a {
  color: #85C496;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1px;
}
.header__mob-nav .mega-nav__title a:after {
  content: "\F063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
}
.header__mob-nav .mega-nav__title svg {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 20px;
  height: 20px;
}
.header__mob-nav .mega-nav__title.open svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header__mob-nav .mega-nav__title.no-children svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.header__mob-nav .mega-nav__menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  -webkit-column-count: 1 !important;
     -moz-column-count: 1 !important;
          column-count: 1 !important;
}
.header__mob-nav .mega-nav__menu ul li a {
  color: #000000;
}
.header__mob-nav .mega-nav__menu ul li a i {
  display: none;
}
@media (max-width: 767.98px) {
  .header__mob-nav .mega-nav__menu ul {
    background-color: #eeeeee;
  }
}
.header__mob-actions {
  position: relative;
  z-index: 10;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 15px;
}
.header__mob-actions .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header__mob-actions .social-links a {
  margin-right: 10px;
  color: #000000;
}
.header__mob-actions .social-links a:last-of-type {
  margin-right: 0px;
}
.header__mob-actions .social-links a svg {
  width: 20px;
  height: 20px;
}
.header__mob-account .account-button {
  color: #000000;
}
.header #mobile-menu-toggle {
  height: 20px;
  width: 20px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
.header #mobile-menu-toggle .menu-bar {
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  height: 0px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: opacity 0.2s, border-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.2s, border-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s, border-color 0.3s;
  transition: transform 0.3s, opacity 0.2s, border-color 0.3s, -webkit-transform 0.3s;
  opacity: 1;
  pointer-events: none;
}
.header #mobile-menu-toggle .menu-bar:nth-of-type(1) {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header #mobile-menu-toggle .menu-bar:nth-of-type(3) {
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
}
.header #mobile-menu-toggle.open .menu-bar {
  border: 1px solid #ffffff;
}
.header #mobile-menu-toggle.open .menu-bar:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(45deg);
      -ms-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}
.header #mobile-menu-toggle.open .menu-bar:nth-of-type(2) {
  -webkit-transform: translatex(-200%) translateY(0) rotate(0deg);
      -ms-transform: translatex(-200%) translateY(0) rotate(0deg);
          transform: translatex(-200%) translateY(0) rotate(0deg);
  opacity: 0;
}
.header #mobile-menu-toggle.open .menu-bar:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(-45deg);
      -ms-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}

body.home .header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))) !important;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) !important;
}
body.home .header.scrolled {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) !important;
  background: -webkit-linear-gradient(top, #000000 0%, #000000 100%) !important;
  background: linear-gradient(180deg, #000000 0%, #000000 100%) !important;
}

input[type=text], input[type=email], input[type=tel], input[type=password], select {
  height: 50px;
}

textarea, input[type=text], input[type=email], input[type=tel], input[type=password], select {
  border: 1px solid #eeeeee;
  border-radius: 15px;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 20px;
  width: 100%;
}

textarea {
  padding: 20px;
}

.basic-text-section h4, .basic-text-section .h4 {
  margin-bottom: 30px;
}
.basic-text-section p {
  font-size: 16px;
  line-height: 24px;
}
.basic-text-section p:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .basic-image img {
    max-width: 500px;
  }
}

.image-block .full-bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 300px;
}
@media (min-width: 768px) {
  .image-block .full-bg {
    height: 500px;
    background-attachment: fixed;
  }
}

.internal-page-header h1, .internal-page-header .h1 {
  margin: 30px 0px;
}

.statement-block.scheme-light .col-12 {
  background-color: #2B1400;
  color: #ffffff;
}
.statement-block.scheme-dark .col-12 {
  background-color: #2B1400;
  color: #000000;
}
.statement-block .col-12 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.statement-block svg {
  height: 45px;
  width: 45px !important;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .statement-block .col-12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .statement-block svg {
    height: 60px;
    width: 60px !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .statement-block .col-12 {
    border-radius: 15px;
  }
}

.reviews-bg {
  background-size: auto 100%;
  background-position: top center;
  background-repeat: repeat;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .reviews-bg {
    background-size: auto 100%;
    background-position: top center;
    padding-top: 0px;
  }
}
.reviews-bg .reviews .feefo-wrapper {
  border-radius: 15px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .reviews-bg .reviews .feefo-wrapper {
    padding: 30px;
  }
}

.left-right-section p {
  margin: 30px 0px;
}
.left-right-section p.show-keyline {
  border-left: 2px solid #ffffff;
  padding-left: 30px;
}
.left-right-section.scheme-light p.show-keyline {
  border-left: 2px solid #1e0d00;
}
.left-right-section img {
  margin-bottom: 30px;
  display: block;
  margin: 0 auto;
  max-height: 350px;
}
@media (min-width: 768px) {
  .left-right-section img {
    margin-bottom: 0px;
  }
}
@media (min-width: 576px) {
  .left-right-section img {
    border-radius: 15px !important;
  }
}

.category-card {
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: 120px;
}
.category-card svg.angle {
  width: 230px;
  position: absolute;
  bottom: 0;
  left: 0;
  fill: #eeeeee;
  border-bottom-left-radius: 15px;
}
.category-card img {
  max-width: 80%;
  max-height: -webkit-calc(3rem + 75px);
  max-height: calc(3rem + 75px);
  position: absolute;
  right: 20px;
  bottom: 25px;
}
.category-card h5, .category-card .h5 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #000000;
  z-index: 1;
}
.category-card svg.fa-arrow-right {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #000000;
  height: 18px;
  width: 18px;
}

.columns-with-images .column {
  width: 120px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .columns-with-images .column {
    width: 160px;
  }
}
.columns-with-images .icon-wrapper {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  position: relative;
  margin: 0 auto;
  color: #ffffff;
  font-size: 40px;
}
.columns-with-images .icon-wrapper.icon-black {
  color: #000000;
}
.columns-with-images .icon-wrapper.icon-grey {
  color: #575756;
}
.columns-with-images h5, .columns-with-images .h5 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .columns-with-images h5, .columns-with-images .h5 {
    margin-top: 30px;
  }
}

.featured-product-section {
  margin-top: 150px;
}
@media (min-width: 768px) {
  .featured-product-section {
    margin-top: 0px;
  }
}
.featured-product-section .featured-product {
  position: relative;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.featured-product-section .featured-product .coffee-content {
  padding: 50px 30px 30px 30px;
  text-align: center;
}
.featured-product-section .featured-product .coffee-content h3, .featured-product-section .featured-product .coffee-content .h3, .featured-product-section .featured-product .coffee-content .flavour, .featured-product-section .featured-product .coffee-content p {
  margin-bottom: 15px;
}
.featured-product-section .featured-product .coffee-content .small {
  font-size: 16px;
}
.featured-product-section .featured-product .coffee-content .flavour {
  color: #85C496;
}
@media (min-width: 768px) {
  .featured-product-section .featured-product .coffee-content {
    padding: 50px 30px 30px 0px;
    text-align: left;
  }
  .featured-product-section .featured-product .coffee-content h3, .featured-product-section .featured-product .coffee-content .h3, .featured-product-section .featured-product .coffee-content .flavour {
    margin-bottom: 20px;
  }
}
.featured-product-section .featured-product img.intensity {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
}
.featured-product-section .featured-product img.tag {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  max-width: 160px;
}
@media (min-width: 768px) {
  .featured-product-section .featured-product img.tag {
    max-width: 250px;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 80%;
  }
}
@media (min-width: 1200px) {
  .featured-product-section .featured-product img.tag {
    max-width: 300px;
  }
}
.featured-product-section .featured-product a.btn {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .featured-product-section .featured-product a.btn {
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}

.inner-header {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.inner-header:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}
.inner-header .container {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inner-header h4, .inner-header .h4, .inner-header a.btn {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .inner-header {
    min-height: 550px;
    padding-bottom: 100px;
  }
}

.posts-section, .related-products {
  overflow: hidden;
  position: relative;
}
.posts-section .tns-ovh, .related-products .tns-ovh {
  overflow: visible;
}
.posts-section .tns-nav, .related-products .tns-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto 0 auto;
}
.posts-section .tns-nav button, .related-products .tns-nav button {
  border: none;
  background-color: #DDDDDD;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
}
.posts-section .tns-nav button.tns-nav-active, .related-products .tns-nav button.tns-nav-active {
  background-color: #e5dec7;
}

.slider-wrapper .tns-slider {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1500px) {
  .slider-wrapper:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(rgb(0, 0, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(right, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    width: 100px;
    z-index: 1;
    pointer-events: none;
  }
  .slider-wrapper:after {
    content: "";
    position: absolute;
    right: -90px;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%);
    width: 100px;
    z-index: 1;
    pointer-events: none;
  }
}

.news-section .btn-view-news {
  background-color: #2B1400;
  color: #ffffff;
}

#embed-video-container {
  background: #e5dec7 !important;
}

.cookie-consent {
  position: fixed;
  z-index: 30;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.cookie-consent .cookie-consent-content {
  background-color: white;
  padding: 20px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .cookie-consent .cookie-consent-content {
    width: 100%;
  }
}
.cookie-consent .cookie-consent-content h2, .cookie-consent .cookie-consent-content .h2 {
  text-align: center;
  margin: 0;
  font-size: xx-large;
  margin-bottom: 15px;
}
.cookie-consent .cookie-consent-content .cookie-consent-buttons {
  margin-top: 20px;
  text-align: right;
}
.cookie-consent .cookie-consent-content .cookie-consent-buttons button {
  padding: 15px;
  outline: none;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 20px;
}
.cookie-consent .cookie-consent-content .cookie-consent-buttons .accept-cookies-button {
  background-color: #85C496;
}
.cookie-consent .cookie-consent-content .cookie-consent-buttons .accept-cookies-button:hover {
  background-color: #599368;
}
.cookie-consent .cookie-consent-content .cookie-consent-buttons .save-cookies-button {
  background-color: #2B1400;
}
.cookie-consent .cookie-consent-content .cookie-consent-buttons .save-cookies-button:hover {
  background-color: #1e0d00;
}
.cookie-consent .cookie-consent-content .cookie-consent-buttons .adjust-cookies-button {
  color: gray;
  background: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images {
  float: none;
  width: 100%;
}

.quantity-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
}
.quantity-wrapper .quantity-selector {
  cursor: pointer;
  height: 30px;
}
.quantity-wrapper .quantity-selector svg {
  height: 30px;
  width: 30px;
}
.quantity-wrapper .quantity {
  float: none;
  margin: 0;
}
.quantity-wrapper input.qty {
  background-color: transparent;
  border: none;
  color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 30px;
  width: 50px;
  text-align: center;
}
.quantity-wrapper input.qty:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.quantity-wrapper input::-webkit-outer-spin-button,
.quantity-wrapper input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.quantity-wrapper input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

#buy_box {
  padding: 0px 20px;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
#buy_box .price {
  font-family: "Mongoose", sans-serif;
  color: #85C496;
  font-size: 24px;
  letter-spacing: -0.75px;
  line-height: 28px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #buy_box .price {
    font-size: 28px;
    letter-spacing: -0.88px;
    line-height: 32px;
  }
}
#buy_box .size-section {
  padding-top: 30px;
}
#buy_box .size-section.weight-section {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  #buy_box .size-section.weight-section .variable-select {
    width: -webkit-calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;
  }
}
@media (min-width: 768px) {
  #buy_box .size-section {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#buy_box .grind-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #buy_box .grind-section {
    border-left: 1px solid #DDDDDD;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  #buy_box .grind-section {
    border-right: 1px solid #DDDDDD;
  }
}
#buy_box .single_variation_wrap {
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  #buy_box .single_variation_wrap {
    padding-top: 40px;
  }
}
#buy_box .variable-select {
  position: relative;
  border-radius: 15px;
  background-color: #eeeeee;
  display: block;
  padding: 13px 15px;
  color: #000000;
  text-decoration: none;
  margin-bottom: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#buy_box .variable-select p,
#buy_box .variable-select h5,
#buy_box .variable-select .h5 {
  margin-bottom: 0px;
}
#buy_box .variable-select p {
  margin-top: 7px;
}
#buy_box .variable-select .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  background-color: #ffffff;
  color: #85C496;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#buy_box .variable-select .checkbox svg {
  display: none;
  width: 16px;
  height: 16px;
}
#buy_box .variable-select.active {
  color: #ffffff;
  background-color: #85C496;
}
#buy_box .variable-select.active .checkbox svg {
  display: block;
}
#buy_box .variable-select.pa_grind {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#buy_box .variable-select.pa_grind .svg-wrapper {
  width: 50px;
}
@media (min-width: 768px) {
  #buy_box .variable-select.pa_grind .svg-wrapper {
    width: 55px;
  }
}
#buy_box .variable-select.pa_grind svg {
  height: 40px;
  width: 40px !important;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #buy_box .variable-select.pa_grind svg {
    margin-right: 15px;
  }
}
#buy_box .variable-select.pa_grind p {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  #buy_box .variable-select.pa_grind {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper .tooltip-toggler svg {
  width: 20px !important;
  height: 20px;
  cursor: pointer;
}
.tooltip-wrapper .tooltip-content {
  min-width: 200px;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  padding: 10px 20px;
  background-color: #eeeeee;
  border-radius: 8px;
  position: absolute;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.tooltip-wrapper .tooltip-content i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}
.tooltip-wrapper .tooltip-content i:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #eeeeee;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .tooltip-wrapper .tooltip-content {
    top: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(-35px);
        -ms-transform: translateY(-50%) translateX(-35px);
            transform: translateY(-50%) translateX(-35px);
  }
  .tooltip-wrapper .tooltip-content i {
    top: 50%;
    left: auto;
    margin-left: 0px;
    right: 6px;
    -webkit-transform: translateY(-50%) translateX(100%) rotate(-90deg);
        -ms-transform: translateY(-50%) translateX(100%) rotate(-90deg);
            transform: translateY(-50%) translateX(100%) rotate(-90deg);
  }
}

.buy-box-title {
  border-radius: 15px 15px 0 0;
  padding: 0px 20px;
  position: relative;
  background-color: #575756;
}
.buy-box-title h5, .buy-box-title .h5 {
  padding: 14px 0px;
}
.buy-box-title .add-to-cart-image {
  height: 120px;
  width: 120px;
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 2;
  -webkit-transform: translateY(-25%);
      -ms-transform: translateY(-25%);
          transform: translateY(-25%);
}

.related.products h3, .related.products .h3 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .related.products h3, .related.products .h3 {
    margin-bottom: 50px;
  }
}

.product-card {
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  border: none;
  cursor: pointer;
}
.product-card .img-wrapper {
  padding: 20px 20px 0px 20px;
  position: relative;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-card .img-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  top: 50%;
  border-radius: 15px;
  background-color: grey;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.product-card .img-wrapper .hover-lines:before, .product-card .img-wrapper .hover-lines:after {
  content: "";
  position: absolute;
  top: -webkit-calc(50% + 2px);
  top: calc(50% + 2px);
  width: 49%;
  height: 50px;
  border-radius: 15px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.product-card .img-wrapper .hover-lines:before {
  left: 20px;
}
.product-card .img-wrapper .hover-lines:after {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
  right: 20px;
}
.product-card .img-wrapper.house-blends:before {
  background-color: #d6d6d6;
}
.product-card .img-wrapper.house-blends .hover-lines:before, .product-card .img-wrapper.house-blends .hover-lines:after {
  background-color: #d6d6d6;
}
.product-card .img-wrapper.brazil:before {
  background-color: #96d5f0;
}
.product-card .img-wrapper.brazil .hover-lines:before, .product-card .img-wrapper.brazil .hover-lines:after {
  background-color: #96d5f0;
}
.product-card .img-wrapper.burundi:before {
  background-color: #b8e2ff;
}
.product-card .img-wrapper.burundi .hover-lines:before, .product-card .img-wrapper.burundi .hover-lines:after {
  background-color: #b8e2ff;
}
.product-card .img-wrapper.colombia:before {
  background-color: #d5c5e0;
}
.product-card .img-wrapper.colombia .hover-lines:before, .product-card .img-wrapper.colombia .hover-lines:after {
  background-color: #d5c5e0;
}
.product-card .img-wrapper.el-salvador:before {
  background-color: #cad0ef;
}
.product-card .img-wrapper.el-salvador .hover-lines:before, .product-card .img-wrapper.el-salvador .hover-lines:after {
  background-color: #cad0ef;
}
.product-card .img-wrapper.ethiopia:before {
  background-color: #fae5e6;
}
.product-card .img-wrapper.ethiopia .hover-lines:before, .product-card .img-wrapper.ethiopia .hover-lines:after {
  background-color: #fae5e6;
}
.product-card .img-wrapper.guatemala:before {
  background-color: #b6ffdd;
}
.product-card .img-wrapper.guatemala .hover-lines:before, .product-card .img-wrapper.guatemala .hover-lines:after {
  background-color: #b6ffdd;
}
.product-card .img-wrapper.bolivia:before {
  background-color: #d7d7c8;
}
.product-card .img-wrapper.bolivia .hover-lines:before, .product-card .img-wrapper.bolivia .hover-lines:after {
  background-color: #d7d7c8;
}
.product-card .img-wrapper.india:before {
  background-color: #ccb5a4;
}
.product-card .img-wrapper.india .hover-lines:before, .product-card .img-wrapper.india .hover-lines:after {
  background-color: #ccb5a4;
}
.product-card .img-wrapper.kenya:before {
  background-color: #edb4ed;
}
.product-card .img-wrapper.kenya .hover-lines:before, .product-card .img-wrapper.kenya .hover-lines:after {
  background-color: #edb4ed;
}
.product-card .img-wrapper.nicaragua:before {
  background-color: #f0e1e6;
}
.product-card .img-wrapper.nicaragua .hover-lines:before, .product-card .img-wrapper.nicaragua .hover-lines:after {
  background-color: #f0e1e6;
}
.product-card .img-wrapper.peru:before {
  background-color: #f8a2c5;
}
.product-card .img-wrapper.peru .hover-lines:before, .product-card .img-wrapper.peru .hover-lines:after {
  background-color: #f8a2c5;
}
.product-card .img-wrapper.rwanda:before {
  background-color: #cff6f6;
}
.product-card .img-wrapper.rwanda .hover-lines:before, .product-card .img-wrapper.rwanda .hover-lines:after {
  background-color: #cff6f6;
}
.product-card .img-wrapper.tanzania:before {
  background-color: #f6b7a2;
}
.product-card .img-wrapper.tanzania .hover-lines:before, .product-card .img-wrapper.tanzania .hover-lines:after {
  background-color: #f6b7a2;
}
.product-card .img-wrapper.costa-rica:before {
  background-color: #e4c286;
}
.product-card .img-wrapper.costa-rica .hover-lines:before, .product-card .img-wrapper.costa-rica .hover-lines:after {
  background-color: #e4c286;
}
.product-card .img-wrapper.mexico:before {
  background-color: #f6b7a2;
}
.product-card .img-wrapper.mexico .hover-lines:before, .product-card .img-wrapper.mexico .hover-lines:after {
  background-color: #f6b7a2;
}
.product-card .img-wrapper img {
  max-width: 220px;
  max-height: 220px;
  width: auto;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 1;
}
.product-card .card-body {
  padding: 20px 20px 30px 20px;
  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;
}
@media (max-width: 767.98px) {
  .product-card .card-body {
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .product-card .actions-wrapper {
    display: block !important;
  }
  .product-card .actions-wrapper h4, .product-card .actions-wrapper .h4 {
    margin-bottom: 15px !important;
  }
}
.product-card h4, .product-card .h4 {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.product-card h4.prodTitle, .product-card .prodTitle.h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card h4, .product-card .h4, .product-card .flavour {
  margin-bottom: 15px;
}
.product-card .flavour {
  color: #85C496;
  font-size: 22px;
  letter-spacing: 0.6px;
}
@media (min-width: 768px) {
  .product-card h4, .product-card .h4, .product-card .flavour {
    margin-bottom: 25px;
  }
}
.product-card img.intensity {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 1;
}
.product-card:hover .img-wrapper.house-blends:before {
  background-color: #575756;
}
.product-card:hover .img-wrapper.house-blends .hover-lines:before, .product-card:hover .img-wrapper.house-blends .hover-lines:after {
  background-color: #575756;
}
.product-card:hover .img-wrapper.brazil:before {
  background-color: #26A9E1;
}
.product-card:hover .img-wrapper.brazil .hover-lines:before, .product-card:hover .img-wrapper.brazil .hover-lines:after {
  background-color: #26A9E1;
}
.product-card:hover .img-wrapper.burundi:before {
  background-color: #006CB8;
}
.product-card:hover .img-wrapper.burundi .hover-lines:before, .product-card:hover .img-wrapper.burundi .hover-lines:after {
  background-color: #006CB8;
}
.product-card:hover .img-wrapper.colombia:before {
  background-color: #A483BC;
}
.product-card:hover .img-wrapper.colombia .hover-lines:before, .product-card:hover .img-wrapper.colombia .hover-lines:after {
  background-color: #A483BC;
}
.product-card:hover .img-wrapper.el-salvador:before {
  background-color: #2A3B90;
}
.product-card:hover .img-wrapper.el-salvador .hover-lines:before, .product-card:hover .img-wrapper.el-salvador .hover-lines:after {
  background-color: #2A3B90;
}
.product-card:hover .img-wrapper.ethiopia:before {
  background-color: #BE222E;
}
.product-card:hover .img-wrapper.ethiopia .hover-lines:before, .product-card:hover .img-wrapper.ethiopia .hover-lines:after {
  background-color: #BE222E;
}
.product-card:hover .img-wrapper.guatemala:before {
  background-color: #006939;
}
.product-card:hover .img-wrapper.guatemala .hover-lines:before, .product-card:hover .img-wrapper.guatemala .hover-lines:after {
  background-color: #006939;
}
.product-card:hover .img-wrapper.bolivia:before {
  background-color: #A1A27E;
}
.product-card:hover .img-wrapper.bolivia .hover-lines:before, .product-card:hover .img-wrapper.bolivia .hover-lines:after {
  background-color: #A1A27E;
}
.product-card:hover .img-wrapper.india:before {
  background-color: #9A7356;
}
.product-card:hover .img-wrapper.india .hover-lines:before, .product-card:hover .img-wrapper.india .hover-lines:after {
  background-color: #9A7356;
}
.product-card:hover .img-wrapper.kenya:before {
  background-color: #831F82;
}
.product-card:hover .img-wrapper.kenya .hover-lines:before, .product-card:hover .img-wrapper.kenya .hover-lines:after {
  background-color: #831F82;
}
.product-card:hover .img-wrapper.nicaragua:before {
  background-color: #8A485F;
}
.product-card:hover .img-wrapper.nicaragua .hover-lines:before, .product-card:hover .img-wrapper.nicaragua .hover-lines:after {
  background-color: #8A485F;
}
.product-card:hover .img-wrapper.peru:before {
  background-color: #EE2C7B;
}
.product-card:hover .img-wrapper.peru .hover-lines:before, .product-card:hover .img-wrapper.peru .hover-lines:after {
  background-color: #EE2C7B;
}
.product-card:hover .img-wrapper.rwanda:before {
  background-color: #1EA8A7;
}
.product-card:hover .img-wrapper.rwanda .hover-lines:before, .product-card:hover .img-wrapper.rwanda .hover-lines:after {
  background-color: #1EA8A7;
}
.product-card:hover .img-wrapper.tanzania:before {
  background-color: #EB5C2E;
}
.product-card:hover .img-wrapper.tanzania .hover-lines:before, .product-card:hover .img-wrapper.tanzania .hover-lines:after {
  background-color: #EB5C2E;
}
.product-card:hover .img-wrapper.costa-rica:before {
  background-color: #BF8A2B;
}
.product-card:hover .img-wrapper.costa-rica .hover-lines:before, .product-card:hover .img-wrapper.costa-rica .hover-lines:after {
  background-color: #BF8A2B;
}
.product-card:hover .img-wrapper.mexico:before {
  background-color: #EB5C2E;
}
.product-card:hover .img-wrapper.mexico .hover-lines:before, .product-card:hover .img-wrapper.mexico .hover-lines:after {
  background-color: #EB5C2E;
}
.product-card:hover .img-wrapper .hover-lines:before {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.product-card:hover .img-wrapper .hover-lines:after {
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.product-card.accent-house-blend:hover .prodTitle {
  color: #575756;
}
.product-card.accent-brazil:hover .prodTitle {
  color: #26A9E1;
}
.product-card.accent-burundi:hover .prodTitle {
  color: #006CB8;
}
.product-card.accent-colombia:hover .prodTitle {
  color: #A483BC;
}
.product-card.accent-el-salvador:hover .prodTitle {
  color: #2A3B90;
}
.product-card.accent-ethiopia:hover .prodTitle {
  color: #BE222E;
}
.product-card.accent-guatemala:hover .prodTitle {
  color: #006939;
}
.product-card.accent-bolivia:hover .prodTitle {
  color: #A1A27E;
}
.product-card.accent-india:hover .prodTitle {
  color: #9A7356;
}
.product-card.accent-kenya:hover .prodTitle {
  color: #831F82;
}
.product-card.accent-nicaragua:hover .prodTitle {
  color: #8A485F;
}
.product-card.accent-peru:hover .prodTitle {
  color: #EE2C7B;
}
.product-card.accent-rwanda:hover .prodTitle {
  color: #1EA8A7;
}
.product-card.accent-tanzania:hover .prodTitle {
  color: #EB5C2E;
}
.product-card.accent-costa-rica:hover .prodTitle {
  color: #BF8A2B;
}
.product-card.accent-mexico:hover .prodTitle {
  color: #EB5C2E;
}

.sidebar-wrapper .sidebar-opener {
  position: relative;
  border: 1px solid #EEEEEE;
  border-radius: 15px;
  background-color: #FFFFFF;
  text-align: left;
  padding: 15px 45px 15px 20px;
  color: #000000;
}
.sidebar-wrapper .sidebar-opener .fa-angle-down {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.sidebar-wrapper .sidebar-opener[aria-expanded=true] .fa-angle-down {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767.98px) {
  .sidebar-wrapper .sidebar-opener, .sidebar-wrapper .row, .sidebar-wrapper form.woocommerce-ordering {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
.sidebar-wrapper form.woocommerce-ordering {
  padding: 0;
}

.single-product h1, .single-product .h1, .single-product .flavour, .single-product .prod-excerpt {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-product h1, .single-product .h1, .single-product .flavour, .single-product .prod-excerpt {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .single-product .price-wrapper {
    margin-bottom: 30px;
  }
}
.single-product .price-wrapper {
  color: #2B1400;
}
.single-product .flavour {
  color: #2B1400;
}
.single-product .feefo-wrapper {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .single-product .feefo-wrapper {
    text-align: right;
    margin-top: 0px;
  }
}
.single-product .buy-wrapper {
  text-align: right;
}
@media (min-width: 768px) {
  .single-product .buy-wrapper {
    text-align: left;
  }
}
.single-product .subscribe-section {
  position: relative;
  background-color: #eeeeee;
  padding: 20px 30px;
  margin: 30px -15px;
}
.single-product .subscribe-section svg {
  position: absolute;
  top: 20px;
  right: 30px;
  height: 18px;
  width: 18px;
}
@media (min-width: 576px) {
  .single-product .subscribe-section {
    border-radius: 15px;
    margin: 30px 0px;
  }
}
.single-product .prod-description .the-content a {
  text-decoration: none;
  color: #e5dec7;
}
.single-product .prod-description .the-content a:hover {
  color: #c6c2b4;
}
.single-product .prod-description .the-content p:last-of-type {
  margin-bottom: 0px;
}
.single-product .prod-description .coffee-info-table {
  border: 1px solid #ffffff;
  padding: 30px 15px;
  text-align: center;
  max-width: 500px;
}
.single-product .prod-description .coffee-info-table h5, .single-product .prod-description .coffee-info-table .h5 {
  margin-bottom: 0px;
  font-weight: 500;
}
.single-product .buy-banner {
  background-color: #eeeeee;
  padding: 15px 0px;
}
.single-product .buy-banner .img-wrapper {
  height: 35px;
  position: relative;
  width: 120px;
  margin-right: 20px;
}
.single-product .buy-banner .img-wrapper img {
  width: 120px;
  position: absolute;
  bottom: -20px;
}
.single-product .buy-banner .price-wrapper {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .single-product .buy-banner .content-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .single-product .buy-banner .content-wrapper .img-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0px;
  }
  .single-product .buy-banner .content-wrapper .img-wrapper img {
    width: 80px;
    bottom: 0;
    right: 0;
  }
  .single-product .buy-banner .content-wrapper h4:not(.price-wrapper), .single-product .buy-banner .content-wrapper .h4:not(.price-wrapper) {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 80px;
  }
}
.single-product .simple-variations {
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
}
.single-product .simple-variations tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.single-product .simple-variations label {
  margin-right: 10px;
}
.single-product .simple-variations .reset_variations {
  display: none !important;
}
.single-product .simple-variations select {
  border: 1px solid #EEEEEE;
  border-radius: 15px;
  height: 50px;
  padding: 0px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #212529;
}
.single-product .simple-variations .value {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.single-product .simple-variations .value svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-product .simple-variations .value:after {
  content: "\F107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: none;
}
@media (max-width: 767.98px) {
  .single-product .simple-variations {
    width: 100%;
  }
  .single-product .simple-variations tr, .single-product .simple-variations td.label, .single-product .simple-variations .value {
    display: block;
    text-align: left;
  }
  .single-product .simple-variations .value select {
    width: 100%;
  }
}

.prodImageGallery {
  position: relative;
  margin-bottom: 30px;
}
.prodImageGallery.promo-padding {
  padding-top: 43px;
}
.prodImageGallery .promotional-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fbaa34;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
}
.prodImageGallery .award-image {
  position: absolute;
  max-width: 80px;
  top: 0;
  left: 0;
}
.prodImageGallery #mainProdImage {
  display: block;
  margin: 0 auto;
  height: 480px;
  width: auto;
}
.prodImageGallery .desktop-thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.prodImageGallery .desktop-thumbnails img {
  width: 80px;
  cursor: pointer;
  margin-right: 10px;
}
.prodImageGallery .desktop-thumbnails img:last-of-type {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .prodImageGallery {
    margin-bottom: 50px;
  }
}

.underlay-image-wrapper {
  max-width: 1500px;
  overflow: hidden;
  height: 200px;
  position: relative;
  margin-top: -150px;
  margin-bottom: -1px;
  z-index: -1;
}
.underlay-image-wrapper .underlay-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1500px;
  height: auto;
  max-width: 1500px;
}

.homepage-banner {
  position: relative;
  height: 500px;
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.homepage-banner:before, .homepage-banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/overlays/hero-overlay-mobile.webp");
}
.homepage-banner .content, .homepage-banner img.prod-image {
  position: relative;
  z-index: 1;
}
.homepage-banner img.prod-image {
  max-height: 280px;
}
@media (max-width: 1199.98px) {
  .homepage-banner img.prod-image {
    position: absolute;
    right: -40px;
    bottom: -50px;
  }
}
.homepage-banner h1, .homepage-banner .h1, .homepage-banner h4, .homepage-banner .h4 {
  margin-bottom: 30px;
}
.homepage-banner h1, .homepage-banner .h1 {
  font-size: 70px;
  letter-spacing: 2px;
  line-height: 70px;
  min-height: 96px;
}
@media (min-width: 992px) {
  .homepage-banner h1, .homepage-banner .h1 {
    font-size: 100px;
    letter-spacing: 2.5px;
    line-height: 85px;
  }
}
@media (max-width: 1199.98px) {
  .homepage-banner .half {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .homepage-banner .half {
    max-width: 75%;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 575.98px) {
  .homepage-banner .half {
    max-width: 95%;
  }
  .homepage-banner .half h4, .homepage-banner .half .h4 {
    max-width: 165px;
  }
}
@media (min-width: 992px) {
  .homepage-banner {
    height: 700px;
    border-bottom: 1px solid white;
  }
  .homepage-banner img.prod-image {
    max-height: 580px;
    margin-top: 110px;
  }
}

.blog .custom-dropdown select, .category .custom-dropdown select {
  border: 1px solid #eeeeee;
  border-radius: 15px;
  padding: 15px 20px;
  background-color: #ffffff;
}

.blog-cats ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-cats ul li {
  margin-left: 30px;
}
.blog-cats ul li a {
  text-decoration: none;
  color: #000000;
}
.blog-cats ul li a.active {
  color: #e5dec7;
}
.blog-cats ul li:first-of-type {
  margin-left: 0px;
}

.posts-wrapper > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.posts-wrapper > .row > [class*=col-] {
  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;
}

.blog-card {
  position: relative;
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  margin-bottom: 20px;
}
.blog-card:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: -webkit-linear-gradient(top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog-card:hover svg.fa-article-card-shape {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-card a {
  color: #ffffff;
}
.blog-card svg.fa-article-card-shape {
  position: absolute;
  top: 0;
  left: -20px;
  height: 153px;
  width: 145px !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media (min-width: 992px) {
  .blog-card svg.fa-article-card-shape {
    height: 180px;
    width: 159px !important;
  }
}
.blog-card svg.fa-arrow-right {
  position: absolute;
  bottom: 20px;
  right: 25px;
  height: 16px;
  width: 16px;
}
.blog-card svg.fa-arrow-right path {
  fill: #ffffff;
}
.blog-card .card-text p {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  padding-right: 25px;
}
.blog-card .card-body {
  position: relative;
  padding: 30px 20px;
  z-index: 1;
  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;
}
.blog-card .card-body .category-badge p {
  text-transform: uppercase;
}
.blog-card .card-body p:last-of-type {
  margin-bottom: 0px;
}
.blog-card .card-body h3, .blog-card .card-body .h3 {
  margin-bottom: 50px;
}
.blog-card .card-body h3 a, .blog-card .card-body .h3 a {
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 992px) {
  .blog-card .card-body h3, .blog-card .card-body .h3 {
    min-height: 83px;
    margin-bottom: 65px;
  }
}
.blog-card.accent-black svg.fa-article-card-shape path {
  fill: #000000;
}
.blog-card.accent-house-blend svg.fa-article-card-shape path {
  fill: #575756;
}
.blog-card.accent-brazil svg.fa-article-card-shape path {
  fill: #26A9E1;
}
.blog-card.accent-burundi svg.fa-article-card-shape path {
  fill: #006CB8;
}
.blog-card.accent-colombia svg.fa-article-card-shape path {
  fill: #A483BC;
}
.blog-card.accent-el-salvador svg.fa-article-card-shape path {
  fill: #2A3B90;
}
.blog-card.accent-ethiopia svg.fa-article-card-shape path {
  fill: #BE222E;
}
.blog-card.accent-guatemala svg.fa-article-card-shape path {
  fill: #006939;
}
.blog-card.accent-bolivia svg.fa-article-card-shape path {
  fill: #A1A27E;
}
.blog-card.accent-india svg.fa-article-card-shape path {
  fill: #9A7356;
}
.blog-card.accent-kenya svg.fa-article-card-shape path {
  fill: #831F82;
}
.blog-card.accent-nicaragua svg.fa-article-card-shape path {
  fill: #8A485F;
}
.blog-card.accent-peru svg.fa-article-card-shape path {
  fill: #EE2C7B;
}
.blog-card.accent-rwanda svg.fa-article-card-shape path {
  fill: #1EA8A7;
}
.blog-card.accent-tanzania svg.fa-article-card-shape path {
  fill: #EB5C2E;
}
.blog-card.accent-costa-rica svg.fa-article-card-shape path {
  fill: #BF8A2B;
}
.blog-card.accent-mexico svg.fa-article-card-shape path {
  fill: #EB5C2E;
}

.contact-section .contact-form-wrapper {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
}
.contact-section .contact-form-wrapper h4, .contact-section .contact-form-wrapper .h4, .contact-section .contact-form-wrapper p {
  margin-bottom: 30px;
}
.contact-section .contact-form-wrapper form p:last-of-type {
  margin-bottom: 0px;
}
.contact-section .contact-box {
  border-radius: 15px;
  background-color: #000000;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 15px;
}
.contact-section .contact-box .icon-wrap {
  min-width: 60px;
}
.contact-section .contact-box svg {
  width: 40px !important;
  height: 40px !important;
}
.contact-section .contact-box svg path {
  fill: #e5dec7;
}
.contact-section .contact-box a {
  text-decoration: none;
  color: #ffffff;
}
@media (min-width: 768px) {
  .contact-section .contact-box {
    margin-bottom: 20px;
  }
  .contact-section .contact-box svg {
    width: 30px !important;
    height: 30px !important;
  }
}

.faqs .faq-section {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 30px;
}
.faqs .faq-section h4, .faqs .faq-section .h4 {
  margin-bottom: 15px;
}
.faqs .faq-section .accordion-item {
  border-color: #eeeeee;
}
.faqs .faq-section .accordion-item .accordion-button {
  padding: 15px 50px 15px 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs .faq-section .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqs .faq-section .accordion-item .accordion-button:after {
  display: none;
}
.faqs .faq-section .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #000000;
}
.faqs .faq-section .accordion-item .accordion-button:not(.collapsed) svg {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faqs .faq-section .accordion-item .accordion-button svg {
  position: absolute;
  top: 50%;
  right: 20px;
  height: 20px;
  width: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.faqs .faq-section .accordion-item .accordion-body {
  padding: 0;
}

.faq-misc {
  border-radius: 15px;
  background-color: #000000;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  color: #ffffff;
}
.faq-misc h4, .faq-misc .h4, .faq-misc h5, .faq-misc .h5, .faq-misc .icon-wrapper {
  margin-bottom: 30px;
}
.faq-misc .icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-misc .icon-wrapper:last-of-type {
  margin-bottom: 0px;
}
.faq-misc .icon-wrapper .icon-wrap {
  min-width: 60px;
}
.faq-misc .icon-wrapper svg {
  width: 30px !important;
  height: 30px !important;
}
.faq-misc .icon-wrapper svg path {
  fill: #e5dec7;
}
@media (min-width: 768px) {
  .faq-misc .icon-wrapper svg {
    width: 40px !important;
    height: 40px !important;
  }
}
.faq-misc a {
  text-decoration: none;
  color: #ffffff;
}

.cart-wrapper .cart-item {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.cart-wrapper .cart-item:last-of-type {
  margin-bottom: 0px;
}
.cart-wrapper .cart-item .item-top, .cart-wrapper .cart-item .item-bottom {
  padding: 15px;
}
@media (min-width: 992px) {
  .cart-wrapper .cart-item .item-top, .cart-wrapper .cart-item .item-bottom {
    padding: 20px 30px;
  }
}
.cart-wrapper .cart-item .item-top {
  position: relative;
}
.cart-wrapper .cart-item .item-bottom {
  border-top: 1px solid #eeeeee;
}
.cart-wrapper .cart-item .price {
  text-align: right;
  margin-left: 20px;
}
.cart-wrapper .cart-item .amount {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.62px;
  line-height: 24px;
  font-family: "Mongoose", sans-serif;
  color: #85C496;
  min-width: 100px;
  text-align: right;
}
.cart-wrapper .cart-item .item-image {
  margin-right: 30px;
}
.cart-wrapper .cart-item .item-image img {
  height: 80px;
  width: 80px;
}
.cart-wrapper .cart-item .item-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cart-wrapper .cart-item .item-info a {
  font-family: "Mongoose", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .cart-wrapper .cart-item .item-info a {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
}
.cart-wrapper .cart-item .item-info .variation {
  margin-bottom: 0px;
}
 .cart-wrapper .cart-item .item-info .variation p {
  margin-bottom: 0px;
}
.cart-wrapper .cart-item .item-misc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cart-wrapper .cart-item .item-misc .remove {
  margin-right: 20px;
}
.cart-wrapper .cart-item .item-misc .remove a {
  color: #9B9B9B;
}
.cart-wrapper .cart-item .item-misc .remove a svg {
  height: 20px;
  width: 20px;
}
@media (max-width: 991.98px) {
  .cart-wrapper .cart-item .item-top {
    padding-left: 120px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cart-wrapper .cart-item .item-top .item-image {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .cart-wrapper .cart-item .item-top .item-misc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cart-wrapper .cart-item .item-top .item-misc .price {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cart-wrapper .cart-item .item-top .item-info {
    margin-bottom: 20px;
  }
}
.cart-wrapper .totals-box {
  background-color: #ffffff;
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .cart-wrapper .totals-box {
    padding: 30px;
  }
}
.cart-wrapper .totals-box .price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.cart-wrapper .totals-box .price-row h4:last-of-type, .cart-wrapper .totals-box .price-row .h4:last-of-type, .cart-wrapper .totals-box .price-row h5:last-of-type, .cart-wrapper .totals-box .price-row .h5:last-of-type {
  margin-left: 20px;
}
.cart-wrapper .totals-box .coupon {
  margin-bottom: 20px;
}
.cart-wrapper .totals-box .coupon #coupon_code {
  background-color: #e5dec7;
  margin-bottom: 5px;
}
.cart-wrapper .totals-box .coupon-row h5, .cart-wrapper .totals-box .coupon-row .h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-wrapper .totals-box a.btn {
  min-width: 210px;
  margin-left: 10px;
}

.cart-offcanvas .offcanvas-header {
  padding: 10px 15px;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 992px) {
  .cart-offcanvas .offcanvas-header {
    padding: 30px;
  }
}
.cart-offcanvas .offcanvas-header .close-button {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #000000;
}
.cart-offcanvas .offcanvas-header .close-button svg {
  height: 20px;
  width: 20px;
}
.cart-offcanvas .cart-footer {
  background-color: #eeeeee;
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .cart-offcanvas .cart-footer {
    padding: 30px;
  }
}
.cart-offcanvas .cart-footer p.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.cart-offcanvas .cart-footer p.total strong, .cart-offcanvas .cart-footer p.total .amount {
  font-family: "Mongoose", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 24px;
}
.cart-offcanvas .cart-footer p.total .amount {
  color: #85C496;
}
.cart-offcanvas .woocommerce-mini-cart-item {
  padding: 15px;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 992px) {
  .cart-offcanvas .woocommerce-mini-cart-item {
    padding: 30px;
  }
}
.cart-offcanvas .woocommerce-mini-cart-item .item-name a:not(.remove_from_cart_button) {
  text-decoration: none;
  color: #000000;
  font-family: "Mongoose", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.cart-offcanvas .woocommerce-mini-cart-item .remove a {
  color: #9B9B9B;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.38px;
  line-height: 16px;
  font-family: "Mongoose", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
.cart-offcanvas .woocommerce-mini-cart-item .item-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.cart-offcanvas .woocommerce-mini-cart-item .item-quantity p {
  text-transform: capitalize;
}
.cart-offcanvas .woocommerce-mini-cart-item .item-quantity .amount {
  font-family: "Mongoose", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.62px;
  line-height: 24px;
  color: #85C496;
}

.woocommerce-checkout label {
  margin-bottom: 10px;
}
.woocommerce-checkout td.product-total {
  min-width: 50px;
}

.page-template-page-subscriptions .product-wrapper {
  margin: 30px 0px;
}
@media (min-width: 768px) {
  .page-template-page-subscriptions .product-wrapper {
    margin: 50px 0px;
  }
}
.page-template-page-subscriptions .answers-box {
  border-radius: 15px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 15px 5px 15px;
  margin: 30px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-page-subscriptions .answers-box #linkTo {
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .page-template-page-subscriptions .answers-box {
    padding: 20px 20px 10px 20px;
    margin: 50px 0px;
  }
}
.page-template-page-subscriptions #step6 .answers-box {
  padding: 15px;
  text-align: center;
}
.page-template-page-subscriptions #step6 .answers-box .selected {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-template-page-subscriptions #step6 .answers-box {
    padding: 20px;
    text-align: left;
  }
  .page-template-page-subscriptions #step6 .answers-box .selected {
    width: 280px;
    margin-bottom: 0px;
  }
}
.page-template-page-subscriptions .answer {
  border-radius: 15px;
  background-color: #eeeeee;
  padding: 13px 20px;
  font-family: "Mongoose", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.62px;
  line-height: 24px;
  cursor: pointer;
  margin-right: 0px;
  margin-bottom: 10px;
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.page-template-page-subscriptions .answer p {
  font-family: "Quicksand", sans-serif;
  text-transform: initial;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
.page-template-page-subscriptions .answer:hover {
  background-color: #DDDDDD;
}
.page-template-page-subscriptions .answer.active {
  background-color: #85C496;
  color: #ffffff;
}
.page-template-page-subscriptions .answer:last-of-type {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .page-template-page-subscriptions .answer {
    margin-right: 10px;
    width: 260px;
  }
}
.page-template-page-subscriptions #step5 .answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-page-subscriptions #step5 .answer svg {
  height: 40px;
  width: 40px !important;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .page-template-page-subscriptions #step5 .answer svg {
    margin-right: 15px;
  }
}

.page-template-page-subscriptions #step3 .answers-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-template-page-subscriptions #step3 .answers-box .answer {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  
  .page-template-page-subscriptions #step3 .answers-box .answer {
    margin-right: 10px;
    width: 260px;
  }
}
.page-template-page-subscriptions .subscriptions {
  overflow: hidden;
}
.page-template-page-subscriptions .subscriptions .product-card h4.prodTitle, .page-template-page-subscriptions .subscriptions .product-card .prodTitle.h4 {
  min-height: auto;
  margin-bottom: 15px;
}
.page-template-page-subscriptions .subscriptions .product-card .answer {
  margin-top: auto;
}
.page-template-page-subscriptions .subscriptions .tns-ovh {
  overflow: visible;
}
.page-template-page-subscriptions .subscriptions .tns-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
}
.page-template-page-subscriptions .subscriptions .tns-nav button {
  border: none;
  background-color: #9B9B9B;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
}
.page-template-page-subscriptions .subscriptions .tns-nav button.tns-nav-active {
  background-color: #2B1400;
}
.page-template-page-subscriptions .product-wrapper .answer .clicked {
  display: none;
}
.page-template-page-subscriptions .product-wrapper .answer.active .clicked {
  display: initial;
}
.page-template-page-subscriptions .product-wrapper .answer.active .notClicked {
  display: none;
}

.filter-widget {
  background-color: transparent;
}
.filter-widget .widget-title {
  border-radius: 15px;
  background-color: #eeeeee;
  padding: 10px 15px;
}
.filter-widget .woocommerce-widget-layered-nav-list {
  padding: 10px 15px;
}
.filter-widget .woocommerce-widget-layered-nav-list li {
  margin-bottom: 10px;
}
.filter-widget .woocommerce-widget-layered-nav-list li:last-of-type {
  margin-bottom: 0px;
}
.filter-widget .woocommerce-widget-layered-nav-list li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-widget .woocommerce-widget-layered-nav-list li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.filter-widget .woocommerce-widget-layered-nav-list li a svg path {
  fill: #9B9B9B;
}
.filter-widget .woocommerce-widget-layered-nav-list li a:before {
  display: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "\F0C8";
}
.filter-widget .woocommerce-widget-layered-nav-list li.chosen a:before {
  display: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  content: "\F14A";
}
.filter-widget .woocommerce-widget-layered-nav-list li .count {
  visibility: hidden;
  display: none;
}

.woocommerce-ordering .custom-dropdown select {
  border: 1px solid #eeeeee;
  border-radius: 15px;
  padding: 15px 45px 15px 20px;
  background-color: #ffffff;
}
body.single-post .post-thumbnail img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.single-post .section-padding {
  padding: 50px 0 0px;
}
body.single-post .basic-text-section ul {
  padding-top: 10px;
}
body.single-post .basic-text-section ul li {
  line-height: 34px;
}
