@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700,800);
@charset "UTF-8";
:root {
  --agrilearn: #839321;
  --agrilearn2: #839321;
  --blue: #435CA1;
  --black: #000000;
  --brown: #C88B28;
  --turquoise: #74CBEF;
  --color-primary: #ffffff;
  --color-dark: #111111;
  --color-secondary: #eeeeee;
  --bc-primary: #242424;
  --bc-dark: var(--color-dark);
  --color-success: #198754;
  --color-info: #0dcaf0;
  --color-warning: #ffc107;
  --color-danger: #dc3545;
  --color-light: #f8f9fa;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #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: #839321;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 131, 147, 33;
  --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-primary-text-emphasis: rgb(52.4, 58.8, 13.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(230.2, 233.4, 210.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(205.4, 211.8, 166.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --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-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #839321;
  --bs-link-color-rgb: 131, 147, 33;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(104.8, 117.6, 26.4);
  --bs-link-hover-color-rgb: 105, 118, 26;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --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-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(131, 147, 33, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(180.6, 190.2, 121.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(26.2, 29.4, 6.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(78.6, 88.2, 19.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(180.6, 190.2, 121.8);
  --bs-link-hover-color: rgb(195.48, 203.16, 148.44);
  --bs-link-color-rgb: 181, 190, 122;
  --bs-link-hover-color-rgb: 195, 203, 148;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  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;
  color: var(--bs-heading-color);
}

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

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

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

h4, .h4 {
  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] {
  text-decoration: underline dotted;
  cursor: help;
  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;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  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;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --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;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(1px * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

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

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(230.2, 233.4, 210.6);
  --bs-table-border-color: rgb(207.18, 210.06, 189.54);
  --bs-table-striped-bg: rgb(218.69, 221.73, 200.07);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(207.18, 210.06, 189.54);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(212.935, 215.895, 194.805);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(203.04, 204.66, 206.1);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(188.1, 207.9, 198.72);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(185.94, 219.96, 226.8);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(229.5, 218.34, 184.86);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(223.2, 193.14, 196.02);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(223.2, 224.1, 225);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(55.2, 58.8, 62.4);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #c1c990;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(131, 147, 33, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(221.35, 224.2, 227.05);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #c1c990;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(131, 147, 33, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #c1c990;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(131, 147, 33, 0.25);
}
.form-check-input:checked {
  background-color: #839321;
  border-color: #839321;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #839321;
  border-color: #839321;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23c1c990'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(131, 147, 33, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(131, 147, 33, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #839321;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(217.8, 222.6, 188.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #839321;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(217.8, 222.6, 188.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  min-height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: 0.375rem;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: #e9ecef;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.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: var(--bs-body-color);
  --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;
  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);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-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;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :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);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  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: #000;
  --bs-btn-bg: #839321;
  --bs-btn-border-color: #839321;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(149.6, 163.2, 66.3);
  --bs-btn-hover-border-color: rgb(143.4, 157.8, 55.2);
  --bs-btn-focus-shadow-rgb: 111, 125, 28;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(155.8, 168.6, 77.4);
  --bs-btn-active-border-color: rgb(143.4, 157.8, 55.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #839321;
  --bs-btn-disabled-border-color: #839321;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --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-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #839321;
  --bs-btn-border-color: #839321;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #839321;
  --bs-btn-hover-border-color: #839321;
  --bs-btn-focus-shadow-rgb: 131, 147, 33;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #839321;
  --bs-btn-active-border-color: #839321;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #839321;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #839321;
  --bs-gradient: none;
}

.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-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --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: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 111, 125, 28;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --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, .btn-group-sm > .btn {
  --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 {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: rgb(29.7, 33.3, 36.9);
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #839321;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #839321;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0.375rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(1px * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(1px * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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: flex;
  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;
  background: none;
  border: 0;
  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 {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(131, 147, 33, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #839321;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: #212529;
  --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: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #fff;
  --bs-accordion-btn-bg: #000;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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='%23fff'%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-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #fff;
  --bs-accordion-active-bg: #495057;
}

.accordion-button {
  position: relative;
  display: flex;
  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;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  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);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  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);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  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-header .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-header .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-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-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28180.6, 190.2, 121.8%29'%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-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28180.6, 190.2, 121.8%29'%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");
}

.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(131, 147, 33, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #839321;
  --bs-pagination-active-border-color: #839321;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  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);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    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;
  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 .page-link {
  border-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

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

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.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;
  --bs-alert-link-color: inherit;
  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-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.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: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(131, 147, 33, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bc-primary);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.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;
  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);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: var(--bs-heading-color);
  --bs-popover-header-bg: rgb(239.7, 239.7, 239.7);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  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-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(156, 169, 77, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(156, 169, 77, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

.align-top {
  vertical-align: top !important;
}

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

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

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

.align-text-top {
  vertical-align: text-top !important;
}

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

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

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

.overflow-x-auto {
  overflow-x: auto !important;
}

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

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

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

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

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

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

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

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

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

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

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* 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-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

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

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-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-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-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-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

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

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

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

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

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

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

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

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

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

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

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

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

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

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

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

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

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

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

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

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

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

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

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.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-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

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

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

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

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

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

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

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(229, 0, 80);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: var(--color-primary);
  text-decoration: underline;
}

/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul.no-dot {
  list-style: none;
}

.center {
  text-align: center;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.divider {
  margin-bottom: 20px;
  clear: both;
}

.content50 {
  display: flex;
  justify-content: space-around;
}

a[href*="mailto:"]::before {
  content: "\f101";
  font-family: "wicon";
  margin-right: 5px;
}

a[href*="tel:"]::before {
  content: "\f100";
  font-family: "wicon";
  margin-right: 5px;
}

.v-center {
  display: flex;
  align-items: center;
}
.v-center > div {
  width: 100%;
}

.hidden {
  display: none !important;
}

.rem2 {
  font-size: 2rem;
}

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

input[disabled] {
  cursor: not-allowed;
  background-color: #b2b3b5;
}

.mb-5 {
  margin-bottom: 20px;
}

.input.error {
  background: var(--color-danger);
  padding: 0 4px;
  margin: 3px 0;
  border-radius: 8px;
}

.p-lr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

/* [ HEADER ] */
/*================================================== */
.header {
  position: absolute;
  text-align: center;
  top: 0px;
  z-index: 1000;
  color: #fff;
  width: 100%;
  height: 99px;
  transition: background-color 200ms ease-in-out 0s;
  -o-transition: background-color 200ms ease-in-out 0s;
  -moz-transition: background-color 200ms ease-in-out 0s;
  -webkit-transition: background-color 200ms ease-in-out 0s;
}

nav.navbar .navbar-brand img {
  width: 150px;
  height: auto;
  transform: rotate(-11deg);
  transition: all 0.6s ease-in-out;
}

.header.header-fixed {
  display: block;
  margin-top: 0 !important;
  position: fixed;
  height: 65px;
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
}

.header-inner {
  position: relative;
}

.header-fixed .logo a {
  height: initial;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  li.search-link::after {
    content: "Rechercher";
    margin-left: 10px;
  }
}
nav #navbar {
  left: -100%;
  transition: left 0.6s ease-in-out;
  justify-content: end;
}
nav #navbar .navbar-nav {
  padding-right: 42px;
}

#mobile-menu, .pc-tab nav input, nav.categories input {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 5px;
  right: 7px;
  opacity: 0;
  z-index: 3;
}
#mobile-menu + span, .pc-tab nav input + span, nav.categories input + span {
  top: 25px;
  right: 7px;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 5px;
  border-radius: 5px;
  background-color: #bdbdbd;
  transition: all 0.6s ease-in-out;
}
#mobile-menu + span::after, #mobile-menu + span::before, .pc-tab nav input + span::after, .pc-tab nav input + span::before, nav.categories input + span::after, nav.categories input + span::before {
  content: "";
  top: -15px;
  right: 0;
  position: absolute;
  display: inline-block;
  width: 45px;
  height: 5px;
  border-radius: 5px;
  background-color: #bdbdbd;
  transition: all 0.6s ease-in-out;
}
#mobile-menu + span::before, .pc-tab nav input + span::before, nav.categories input + span::before {
  content: "";
  top: 15px;
}
#mobile-menu:checked ~ .navbar-collapse.collapse, .pc-tab nav input:checked ~ .navbar-collapse.collapse, nav.categories input:checked ~ .navbar-collapse.collapse {
  left: 0;
}
#mobile-menu:checked + span, .pc-tab nav input:checked + span, nav.categories input:checked + span {
  width: 0;
}
#mobile-menu:checked + span::before, .pc-tab nav input:checked + span::before, nav.categories input:checked + span::before {
  transform: rotate(47deg) translate(-9px, -7px);
}
#mobile-menu:checked + span::after, .pc-tab nav input:checked + span::after, nav.categories input:checked + span::after {
  transform: rotate(-45deg) translate(-14px, 12px);
}
@media screen and (min-width: 991px) {
  #mobile-menu, .pc-tab nav input, nav.categories input {
    display: none;
  }
  #mobile-menu + span, .pc-tab nav input + span, nav.categories input + span {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .header.header-fixed.sticky {
    height: 40px;
  }
  .header.header-fixed.sticky .navbar-nav a.nav-link,
  .header.header-fixed.sticky .navbar-nav .search-link,
  .header.header-fixed.sticky .navbar-nav .account-link,
  .header.header-fixed.sticky .navbar-nav .basket-link {
    padding-bottom: 3px;
    padding-top: 3px;
  }
}
.header.header-fixed.sticky .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header.header-fixed.sticky .navbar .navbar-brand img {
  width: 100px;
  transform: rotate(0);
}

.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(252, 252, 252, 0) 99%, rgba(255, 255, 255, 0) 100%);
  /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#00ffffff", GradientType=0);*/
}

.header-fixed:before {
  background: none;
  height: 0;
}

/* Logo */
.logo {
  float: left;
  text-align: left;
  display: inline-block;
}

.logo a {
  width: 150px;
  display: block;
  margin: 35px 0 0 30px;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.logo a img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.header .logo a img.logo-light {
  opacity: 1;
}

.header .logo a img.logo-dark {
  opacity: 0;
}

.header.header-fixed .logo a img.logo-light {
  opacity: 0;
}

.header.header-fixed .logo a img.logo-dark {
  opacity: 1;
}

.logo {
  float: left;
  text-align: left;
  display: inline-block;
}

.logo a {
  max-width: 100%;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  position: relative;
}

.logo a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

/* Navigation Menu */
.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggle {
  float: right;
  border-radius: 0;
  margin-right: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.nav-tabs > li > a {
  border: 0;
}

ul.navbar-nav > li {
  float: none;
  display: inline-block;
}

ul.navbar-nav > li:not(.search):hover,
ul.navbar-nav > li.active {
  color: #fff;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0;
  position: relative;
}
ul.navbar-nav > li.search-link, ul.navbar-nav > li.basket-link, ul.navbar-nav > li.account-link {
  padding: 13px 10px;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  ul.navbar-nav > li.search-link, ul.navbar-nav > li.basket-link, ul.navbar-nav > li.account-link {
    padding: 26px 10px;
  }
}
ul.navbar-nav > li.search-link:hover, ul.navbar-nav > li.basket-link:hover, ul.navbar-nav > li.account-link:hover {
  color: var(--agrilearn);
}
ul.navbar-nav > li.basket-link[data-qte="0"] {
  display: none;
}
ul.navbar-nav > li.basket-link:not([data-qte="0"])::after {
  content: attr(data-qte);
  border-radius: 50%;
  transform: translateX(-4px);
  background-color: rgb(243, 27, 27);
  padding: 0 4px;
  color: #fff;
  line-height: 12px;
  font-size: 12px;
  position: absolute;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  padding: 7px 12px 7px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  transition: 0.1s;
}

li.basket-link {
  margin-right: 18px;
  margin-left: 18px;
}

header:not(.sticky) li.basket-link {
  margin-top: -19px;
}

ul.navbar-nav > li.login {
  margin-top: -3px;
}
ul.navbar-nav > li.login > a {
  border: 3px solid #839321;
  border-radius: 22px;
}

ul.navbar-nav li a i:not(.icon-angle) {
  font-size: 11px;
  padding-right: 3px;
}

ul.navbar-nav li a i.icon-angle {
  padding-left: 3px;
}

ul.navbar-nav > li:hover > a:after,
ul.navbar-nav > li.active > a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}

ul.nav.nav-tabs {
  border-bottom: 0;
}

ul.nav.nav-tabs li a,
ul.nav.nav-tabs li.active a {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 1px solid #555;
  border-radius: 0;
  font-size: 15px;
  color: #777;
  padding: 0 30px;
  margin: 15px 0 25px;
  text-transform: uppercase;
}

ul.nav.nav-tabs li.active a {
  font-weight: 600;
}

ul.nav.nav-tabs li:first-child a {
  border-left: 0;
  padding-left: 0;
}

ul.nav.nav-tabs li a:hover,
ul.nav.nav-tabs li.active a:hover {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

/* Dropdown */
ul.navbar-nav > li.open > a,
ul.navbar-nav > li.open > a:hover,
ul.navbar-nav > li.open > a:focus,
ul.navbar-nav > li.open > a:active {
  background: transparent;
}

ul.nav li.dropdown ul.dropdown-menu {
  background: #fff;
}

ul.nav li.dropdown ul.dropdown-menu li a {
  color: #555;
}

ul.nav li.dropdown ul.dropdown-menu li.active a {
  color: #fff;
}

.dropdown-menu {
  text-align: left;
  border: 0;
  box-shadow: none;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  padding: 0;
}

.navbar-nav > li .dropdown-menu li:last-child a {
  border-bottom: 0 !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
  text-transform: uppercase;
}

.dropdown-menu li a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  padding: 15px 20px;
  color: #999;
}

.header-fixed ul.navbar-nav li.dropdown ul.dropdown-menu li a {
  padding: 15px 20px;
}

ul.nav li.dropdown ul.dropdown-menu li a:hover,
ul.nav li.dropdown ul.dropdown-menu li a:focus,
ul.nav li.dropdown ul.dropdown-menu li a:active {
  color: #fff;
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.open > .dropdown-menu li a {
  color: #000;
}

.dropdown-menu li a {
  color: #fff;
}

.dropdown-menu {
  position: absolute !important;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  display: block;
  box-shadow: 0 0 1px #ccc;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  z-index: 9999;
}

.dropdown-menu.show {
  transform: scale(1, 1);
}
@media screen and (max-width: 992px) {
  .dropdown-menu.show {
    top: calc(-100% - 50px);
  }
}

/* Dark Header */
body .header .logo a img.logo-light {
  opacity: 1;
}

body .header .logo a img.logo-dark {
  opacity: 0;
}

body .header.header-fixed .logo a img.logo-light {
  opacity: 1;
}

body .header.header-fixed .logo a img.logo-dark {
  opacity: 0;
}

/* Toggler Icon */
.navbar-toggler {
  outline: none !important;
  padding: 8px 0 0;
}

#icon-toggler {
  width: 20px;
  height: 21px;
  position: relative;
  margin: 7px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}

#icon-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header.header-fixed #icon-toggler span {
  background-color: #555;
}

#icon-toggler span:nth-child(1) {
  top: 0;
}

#icon-toggler span:nth-child(2),
#icon-toggler span:nth-child(3) {
  top: 6px;
}

#icon-toggler span:nth-child(4) {
  top: 12px;
}

#icon-toggler.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#icon-toggler.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#icon-toggler.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#icon-toggler.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

a.nav-link.active {
  border-bottom: 1px solid white;
}

/*** Sidebar ***/
.sidebar .widget-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: normal;
  text-transform: uppercase;
  color: #333;
}

.widget {
  background: #efefef;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 7px;
}

body.blog-page .widget {
  background: #535353;
}
body.blog-page .widget h3.widget-title, body.blog-page .widget .widget-title.h3 {
  color: #839321;
}
body.blog-page .nav.nav-tabs {
  display: block;
}

/* Recent Posts Widget */
.widget.recent-posts ul li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.widget.recent-posts ul li:first-child {
  padding-top: 0;
}

.widget.recent-posts ul li:last-child {
  border: 0;
  border-bottom: 0 !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
  border-radius: 3px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

.widget.recent-posts .post-info .post-meta {
  margin-bottom: 0;
}

.widget.recent-posts .entry-title a {
  color: #777;
  font-weight: 600;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
  font-size: 12px;
}

/* Navigation Widget */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li a {
  color: #777;
  border-radius: 0;
  padding: 0;
  padding-left: 0;
  font-weight: 600;
  display: inline-block;
  border-left: 0;
  margin: 0;
  font-size: 13px;
}

.sidebar ul.nav-tabs li {
  line-height: normal;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  float: none;
  text-align: left;
}

.sidebar ul.nav-tabs li:first-child {
  padding-top: 0;
}

.sidebar ul.nav-tabs li:last-child {
  border-bottom: 0;
}

footer {
  background: #111;
  /*** Menu ***/
  /*** Social Icons ***/
  /*** Copyright Bar ***/
}
footer hr {
  width: 50%;
}
footer .container {
  padding: 80px 15px 0;
  max-width: 100%;
}
footer h4, footer .h4 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
footer ul {
  padding: 0;
}
footer .menu ul {
  list-style-type: none;
}
footer .menu ul li {
  margin-bottom: 8px;
}
footer .menu ul li a,
footer .menu ul li span {
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 13px;
  display: inline-block;
  line-height: 1.4em;
  font-weight: 400;
  transition: 0.1s;
}
footer .menu ul li span {
  color: #ddd;
}
footer .menu ul li a:hover {
  color: #fff;
}
footer .menu ul li span i {
  padding-right: 3px;
}
footer .contacts > div {
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
footer .social-icons {
  padding-top: 10px;
}
footer .social-icons ul li {
  margin: 0 10px 15px 0;
}
footer .social-icons ul li span {
  width: 40px;
  height: 40px;
  line-height: 38px;
}
footer .social-icons ul li span:before {
  font-size: 19px;
}
footer .bottom-footer p {
  margin: 0;
  font-size: 13px;
  border-top: 1px solid #222;
  padding: 17px 0;
  color: #ddd;
}
footer .bottom-footer p a:hover {
  color: #fff;
}
footer hr {
  background-color: #ffffff;
  border: 0;
  height: 1px;
  margin: 6px 0 17px;
}
footer svg {
  max-width: 250px !important;
  margin-bottom: 25px;
}

.qualiopi {
  font-size: 19px;
  margin-bottom: 23px;
}
.qualiopi > span {
  color: var(--agrilearn);
}

#scroll-to-top {
  opacity: 0;
  display: inline-block;
  width: 0;
  height: 0;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  border-radius: 50%;
  border: 3px solid var(--agrilearn);
  transition: opacity 0.4s ease, background-color 0.4s ease;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  #scroll-to-top {
    bottom: 50px;
    right: 50px;
  }
}
#scroll-to-top.show {
  opacity: 1;
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  #scroll-to-top.show {
    width: 50px;
    height: 50px;
  }
}
#scroll-to-top.show::after, #scroll-to-top.show::before {
  content: "\f007";
  font-family: "wicon";
  font-size: 15px;
  position: absolute;
  top: -3px;
  right: 2px;
  transition: all 0.4s ease;
}
@media screen and (min-width: 900px) {
  #scroll-to-top.show::after, #scroll-to-top.show::before {
    font-size: 29px;
    top: 8px;
    right: 5px;
  }
}
#scroll-to-top.show::before {
  top: 22px;
  transition: all 0.4s ease;
  color: var(--agrilearn);
}
@media screen and (min-width: 900px) {
  #scroll-to-top.show::before {
    top: 58px;
  }
}
#scroll-to-top.show:hover {
  background-color: var(--color-primary);
}
#scroll-to-top.show:hover::after, #scroll-to-top.show:hover::before {
  transform: translateY(-25px);
}
@media screen and (min-width: 900px) {
  #scroll-to-top.show:hover::after, #scroll-to-top.show:hover::before {
    transform: translateY(-50px);
  }
}

.tooltip-agrilearn {
  --bs-popover-max-width: 200px;
  --bs-popover-border-color: var(--color-primary);
  --bs-popover-header-bg: var(--agrilearn);
  --bs-popover-header-color: var(--color-primary);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: .5rem;
  --bs-popover-bg: var(--bc-primary);
  --bs-popover-body-color: var(--color-primary);
}

i[data-bs-toggle=popover] {
  cursor: pointer;
}

/* Breadcrumb */
.banner .breadcrumb {
  font-size: 14px;
  text-transform: uppercase;
  margin: 15px 0 0;
  background: transparent;
}

.banner .breadcrumb > li {
  font-weight: 400;
}

.banner .breadcrumb > li a {
  font-weight: 700;
  color: #fff;
}

.banner .breadcrumb > li a:hover {
  opacity: 0.9;
}

.banner .breadcrumb > li + li:before {
  color: #fff;
}

/* Carousel Testimonials */
#carousel-testimonials .item {
  height: 100vh;
  color: #fff;
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  background-attachment: initial;
}

#carousel-testimonials .item.item-1 {
  background-image: url("http://via.placeholder.com/640x1080");
}

#carousel-testimonials .item.item-2 {
  background-image: url("http://via.placeholder.com/640x1080");
}

#carousel-testimonials .item.item-3 {
  background-image: url("http://via.placeholder.com/640x1080");
}

#carousel-testimonials .carousel-control {
  display: none;
}

#carousel-testimonials .item > div {
  position: absolute;
  bottom: 0;
}

#carousel-testimonials .item > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 480px;
  background-image: -webkit-linear-gradient(91deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
  background-image: linear-gradient(-1deg, #141516 7%, rgba(43, 51, 65, 0) 100%);
}

#carousel-testimonials blockquote {
  border-left: 0;
  padding: 10px 30px;
}

#carousel-testimonials blockquote p {
  position: relative;
  margin-bottom: 40px;
  font-style: italic;
  color: #fff;
  line-height: 31px;
}

#carousel-testimonials blockquote p:before,
#carousel-testimonials blockquote p:after {
  font-family: "FontAwesome";
}

#carousel-testimonials blockquote p:before {
  margin-right: 20px;
  content: "\f10d";
}

#carousel-testimonials blockquote p:after {
  margin-left: 20px;
  content: "\f10e";
}

#carousel-testimonials blockquote footer {
  font-size: 12px;
  text-transform: uppercase;
}

#carousel-testimonials blockquote footer span {
  color: #eee;
}

#carousel-testimonials .carousel-indicators {
  text-align: right;
  width: 100%;
  left: 0;
  margin-left: 0;
  padding-right: 30px;
  margin-bottom: 5px;
}

#carousel-testimonials .carousel-indicators li {
  display: inline-block;
  background-color: #fff;
  border: 0;
  margin-right: 5px;
}

#carousel-testimonials .carousel-indicators li:last-child {
  margin-right: 0;
}

/* Fix Bootstrap Carousel Bug in Firefox (Replace Slide by Fade) */
@-moz-document url-prefix() {
  .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  .carousel,
  .carousel-inner,
  .carousel-inner .item {
    height: 100%;
  }
}
li.sub {
  list-style: none;
  margin: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 12px;
  border-radius: 8px;
}
li.sub:nth-child(even) {
  background-color: #323232;
}
li.sub i {
  background-color: var(--agrilearn);
  color: #ffffff;
  border-radius: 50%;
  padding: 7px;
  margin-right: 11px;
}
li.sub i.w-question {
  background-color: var(--brown);
}
li.sub i.w-monitor {
  background-color: var(--turquoise);
}

li.accordeon {
  list-style: none;
  margin-bottom: 5px;
}
li.accordeon ul {
  padding-left: 0;
  max-height: 0;
  transition: max-height 0.6s ease-in-out;
  overflow: hidden;
}
li.accordeon > span {
  display: block;
  position: relative;
  background-color: #858585;
  color: #fff;
  padding: 8px 15px;
  border-radius: 11px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}
li.accordeon > span::after {
  content: "\f005";
  font-family: Wicon;
  position: absolute;
  right: 10px;
  top: 10px;
  transform-origin: 5px 10px;
  transition: transform 0.6s ease-in-out;
}
li.accordeon > span time {
  position: absolute;
  right: 60px;
}
li.accordeon.show span::after {
  transform: rotate(180deg);
}
li.accordeon.show ul {
  max-height: 900px;
}
li.accordeon span.step-detail {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  .program .section-overlay {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .program .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .program .container ul {
    padding-left: 0;
  }
  .program .container > .row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* Component Needs */
.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab4:checked ~ section .tab4,
#tab3:checked ~ section .tab3 {
  display: block;
}

@media screen and (max-width: 991px) {
  .pc-tab nav {
    position: relative;
  }
  .pc-tab nav::before {
    content: "";
    position: absolute;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 55px;
    height: 55px;
    top: -55px;
    left: 0;
    background-color: var(--bc-primary);
  }
  .pc-tab nav input {
    right: initial;
    left: 5px;
    top: -49px;
  }
  .pc-tab nav input + span {
    right: initial;
    left: 5px;
    top: -30px;
  }
  .pc-tab nav input:checked + span::before {
    transform: rotate(47deg) translate(21px, -42px);
  }
  .pc-tab nav input:checked + span::after {
    transform: rotate(-45deg) translate(21px, 43px);
  }
  .pc-tab nav li label {
    width: 100%;
  }
  .pc-tab nav ul {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 3;
    background-color: var(--bc-primary);
    transition: left 0.4s ease-in-out;
  }
  .pc-tab nav input:checked ~ ul {
    left: 0;
  }
}
.pc-tab {
  width: 100%;
  margin: 0 auto;
}
.pc-tab nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-tab nav ul li label {
  padding: 15px 25px;
  background: var(--bc-dark);
  color: #ffffff;
  cursor: pointer;
}
.pc-tab nav ul li label:hover {
  background: #0b2e13;
}
.pc-tab nav ul li label:active {
  background: var(--agrilearn);
}
@media screen and (min-width: 991px) {
  .pc-tab nav ul li label {
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0;
  }
}
.pc-tab nav ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  background-color: var(--bc-dark);
  clear: both;
}
.pc-tab section div {
  padding: 20px;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 1.5em;
  letter-spacing: 0.3px;
}
.pc-tab section div h2, .pc-tab section div .h2 {
  margin: 0;
  letter-spacing: 1px;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab4:checked ~ nav .tab4 label,
#tab3:checked ~ nav .tab3 label {
  background: var(--agrilearn);
  position: relative;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab4:checked ~ nav .tab4 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  left: 0;
  bottom: -1px;
}

.sub:nth-child(2n) i,
.sub:nth-child(2n) i {
  background-color: var(--brown);
}

/* Keyframes */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}
@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}
@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}
@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}
@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}
@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}
@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    /* this creates the bounce effect */
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}
/* Portfolio
---------------------------------------- */
.portfolio {
  background-color: #fff;
}

.portfolio .nav-pills {
  overflow: hidden;
  margin: 35px 15px 30px;
  text-align: center;
}

.portfolio .nav-pills li {
  margin-right: 15px;
  border-radius: 40px;
  padding: 8px 30px;
  color: #555;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: none;
  text-transform: uppercase;
}

.portfolio .nav-pills li:hover,
.portfolio .nav-pills li.active {
  color: #fff;
}

.portfolio .caption h3, .portfolio .caption .h3 {
  font-size: 18px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  padding-top: 2px;
}

.portfolio .caption p {
  font-size: 13px;
}

.portfolio .caption .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.portfolio .caption .custom-button:before {
  content: "\f061";
  margin-top: -10px;
}

.portfolio .filtr-container {
  position: relative;
  overflow: hidden;
}

.portfolio .filtr-container .filtr-item {
  display: block;
  float: left;
  box-sizing: border-box;
}

.portfolio .filtr-container .filtr-item_holder {
  overflow: hidden;
}

.portfolio .filtr-container .image-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none;
  border-radius: 4px;
}

.portfolio .thumbnail__portfolio {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
}

.filtr-item {
  padding: 15px;
}

/*** Project Page ***/
.project {
  background: #fff;
}

.project .project-main-content img {
  border-radius: 7px;
}

.project .project-navigation nav ul {
  margin-top: 5px;
}

.project .project-navigation nav ul li {
  display: inline-block;
}

.project .project-navigation nav ul li.next-project {
  float: right;
}

.project .project-navigation nav ul li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

/* Project Details */
.project .project-details h3, .project .project-details .h3 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
}

.project .project-details ul li {
  padding-bottom: 10px;
}

.project .project-details ul li:last-child {
  padding-bottom: 0;
}

.project .project-details ul li span.detail-name {
  font-weight: 500;
}

.project .project-details ul li span.detail-value {
  text-transform: uppercase;
}

.project .project-details ul li i {
  margin-right: 5px;
}

.project .project-details .custom-button:before {
  content: "\f08e";
  margin-top: -9px;
}

/* Team
---------------------------------------- */
.team {
  background-color: #efefef;
}

.team .container {
  padding: 70px 15px 100px;
}

.team-item {
  transition: all 0.8s ease-in-out;
}

.team-item.hidden {
  opacity: 0;
  width: 0;
  height: 0;
  order: 99;
  /* display: none; */
}

.team-members {
  margin-top: 40px;
}

.team-member {
  position: relative;
  display: inline-block;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  margin: 15px;
}

.team-member-img-wrap {
  position: relative;
  display: block;
  outline: 0 !important;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.team-member-img-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.team-member-caption {
  text-align: center;
  background: #4a4a4a;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.team-member .team-member-caption h3, .team-member .team-member-caption .h3 {
  line-height: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin: 35px 0 25px;
  font-weight: 700;
}

.team-member-caption p {
  padding: 0 0 18px;
  font-style: italic;
  margin: 0;
}

.team-member-caption .link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  margin-top: -45px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  will-change: content;
}

.team-member-caption .list li {
  padding: 0;
}

.team-member-caption .list li a {
  color: #fff;
}

.team-member-caption .list li + li {
  margin-left: 5px;
}

.team-member-img-wrap img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.team-member-caption a:hover {
  text-decoration: none;
}

.team-member:hover .team-member-img-wrap:before {
  opacity: 1;
}

.team-member:hover .team-member-caption h4, .team-member:hover .team-member-caption .h4,
.team-member:hover .team-member-caption p {
  color: #fff;
}

.team-member:hover .team-member-caption .link {
  opacity: 1;
}

.team ul.social li a {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
}

.team ul.social li a:before {
  color: #fff;
  font-size: 20px;
}

.team .social-icons ul.social li a:hover:before {
  font-size: 20px;
}

.team .social-icons ul.social li a:hover {
  background: #fff;
}

/**
Expert page
 */
.expert-profile .user-avatar {
  margin-bottom: 20px;
}

@media screen and (min-width: 500px) {
  .expert-profile .user-avatar {
    width: 50%;
    float: left;
    margin: 0 21px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .expert-profile .user-avatar {
    width: 24%;
  }
}
/* Testimonials
---------------------------------------- */
.testimonials {
  background: url("http://via.placeholder.com/1600x650");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.testimonials #quote-carousel {
  margin-top: 50px;
}

.testimonials #quote-carousel hr {
  border-top: 1px solid #fff;
}

.testimonials #quote-carousel,
.testimonials #quote-carousel h6,
.testimonials #quote-carousel .h6 {
  color: #fff;
}

.testimonials #quote-carousel blockquote {
  padding: 0;
  text-align: center;
  font-size: 15px;
  border: none;
}

.testimonials #quote-carousel p {
  font-style: italic;
  color: #fff;
}

.testimonials #quote-carousel p:before,
.testimonials #quote-carousel p:after {
  font-family: "FontAwesome";
}

.testimonials #quote-carousel p:before {
  margin-right: 20px;
  content: "\f10d";
}

.testimonials #quote-carousel p:after {
  margin-left: 20px;
  content: "\f10e";
}

.testimonials #quote-carousel h5, .testimonials #quote-carousel .h5 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.testimonials #quote-carousel h6, .testimonials #quote-carousel .h6 {
  margin: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.testimonials #quote-carousel .img-responsive {
  margin: 0 auto 25px;
  border: 6px solid #f9f9f9;
  background: #f9f9f9;
}

.testimonials #quote-carousel .carousel-indicators {
  bottom: -40px;
}

.testimonials #quote-carousel .carousel-indicators li {
  background: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  text-indent: -999px;
  cursor: pointer;
  border-radius: 50%;
}

.testimonials #quote-carousel .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
}

#mainslider {
  background: #0a5a97 center center fixed;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  perspective: 400px;
  transition: opacity 0.3s;
  height: 45vh;
}
#mainslider .bloc-title {
  padding-top: 13vh;
  margin-left: 5%;
}
#mainslider .sub-title {
  font-size: 26px;
  font-weight: 700;
}
#mainslider .img {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
#mainslider .title {
  display: block;
  position: absolute;
  width: 200%;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  font-size: 2em;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  opacity: 0;
  z-index: 5;
}
#mainslider .img-1, #mainslider .img-2, #mainslider .img-3, #mainslider .img-4, #mainslider .img-5 {
  background-color: var(--bc-primary, #000);
}
#mainslider .img-1 {
  animation: kenburns-top 6s linear both reverse 0.5s, fade-out 2s ease-in forwards 5.5s;
  z-index: 5;
}
#mainslider .img-2 {
  animation: kenburns-bottom 6s linear both 5.5s, fade-out 2s ease-in forwards 10.5s;
  z-index: 4;
}
#mainslider .img-3 {
  animation: kenburns-right 6s linear both reverse 10.5s, fade-out 2s ease-in forwards 15.5s;
  z-index: 3;
}
#mainslider .img-4 {
  animation: kenburns-left 6s linear both 15.5s, fade-out 2s ease-in forwards 20.5s;
  z-index: 2;
}
#mainslider .img-5 {
  animation: kenburns-right 7s linear both reverse 20.5s, fade-out 3s ease-in forwards 24.5s;
  z-index: 1;
}
#mainslider .title-1 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.8s, text-blur-out 1.2s ease-in forwards 5.5s;
}
#mainslider .title-2 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 6.8s, text-blur-out 1.2s ease-in forwards 10.5s;
}
#mainslider .title-3 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 11.8s, text-blur-out 1.2s ease-in forwards 15.5s;
}
#mainslider .title-4 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 16.8s, text-blur-out 1.2s ease-in forwards 20.5s;
}
#mainslider .title-5 {
  animation: focus-in-contract 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 21.8s, text-blur-out 1.6s ease-in forwards 25.5s;
}

@media (orientation: landscape) {
  #mainslider {
    height: 69vh;
  }
  #mainslider.mini {
    height: 40vh;
  }
  #mainslider .title {
    font-size: 6em;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-bottom
 * ----------------------------------------
 */
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.25) translateY(15px);
    transform-origin: bottom;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-right
 * ----------------------------------------
 */
@keyframes kenburns-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 50%;
  }
  100% {
    transform: scale(1.25) translateX(20px);
    transform-origin: right;
  }
}
/**
 * ----------------------------------------
 * animation kenburns-left
 * ----------------------------------------
 */
@keyframes kenburns-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 50%;
  }
  100% {
    transform: scale(1.25) translate(-20px, 15px);
    transform-origin: left;
  }
}
/**
 * ----------------------------------------
 * animation focus-in-contract
 * ----------------------------------------
 */
@keyframes focus-in-contract {
  0% {
    letter-spacing: 1em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation text-blur-out
 * ----------------------------------------
 */
@keyframes text-blur-out {
  0% {
    filter: blur(0.01);
  }
  100% {
    filter: blur(12px) opacity(0%);
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Custom Button */
.custom-button {
  border: none;
  color: #fff;
  text-decoration: none;
  background: var(--agrilearn);
  cursor: pointer;
  display: inline-block;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  letter-spacing: 0;
  transition: all 0.3s ease 0s;
  margin-top: 10px;
  padding: 12px 33px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}
.custom-button:before {
  content: "\f001";
  font: 15px/1.2em wicon;
  color: #fff;
  position: absolute;
  height: 100%;
  right: 5%;
  top: 53%;
  margin-top: -10px;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateX(-20px);
}
.custom-button.stretched-link:before {
  content: "";
  height: 0;
  width: 0;
}
.custom-button.back {
  background: var(--blue);
}
.custom-button.back:before {
  content: "\f004";
  left: 5%;
  transform: translateX(20px);
}

.custom-button,
.custom-button:hover,
.custom-button:focus {
  color: #fff;
  text-decoration: none;
}

.custom-button span {
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
}

.custom-button:hover span {
  transform: translateX(-10px);
}

.custom-button:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
}

.custom-button:disabled {
  opacity: 0.5;
}

@media (min-width: 767px) {
  .header-formation {
    display: flex;
    justify-content: space-between;
  }
}
form.search-form {
  position: relative;
}
form.search-form input {
  background: #000;
  color: #fff;
}
form.search-form input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
form.search-form button {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 38px;
  z-index: 9;
  background-color: #000;
  color: #fff;
  width: 35px;
  border-radius: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: none;
}

@media (max-width: 766px) {
  form.search-form button {
    display: none;
  }
}
.content-black h2, .content-black .h2, .content-black p, .content-black span, .content-black h3, .content-black .h3 {
  color: #242424;
}

.content-grey h2, .content-grey .h2, .content-grey p, .content-grey span, .content-grey h3, .content-grey .h3 {
  color: #6d6d6d;
}

.content-primary h2, .content-primary .h2, .content-primary p, .content-primary span, .content-primary h3, .content-primary .h3 {
  color: var(--agrilearn);
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (min-width: 767px) {
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}
.content-deploy {
  max-height: 200px;
  position: relative;
  transition: max-height 1s ease-in-out;
}
.content-deploy.show {
  max-height: 1000vh;
}
.content-deploy.show button {
  display: none;
}
.content-deploy button.btn {
  position: absolute;
  bottom: -100px;
  right: 14vw;
}

#search-block input[type=text] {
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  margin: 0 0 37px 0;
  padding-right: 20px;
  width: 100%;
  font-weight: 700;
  outline: 0;
  text-align: center;
}
#search-block input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
#search-block input[type=text]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
#search-block input[type=text]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
#search-block input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
#search-block label {
  display: block;
  text-align: center;
  font-size: 30px;
}

.search-form-container {
  margin: 1.5rem 0;
  padding: 0;
}
.search-form-container .search-form {
  display: flex;
  justify-content: center;
}
.search-form-container .search-form .search-form-inline {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
.search-form-container .search-form .search-form-inline:focus-within {
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
.search-form-container .search-form .search-form-inline .search-input {
  flex: 1;
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  outline: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}
.search-form-container .search-form .search-form-inline .search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}
.search-form-container .search-form .search-form-inline .search-input:focus {
  color: rgb(255, 255, 255);
}
.search-form-container .search-form .search-form-inline .search-btn {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 12px 16px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.search-form-container .search-form .search-form-inline .search-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
}
.search-form-container .search-form .search-form-inline .search-btn:active {
  background: rgba(255, 255, 255, 0.2);
}
.search-form-container .search-form .search-form-inline .search-btn i {
  font-size: 14px;
}

@media (max-width: 768px) {
  .search-form-container {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .search-form-container .search-form .search-form-inline {
    max-width: 100%;
  }
  .search-form-container .search-form .search-form-inline .search-input {
    padding: 10px 12px;
    font-size: 13px;
  }
  .search-form-container .search-form .search-form-inline .search-btn {
    padding: 10px 12px;
  }
  .search-form-container .search-form .search-form-inline .search-btn i {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .search-form-container .search-form .search-form-inline .search-input {
    padding: 8px 10px;
    font-size: 12px;
  }
  .search-form-container .search-form .search-form-inline .search-input::placeholder {
    font-size: 12px;
  }
  .search-form-container .search-form .search-form-inline .search-btn {
    padding: 8px 10px;
  }
  .search-form-container .search-form .search-form-inline .search-btn i {
    font-size: 12px;
  }
}
#results .post-body h3, #results .post-body .h3 {
  margin: 0;
}
#results .post-body h3 a, #results .post-body .h3 a {
  font-size: 12px;
  line-height: 12px;
  font-weight: normal;
}
#results .post-author {
  top: 0;
}
#results .post-author a {
  padding: 0 5px;
  font-size: 10px;
}
#results .custom-button {
  margin-top: 0;
  padding: 0 10px;
}

.ref-peda .social-icons {
  padding-top: 10px;
}
.ref-peda ul.social {
  display: flex;
  justify-content: center;
}

#productView h3, #productView .h3 {
  font-size: 20px;
  line-height: 33px;
}
#productView img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
@media screen and (min-width: 600px) {
  #productView img {
    width: 50%;
    float: left;
    margin: 10px 20px 10px 0;
  }
}
@media screen and (min-width: 900px) {
  #productView img {
    width: 40%;
  }
}
#productView .price-modal {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.modal-content {
  background-color: var(--bc-primary);
}
.modal-content label {
  color: white;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

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

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
  color: black;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #000;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
  color: black;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: black;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.alert-message {
  position: fixed;
  width: 75vw;
  top: 10vh;
  left: 50%;
  z-index: 9999;
  transform: translateX(-50%);
}
.alert-message .alert::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f003";
  font-family: "wicon";
  cursor: pointer;
  padding: 5px 10px;
}

#header-search {
  display: none;
}

@media only screen and (min-width: 990px) {
  #header-search {
    position: absolute;
    top: 45vh;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #header-search form {
    z-index: 9;
    width: 50%;
    background: rgba(36, 36, 36, 0.84);
    padding: 22px 16px;
    border-radius: 16px;
  }
  #header-search form > div {
    position: relative;
  }
  #header-search form input {
    background: #d9d7d7;
  }
  #header-search:focus-within .display {
    display: block;
    opacity: 1;
  }
  #search-propose {
    position: absolute;
    display: none;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    width: 100%;
    background: #fff;
    padding: 5px 15px;
    color: #000;
    border-radius: 5px;
  }
  #search-propose ul {
    list-style: none;
    padding-left: 0;
  }
  #search-propose ul li.result {
    position: relative;
    display: flex;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 10px;
  }
  #search-propose ul li.result img {
    margin: 10px;
  }
  #search-propose h4, #search-propose .h4 {
    color: #323232;
  }
  #search-propose a:hover {
    color: #0b2e13;
  }
}
#outdated {
  font-family: "Open Sans", "Segoe UI", sans-serif;
  position: absolute;
  background-color: #f25648;
  color: white;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 0 24px 24px 0;
}
#outdated.fullscreen {
  height: 100%;
}
#outdated .vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#outdated h6, #outdated .h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 12px 0;
}
#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}
#outdated #buttonUpdateBrowser {
  border: 2px solid white;
  color: white;
  cursor: pointer;
  display: block;
  margin: 30px auto 0;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  width: 230px;
}
#outdated #buttonUpdateBrowser:hover {
  background-color: white;
  color: #f25648;
}
#outdated .last {
  height: 20px;
  position: absolute;
  right: 70px;
  top: 10px;
  width: auto;
  display: inline-table;
}
#outdated .last[dir=rtl] {
  left: 25px !important;
  right: auto !important;
}
#outdated #buttonCloseUpdateBrowser {
  color: white;
  display: block;
  font-size: 36px;
  height: 100%;
  line-height: 36px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.table > :not(caption) > * > * {
  color: inherit;
}

.svg-logo {
  fill: #0a3622;
}

.bottom-green .container::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)" fill="rgba(128,128,128,.3)" stroke="none"><path d="M1542 2640 c-165 -197 -260 -391 -267 -549 -9 -184 85 -304 304 -391 l49 -19 54 27 c60 30 135 101 172 165 58 98 70 245 30 377 -35 118 -143 305 -242 419 l-38 44 -62 -73z"/><path d="M2290 1699 c-143 -16 -253 -114 -324 -289 l-26 -64 22 -45 c12 -25 51 -76 88 -112 192 -190 466 -161 786 83 126 96 124 94 124 103 0 25 -225 189 -335 244 -138 68 -235 92 -335 80z"/><path d="M599 1606 c-2 -2 -31 -6 -64 -9 -88 -9 -206 -43 -325 -93 -58 -24 -111 -48 -118 -52 -33 -22 208 -296 336 -381 98 -66 174 -91 268 -87 100 3 158 30 234 106 63 63 83 88 103 127 13 25 13 34 -3 85 -53 173 -195 288 -365 297 -27 2 -53 5 -56 7 -3 2 -8 2 -10 0z"/><path d="M1560 1229 c-318 -197 -485 -430 -449 -626 18 -97 84 -194 188 -276 47 -38 64 -39 159 -12 137 40 243 151 282 295 19 72 20 80 20 170 0 85 -1 96 -21 200 -23 117 -84 290 -103 289 -6 0 -40 -18 -76 -40z"/></g></svg>');
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  right: 300px;
}

.admin-section {
  position: relative;
}
.admin-section .admin-command {
  position: absolute;
  bottom: 30%;
  z-index: 10;
  left: 50px;
}

/** Slide Top
 **************************************************************** **/
#slidetop {
  display: block;
  color: #888;
  font-size: 13px;
  background-color: #363839;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#slidetop h1, #slidetop .h1,
#slidetop h2,
#slidetop .h2,
#slidetop h3,
#slidetop .h3,
#slidetop h4,
#slidetop .h4,
#slidetop h5,
#slidetop .h5,
#slidetop h6,
#slidetop .h6 {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}
#slidetop ul {
  margin: 0;
}
#slidetop a {
  color: #ccc;
  text-decoration: none;
}
#slidetop ul > li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#slidetop ul > li > a > i {
  margin-right: 6px;
}
#slidetop h1 > i, #slidetop .h1 > i,
#slidetop h2 > i,
#slidetop .h2 > i,
#slidetop h3 > i,
#slidetop .h3 > i,
#slidetop h4 > i,
#slidetop .h4 > i,
#slidetop h5 > i,
#slidetop .h5 > i,
#slidetop h6 > i,
#slidetop .h6 > i {
  margin-right: 8px;
}
#slidetop a:hover {
  color: #fff;
}
#slidetop .container, #slidetop .container-fluid, #slidetop .container-sm, #slidetop .container-md, #slidetop .container-lg, #slidetop .container-xl, #slidetop .container-xxl {
  display: none;
  height: auto;
  padding: 30px 0;
}
#slidetop.active .container, #slidetop.active .container-fluid, #slidetop.active .container-sm, #slidetop.active .container-md, #slidetop.active .container-lg, #slidetop.active .container-xl, #slidetop.active .container-xxl {
  display: block;
}
#slidetop a.slidetop-toggle {
  height: 35px;
  position: absolute;
  right: 0;
  bottom: -35px;
  border-top: 35px solid #e2094a;
  border-left: 35px solid transparent;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
#slidetop a.slidetop-toggle:after {
  font-family: Wicon;
  content: "\f005";
  height: 18px;
  color: #fff;
  position: absolute;
  top: -34px;
  left: -16px;
}
#slidetop.active a.slidetop-toggle:after {
  content: "\f006";
}

@media only screen and (max-width: 768px) {
  #slidetop {
    display: none !important;
  }
}
.offline {
  position: fixed;
  background-color: #f00;
  font-weight: 600;
  z-index: 9999;
  top: 51px;
  left: -77px;
  transform: rotate(-39deg);
  padding: 9px 100px;
}

.thumbnail-column {
  width: 110px;
  flex: 0 0 110px;
  position: relative;
}
.thumbnail-container {
  position: relative;
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #666666 transparent;
}
.thumbnail-container::-webkit-scrollbar {
  width: 6px;
}
.thumbnail-container::-webkit-scrollbar-track {
  background: transparent;
}
.thumbnail-container::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 3px;
}
.thumbnail-container::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.thumbnail-gallery-desktop {
  padding: 2px 8px 2px 4px;
  width: 100%;
}
.thumbnail-gallery-desktop .thumbnail-item {
  margin-bottom: 6px;
  display: block;
  transform-origin: center;
  padding: 2px;
}
.thumbnail-gallery-desktop .thumbnail-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: block;
  margin: 0 auto;
}
.thumbnail-gallery-desktop .thumbnail-item img:hover, .thumbnail-gallery-desktop .thumbnail-item img.active {
  transform: scale(1.05);
}
.thumbnail-gallery-mobile {
  display: flex;
  overflow-x: auto;
  padding: 4px 4px 10px 4px;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  width: 100%;
  position: relative;
  scroll-behavior: smooth;
}
.thumbnail-gallery-mobile::-webkit-scrollbar {
  height: 4px;
}
.thumbnail-gallery-mobile::-webkit-scrollbar-track {
  background: transparent;
}
.thumbnail-gallery-mobile::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 4px;
}
.thumbnail-gallery-mobile::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.mobile-layout {
  overflow-x: hidden;
}
.mobile-layout .thumbnail-item {
  flex: 0 0 auto;
  position: relative;
  margin-right: 2px;
  padding: 2px;
  display: flex;
  justify-content: center;
}
.mobile-layout .thumbnail-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.mobile-layout .thumbnail-item img:hover, .mobile-layout .thumbnail-item img.active {
  transform: scale(1.05);
}
.mobile-layout .thumbnail-gallery-container {
  margin-left: -5px;
  margin-right: -5px;
  padding: 0 5px;
  width: calc(100% + 10px);
}

.thumbnail-spacer {
  flex: 0 0 5px;
}

.product-tabs {
  border-radius: 0.25rem;
}
.product-tabs .nav-tabs {
  border-bottom: none;
}
.product-tabs .nav-link {
  border-bottom: none;
  margin-bottom: -1px;
  background-color: rgba(52, 52, 52, 0.8);
  border: 1px solid #454545;
  border-bottom: none;
  color: #e9ecef;
}
.product-tabs .nav-link:hover {
  background-color: rgba(60, 60, 60, 0.9);
  color: #fff;
}
.product-tabs .nav-link.active {
  background-color: rgb(36, 36, 36);
  border: 1px solid #454545;
  border-bottom-color: rgb(36, 36, 36);
  z-index: 2;
  position: relative;
  color: #fff;
  font-weight: 500;
}
.product-tabs .tab-content {
  background-color: rgb(36, 36, 36);
  border: 1px solid #454545;
  border-top: 1px solid #454545;
  border-radius: 0 0 0.25rem 0.25rem;
  margin-top: 0;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #e9ecef;
}
.product-tabs .tab-content .table {
  color: #e9ecef;
}
.product-tabs .tab-content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(50, 50, 50, 0.5);
}
.product-tabs .tab-content .table-striped > tbody > tr:nth-of-type(even) {
  background-color: rgba(30, 30, 30, 0.5);
}
.product-tabs .tab-content .table th {
  border-color: #454545;
  background-color: rgba(25, 25, 25, 0.7);
}
.product-tabs .tab-content .table td {
  border-color: #454545;
}

.nav-tabs-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.nav-tabs.flex-nowrap {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: inline-flex;
  white-space: nowrap;
  max-width: 100%;
}
.nav-tabs.flex-nowrap::-webkit-scrollbar {
  display: none;
}
.nav-tabs.flex-nowrap:after {
  content: "";
  flex: 0 0 2px;
}
@media (min-width: 768px) {
  .nav-tabs.flex-nowrap {
    overflow-x: visible;
  }
}

.expert-short-desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.expert-card {
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.expert-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.expert-avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.expert-avatar-placeholder {
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.expert-speciality .badge {
  font-weight: normal;
  border: 1px solid #e9e9e9;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .thumbnail-gallery-mobile {
      width: 100%;
    }
  }
}
.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
  align-items: center;
  justify-content: center;
}
.custom-lightbox .lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.custom-lightbox .lightbox-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 1051;
}
.custom-lightbox .lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-lightbox #lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  transition: opacity 0.3s ease;
}
.custom-lightbox #lightbox-image.loading {
  opacity: 0.5;
}
.custom-lightbox .lightbox-caption {
  color: white;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 100%;
  text-align: center;
}
.custom-lightbox .lightbox-prev,
.custom-lightbox .lightbox-next,
.custom-lightbox .lightbox-close {
  position: absolute;
  background: transparent;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  outline: none;
  padding: 10px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.custom-lightbox .lightbox-prev:hover,
.custom-lightbox .lightbox-next:hover,
.custom-lightbox .lightbox-close:hover {
  transform: scale(1.1);
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}
.custom-lightbox .lightbox-prev:focus,
.custom-lightbox .lightbox-next:focus,
.custom-lightbox .lightbox-close:focus {
  outline: none;
}
.custom-lightbox .lightbox-prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-lightbox .lightbox-prev:hover {
  transform: translateY(-50%) scale(1.1);
}
.custom-lightbox .lightbox-next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-lightbox .lightbox-next:hover {
  transform: translateY(-50%) scale(1.1);
}
.custom-lightbox .lightbox-close {
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
  z-index: 1052;
}

a[data-lightbox] {
  cursor: zoom-in;
  display: inline-block;
}
a[data-lightbox]:hover img {
  opacity: 0.9;
}
a[data-lightbox] img {
  transition: opacity 0.2s ease;
}
a[data-lightbox].d-none {
  display: none !important;
}

@media (max-width: 767px) {
  .custom-lightbox .lightbox-prev,
  .custom-lightbox .lightbox-next {
    font-size: 2.5rem;
  }
  .custom-lightbox .lightbox-close {
    top: 10px;
    right: 10px;
  }
  .custom-lightbox #lightbox-image {
    max-height: 70vh;
  }
}
.pagination-info {
  width: 100%;
  text-align: center;
  margin: 1.5rem 0 1rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  margin: 1rem 0 2rem;
}

.pagination-button {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  transition: all 0.2s;
  min-width: 38px;
  cursor: pointer;
}

.pagination-button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.pagination-button.active {
  background: rgba(var(--primary-rgb), 0.8);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pagination-button:disabled {
  cursor: default;
}

/* Contact
---------------------------------------- */
.contact {
  background-color: #efefef;
}

.contact .container:first-child {
  padding: 70px 15px 30px !important;
}

/* Contact Form */
.contactform {
  color: #fff;
  background: url("http://via.placeholder.com/1600x650");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.contactform .form-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 60px 0 30px;
}

.custom-form-group {
  margin-bottom: 20px;
}

.custom-form-group .input-group .input-group-addon {
  padding: 0px 13px;
  font-size: 18px;
  border: none;
  color: white;
}

.form-inputs .form-control {
  height: 40px;
}

.form-inputs .form-control {
  background: #fff;
  border-radius: 30px;
  box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-form-group textarea {
  width: 100%;
  padding: 20px 0 0 25px;
}

.form-inputs .form-group textarea:focus,
.form-inputs .form-group .form-control:focus {
  outline: 0px !important;
  -webkit-appearance: none;
}

.submit-form button {
  padding: 14px 26px;
  border-radius: 40px;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
  outline: none;
  font-size: 16px;
}

.submit-form button:before {
  right: 102px;
  font-size: 14px;
  margin-top: -9px;
}

.contactform .output_message {
  padding: 8px;
  margin-bottom: 17px;
  border-radius: 2px;
  color: #fff;
  border-radius: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.contactform .output_message.success {
  background: #28a745;
  padding: 15px;
}

.contactform .output_message.success:before {
  font-family: FontAwesome;
  content: "\f14a";
  padding-right: 10px;
}

.contactform .output_message.error {
  background: #dc3545;
  padding: 15px;
}

.contactform .output_message.error:before {
  font-family: FontAwesome;
  content: "\f071";
  padding-right: 10px;
}

.contactform .output_message_holder {
  display: none;
}

/* Blog
---------------------------------------- */
@media screen and (max-width: 1064px) {
  nav.categories {
    position: relative;
    padding-top: 20px;
  }
  nav.categories ul {
    position: absolute;
    display: initial;
    top: 50px;
    left: -100%;
    transition: left 0.3s ease-in-out;
    padding: 19px;
    background-color: var(--bc-primary);
    border: 1px solid var(--color-primary);
    border-radius: 5px;
  }
  nav.categories ul li {
    display: list-item;
    position: relative;
  }
  nav.categories ul li a {
    padding: 10px;
    display: inline-block;
    color: var(--color-primary);
  }
  nav.categories ul li a i {
    margin-right: 15px;
  }
  nav.categories ul li ul.no-dot {
    position: absolute;
    top: 0;
    left: -200%;
  }
  nav.categories ul li a:active + ul.no-dot, nav.categories ul li a:focus + ul.no-dot {
    position: absolute;
    top: 0;
    left: 100%;
  }
  nav.categories input {
    right: initial;
    left: 0;
  }
  nav.categories input + span {
    right: initial;
    left: 0;
  }
  nav.categories input:checked + span::before {
    transform: rotate(47deg) translate(21px, -42px);
  }
  nav.categories input:checked + span::after {
    transform: rotate(-45deg) translate(21px, 43px);
  }
  nav.categories input:checked ~ ul {
    left: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 1064px) and (min-width: 991px) {
  nav.categories input {
    display: none;
  }
  nav.categories input + span {
    display: none;
  }
}
@media screen and (min-width: 1065px) {
  nav.categories > ul {
    position: relative;
    justify-content: space-between;
  }
  nav.categories > ul.has-sub {
    padding-bottom: 65px;
  }
  nav.categories > ul > li {
    border: 1px solid;
    border-radius: 13px;
    background-color: var(--bc-primary);
    transition: border-color 0.3s ease-in-out;
  }
  nav.categories > ul > li a {
    text-align: center;
    padding: 12px 9px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-primary);
    transition: color 0.3s ease-in-out;
    font-size: 18px;
  }
  nav.categories > ul > li a i {
    font-size: 25px;
  }
  nav.categories > ul > li:hover, nav.categories > ul > li.active {
    border-color: var(--agrilearn);
  }
  nav.categories > ul > li:hover > a, nav.categories > ul > li.active > a {
    color: var(--agrilearn);
  }
  nav.categories > ul > li:not(.active) ul {
    opacity: 0;
    left: -100vw;
    transition: all 0.8s ease-in-out;
  }
  nav.categories > ul > li ul {
    position: absolute;
    padding: 0;
    bottom: -15px;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 1;
    transition: all 0.8s ease-in-out;
  }
  nav.categories > ul > li ul li {
    display: inline-block;
    padding: 0 3px;
    white-space: nowrap;
  }
  nav.categories > ul > li ul li a {
    padding: 2px 22px 2px 22px;
    border: 1px solid;
    border-radius: 5px;
    margin-bottom: 1px;
  }
  nav.categories > ul > li ul li a:hover {
    color: var(--agrilearn);
  }
  nav.categories > ul > li ul li.active a {
    color: var(--agrilearn);
  }
}
/*** Latest Posts ***/
.latest-posts-content {
  margin-top: 40px;
}

.latest-post {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.latest-post .badge-primary {
  background-color: var(--color-danger);
  margin-left: 3px;
  margin-right: 3px;
}

.latest-post .post-title {
  font-size: 18px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.latest-post .post-title a {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}

.latest-post div.img-thumb {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.latest-post div.img-thumb .img-responsive {
  position: relative;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.latest-post div.img-thumb .preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.latest-post a.img-thumb {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.latest-post a.img-thumb .img-responsive {
  position: relative;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.latest-post a.img-thumb .preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.latest-post:hover a.img-thumb .img-responsive.teaser {
  opacity: 0;
}

.latest-post:hover div.img-thumb .img-responsive.teaser {
  opacity: 0;
}

.latest-post .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

.latest-post .post-category {
  position: absolute;
  top: -6px;
  right: -6px;
  text-align: center;
}
.latest-post .post-category a {
  background-color: var(--blue);
  display: inline-block;
  color: #fff;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 3px;
}

.latest-post .post-author {
  position: absolute;
  top: 176px;
  left: 0;
  /* transform: translateX(-50%); */
}
.latest-post .post-author a, .latest-post .post-author button {
  background-color: var(--brown);
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 7px 12px;
  border-radius: 11px;
  border: none;
}
.latest-post .post-author ul {
  background: transparent;
  box-shadow: none;
  border: none;
}
.latest-post .post-author ul a {
  margin-bottom: 3px;
}

/*** Blog Page ***/
body.blog-page #mainslider .meta {
  background: #515151;
  width: 60vw !important;
  margin-left: auto;
  margin-right: auto;
}

body.blog-page article {
  margin-bottom: 60px;
}

body.blog-page figure {
  margin: 0;
}

body.blog-page figure a img {
  width: 100%;
  border-radius: 4px;
}

body.blog-page article h4, body.blog-page article .h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 34px;
}

body.blog-page.grid-no-sidebar article h4, body.blog-page.grid-no-sidebar article .h4 {
  font-size: 23px;
  line-height: 31px;
}

body.blog-page p.excerpt-blog,
body.blog-page p.content-article {
  margin: 22px 0;
}

body.blog-page article .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}

body.blog-page .meta {
  clear: both;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  margin-top: 30px;
}

body.blog-page .banner-area .meta {
  border-top: 0;
  border-bottom: 0;
}

body.blog-page .meta span {
  margin-right: 15px;
  display: inline-block;
}

body.blog-page .meta span i {
  padding-right: 4px;
}

/* Pagination */
body.blog-page .pagination li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

body.blog-page .pagination li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

body.blog-page .pagination li a:hover {
  background: #ddd;
}

body.blog-page .pagination li a {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 9px 16px;
  font-size: 15px;
}

body.blog-page .pagination li.active a {
  color: #fff;
}

body.blog-page .custom-button {
  position: initial;
}

body.blog-page .custom-button::before {
  content: "";
}

/* Comments */
.comments-heading {
  margin: 40px 0 25px;
  text-transform: uppercase;
  color: #555;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  margin-bottom: 30px;
  background: #efefef;
  padding: 25px;
  border-radius: 7px;
}

.comments-list img.comment-avatar {
  width: 82px;
  height: 82px;
  border-radius: 100%;
  margin-right: 25px;
}

.comments-list .comment-body {
  margin-left: 110px;
}

.comments-list .comment-author {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}

.comments-list .comment-content {
  font-size: 13px;
}

.comments-list .comment-date {
  font-size: 12px;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  text-transform: uppercase;
  font-weight: 600;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 96px;
}

/* Comments Form */
.comments-heading.add-comment {
  margin: 0 0 50px;
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-top: 0;
  line-height: normal;
  margin-bottom: 25px;
}

.comments-form .form-group {
  margin-bottom: 30px;
}

.custom-form textarea {
  padding: 15px;
  height: 150px;
  box-shadow: none;
  border: 1px solid #ddd;
  background: #f2f2f2;
  transition: 0.2s;
}

.custom-form input[type=text],
.custom-form input[type=password],
.custom-form input[type=email] {
  box-shadow: none;
  height: 42px;
  padding-left: 15px;
  border: 1px solid #ddd;
  background: #f2f2f2;
  font-size: 13px;
  transition: 0.2s;
}

body.blog-page article .comments-form .custom-button:before {
  content: "\f075";
}

.custom-form input[type=text]:focus,
.custom-form input[type=text]:active,
.custom-form input[type=email]:focus,
.custom-form input[type=email]:active,
.custom-form input[type=password]:focus,
.custom-form input[type=password]:active,
.custom-form textarea:focus,
.custom-form textarea:active {
  border: 1px solid #ccc;
  box-shadow: none;
  background: #ece4e4;
}

.comments-form.custom-form .custom-button {
  margin-top: 0;
}

/*** Error Page ***/
body.error-page .error {
  height: 100vh;
  background-image: url("http://via.placeholder.com/1920x1080");
  background-size: cover;
  background-position: center center;
  padding: 0;
}

body.error-page.server-error-page .error {
  background-image: url("http://via.placeholder.com/1920x1080");
}

body.error-page .error .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

body.error-page .logo img {
  margin: 0 auto;
  padding-top: 30px;
}

body.error-page .error > div {
  display: table;
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  background: rgba(17, 17, 17, 0.9);
}

body.error-page .error > div > div {
  display: table-cell;
  vertical-align: middle;
}

body.error-page .error h3, body.error-page .error .h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

body.error-page .error .big-404 {
  font-size: 220px;
  line-height: 220px;
  color: #999;
  font-weight: 300;
  margin-top: 70px;
}

body.error-page .error p {
  color: #999;
  font-size: 15px;
  padding: 20px 0;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 530px;
}

body.error-page .error .custom-button:before {
  content: "\f015";
}

body.error-page .error .custom-button.refresh:before {
  content: "\f021";
}

/* Auth Pages */
.auth-page {
  background: #fff;
}

.user-auth {
  padding: 0;
}

.user-auth .logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin-left: 30px;
  margin-top: 30px;
}

.user-auth .logo img {
  width: 110px;
}

.user-auth > div {
  padding: 0;
}

.user-auth > div:nth-child(2) {
  height: 100vh;
  background: #fff;
}

.user-auth > div:nth-child(2) .copyright-text {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 3px;
  opacity: 0.8;
}

.user-auth > div:nth-child(2) .form-container {
  display: table;
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
}

.user-auth > div:nth-child(2) .form-container > div {
  display: table-cell;
  vertical-align: middle;
}

.user-auth > div:nth-child(2) .form-container form {
  max-width: 450px;
  margin: 0 auto;
}

.user-auth > div:nth-child(2) .form-container form .form-group {
  margin: 0 auto;
  margin-bottom: 30px;
}

.user-auth > div:nth-child(2) .form-container .custom-button {
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.user-auth > div:nth-child(2) .form-container .custom-button:before {
  content: "\f234";
  margin-top: -10px;
}

.user-auth > div:nth-child(2) .form-container .custom-button.login:before {
  content: "\f090";
  margin-top: -9px;
}

.user-auth > div:nth-child(2) .form-container p {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.user-auth > div:nth-child(2) .form-container p.info-form {
  margin-bottom: 30px;
  font-size: 14px;
}

.user-auth > div:nth-child(2) .form-container .form-group p {
  font-size: 12px;
}

/* Services
---------------------------------------- */
.services {
  background-color: #efefef;
}

.services .services-box {
  margin: 25px -15px;
}

.services .services-box:before {
  content: "";
  display: table;
}

.services .services-box:after {
  content: "";
  display: table;
  clear: both;
}

.services .services-box-item {
  position: relative;
  color: #717c8e;
  text-decoration: none;
  -webkit-perspective: 750px;
  -ms-perspective: 750px;
  -o-perspective: 750px;
  perspective: 750px;
  margin: 15px 0;
  float: left;
}

.services .services-box-item:hover,
.services .services-box-item:focus,
.services .services-box-item.hover {
  text-decoration: none;
}

.services .services-box-item:hover > .services-box-item-cover,
.services .services-box-item:focus > .services-box-item-cover,
.services .services-box-item.hover > .services-box-item-cover {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.services .services-box-item:hover > .services-box-item-content,
.services .services-box-item:focus > .services-box-item-content,
.services .services-box-item.hover > .services-box-item-content {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

.services .services-box-item-cover,
.services .services-box-item-content {
  position: relative;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services .services-box-item-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0px 15px;
  box-shadow: 0px 0px 3px 1px #ddd;
  border-radius: 7px;
}

.services .services-box-item-cover:before,
.services .services-box-item-cover:after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.services .services-box-item-cover:before {
  margin: -40px 0px 0px -20px;
  font-size: 40px;
}

.services .services-box-item-cover:after {
  content: attr(data-headline);
  font-family: "Raleway";
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
}

.services .services-box-item-content {
  overflow: hidden;
  margin: -16px -6px;
  padding: 30px 40px;
  font-size: 14px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-radius: 7px;
}

.services .services-box-item-content:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: -60px;
  font-size: 228px;
  opacity: 0.2;
}

.services .services-box-item-content h2, .services .services-box-item-content .h2 {
  position: relative;
  margin: 8px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: Capitalize;
}

.services .services-box-item-content p {
  line-height: 23px;
  position: relative;
  margin: 12px 0;
  font-size: 13px;
}

.services[data-icon]:before,
.services[class^=icon-]:before,
.services[class*=" icon-"]:before {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
}

.services[data-icon]:before {
  content: attr(data-icon);
}

.services[data-icon].after:before {
  content: none;
}

.services[data-icon].after:after {
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 4px;
}

.pricing-desktop {
  display: none;
  margin: 40px 0;
}
.pricing-desktop h2, .pricing-desktop .h2 {
  display: inline-block;
  background: var(--bc-dark);
  padding: 10px 50px 0.5rem;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pricing-desktop .table {
  border-top: 1px solid #ddd;
  background: #fff;
}
.pricing-desktop .table th,
.pricing-desktop .table {
  text-align: center;
}
.pricing-desktop .table th,
.pricing-desktop .table td {
  padding: 20px 10px;
}
.pricing-desktop .table th {
  font-size: 20px;
  font-weight: 300;
  border-bottom: 0;
  background: var(--bc-dark);
  color: var(--color-primary);
}
.pricing-desktop .table tr:nth-child(odd) {
  background: #f0f8ff;
}
.pricing-desktop .table td:first-child {
  padding-left: 20px;
  text-align: left;
  padding-top: 35px;
}
.pricing-desktop .pricing-table tbody th {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
}
.pricing-desktop .pricing-table tbody th span {
  width: 180px;
  display: inline-block;
  text-align: left;
}
.pricing-desktop .pricing-table th button {
  background: transparent;
  border: none;
  color: #fff;
  float: right;
  padding: 0;
}
.pricing-desktop .pricing-table .w-check {
  font-size: 25px;
  color: var(--color-success);
}

button.addToLearn {
  background: transparent;
  border: none;
  font-size: 25px;
  font-weight: 700;
}
button.addToLearn i.w-plus {
  font-weight: bold;
  color: green;
}
button.addToLearn.removeToLearn i.w-close {
  font-weight: bold;
  color: red;
}

.price {
  font-size: 20px;
  line-height: 6rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.price > span.barre {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  font-size: 2rem;
}
.price > span.barre::after {
  position: absolute;
  content: "";
  width: 72%;
  height: 5px;
  left: 0;
  background-color: rgba(255, 0, 0, 0.5);
  transform: rotate(-27deg);
  top: 50%;
}

span.nbPlace, span.countDown {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}
span.nbPlace > span, span.countDown > span {
  font-weight: bold;
}

/* Pricing
---------------------------------------- */
@media screen and (min-width: 920px) {
  .pricing-mobile {
    display: none;
  }
  .pricing-desktop {
    display: block;
  }
}
.pricing-mobile .pricing {
  background: #efefef;
}
.pricing-mobile .pricing-page .pricing {
  background: #fff;
}
.pricing-mobile .pricing-tables-content {
  margin-top: 25px;
}
.pricing-mobile .pricing-page .pricing h1.monthly, .pricing-mobile .pricing-page .pricing .monthly.h1 {
  padding-bottom: 25px;
}
.pricing-mobile .pricing-page .pricing h1.yearly, .pricing-mobile .pricing-page .pricing .yearly.h1 {
  padding: 70px 0 30px;
}
.pricing-mobile .pricing-tables-content.pricing-page {
  margin-top: 0;
}
.pricing-mobile .pricing-tables-content .header {
  height: 100px;
  line-height: 170px;
  position: relative;
}
.pricing-mobile .pricing h3, .pricing-mobile .pricing .h3 {
  color: #fff;
  text-transform: uppercase;
}
.pricing-mobile .pricing h3.sell-title, .pricing-mobile .pricing .sell-title.h3 {
  margin-top: 50px;
}
.pricing-mobile .pricing-features .w-check {
  color: var(--color-success);
  font-size: 25px;
}
.pricing-mobile .pricing-list {
  margin: 32px 0 0;
  list-style-type: none;
}
.pricing-mobile .pricing-list .badge-popular {
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 130px;
  width: 143px;
  text-align: center;
  z-index: 0;
  right: 0;
  border-top-right-radius: 7px;
}
.pricing-mobile .pricing-list .popular {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px 10px 60px;
  width: 280px;
  text-align: center;
  display: block;
  position: absolute;
  left: -60px;
  top: 0;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(44deg);
}
.pricing-mobile .pricing-list > li {
  position: relative;
  margin-bottom: 16px;
}
.pricing-mobile .pricing-wrapper {
  position: relative;
  list-style-type: none;
  padding: 0;
  max-width: 510px;
}
.pricing-mobile .touch .pricing-wrapper {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.pricing-mobile .pricing-wrapper.is-switched .is-visible {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: rotate 0.5s;
  -moz-animation: rotate 0.5s;
  animation: rotate 0.5s;
}
.pricing-mobile .pricing-wrapper.is-switched .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse 0.5s;
  -moz-animation: rotate-inverse 0.5s;
  animation: rotate-inverse 0.5s;
  opacity: 0;
}
.pricing-mobile .pricing-wrapper.is-switched .is-selected {
  opacity: 1;
}
.pricing-mobile .pricing-wrapper.is-switched.reverse-animation .is-visible {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: rotate-back 0.5s;
  -moz-animation: rotate-back 0.5s;
  animation: rotate-back 0.5s;
}
.pricing-mobile .pricing-wrapper.is-switched.reverse-animation .is-hidden {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-animation: rotate-inverse-back 0.5s;
  -moz-animation: rotate-inverse-back 0.5s;
  animation: rotate-inverse-back 0.5s;
  opacity: 0;
}
.pricing-mobile .pricing-wrapper.is-switched.reverse-animation .is-selected {
  opacity: 1;
}
.pricing-mobile .pricing-wrapper > li {
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}
.pricing-mobile .pricing-page .pricing-wrapper > li {
  background-color: #f2f2f2;
}
.pricing-mobile .pricing-wrapper > li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
}
.pricing-mobile .pricing-wrapper > li.is-ended::after {
  display: none;
}
.pricing-mobile .pricing-wrapper .is-visible {
  position: relative;
  z-index: 5;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.pricing-mobile .pricing-wrapper .is-hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.pricing-mobile .pricing-wrapper .is-selected {
  z-index: 3 !important;
}
.pricing-mobile .no-js .pricing-wrapper .is-hidden {
  position: relative;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  margin-top: 16px;
}
.pricing-mobile .price {
  margin-top: 45px;
}
.pricing-mobile .pricing-header {
  position: relative;
  z-index: 1;
  height: 80px;
  padding: 16px;
  pointer-events: none;
  background-color: #3aa0d1;
  color: #FFFFFF;
}
.pricing-mobile .pricing-header h2, .pricing-mobile .pricing-header .h2 {
  margin-bottom: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-mobile .pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pricing-mobile .is-switched .pricing-body {
  overflow: hidden;
}
.pricing-mobile .pricing-features {
  padding: 0;
}
.pricing-mobile .pricing-features:after {
  content: "";
  display: table;
  clear: both;
}
.pricing-mobile .pricing-features li {
  width: 100px;
  float: left;
  padding: 25px 16px;
  font-size: 15px;
  color: var(--color-dark);
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.pricing-mobile .pricing-features li button {
  background: transparent;
  border: none;
  padding: 0;
}
.pricing-mobile .pricing-features em {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
.pricing-mobile .pricing-footer {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
}
.pricing-mobile .pricing-footer::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
}
.pricing-mobile .pricing-footer a {
  display: block;
  margin: 0 30px;
}
.pricing-mobile .select {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.pricing-mobile .pricing-tables-content .header {
  height: 160px;
  line-height: 280px;
}
.pricing-mobile .pricing-list {
  margin: 48px 0 0;
  padding: 0;
}
.pricing-mobile .pricing-list:after {
  content: "";
  display: table;
  clear: both;
}
.pricing-mobile .pricing-list > li {
  float: left;
  padding: 0 15px;
}
.pricing-mobile .pricing-wrapper > li::before {
  content: "";
  position: absolute;
  z-index: 6;
  left: -1px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
}
.pricing-mobile .pricing-wrapper > li::after {
  display: none;
}
.pricing-mobile .pricing-header {
  height: auto;
  padding: 30px;
  pointer-events: auto;
  text-align: center;
  color: #173d50;
  background-color: transparent;
}
.pricing-mobile .popular .pricing-header {
  color: #e97d68;
  background-color: transparent;
}
.pricing-mobile .pricing-header h2, .pricing-mobile .pricing-header .h2 {
  font-size: 1.8rem;
  margin-top: 15px;
  margin-bottom: 45px;
  line-height: 1.8rem;
  color: #666;
  letter-spacing: 1px;
  font-weight: 300;
}
.pricing-mobile .pricing-body {
  overflow-x: visible;
}
.pricing-mobile .pricing-features {
  width: auto;
}
.pricing-mobile .pricing-features li {
  float: none;
  width: auto;
  padding: 14px;
  border-bottom: 1px solid #eee;
}
.pricing-mobile .pricing-page .pricing-features li {
  border-bottom: 1px solid #ddd;
}
.pricing-mobile .pricing-footer .custom-button {
  padding: 10px 25px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}
.pricing-mobile .pricing-footer .custom-button:before {
  content: "\f001";
  margin-top: -10px;
  right: 86px;
}
.pricing-mobile .pricing-features em {
  display: inline-block;
  margin-bottom: 0;
}
.pricing-mobile .pricing-footer {
  position: relative;
  height: auto;
  padding: 30px 0;
  text-align: center;
}
.pricing-mobile .pricing-footer::after {
  display: none;
}
.pricing-mobile .select {
  position: static;
  display: inline-block;
  height: auto;
  padding: 20px 48px;
  color: #FFFFFF;
  border-radius: 2px;
  background-color: #0c1f28;
  font-size: 1.4rem;
  text-indent: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pricing-mobile .no-touch .select:hover {
  background-color: #112e3c;
}
.pricing-mobile .price-content .barre {
  font-size: 1.3rem !important;
  position: absolute !important;
  overflow: unset !important;
  bottom: 0;
  left: 10vw;
}

.price-content .value:not(.barre) {
  font-size: 6rem;
  font-weight: 400;
  color: #555;
}
.price-content .value:not(.barre)::before {
  content: "€";
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
  font-weight: 700;
  color: rgba(23, 61, 80, 0.4);
  font-size: 20px;
}
.price-content .value:not(.barre)::after {
  content: "HT";
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--turquoise);
  text-transform: uppercase;
}

.price-content .wi {
  color: var(--color-dark);
}

/* -----------------------------------------------------------------------------
   Styles spécifiques à la page d'accueil
----------------------------------------------------------------------------- */
body.home .bottom-green .nologo::before {
  background-image: none;
}
body.home .black {
  background: rgb(0, 0, 0);
}
body.home .bottom-green .top_left_flower::before {
  left: -120px;
}
body.home .top_right_flower::before {
  left: -130px;
}
body.home .bottom-green .bottom_left_flower::before {
  bottom: 50px;
  left: -40px;
  top: initial !important;
}
body.home .bottom-green .middle_right_flower::before {
  top: 45%;
  width: 250px;
  height: 250px;
  position: absolute;
  right: 310px;
  opacity: 30%;
}
body.home .bottom-green .middle_left_flower::before {
  top: 10% !important;
  left: -90px;
}
@media screen and (min-width: 900px) {
  body.home .woman_image::before {
    content: "";
    position: absolute;
    right: 8%;
    bottom: 0;
    background-image: url(/img/womanHomePage.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 100%;
    height: 100%;
    width: 44%;
    min-width: 600px;
  }
}
body.home .flower_background {
  opacity: 40%;
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  right: 29%;
  bottom: 327px;
  background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)" fill="rgb(256,256,256)" stroke="none"><path d="M1542 2640 c-165 -197 -260 -391 -267 -549 -9 -184 85 -304 304 -391 l49 -19 54 27 c60 30 135 101 172 165 58 98 70 245 30 377 -35 118 -143 305 -242 419 l-38 44 -62 -73z"/><path d="M2290 1699 c-143 -16 -253 -114 -324 -289 l-26 -64 22 -45 c12 -25 51 -76 88 -112 192 -190 466 -161 786 83 126 96 124 94 124 103 0 25 -225 189 -335 244 -138 68 -235 92 -335 80z"/><path d="M599 1606 c-2 -2 -31 -6 -64 -9 -88 -9 -206 -43 -325 -93 -58 -24 -111 -48 -118 -52 -33 -22 208 -296 336 -381 98 -66 174 -91 268 -87 100 3 158 30 234 106 63 63 83 88 103 127 13 25 13 34 -3 85 -53 173 -195 288 -365 297 -27 2 -53 5 -56 7 -3 2 -8 2 -10 0z"/><path d="M1560 1229 c-318 -197 -485 -430 -449 -626 18 -97 84 -194 188 -276 47 -38 64 -39 159 -12 137 40 243 151 282 295 19 72 20 80 20 170 0 85 -1 96 -21 200 -23 117 -84 290 -103 289 -6 0 -40 -18 -76 -40z"/></g></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
}
body.home #mainslider {
  padding: 0 0 100px 0;
  height: unset;
  background: linear-gradient(90deg, #262626 13.5%, #343434 52%, #5A5A5A 79%, #6A6A6A 100%);
}
@media screen and (min-width: 900px) {
  body.home #mainslider {
    padding: 40px;
  }
}
@media screen and (min-width: 900px) {
  body.home #mainslider {
    height: 80vh;
    min-height: 755px;
    padding: 0;
  }
}
body.home #mainslider .bloc-title {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  body.home #mainslider .bloc-title {
    width: 70%;
  }
}
@media screen and (min-width: 1100px) {
  body.home #mainslider .bloc-title {
    width: 60%;
  }
}
body.home #mainslider .bloc-title h1, body.home #mainslider .bloc-title .h1 {
  padding: 0;
  background: none;
}
body.home #mainslider .bloc-title p {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 700;
  width: 92%;
}
body.home #mainslider .bloc-title .buttons {
  margin-top: 60px;
}
body.home #mainslider .bloc-title .buttons a.marron {
  color: white;
  font-weight: bold;
  border-radius: 15px;
  padding: 15px 25px;
  font-size: 18px;
  background-color: var(--brown);
  margin-right: 10px;
}
body.home h3.h3Bleu, body.home .h3Bleu.h3 {
  background-color: var(--blue);
  margin-bottom: 50px;
  text-align: center;
  border-radius: 18px;
  align-items: center;
  display: inline-block;
  padding: 20px 50px;
  line-height: 35px;
  font-size: 30px;
  font-weight: bold;
}
body.home .col-sm-12 {
  align-items: center;
  justify-content: center;
}
body.home .white {
  color: #FFFFFF !important;
  background: none !important;
}
body.home .text-center {
  z-index: 1;
}
body.home .vignette {
  position: relative;
}
body.home .vignette .images {
  width: 80%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  display: flex;
  margin: 0;
  padding: 0;
  position: relative;
}
body.home .vignette .images .img_book_1 {
  z-index: 2;
  right: 6%;
  position: relative;
}
body.home .vignette .images .img_book_2 {
  position: relative;
  right: 54%;
}
body.home .vignette .img_minimize {
  width: 480px;
  height: 300px;
  max-height: 300px;
}
body.home .vignette h4, body.home .vignette .h4 {
  position: absolute;
  bottom: -45px;
  left: 10px;
  right: 10px;
  line-height: 16px;
  min-height: 42px;
  display: flex;
  justify-content: center;
  font-size: 15px;
}
body.home .texte_sous_photos {
  padding: 10px;
  color: black;
  background: #FFFFFF;
  border-radius: 18px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 14px;
}
body.home .sous_photos {
  padding: 5px 15px;
  font-size: 16px;
  text-transform: initial;
  border-radius: 30px;
  background: rgb(147, 173, 43);
  text-align: center;
  align-items: center;
  margin-bottom: 25px;
  font-weight: bold;
}
body.home .description {
  font-weight: bold;
  display: flex;
  margin: auto;
}
body.home h3.marron, body.home .marron.h3 {
  text-align: center;
  border-radius: 18px;
  align-items: center;
  display: inline-block;
  padding: 20px 50px;
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
}
body.home .bleu {
  background: rgb(55, 85, 158);
}
body.home .marron {
  background: rgb(197, 135, 15);
}
body.home .green {
  background: rgb(147, 173, 43);
}
body.home .purple {
  background: rgb(119, 49, 174);
}
body.home .nowrap {
  flex-wrap: nowrap;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
body.home .pictos .vignette-container {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
body.home .pictos .training_pictogram {
  top: -35px;
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "wicon";
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home .pictos .training_pictogram::before {
  font-size: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  padding: 15%;
}
body.home .pictos .picto_agriculteurs::before {
  content: "\f201";
}
body.home .pictos .picto_porteurs_projet::before {
  content: "\f204";
}
body.home .pictos .picto_enseignants::before {
  content: "\f202";
}
body.home .pictos .picto_conseillers::before {
  content: "\f203";
}
body.home .description_div {
  width: 100%;
  display: flex;
  justify-content: center;
}
body.home .description_div .expert_description {
  text-align: center;
  width: 80%;
  margin-top: 30px;
  font-weight: bold;
}
body.home .noms {
  height: 40px;
}
body.home .noms h4, body.home .noms .h4 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}
body.home .noms h4 span, body.home .noms .h4 span {
  margin-right: 5px;
}
body.home .containerPersonnes {
  margin-top: 30px;
  padding: 0 40px;
}
body.home .containerPersonnes span {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
body.home .containerPersonnes p {
  margin-top: 20px;
}
body.home .avatars {
  background-color: var(--agrilearn2);
  border-radius: 50%;
  width: 142.13px;
  height: 142.13px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
body.home .avatars img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
body.home .buttons_experts {
  font-weight: bold;
  border-radius: 15px;
  padding: 15px 25px;
  font-size: 23px;
  background-color: var(--brown);
  display: flex;
  width: 30%;
  justify-content: center;
  margin: 40px auto;
}
body.home .buttons_experts a {
  color: white;
}
body.home .description_trainer_word {
  z-index: 2;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
}
body.home .description_trainer_word span {
  color: rgb(147, 173, 43);
}
body.home .video {
  display: flex;
  justify-content: center;
}
body.home .video img {
  border: 25px solid rgb(36, 36, 36);
  border-radius: 18px;
}
body.home .white_flower_container {
  position: relative;
}
body.home .white_flower_container .white_flower::before {
  background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)" fill="white" stroke="none"><path d="M1542 2640 c-165 -197 -260 -391 -267 -549 -9 -184 85 -304 304 -391 l49 -19 54 27 c60 30 135 101 172 165 58 98 70 245 30 377 -35 118 -143 305 -242 419 l-38 44 -62 -73z"/><path d="M2290 1699 c-143 -16 -253 -114 -324 -289 l-26 -64 22 -45 c12 -25 51 -76 88 -112 192 -190 466 -161 786 83 126 96 124 94 124 103 0 25 -225 189 -335 244 -138 68 -235 92 -335 80z"/><path d="M599 1606 c-2 -2 -31 -6 -64 -9 -88 -9 -206 -43 -325 -93 -58 -24 -111 -48 -118 -52 -33 -22 208 -296 336 -381 98 -66 174 -91 268 -87 100 3 158 30 234 106 63 63 83 88 103 127 13 25 13 34 -3 85 -53 173 -195 288 -365 297 -27 2 -53 5 -56 7 -3 2 -8 2 -10 0z"/><path d="M1560 1229 c-318 -197 -485 -430 -449 -626 18 -97 84 -194 188 -276 47 -38 64 -39 159 -12 137 40 243 151 282 295 19 72 20 80 20 170 0 85 -1 96 -21 200 -23 117 -84 290 -103 289 -6 0 -40 -18 -76 -40z"/></g></svg>');
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  top: 60%;
  left: -10%;
}
@media (max-width: 1460px) {
  body.home .pictos {
    flex-wrap: wrap !important;
    margin-left: 100px;
    margin-right: 100px;
    display: flex;
    align-items: center;
  }
  body.home .pictos_aside {
    margin-left: auto;
    margin-right: -30px;
  }
  body.home #mainslider .bloc-title p {
    font-size: 21px !important;
  }
}
@media (min-width: 925px) and (max-width: 1130px) {
  body.home .bloc-title {
    top: 12% !important;
  }
  body.home .bloc-title h1, body.home .bloc-title .h1 {
    font-size: 48px !important;
  }
  body.home .bloc-title p {
    margin-top: 40px !important;
    font-size: 25px !important;
    font-weight: 700 !important;
    width: 92% !important;
  }
}
@media (max-width: 1100px) {
  body.home .bloc-title h1, body.home .bloc-title .h1 {
    font-size: 30px !important;
  }
  body.home .bloc-title p {
    margin-top: 0 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    width: 92% !important;
  }
  body.home .row {
    margin-right: 25px;
    margin-left: 25px;
  }
  body.home .white_flower_container {
    display: flex;
    flex-direction: column;
  }
  body.home .white_flower_container .white_flower::before {
    left: 45%;
    top: 0;
  }
  body.home h3.marron, body.home .marron.h3, body.home h3.h3Bleu, body.home .h3Bleu.h3 {
    padding: 10px 20px;
    line-height: 20px;
    font-size: 20px;
  }
  body.home .white_flower_container {
    margin-top: 20px;
  }
  body.home .white_flower {
    margin-bottom: 20px;
  }
  body.home .vignette .img_minimize {
    width: 85%;
    height: auto;
  }
  body.home .pictos .vignette-container {
    margin-right: 0;
  }
  body.home .buttons_experts {
    font-size: 15px;
    width: 60%;
    z-index: 1;
    text-align: center;
    padding: 15px 15px;
  }
}
@media (max-width: 750px) {
  body.home .no-margin-top {
    margin-top: 0 !important;
  }
}
@media (max-width: 690px) {
  body.home .bloc-title {
    top: 12% !important;
  }
  body.home .bloc-title h1, body.home .bloc-title .h1 {
    font-size: 31px !important;
  }
  body.home .bloc-title p {
    margin-top: 40px !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    width: 92% !important;
  }
}
body.home .metier_aside {
  content: "";
}
body.home .hidden {
  display: none !important;
}
body.home .pictos_aside {
  z-index: 2;
  right: 20px;
  position: fixed;
  top: 30%;
  display: block;
}
body.home .pictos_aside .training_pictogram_text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  position: relative;
}
body.home .pictos_aside .training_pictogram_text .picto_link {
  font-size: 15px;
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  visibility: hidden;
  text-align: center;
  margin: 0 5%;
  height: 77%;
  position: absolute;
  width: 200%;
  justify-content: center;
  align-items: center;
  right: 60%;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 15px 0 0 15px;
  top: -16%;
  padding-top: 2px;
}
body.home .pictos_aside .training_pictogram {
  position: relative;
  margin: 20px 20px 0 0;
  display: flex;
  color: white;
}
body.home .pictos_aside .picto_agriculteurs::before {
  content: "\f201";
}
body.home .pictos_aside .picto_porteurs_projet::before {
  content: "\f204";
}
body.home .pictos_aside .picto_enseignants::before {
  content: "\f202";
}
body.home .pictos_aside .picto_conseillers::before {
  content: "\f203";
}
body.home .pictos_aside .training_pictogram_text:hover .hidden_link {
  opacity: 1;
  visibility: visible;
}
body.home .feature-icon .wi {
  font-size: 42px;
  font-weight: bolder;
}
body.home .experts {
  position: relative;
}
@media (max-width: 767px) {
  body.home .experts:first-child::before {
    background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)" fill="white" stroke="none"><path d="M1542 2640 c-165 -197 -260 -391 -267 -549 -9 -184 85 -304 304 -391 l49 -19 54 27 c60 30 135 101 172 165 58 98 70 245 30 377 -35 118 -143 305 -242 419 l-38 44 -62 -73z"/><path d="M2290 1699 c-143 -16 -253 -114 -324 -289 l-26 -64 22 -45 c12 -25 51 -76 88 -112 192 -190 466 -161 786 83 126 96 124 94 124 103 0 25 -225 189 -335 244 -138 68 -235 92 -335 80z"/><path d="M599 1606 c-2 -2 -31 -6 -64 -9 -88 -9 -206 -43 -325 -93 -58 -24 -111 -48 -118 -52 -33 -22 208 -296 336 -381 98 -66 174 -91 268 -87 100 3 158 30 234 106 63 63 83 88 103 127 13 25 13 34 -3 85 -53 173 -195 288 -365 297 -27 2 -53 5 -56 7 -3 2 -8 2 -10 0z"/><path d="M1560 1229 c-318 -197 -485 -430 -449 -626 18 -97 84 -194 188 -276 47 -38 64 -39 159 -12 137 40 243 151 282 295 19 72 20 80 20 170 0 85 -1 96 -21 200 -23 117 -84 290 -103 289 -6 0 -40 -18 -76 -40z"/></g></svg>');
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: 90%;
    right: 45%;
    transform: translateY(60%);
  }
}
@media (min-width: 993px) {
  body.home .experts:not(:first-child, :nth-child(5n))::before {
    background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)" fill="white" stroke="none"><path d="M1542 2640 c-165 -197 -260 -391 -267 -549 -9 -184 85 -304 304 -391 l49 -19 54 27 c60 30 135 101 172 165 58 98 70 245 30 377 -35 118 -143 305 -242 419 l-38 44 -62 -73z"/><path d="M2290 1699 c-143 -16 -253 -114 -324 -289 l-26 -64 22 -45 c12 -25 51 -76 88 -112 192 -190 466 -161 786 83 126 96 124 94 124 103 0 25 -225 189 -335 244 -138 68 -235 92 -335 80z"/><path d="M599 1606 c-2 -2 -31 -6 -64 -9 -88 -9 -206 -43 -325 -93 -58 -24 -111 -48 -118 -52 -33 -22 208 -296 336 -381 98 -66 174 -91 268 -87 100 3 158 30 234 106 63 63 83 88 103 127 13 25 13 34 -3 85 -53 173 -195 288 -365 297 -27 2 -53 5 -56 7 -3 2 -8 2 -10 0z"/><path d="M1560 1229 c-318 -197 -485 -430 -449 -626 18 -97 84 -194 188 -276 47 -38 64 -39 159 -12 137 40 243 151 282 295 19 72 20 80 20 170 0 85 -1 96 -21 200 -23 117 -84 290 -103 289 -6 0 -40 -18 -76 -40z"/></g></svg>');
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    top: 50%;
    right: 90%;
    transform: translateY(60%);
  }
}
@media (max-width: 992px) {
  body.home .experts:nth-child(3n)::before, body.home .experts:nth-child(4n)::before, body.home .experts:nth-child(5n)::before {
    background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)" fill="white" stroke="none"><path d="M1542 2640 c-165 -197 -260 -391 -267 -549 -9 -184 85 -304 304 -391 l49 -19 54 27 c60 30 135 101 172 165 58 98 70 245 30 377 -35 118 -143 305 -242 419 l-38 44 -62 -73z"/><path d="M2290 1699 c-143 -16 -253 -114 -324 -289 l-26 -64 22 -45 c12 -25 51 -76 88 -112 192 -190 466 -161 786 83 126 96 124 94 124 103 0 25 -225 189 -335 244 -138 68 -235 92 -335 80z"/><path d="M599 1606 c-2 -2 -31 -6 -64 -9 -88 -9 -206 -43 -325 -93 -58 -24 -111 -48 -118 -52 -33 -22 208 -296 336 -381 98 -66 174 -91 268 -87 100 3 158 30 234 106 63 63 83 88 103 127 13 25 13 34 -3 85 -53 173 -195 288 -365 297 -27 2 -53 5 -56 7 -3 2 -8 2 -10 0z"/><path d="M1560 1229 c-318 -197 -485 -430 -449 -626 18 -97 84 -194 188 -276 47 -38 64 -39 159 -12 137 40 243 151 282 295 19 72 20 80 20 170 0 85 -1 96 -21 200 -23 117 -84 290 -103 289 -6 0 -40 -18 -76 -40z"/></g></svg>');
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    right: 44%;
  }
  body.home .containerPersonnes {
    margin-top: 20%;
    padding: 0 40px;
    margin-bottom: 10%;
  }
  body.home .experts:nth-last-child:nth-child(odd):before {
    background-image: url('data:image/svg+xml,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 300.000000"><g transform="translate(0.000000,300.000000) scale(0.100000,-0.100000)" fill="white" stroke="none"><path d="M1542 2640 c-165 -197 -260 -391 -267 -549 -9 -184 85 -304 304 -391 l49 -19 54 27 c60 30 135 101 172 165 58 98 70 245 30 377 -35 118 -143 305 -242 419 l-38 44 -62 -73z"/><path d="M2290 1699 c-143 -16 -253 -114 -324 -289 l-26 -64 22 -45 c12 -25 51 -76 88 -112 192 -190 466 -161 786 83 126 96 124 94 124 103 0 25 -225 189 -335 244 -138 68 -235 92 -335 80z"/><path d="M599 1606 c-2 -2 -31 -6 -64 -9 -88 -9 -206 -43 -325 -93 -58 -24 -111 -48 -118 -52 -33 -22 208 -296 336 -381 98 -66 174 -91 268 -87 100 3 158 30 234 106 63 63 83 88 103 127 13 25 13 34 -3 85 -53 173 -195 288 -365 297 -27 2 -53 5 -56 7 -3 2 -8 2 -10 0z"/><path d="M1560 1229 c-318 -197 -485 -430 -449 -626 18 -97 84 -194 188 -276 47 -38 64 -39 159 -12 137 40 243 151 282 295 19 72 20 80 20 170 0 85 -1 96 -21 200 -23 117 -84 290 -103 289 -6 0 -40 -18 -76 -40z"/></g></svg>');
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    right: 44%;
    transform: translateY(-50%);
  }
}
@media (max-width: 460px) {
  body.home .sous_photos {
    font-size: 15px !important;
  }
  body.home .experts::before {
    right: 40% !important;
  }
  body.home .description_trainer_word, body.home .description_div .expert_description {
    font-size: 13px;
  }
}

ul.no-dot li i.colored {
  font-size: 30px;
  margin: 10px;
  color: var(--agrilearn);
}
ul.no-dot li:nth-child(2n) i.colored {
  font-size: 30px;
  margin: 10px;
  color: var(--turquoise);
}

/*** FAQ Panels ***/
.faq {
  background: #fff;
}

.faq .container {
  padding: 100px 15px;
}

.panel-group {
  margin-bottom: 80px;
}

.panel-default > .panel-heading {
  background: none;
  border-radius: 0;
  position: relative;
  padding: 15px;
}

.panel-group .panel {
  border-radius: 0;
  margin-bottom: -6px;
}

.panel-group .panel:first-child {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.panel-group .panel:last-child {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.panel.panel-default {
  background: transparent;
  border-color: #ddd;
  box-shadow: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
  line-height: 30px;
}

h4.panel-title, .panel-title.h4 {
  font-size: 17px;
  background: none;
  border: 0;
  padding: 8px 0 8px 30px;
  line-height: normal;
  border-radius: 0;
  text-transform: uppercase;
}

h4.panel-title a.collapsed, .panel-title.h4 a.collapsed {
  color: var(--color-primary);
}

h4.panel-title span, .panel-title.h4 span {
  float: right;
}

h4.panel-title a:before, .panel-title.h4 a:before,
h4.panel-title a.collapsed:before {
  font-family: "Wicon";
  position: absolute;
  z-index: 0;
  font-size: 12px;
  left: 15px;
  padding: 0 5px;
  text-align: center;
  top: 50%;
  margin-top: -7px;
}

h4.panel-title a:before, .panel-title.h4 a:before {
  content: "\f006";
}

h4.panel-title a.collapsed:before, .panel-title.h4 a.collapsed:before {
  content: "\f005";
}

.panel-body ul {
  padding-left: 25px;
}

.panel.opened {
  background: var(--bc-dark);
  padding: 9px 20px;
}

#shop {
  /*** Shopping Cart ***/
  /* Checkout Page */
  /**
  toggle button
   */
}
#shop .shop-cart {
  background: #fff;
}
#shop .shop-cart .table-responsive .table.order {
  margin-bottom: 35px;
}
#shop .shop-cart table.order thead tr {
  background: #efefef;
  color: #555;
  text-transform: uppercase;
}
#shop .shop-cart .table thead > tr > th {
  padding: 20px 0;
  font-size: 15px;
}
#shop .shop-cart .table-responsive .table.order tr td {
  vertical-align: middle;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 0;
}
#shop .shop-cart .table h6, #shop .shop-cart .table .h6 {
  font-size: 18px;
  color: #555;
}
#shop .shop-cart .table .icon-delete-product {
  color: #555;
}
#shop .shop-cart .table td span.price {
  font-weight: 700;
  color: #555;
}
#shop .shop-cart .row-buttons {
  margin-left: 15px;
  margin-right: 15px;
}
#shop .shop-cart .form-control {
  max-width: 135px;
  display: inline-block;
  text-align: center;
}
#shop .shop-cart .btn.btn-coupon,
#shop .shop-cart .btn.btn-update-cart {
  background: transparent;
  color: #999;
  border: 1px solid #999;
}
#shop .shop-cart .btn.btn-primary.btn-coupon:hover,
#shop .shop-cart .btn.btn-primary.btn-coupon:focus,
#shop .shop-cart .btn.btn-primary.btn-coupon:active,
#shop .shop-cart .btn.btn-update-cart:hover,
#shop .shop-cart .btn.btn-update-cart:focus,
#shop .shop-cart .btn.btn-update-cart:active {
  background: transparent !important;
}
#shop .shop-cart .form-control,
#shop .shop-cart button {
  font-size: 14px;
  float: left;
  margin-top: 0;
}
#shop .shop-cart .form-control {
  border-radius: 30px;
  height: 46px !important;
  margin-right: 15px;
}
#shop .shop-cart .secondary-button {
  background: transparent;
  border-radius: 30px;
  height: 46px;
  padding: 0 30px;
  transition: 0.2s;
  text-transform: uppercase;
  font-weight: 600;
  outline: none !important;
}
#shop .shop-cart .secondary-button:hover,
#shop .shop-cart .secondary-button:focus,
#shop .shop-cart .secondary-button:active {
  color: #fff;
}
#shop .shop-cart .secondary-button.update-cart {
  float: right;
}
#shop .shop-cart .checkout-button,
#shop .shop-checkout .checkout-button {
  float: right;
  margin-top: 0;
}
#shop .shop-cart .checkout-button.custom-button:before,
#shop .shop-checkout .checkout-button.custom-button:before {
  content: "\f07a";
}
#shop .shop-cart h4.title-totals, #shop .shop-cart .title-totals.h4 {
  color: #555;
  text-transform: uppercase;
  margin: 70px 0 20px;
  font-weight: 600;
}
#shop .shop-cart .table.cart-total {
  margin-top: 20px;
}
#shop .shop-cart .table.cart-total .section-border {
  border-bottom: 1px solid #eee;
}
#shop .shop-cart .table.cart-total th {
  font-weight: 400;
  text-transform: capitalize;
  border: none;
}
#shop .shop-cart .table.cart-total th.total .price {
  font-weight: 800;
  font-size: 20px;
  color: #333;
}
#shop .shop-cart .price {
  color: #333;
}
#shop .shop-cart .table,
#shop .shop-checkout .table {
  border: 0;
}
#shop .shop-cart .table thead > tr > th,
#shop .shop-checkout .table thead > tr > th {
  border-bottom: none;
}
#shop .shop-cart .table thead > tr > th,
#shop .shop-checkout .table thead > tr > th,
#shop .shop-cart .table tbody > tr > th,
#shop .shop-cart .table tfoot > tr > th,
#shop .shop-cart .table thead > tr > td,
#shop .shop-cart .table tbody > tr > td,
#shop .shop-cart .table tfoot > tr > td,
#shop .shop-checkout .table tbody > tr > th,
#shop .shop-checkout .table tfoot > tr > th,
#shop .shop-checkout .table thead > tr > td,
#shop .shop-checkout .table tbody > tr > td,
#shop .shop-checkout .table tfoot > tr > td {
  border: 0;
}
#shop .shop-cart .table tbody > tr,
#shop .shop-checkout .table tbody > tr {
  border-bottom: 1px solid #eee;
}
#shop .shop-cart .quantity {
  text-align: center;
  font-size: 12px;
  background: #efefef;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 82px;
  height: auto;
  display: inline-block;
}
#shop .shop-cart .qty {
  text-align: center;
  width: 26px;
}
#shop .shop-cart .qty,
#shop .shop-cart input.qtyplus,
#shop .shop-cart input.qtyminus {
  background: #efefef;
  border: 0;
  outline: none;
}
#shop .shop-cart input.qtyplus,
#shop .shop-cart input.qtyminus {
  font-size: 15px;
}
#shop .shop-checkout {
  background: #fff;
}
#shop .shop-checkout h3, #shop .shop-checkout .h3 {
  color: #555;
  text-transform: uppercase;
  margin: 45px 0 25px;
}
#shop .shop-checkout .form-group {
  margin-bottom: 30px;
}
#shop .shop-checkout textarea {
  height: 150px;
  padding: 15px 20px;
}
#shop .shop-checkout select {
  height: 42px;
  box-shadow: none;
  outline: none;
  border: 1px solid #ddd;
  background: #f2f2f2;
  text-transform: uppercase;
  font-size: 13px;
  color: #999;
}
#shop .shop-checkout .form-group select.form-control:focus {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #ddd;
}
#shop .shop-checkout .checkout table.products thead tr {
  background: #efefef;
}
#shop .shop-checkout .checkout table.products th.with-bg {
  background: #efefef;
}
#shop .shop-checkout .checkout table.products td.text-price {
  color: #555;
}
#shop .shop-checkout .checkout table.products td.text-price.big-price {
  font-size: 20px;
  font-weight: 800;
}
#shop .products > thead > tr > th,
#shop .products > thead > tr > td,
#shop .products > tbody > tr > th,
#shop .products > tbody > tr > td,
#shop .products > tfoot > tr > th,
#shop .products > tfoot > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.66667;
  vertical-align: middle;
  border-top: 1px solid;
}
#shop .shop-checkout .checkout .payment .cheque,
#shop .shop-checkout .checkout .payment .paypal {
  background: #efefef;
  padding: 30px;
  margin-bottom: 30px;
}
#shop .shop-checkout .checkout .payment .cheque {
  margin-bottom: 1px;
}
#shop .shop-checkout .checkout .payment .radio {
  display: inline-block;
  margin-right: 15px;
}
#shop .shop-checkout .checkout .payment .payment-cards {
  margin-top: 10px;
  padding-bottom: 15px;
}
#shop .shop-checkout .checkout .payment .payment-cards img {
  margin: 0 5px 5px 0;
}
#shop .tooltip.top .tooltip-inner {
  padding: 20px;
  width: 290px;
  min-width: 290px;
  line-height: 19px;
  text-align: left;
}
#shop .checkbox input[type=checkbox],
#shop .shop-checkout .checkout .payment input[type=radio] {
  margin-top: 4px;
}
#shop .toggle:before, #shop .slot, #shop .slot__label {
  display: block;
}
#shop .toggle:before {
  position: absolute;
}
#shop .toggle:checked {
  background-color: var(--agrilearn);
}
#shop .toggle:focus {
  outline: transparent;
}
#shop .toggle {
  border-radius: 4.75em;
  box-shadow: 0 0 0 0.1em inset #fff;
  cursor: pointer;
  position: relative;
  margin-right: 0.25em;
  width: 10em;
  height: 3.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
#shop .toggle:before {
  background: #fff;
  border-radius: 3em;
  content: "";
  top: 0;
  left: 0.1em;
  width: 5.9em;
  height: 3.9em;
}
#shop .toggle[disabled] {
  box-shadow: 0 0 0 0.1em inset #747474;
  cursor: not-allowed;
}
#shop .toggle[disabled]::before {
  background: #747474;
}
#shop .toggle[disabled] ~ label {
  color: #747474;
}
#shop .toggle:checked:before {
  transform: translateX(3.98em);
}
#shop .toggle:checked ~ .slot .slot__label, #shop .slot__label:nth-child(2) {
  transform: translateY(-50%) scaleY(0);
}
#shop .toggle:checked ~ .slot .slot__label:nth-child(2) {
  transform: translateY(-50%) scaleY(1);
}
#shop .slot__label {
  transform-origin: 50% 0;
  transform: translateY(50%);
  margin-left: 1em;
  font-size: 1.3em;
}
#shop .slot__label:nth-child(2) {
  transform-origin: 50% 100%;
}
#shop .check {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
#shop .table {
  color: var(--color-primary);
}
#shop .table.order {
  margin-top: 40px;
}
#shop table.order button.icon-delete-product {
  background: none;
  border: none;
  color: var(--color-danger);
}
#shop table.order tbody td {
  vertical-align: middle;
  line-height: 1.4em;
}
#shop .price:not(.vivea) ~ .w-question-circle {
  display: none;
}

body.cart .wrapper {
  overflow: initial;
}

#basket-link li > div {
  position: relative;
  display: flex;
  border-bottom: 1px solid #0b0b0b;
  width: 500px;
}
#basket-link li > div img {
  width: 50px;
  height: 50px;
}
#basket-link li > div div {
  width: calc(100% - 50px);
}
#basket-link li > div div p {
  color: var(--color-dark);
  margin-left: 8px;
  margin-bottom: 0;
}
#basket-link li > div div p .price {
  line-height: 1rem;
  font-size: 16px;
  margin-left: 8px;
}
#basket-link li > div div button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  color: var(--color-danger);
  border: none;
}

#card-element {
  width: 100%;
  border: 1px solid;
  padding: 10px 0 10px 10px;
  border-radius: 7px;
  margin: 27px 0;
}

h4.title-totals, .title-totals.h4 {
  margin-top: 50px;
}

table.cart-total {
  margin-top: 0;
}

.padding-30 {
  padding: 30px 0;
}

.mask {
  opacity: 0;
  transition: opacity 0.4s ease;
}

#agreeInput input {
  margin-right: 8px;
}
#agreeInput a {
  color: var(--agrilearn);
}

/**
Confirm popup shopping
 */
.modalShopping {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.modalShopping[style*="display: flex"] {
  z-index: 9999;
}

.modalShopping-content {
  background-color: #1e1e1e;
  border-radius: 16px;
  padding: 32px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  transform: translateY(0);
  animation: modalAppear 0.3s ease;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.modalShopping-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
  border-bottom: none;
  padding-bottom: 0;
  position: relative;
}

.modalShopping-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}

.close {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  opacity: 1;
  position: absolute;
  right: -12px;
  top: -12px;
}

.close span {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
}

.close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.modalShopping-body {
  margin: 24px 0;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-height: 60vh;
  overflow-y: auto;
}

.modalShopping-body::-webkit-scrollbar {
  width: 8px;
}

.modalShopping-body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.modalShopping-body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.modalShopping-body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.modalShopping-footer {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  border-top: none;
  padding-top: 0;
}

.btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  font-size: 0.9rem;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

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

.btn-primary:hover {
  background-color: #1d4ed8;
  transform: translateY(-1px);
}

@keyframes modalAppear {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cart-success-message {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cart-summary h6, .cart-summary .h6 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: #ffffff;
}

.cart-items {
  margin-bottom: 20px;
  overflow-y: auto;
}

.cart-item {
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 8px;
}

.cart-item-details {
  display: flex;
  align-items: center;
  padding: 12px;
}

.item-title {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
}

.item-options {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
}

.option {
  margin-bottom: 4px;
}

.option-name {
  font-weight: 500;
}

.option-value {
  font-style: italic;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 4px solid;
  margin-bottom: 16px;
}

.alert-success {
  background-color: rgba(16, 185, 129, 0.15);
  border-color: rgb(16, 185, 129);
  color: rgba(255, 255, 255, 0.9);
}

.alert-success em {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

a.bottom-program {
  position: fixed;
  bottom: 50px;
  left: 50px;
  z-index: 9999999;
  background: var(--agrilearn);
  padding: 7px 13px;
  border-radius: 26px;
  color: white;
  transition: opacity ease 1s;
}
a.bottom-program.hide {
  opacity: 0;
  left: -100%;
}

.search-page .search-form-container {
  position: relative;
  z-index: 1001;
  overflow: visible !important;
  margin-bottom: 2rem;
}
.search-page .search-form {
  position: relative;
  overflow: visible !important;
}
.search-page .search-form-inline {
  overflow: visible !important;
  display: flex;
  align-items: center;
  gap: 0;
  background: #1a2035;
  border: 1px solid #2f374b;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.search-page .search-form-inline:focus-within {
  border-color: #1572E8;
  box-shadow: 0 0 0 0.2rem rgba(21, 114, 232, 0.25);
}
.search-page .search-input-container {
  position: relative;
  flex: 1;
  overflow: visible !important;
}
.search-page .search-input {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff !important;
  padding: 12px 16px;
  font-size: 14px;
  width: 100%;
  outline: none;
}
.search-page .search-input:focus {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none;
  outline: none;
}
.search-page .search-input::placeholder {
  color: #8d9498 !important;
}
.search-page .search-btn {
  background-color: #1572E8;
  border: none;
  border-radius: 0 7px 7px 0;
  padding: 0 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  height: 100%;
  min-height: 48px;
}
.search-page .search-btn:hover {
  background-color: #1269DB;
}
.search-page .search-btn i {
  font-size: 16px;
}
.search-page .search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #2d2d2d;
  border: 1px solid #404040;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1002;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.search-page .search-suggestions.show {
  display: block;
}
.search-page .suggestion-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #404040;
  transition: background-color 0.2s;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-page .suggestion-item:last-child {
  border-bottom: none;
}
.search-page .suggestion-item:hover, .search-page .suggestion-item.active {
  background-color: #404040;
}
.search-page .suggestion-thumb {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.search-page .suggestion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-page .suggestion-content {
  flex: 1;
  min-width: 0;
}
.search-page .suggestion-title {
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-page .no-suggestions {
  padding: 12px 16px;
  color: #8d9498;
  text-align: center;
  font-style: italic;
}
.search-page .search-results-info {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #2d2d2d;
  border-left: 4px solid #1572E8;
  border-radius: 4px;
}
.search-page .search-results-info p {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
}
.search-page .product-item {
  position: relative;
  background: #2d2d2d;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.search-page .img-thumb {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.search-page .img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-page .product-type-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}
.search-page .product-type-badge .badge {
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 20px;
  color: #ffffff;
}
.search-page .product-type-badge .badge.bg-primary {
  background-color: #1572E8 !important;
}
.search-page .product-type-badge .badge.bg-success {
  background-color: #31CE36 !important;
}
.search-page .product-content {
  padding: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.search-page .product-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  color: #ffffff;
}
.search-page .product-title a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.search-page .product-experts {
  font-size: 0.9rem;
  color: #b9babf;
  margin-top: auto;
}
.search-page .expert-link {
  color: #1572E8;
  text-decoration: none;
  font-weight: 500;
}
.search-page .product-description {
  font-size: 0.9rem;
  color: #b9babf;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: auto;
}
.search-page .stretched-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.search-page .no-results {
  margin-top: 3rem;
  background: #2d2d2d;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.search-page .no-results h3, .search-page .no-results .h3 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.search-page .no-results .text-muted {
  color: #b9babf !important;
}
.search-page mark, .search-page .mark {
  background: rgba(255, 235, 59, 0.8);
  color: #1a2035;
  padding: 0.1em 0.2em;
  border-radius: 3px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .search-page .search-form-inline {
    flex-direction: column;
    gap: 0;
  }
  .search-page .search-input {
    border-radius: 8px 8px 0 0;
  }
  .search-page .search-btn {
    border-radius: 0 0 8px 8px;
    width: 100%;
  }
  .search-page .product-content {
    padding: 1rem;
  }
  .search-page .img-thumb {
    height: 180px;
  }
  .search-page .product-title {
    font-size: 1rem;
  }
}

#experts-bloc .product-item {
  margin-bottom: 1em;
}

.bodyExperts {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.bodyExperts .avatar-expert {
  margin-top: 6rem;
}
.bodyExperts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.bodyExperts > * {
  position: relative;
  z-index: 2;
}

body.formation #header {
  min-height: 75vh;
  height: 50em;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative; /* Pour le positionnement du pseudo-élément */
}
body.formation #header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
body.formation #header > * {
  position: relative;
  z-index: 2;
}
body.formation #header .oldPrice {
  color: white;
  position: relative;
  display: inline-block;
}
body.formation #header .oldPrice::after {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid red;
  transform: rotate(-15deg);
}
body.formation #header .viveaPrice {
  color: white;
  text-transform: none;
}
body.formation #header h2, body.formation #header .h2 {
  text-transform: none;
  line-height: 1.2em;
}
body.formation #keypoint {
  position: relative;
}
body.formation #keypoint::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
body.formation #keypoint > * {
  position: relative;
  z-index: 2;
}
body.formation .vivea {
  position: relative; /* ou absolute/fixed/sticky */
  z-index: 9999;
}
body.formation h3:not(.accordion-body h3):not(.accordion-body .h3), body.formation .h3:not(.accordion-body h3):not(.accordion-body .h3), body.formation h4.learn, body.formation .learn.h4, body.formation .sous_photos, body.formation h4.duration, body.formation .duration.h4, body.formation .bloc-title > h2, body.formation .bloc-title > .h2, body.formation .placesRestantes, body.formation h2.faq, body.formation .faq.h2, body.formation .titre_formule {
  text-align: center;
  border-radius: 18px;
  align-items: center;
  display: inline-block;
  padding: 20px 50px;
  margin-bottom: 25px;
  line-height: 30px;
  font-size: 33px;
  font-weight: bold;
}
body.formation .bloc-title {
  padding: 10vh 0 0 50px;
}
body.formation .text-center {
  z-index: 1;
}
body.formation .bloc-title > h2, body.formation .bloc-title > .h2 {
  text-align: left;
  font-size: 22px !important;
  line-height: 1;
  padding: 15px 30px !important;
}
body.formation .buttons {
  display: block;
}
body.formation .vivea {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1376px) and (max-width: 1620px) {
  body.formation h1, body.formation .h1 {
    font-size: 40px;
  }
  body.formation .bloc-title > h2, body.formation .bloc-title > .h2 {
    font-size: 25px !important;
  }
}
@media (min-width: 1101px) and (max-width: 1375px) {
  body.formation h1, body.formation .h1 {
    font-size: 31px;
  }
  body.formation .bloc-title > h2, body.formation .bloc-title > .h2 {
    font-size: 23px !important;
    padding: 12px 27px !important;
  }
}
@media (max-width: 1100px) {
  body.formation #header {
    height: 80vh;
    min-height: 820px;
  }
  body.formation h1, body.formation .h1 {
    font-size: 18px;
    line-height: 23px;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.formation .bloc-title {
    padding-left: 0;
  }
  body.formation .bloc-title > h2, body.formation .bloc-title > .h2 {
    font-size: 16px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
  body.formation .teaserHeader {
    padding-top: 10px;
  }
  body.formation .vivea {
    margin-left: 5px;
    margin-right: 5px;
  }
  body.formation .buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 1100px) and (max-width: 1000px) {
  body.formation .buttons {
    flex-direction: row;
    gap: 0.5rem;
  }
  body.formation .buttons a {
    flex: 1;
    text-align: center;
  }
}
body.formation .col-sm-12 {
  align-items: center;
  justify-content: center;
}
body.formation .accordion-body {
  text-align: initial;
}
body.formation .accordion-body h3, body.formation .accordion-body .h3, body.formation .accordion-body p {
  text-align: initial;
}
body.formation .sous_photos, body.formation h4.duration, body.formation .duration.h4 {
  padding: 5px 15px;
  font-size: 16px;
  text-transform: initial;
  border-radius: 30px;
  background-color: var(--agrilearn2);
}
body.formation h4.duration, body.formation .duration.h4 {
  margin-top: 50px;
  background-color: var(--blue);
  font-size: 25px;
  padding: 20px 50px;
}
body.formation h4.learn, body.formation .learn.h4 {
  font-size: 30px;
  border-radius: 12px;
  background-color: rgba(19, 19, 19, 0.69);
}
body.formation .underkeypoint {
  display: block;
  margin-bottom: 50px;
  font-size: 24px;
}
body.formation h3.h3Bleu, body.formation .h3Bleu.h3, body.formation .bloc-title > h2, body.formation .bloc-title > .h2 {
  background-color: var(--blue);
  margin-bottom: 50px;
}
body.formation h3.clients, body.formation .clients.h3 {
  background-color: var(--agrilearn2);
}
body.formation h3.keypoint, body.formation .keypoint.h3, body.formation .placesRestantes, body.formation h2.faq, body.formation .faq.h2 {
  background-color: var(--brown);
}
body.formation .satisfaction {
  background-color: var(--blue);
  border-radius: 50%;
  padding: 13px 16px;
  position: absolute;
  right: 75px;
  top: 0;
}
body.formation .taux {
  display: block;
  font-weight: bold;
  font-size: 35px;
}
body.formation blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.formation blockquote .avis {
  background-color: white;
  color: black;
  border-radius: 25px;
  padding: 15px;
  margin: 40px 15px 6px 15px;
  text-align: center;
  font-weight: 500;
  min-height: 214px;
  max-height: 214px;
  overflow-y: scroll;
  scrollbar-width: none;
}
body.formation blockquote .avis .title {
  font-weight: bold;
}
body.formation blockquote .review {
  color: yellow;
  font-size: 22px;
}
body.formation blockquote footer {
  background: none;
}
body.formation blockquote footer .avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.formation blockquote footer .avatar img {
  border-radius: 50%;
  width: 40%;
  height: auto;
  background-color: var(--agrilearn2);
  padding: 8px;
}
body.formation blockquote footer .avatar span {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
body.formation p {
  text-align: center;
}
body.formation .transparent {
  background-color: rgba(0, 0, 0, 0.61);
  border-radius: 18px;
}
body.formation .transparent ol li {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
}
body.formation .transparent .video {
  height: 100%;
  display: flex;
  align-items: center;
}
body.formation .transparent .video iframe {
  height: 80%;
}
body.formation .teaserHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body.formation .teaserHeader .video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
body.formation .teaserHeader .video iframe {
  width: 100%;
  height: auto;
  max-width: 70%; /* Largeur maximale de l'iframe */
  aspect-ratio: 16/9; /* Maintient le ratio 16:9 */
}
body.formation .dobbleList {
  margin-top: 50px;
}
body.formation .dobbleList ol li {
  padding-left: 10px;
  text-align: left;
}
body.formation .dobbleList ol li h4, body.formation .dobbleList ol li .h4 {
  color: var(--agrilearn2);
  margin: 25px;
}
body.formation .margin {
  margin-top: 65px;
}
body.formation .choose {
  margin-bottom: 30px;
}
body.formation .placesRestantes {
  font-size: 18px;
  padding: 10px 60px;
  line-height: 24px;
}
body.formation .placesRestantes span {
  display: block;
  font-weight: initial;
}
body.formation .placesRestantes .gras {
  font-weight: bold;
}
body.formation img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body.formation .vignette {
  position: relative;
}
body.formation .vignette h4, body.formation .vignette .h4 {
  position: absolute;
  bottom: -45px;
  left: 10px;
  right: 10px;
  line-height: 16px;
  min-height: 42px;
  display: flex;
  justify-content: center;
}
body.formation .texte_sous_photos {
  padding-top: 35px;
}
body.formation .avatars {
  background-color: var(--agrilearn2);
  border-radius: 50%;
  width: 75%;
  padding: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
body.formation .avatars img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
body.formation .grossesPuces {
  list-style: none;
  counter-reset: item;
}
body.formation .grossesPuces li.puces {
  position: relative;
  counter-increment: item;
  margin-bottom: 10px;
  margin-top: 10px;
}
body.formation .grossesPuces li.puces.great h4, body.formation .grossesPuces li.puces.great .h4 {
  margin-left: 65px;
}
body.formation .grossesPuces li.puces h4, body.formation .grossesPuces li.puces .h4 {
  display: inline-block;
}
body.formation .grossesPuces li.puces::before {
  margin-right: 10px;
  content: counter(item);
  background: var(--agrilearn2);
  border-radius: 50%;
  color: white;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 15px;
  text-align: center;
  display: inline-block;
}
body.formation .grossesPuces li.puces.great:not(:last-child)::after {
  content: "";
  background: lightgrey;
  width: 4px;
  height: calc(100% - 58px);
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 96px;
}
body.formation .grossesPuces li.puces.great::before {
  position: absolute;
  top: 30px;
  width: 43px;
  height: 43px;
  line-height: 38px;
  font-size: 31px;
  margin-top: 10px;
}
body.formation .grossesPuces ol li {
  margin-left: 65px;
}
body.formation .noms {
  height: 40px;
}
body.formation .noms h4, body.formation .noms .h4 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}
body.formation .containerPersonnes {
  margin-bottom: 30%;
  padding: 0 40px;
}
body.formation .containerPersonnes span {
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding-right: 6px;
}
body.formation .containerPersonnes p {
  margin-top: 20px;
}
body.formation a.sous_photos,
body.formation button.sous_photos {
  color: white;
  display: flex;
  border: none;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  min-height: 50px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  right: 0;
  left: 0;
}
body.formation a.sous_photos.bleu,
body.formation button.sous_photos.bleu {
  background-color: var(--blue);
}
body.formation a.sous_photos.propose,
body.formation button.sous_photos.propose {
  background-color: #405a65;
}
body.formation a.marron {
  display: inline-block;
  color: white;
  font-weight: bold;
  border-radius: 15px;
  padding: 15px 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
  font-size: 18px;
  background-color: var(--brown);
}
body.formation a.vert {
  display: inline-block;
  color: white;
  font-weight: bold;
  border-radius: 15px;
  padding: 15px 25px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
  font-size: 18px;
  background-color: var(--agrilearn2);
}
body.formation .avis-scrolling {
  display: flex;
}
body.formation #scroll-to-left-customer {
  padding: 135px 0;
}
body.formation #scroll-to-left-customer::before {
  content: "\f004";
  font-size: 30px;
  font-family: "wicon";
  background: #93AD2B;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 80%;
  padding-left: 15px;
}
body.formation #scroll-to-right-customer {
  padding: 135px 0;
}
body.formation #scroll-to-right-customer::before {
  content: "\f001";
  font-size: 30px;
  font-family: "wicon";
  background: #93AD2B;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 80%;
  padding-left: 15px;
}
body.formation .formule {
  position: relative;
  background-color: white;
  border-radius: 25px;
  color: black;
  height: 100%;
  padding: 25px 15px;
}
body.formation .formule ul {
  list-style: none;
  padding-left: 0;
}
body.formation .formule li {
  position: relative;
  padding-left: 1.5em; /* space to preserve indentation on wrap */
  line-height: 30px;
}
body.formation .formule li:before {
  content: ""; /* placeholder for the SVG */
  position: absolute;
  left: 0; /* place the SVG at the start of the padding */
  width: 25px;
  height: 30px;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' fill='rgb(170,198,0)' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
  top: 7px;
  color: var(--agrilearn2);
}
body.formation .titre_formule {
  background-color: var(--agrilearn2);
  margin-left: 0;
  margin-right: 0;
  display: block;
}
body.formation .titre_formule.bleu {
  background-color: var(--blue);
}
body.formation .titre_formule.propose {
  background-color: #405a65;
}
body.formation .titre_formule span {
  color: white;
}
body.formation .learn-items {
  margin-bottom: 50px;
}
body.formation .icon-circle {
  width: 80px;
  height: 80px;
  border: 3px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #242424;
}
body.formation .icon-circle.blue {
  border-color: var(--blue);
}
body.formation .icon-circle.brown {
  border-color: var(--brown);
}
body.formation .icon-circle i {
  font-size: 2.5rem;
  color: white;
}
body.formation .card {
  margin-bottom: 10px;
  margin-top: 10px;
  transition: transform 0.2s ease-in-out;
  border-radius: 12px;
  background-color: rgba(19, 19, 19, 0.69);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 1em;
}
body.formation .card:hover {
  transform: translateY(-5px);
}
body.formation .pain {
  font-weight: bold;
}
body.formation .keypoint-text {
  font-size: 20px;
  font-weight: 600;
}

/**
 Cart (tunnel de vente)
 */
.cart .discount-message {
  color: var(--agrilearn);
}
.cart .sticky-top {
  top: 64px;
}
.cart .hidden-important {
  display: none !important;
}
.cart .address-option {
  margin: 16px;
  padding: 8px;
  border: 1px solid white;
  border-radius: 15px;
}
.cart .has-error {
  border: 2px solid #dc3545 !important;
  border-radius: 0.25rem !important;
}
.cart .card {
  background-color: #333333;
  border: 1px solid #444444;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
  color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cart .card-header {
  background-color: #2c2c2c;
  border-bottom: 1px solid #444444;
  padding: 15px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
}
.cart .card-body {
  padding: 20px;
  font-size: 1rem;
  color: #dddddd;
}
.cart .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
}
.cart #addressForm {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  margin: 0;
  padding: 0;
}
.cart #addressForm.show {
  min-height: 500px;
  max-height: 700px;
  opacity: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
.cart .option-card {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  max-width: 180px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cart .option-card:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.cart .option-card.selected {
  border-color: var(--agrilearn);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.cart .option-card img {
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
  margin-bottom: 10px;
}
.cart .option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.cart .paymentSection {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart .paymentOptions {
  display: flex;
  gap: 15px;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100%;
}
.cart .paymentMethod {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 200px;
  max-width: 250px;
  aspect-ratio: 1;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.cart .paymentMethod i {
  font-size: 2em;
}
.cart .paymentMethod span {
  display: block;
  text-align: center;
  font-weight: 600;
  line-height: 1.1em;
  margin-top: 8px;
  height: 2.5em;
}
.cart .paymentMethod:hover {
  transform: translateY(-5px);
  border-color: var(--agrilearn);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.cart .paymentMethod.selected {
  border-color: var(--agrilearn);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
}
.cart .paymentMethod img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}
.cart .paymentMethod label {
  font-size: 14px;
  font-weight: bold;
  text-align: center; /* Center align text */
  padding: 5px 0;
}
.cart .paymentMethod input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 424px) {
  .cart .paymentMethod img {
    display: none;
  }
  .cart .paymentMethod label {
    font-size: 12px;
  }
}
.cart .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart .text-center h6, .cart .text-center .h6 {
  margin-top: 10px;
  font-weight: 600;
}
.cart .locked {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}
.cart .locked::after {
  content: "🔒";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 10;
}
.cart .forced-info {
  font-size: 0.9em;
  font-style: italic;
}
.cart .choices.is-invalid .choices__inner {
  border: 1px solid #dc3545;
  box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
}
.cart .choices.is-invalid .choices__input--cloned {
  color: #dc3545;
}
.cart .saved-cards-list {
  margin-bottom: 20px;
}
.cart .saved-card-item {
  padding: 12px 15px;
  margin-bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.cart .saved-card-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cart .cursor-pointer {
  cursor: pointer;
}
.cart .card-brand {
  margin-right: 10px;
}
.cart .card-details {
  flex-grow: 1;
}

.boutique .search-form-container, #experts-bloc .search-form-container {
  position: relative;
  z-index: 1001;
  overflow: visible !important;
}
.boutique .search-form, #experts-bloc .search-form {
  position: relative;
  overflow: visible !important;
}
.boutique .search-form-inline, #experts-bloc .search-form-inline {
  overflow: visible !important;
  display: flex;
  align-items: center;
  gap: 0;
  background: #1a2035;
  border: 1px solid #2f374b;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.boutique .search-form-inline:focus-within, #experts-bloc .search-form-inline:focus-within {
  border-color: #1572E8;
  box-shadow: 0 0 0 0.2rem rgba(21, 114, 232, 0.25);
}
.boutique .search-input-container, #experts-bloc .search-input-container {
  position: relative;
  flex: 1;
  overflow: visible !important;
}
.boutique .search-input, #experts-bloc .search-input {
  background-color: transparent !important;
  border: none !important;
  color: #ffffff !important;
  padding: 12px 16px;
  font-size: 14px;
  width: 100%;
  outline: none;
}
.boutique .search-input:focus, #experts-bloc .search-input:focus {
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none;
  outline: none;
}
.boutique .search-input::placeholder, #experts-bloc .search-input::placeholder {
  color: #8d9498 !important;
}
.boutique .search-btn, #experts-bloc .search-btn {
  background-color: #1572E8;
  border: none;
  border-radius: 0 7px 7px 0;
  padding: 0 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  height: 100%;
  min-height: 48px;
}
.boutique .search-btn:hover, #experts-bloc .search-btn:hover {
  background-color: #1269DB;
}
.boutique .search-btn i, #experts-bloc .search-btn i {
  font-size: 16px;
}
.boutique .search-suggestions, #experts-bloc .search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #2d2d2d;
  border: 1px solid #404040;
  border-top: none;
  border-radius: 0 0 8px 8px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1002;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.boutique .search-suggestions.show, #experts-bloc .search-suggestions.show {
  display: block;
}
.boutique .suggestion-item, #experts-bloc .suggestion-item {
  padding: 12px 16px;
  cursor: pointer;
  border-bottom: 1px solid #404040;
  transition: background-color 0.2s;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 12px;
}
.boutique .suggestion-item:last-child, #experts-bloc .suggestion-item:last-child {
  border-bottom: none;
}
.boutique .suggestion-item:hover, .boutique .suggestion-item.active, #experts-bloc .suggestion-item:hover, #experts-bloc .suggestion-item.active {
  background-color: #404040;
}
.boutique .suggestion-thumb, #experts-bloc .suggestion-thumb {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
}
.boutique .suggestion-thumb img, #experts-bloc .suggestion-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boutique .suggestion-content, #experts-bloc .suggestion-content {
  flex: 1;
  min-width: 0;
}
.boutique .suggestion-title, #experts-bloc .suggestion-title {
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boutique .boutique .container, #experts-bloc .boutique .container {
  position: relative;
  z-index: 1;
}
.boutique .formations-container, #experts-bloc .formations-container {
  position: relative;
  z-index: 1;
}
.boutique .formations-container, #experts-bloc .formations-container {
  display: flex;
  gap: 2rem;
  margin-top: 0.5rem;
}
.boutique .filters-sidebar, #experts-bloc .filters-sidebar {
  flex: 0 0 320px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 1.2rem;
  height: auto;
  position: sticky;
  top: 20px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
  transition: all 0.3s ease;
}
.boutique .filters-header, #experts-bloc .filters-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.boutique .filters-header h3, .boutique .filters-header .h3, #experts-bloc .filters-header h3, #experts-bloc .filters-header .h3 {
  font-size: 1.2rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.boutique .clear-all-filters, #experts-bloc .clear-all-filters {
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s;
}
.boutique .clear-all-filters:hover, #experts-bloc .clear-all-filters:hover {
  text-decoration: underline;
}
.boutique .filters-content, #experts-bloc .filters-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.boutique .filter-group, #experts-bloc .filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.boutique .filter-section-title, #experts-bloc .filter-section-title {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0;
  margin-bottom: 0.25rem;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
}
.boutique .filter-section-title::after, #experts-bloc .filter-section-title::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  transform: translateY(-75%) rotate(45deg);
  transition: transform 0.3s ease;
}
.boutique .filter-section-title.active::after, #experts-bloc .filter-section-title.active::after {
  transform: translateY(-25%) rotate(-135deg);
}
.boutique .filter-category, .boutique .filter-subcategory, #experts-bloc .filter-category, #experts-bloc .filter-subcategory {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.2rem 0.2rem;
  border-radius: 6px;
  transition: background-color 0.2s;
}
.boutique .filter-category:hover,
.boutique .filter-subcategory:hover, #experts-bloc .filter-category:hover,
#experts-bloc .filter-subcategory:hover {
  background: rgba(255, 255, 255, 0.05);
}
.boutique .filter-checkbox, #experts-bloc .filter-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  cursor: pointer;
}
.boutique .filter-category.has-children .filter-checkbox, #experts-bloc .filter-category.has-children .filter-checkbox {
  cursor: default;
}
.boutique .filter-checkbox input[type=checkbox], #experts-bloc .filter-checkbox input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.boutique .filter-checkbox i, #experts-bloc .filter-checkbox i {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}
.boutique .filter-checkbox span, #experts-bloc .filter-checkbox span {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}
.boutique .dropdown-arrow, #experts-bloc .dropdown-arrow {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boutique .dropdown-arrow::after, #experts-bloc .dropdown-arrow::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  transform: translateY(-25%) rotate(45deg);
  transition: transform 0.3s ease;
}
.boutique .filter-category.active .dropdown-arrow::after, #experts-bloc .filter-category.active .dropdown-arrow::after {
  transform: translateY(25%) rotate(-135deg);
}
.boutique .filter-subcategories, #experts-bloc .filter-subcategories {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 0.5rem;
  margin: 0.25rem 0;
}
.boutique .filter-subcategories.show, #experts-bloc .filter-subcategories.show {
  display: flex;
}
.boutique .filter-subcategory, #experts-bloc .filter-subcategory {
  padding-left: 1.25rem;
}
.boutique .filter-category.has-children + .filter-subcategories .filter-category, #experts-bloc .filter-category.has-children + .filter-subcategories .filter-category {
  padding-left: 1rem;
}
.boutique .job-filter, #experts-bloc .job-filter {
  margin-bottom: 0.25rem;
}
.boutique .job-filter:last-child, #experts-bloc .job-filter:last-child {
  margin-bottom: 0;
}
.boutique .job-filter-link, #experts-bloc .job-filter-link {
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  display: block;
  transition: opacity 0.2s;
}
.boutique .job-filter-link:hover, #experts-bloc .job-filter-link:hover {
  opacity: 0.9;
}
.boutique .job-filter-link.active, #experts-bloc .job-filter-link.active {
  position: relative;
  padding-left: 2rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.boutique .job-filter-link.active:before, #experts-bloc .job-filter-link.active:before {
  content: "✓";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.boutique .formations-content, #experts-bloc .formations-content {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.boutique .latest-products-content, #experts-bloc .latest-products-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 0;
  height: fit-content;
  width: 100%;
}
.boutique .latest-products-content > .col-sm-4, #experts-bloc .latest-products-content > .col-sm-4 {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 300px;
  display: block;
  max-width: none;
  flex: none;
}
.boutique .product-item, #experts-bloc .product-item {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.boutique .product-author, #experts-bloc .product-author {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  width: 100%;
  z-index: 3;
}
.boutique .product-author .dropdown, #experts-bloc .product-author .dropdown {
  display: inline-block;
  position: relative;
}
.boutique .product-author a, .boutique .product-author .dropdown-toggle, #experts-bloc .product-author a, #experts-bloc .product-author .dropdown-toggle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.boutique .product-author .dropdown-toggle::after, #experts-bloc .product-author .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.boutique .product-author .dropdown-menu, #experts-bloc .product-author .dropdown-menu {
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: none;
}
.boutique .product-author .dropdown-menu.show, #experts-bloc .product-author .dropdown-menu.show {
  display: block;
}
.boutique .product-author .dropdown-item, #experts-bloc .product-author .dropdown-item {
  color: rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  transition: all 0.2s;
  text-decoration: none;
  display: block;
  background: none;
  white-space: nowrap;
}
.boutique .product-author .dropdown-item:hover, #experts-bloc .product-author .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgb(255, 255, 255);
}
.boutique .product-rating-card, #experts-bloc .product-rating-card {
  position: absolute;
  top: 212px;
  left: 0;
  padding: 0.5rem 1rem;
  z-index: 3;
}
.boutique .product-price, #experts-bloc .product-price {
  position: absolute;
  top: 233px;
  left: 0;
  padding: 0.5rem 1rem;
  z-index: 3;
}
.boutique .price-container, #experts-bloc .price-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.5rem;
}
.boutique .original-price, #experts-bloc .original-price {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: line-through;
  font-weight: 400;
}
.boutique .discount-price, #experts-bloc .discount-price {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.boutique .regular-price, #experts-bloc .regular-price {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.boutique .product-type-badge, #experts-bloc .product-type-badge {
  position: absolute;
  top: 233px;
  right: 0;
  padding: 0.5rem 1rem;
  z-index: 3;
}
.boutique .product-type-badge .badge, #experts-bloc .product-type-badge .badge {
  background-color: var(--primary);
  color: white;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}
.boutique .product-body, #experts-bloc .product-body {
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  height: 50%;
  overflow: hidden;
}
.boutique .product-title, #experts-bloc .product-title {
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 0;
  flex-grow: 1;
}
.boutique .product-title a, #experts-bloc .product-title a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.boutique .job-filters, #experts-bloc .job-filters {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
}
.boutique .job-filters.show, #experts-bloc .job-filters.show {
  height: auto;
  opacity: 1;
  pointer-events: all;
  margin-top: 0.25rem;
}
.boutique .job-filter, #experts-bloc .job-filter {
  width: 100%;
}
.boutique .job-filter-link, #experts-bloc .job-filter-link {
  display: block;
  width: 100%;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s;
  text-align: left;
  border: 2px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.boutique .job-filter-link:hover, #experts-bloc .job-filter-link:hover {
  opacity: 0.9;
  color: #fff;
}
.boutique .job-filter.active .job-filter-link, #experts-bloc .job-filter.active .job-filter-link {
  position: relative;
  padding-left: 2.5rem;
  padding-right: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.boutique .job-filter.active .job-filter-link:before, #experts-bloc .job-filter.active .job-filter-link:before {
  content: "✓";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.1rem;
  font-weight: bold;
}
.boutique .job-filter:not(.active) .job-filter-link, #experts-bloc .job-filter:not(.active) .job-filter-link {
  opacity: 0.7;
}
.boutique .job-filter:not(.active) .job-filter-link:hover, #experts-bloc .job-filter:not(.active) .job-filter-link:hover {
  opacity: 1;
}
.boutique .filter-subcategories:has(.job-filter-link.active) .job-filter-link:not(.active), #experts-bloc .filter-subcategories:has(.job-filter-link.active) .job-filter-link:not(.active) {
  background-color: #666;
  opacity: 0.6;
}
.boutique .filter-subcategories:has(.job-filter-link.active) .job-filter-link:not(.active):hover, #experts-bloc .filter-subcategories:has(.job-filter-link.active) .job-filter-link:not(.active):hover {
  background-color: #777;
  opacity: 0.8;
}
.boutique .job-filter-link.clear-all, #experts-bloc .job-filter-link.clear-all {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.5rem;
}
.boutique .job-filter-link.clear-all:hover, #experts-bloc .job-filter-link.clear-all:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}
.boutique .job-filter-link.loading::after, #experts-bloc .job-filter-link.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.boutique .loading-overlay, #experts-bloc .loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.boutique .loading-overlay.show, #experts-bloc .loading-overlay.show {
  display: flex;
  pointer-events: auto;
}
.boutique .loading-spinner, #experts-bloc .loading-spinner {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.boutique .bg-agriculteurs, #experts-bloc .bg-agriculteurs {
  background-color: #37559E;
}
.boutique .bg-porteurs, #experts-bloc .bg-porteurs {
  background-color: #C5870F;
}
.boutique .bg-formateurs, #experts-bloc .bg-formateurs {
  background-color: #93AD2B;
}
.boutique .bg-conseillers, #experts-bloc .bg-conseillers {
  background-color: #7731AE;
}
@media (max-width: 992px) {
  .boutique .latest-products-content, #experts-bloc .latest-products-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .boutique .formations-container, #experts-bloc .formations-container {
    flex-direction: column;
    gap: 1rem;
  }
  .boutique .filters-sidebar, #experts-bloc .filters-sidebar {
    flex: none;
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 1rem;
    overflow: hidden;
  }
  .boutique .filters-sidebar.mobile-collapsed .filters-content, #experts-bloc .filters-sidebar.mobile-collapsed .filters-content {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
  }
  .boutique .filters-sidebar:not(.mobile-collapsed) .filters-content, #experts-bloc .filters-sidebar:not(.mobile-collapsed) .filters-content {
    max-height: 1000px;
    margin-top: 1.5rem;
    overflow: visible;
  }
  .boutique .filters-header, #experts-bloc .filters-header {
    cursor: pointer;
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .boutique .filters-header h3, .boutique .filters-header .h3, #experts-bloc .filters-header h3, #experts-bloc .filters-header .h3 {
    margin: 0;
    flex: 1;
  }
  .boutique .clear-all-filters, #experts-bloc .clear-all-filters {
    margin-right: 2rem;
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
  }
  .boutique .filters-content, #experts-bloc .filters-content {
    transition: all 0.3s ease;
  }
  .boutique .filters-sidebar .filters-header:after, #experts-bloc .filters-sidebar .filters-header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  .boutique .filters-sidebar.mobile-collapsed .filters-header:after, #experts-bloc .filters-sidebar.mobile-collapsed .filters-header:after {
    transform: translateY(-50%) rotate(-135deg);
  }
  .boutique .latest-products-content, #experts-bloc .latest-products-content {
    grid-template-columns: 1fr;
  }
}
.boutique .filter-category, #experts-bloc .filter-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.boutique .filter-checkbox, #experts-bloc .filter-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
}
.boutique .dropdown-arrow, #experts-bloc .dropdown-arrow {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boutique .dropdown-arrow::after, #experts-bloc .dropdown-arrow::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  transform: translateY(-25%) rotate(45deg);
  transition: transform 0.3s ease;
}
.boutique .filter-category.active .dropdown-arrow::after, #experts-bloc .filter-category.active .dropdown-arrow::after {
  transform: translateY(25%) rotate(-135deg);
}
.boutique .filter-category.has-children, #experts-bloc .filter-category.has-children {
  position: relative;
}
.boutique .filter-section-title.has-children, #experts-bloc .filter-section-title.has-children {
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
}
.boutique .checked-items-summary, #experts-bloc .checked-items-summary {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  display: none;
}
.boutique .checked-items-summary.show, #experts-bloc .checked-items-summary.show {
  display: block;
}
.boutique .checked-item, #experts-bloc .checked-item {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.5rem;
  margin-bottom: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  font-size: 0.9rem;
}
.boutique .checked-item span, #experts-bloc .checked-item span {
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
}
.boutique .checked-item i, #experts-bloc .checked-item i {
  color: rgba(var(--primary-rgb), 0.9);
  cursor: pointer;
  font-size: 1rem;
}
.boutique .img-thumb, #experts-bloc .img-thumb {
  position: relative;
  overflow: hidden;
}
.boutique .img-thumb img, #experts-bloc .img-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.boutique .img-thumb img.preview, #experts-bloc .img-thumb img.preview {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.boutique .img-thumb:hover img.teaser, #experts-bloc .img-thumb:hover img.teaser {
  opacity: 0;
}
.boutique .img-thumb:hover img.preview, #experts-bloc .img-thumb:hover img.preview {
  opacity: 1;
}
.boutique .active-filter-indicator, #experts-bloc .active-filter-indicator {
  margin-bottom: 1.5rem;
}
.boutique .current-filter, #experts-bloc .current-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  color: white;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.boutique mark, .boutique .mark, #experts-bloc mark, #experts-bloc .mark {
  background: rgba(255, 235, 59, 0.8);
  color: #1a2035;
  padding: 0.1em 0.2em;
  border-radius: 3px;
  font-weight: 600;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.boutique .product-title mark, .boutique .product-title .mark, #experts-bloc .product-title mark, #experts-bloc .product-title .mark {
  background: rgba(255, 235, 59, 0.9);
  color: #1a2035;
  font-weight: 700;
}
.boutique .product-author mark, .boutique .product-author .mark, #experts-bloc .product-author mark, #experts-bloc .product-author .mark {
  background: rgba(255, 235, 59, 0.9);
  color: #1a2035;
  font-weight: 600;
}

body {
  font: 14px/24px "Raleway", Arial, Helvetica, sans-serif;
  color: var(--color-primary);
  background-color: var(--agrilearn);
  padding: 0 !important;
  position: relative;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  overflow: hidden;
  background-color: var(--bc-primary);
}

.wrapper-cart {
  background-color: var(--bc-primary);
}

.section-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 90px 0 120px;
}

section .container {
  padding: 50px 15px !important;
}

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

hr {
  margin-top: 25px;
}

body p,
body h1,
body .h1,
body h2,
body .h2,
body h4,
body .h4,
body h5,
body .h5,
body h6,
body .h6,
body .portfolio .caption h3,
body .portfolio .caption .h3,
body .portfolio .nav-pills li {
  color: var(--color-secondary);
}

body ul.nav li.dropdown ul.dropdown-menu li:first-child {
  padding-top: 1px;
}

body .panel.panel-default,
body .panel.panel-default {
  border-color: var(--color-secondary);
}

body .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #343434;
}

body ul.nav li.dropdown ul.dropdown-menu {
  border: 1px solid #343434;
  box-shadow: none;
  border-top: 0;
}

body ul.nav.nav-tabs li a,
ul.nav.nav-tabs li.active a {
  color: #ddd;
}

body .header.header-fixed {
  background-color: rgba(36, 36, 36, 0.61);
  border-bottom: 1px solid #343434;
}

body .header.header-fixed #icon-toggler span {
  background-color: #fff;
}

body .bottom-green,
body .user-auth > div:nth-child(2),
body .logos {
  background-color: #242424;
}

body hr {
  border-top: 1px solid #fff;
  background-color: transparent;
}

body .footer {
  background: #111;
}

/* Body Separators
================================================== */
/* Double diagonal */
section {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
section::before, section::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
section.top-green {
  transform: skewY(-3deg);
}
section.top-green .container {
  transform: skewY(3deg);
  backface-visibility: hidden;
}
section.bottom-green::before, section.bottom-green::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  transform: rotate(-2deg);
  transform-origin: 0 0;
}
section.bottom-green::before {
  height: 50%;
  transform: rotate(-3deg);
  transform-origin: 3% 0;
}
section.bottom-green .container {
  padding: 0 15px 90px !important;
}

.footer {
  transform: skewY(-2deg);
  margin-top: -67px;
  margin-bottom: -50px;
  padding-bottom: 50px;
  border: none;
  z-index: 1;
  position: absolute;
  width: calc(100vw - 17px);
}
.footer .container {
  transform: skewY(2deg);
  backface-visibility: hidden;
  padding: 120px 15px 0;
}

/* Heading */
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--color-primary);
  font-family: "Raleway", sans-serif;
}

h1, .h1 {
  line-height: 48px;
  font-weight: 800;
  font-size: 40px;
  margin: 15px 5vw 15px 0;
  background: rgba(0, 0, 0, 0.58);
  padding: 14px 31px;
  border-radius: 10px;
}

h2, .h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 800;
}

h3, .h3 {
  font-size: 24px;
  line-height: 24px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 18px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 14px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 12px;
}

.faq h3, .faq .h3 {
  font-size: 19px;
  line-height: 19px;
}
.faq h4, .faq .h4 {
  font-size: 16px;
  line-height: 16px;
}

/* Paragraph */
p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  color: var(--color-primary);
}

.top-text h4, .top-text .h4 {
  margin: 23px 0 25px;
  font-weight: 400;
}

a,
a:hover {
  text-decoration: none !important;
}

/* Divider */
.divider span {
  display: inline-block;
  vertical-align: middle;
}

.divider .wi {
  font-size: 20px;
  margin: 0 20px;
}

.divider .outer-line {
  width: 25%;
  border-bottom: 1px solid var(--turquoise);
}

/**
Images
 */
.img-responsive {
  width: 100%;
  height: auto;
}

/* Main Slider (Revolution Slider)
---------------------------------------- /

.tp-simpleresponsive .slider-button {
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.tp-simpleresponsive .slider-button:before {
    content: "\f063";
    margin-top: -9px;
}

.dark-slider .rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 1111;
    background: rgba(0, 0, 0, .5);
}

.scroll-effects-text {
    color: #eee !important;
}


/* About
---------------------------------------- * /

.about {
    background-color: #fff;
}

.about .about-content .title-about {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 0;
}

.about .about-content {
    margin-top: 40px;
}

.about .about-content .custom-button {
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
}

.about .about-content .custom-button:before {
    content: "\f061";
    margin-top: -10px;
}

.about .about-content .full-image-overlay h3 {
    text-transform: Capitalize;
    color: #ffffff;
    margin-top: 20px;
}

.about .about-content .about-right-side img {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 auto;
    margin-left: auto;
    display: block;
}

.about .nav-tabs>li.active>a,
.about .nav-tabs>li.active>a:hover,
.about .nav-tabs>li.active>a:focus {
    background: none;
}

.about ul.nav.nav-tabs li>a {
    border-left: 1px solid #ddd;
    line-height: 14px;
}

.about ul.nav.nav-tabs li:first-child>a {
    border-left: 0;
}

.about .tab-content p {
    padding: 0 0 30px;
    margin: 0;
}

.list-why-choose-us {
    display: inline;
    list-style: none;
    margin-top: 30px;
    text-align: left;
}

.list-why-choose-us li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    line-height: 18px;
}

.list-why-choose-us li:before {
    content: '\f061';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 15px;
    font-family: "FontAwesome";
}

.list-why-choose-us li+li {
    margin-top: 14px;
}

.full-text-container+.full-image-container:before {
    right: auto;
    left: 0;
}

.about-right-side:hover .full-text-container+.full-image-container:before,
.about-right-side .full-text-container+.full-image-container.hovered:before {
    right: auto;
    left: 5%;
}

.about-right-side {
    position: relative;
    display: table;
    table-layout: fixed;
}

.full-image-container {
    width: 50%;
    display: table-cell;
    position: relative;
    overflow: hidden;
}

.full-image-container:before {
    content: '';
    position: absolute;
    top: 5%;
    right: 0%;
    width: 50%;
    height: 90%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
}

.full-text-container+.full-image-container:before {
    right: auto;
    left: 0;
}

.about-right-side:hover .full-image-container:before,
.about-right-side .full-image-container.hovered:before {
    width: 90%;
    right: 5%;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0s;
}

.about-right-side:hover .full-text-container+.full-image-container:before,
.about-right-side .full-text-container+.full-image-container.hovered:before {
    right: auto;
    left: 5%;
}

.about-right-side:hover .full-image-overlay,
.about-right-side .hovered .full-image-overlay {
    text-align: left;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 0 10%;
    margin-top: -133px;
    color: #ffffff;
    z-index: 1;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.3s;
}

.full-text-container {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 50px;
    position: static;
}

.full-text-container * {
    max-width: 700px;
}

.full-text-container.left {
    text-align: right;
}

.full-text-container.left * {
    margin-left: auto;
}

.full-text-container p {
    margin-bottom: 10px;
}


/* Project Manager
---------------------------------------- * /

.projectmanager {
    color: #fff;
    background-image: url("http://via.placeholder.com/1600x650");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.projectmanager .section-overlay {
    padding: 120px 0 100px;
}

.projectmanagerpicture {
    border-radius: 50%;
}

.projectmanager h1 {
    margin-bottom: 20px;
}

.projectmanager h3 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

.projectmanager p {
    color: #fff;
}

.projectmanager blockquote {
    padding-top: 0;
    padding-bottom: 0;
    color: #cecece;
    font-size: 14px;
    border-left: 5px solid #eee;
    padding-left: 20px;
}

.projectmanager p,
.projectmanager blockquote {
    margin-top: 30px;
    font-style: italic;
}

.projectmanager li:hover,
.projectmanager li:hover a,
.projectmanager li a:hover {
    color: #fff;
}



/* Filter controls * /

.simplefilter li,
.multifilter li,
.sortandshuffle li {
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
}

.simplefilter li.active {
    background-color: #212121;
}

.multifilter li {
    background-color: #4b9eff;
}

.multifilter li.active {
    background-color: #2265b4;
}


/* Zoom icons * /

.zoom-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    cursor: pointer;
    transition: 0.2s;
}

.zoom-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -13px 0 0 -13px;
    width: 25px;
    height: 26px;
    background: url(../img/projects/icons/zoom-icon.png) 50% 50% no-repeat;
    content: "";
}

.video-icon:before {
    background: url(../img/projects/icons/video-icon.png) 50% 50% no-repeat;
}

.gallery-icon:before {
    background: url(../img/projects/icons/gallery-icon.png) 50% 50% no-repeat;
}

.external-icon:before {
    background: url(../img/projects/icons/external-icon.png) 50% 50% no-repeat;
}

.image-wrap:hover .zoom-icon,
.featured-thumbnail a:hover .zoom-icon {
    opacity: 1;
}

.featured-thumbnail a:hover .zoom-icon {
    visibility: visible;
}


/* Embed Video */
.project video.responsive-video {
  max-width: 100%;
  height: auto;
}

.videocontainer {
  position: relative;
  padding-bottom: 54.55%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.videocontainer iframe,
.videocontainer object,
.videocontainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Gallery */
.grid_gallery {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.grid_gallery-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.gallery-item {
  float: left;
  width: 33%;
  margin: 0;
  padding: 0 1px 1px 0;
}

.gallery-item .featured-thumbnail {
  float: none;
}

.featured-thumbnail a {
  position: relative;
  display: block;
  outline: none !important;
}

.project .project-main-content .featured-thumbnail a img {
  border-radius: 0;
}

.single-gallery-item {
  margin: 0 !important;
}

/* Slider * /

.project .bx-wrapper {
    margin: 0;
}

.project .bx-wrapper .bx-viewport {
    border-radius: 7px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
}

.bx-wrapper .bx-controls-direction a {
    text-indent: inherit;
    border-radius: 50%;
    opacity: .8;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a i {
    width: 32px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    line-height: 31px;
}

.bx-wrapper .bx-controls-direction a.bx-prev i {
    padding-right: 2px;
}

.bx-wrapper .bx-controls-direction a.bx-next i {
    padding-left: 3px;
}



/* Facts
---------------------------------------- * /

.facts {
    background: url("http://via.placeholder.com/1600x650");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.fact-badges {
    margin-top: 65px;
    text-align: center;
}

.fact-badges h2 {
    margin-top: 20px;
}

.fact-badges h2 span {
    font-weight: bold;
    font-size: 48px;
}

.fact-badges h2 strong {
    font-weight: 800;
    padding-right: 3px;
}

.fact-badges .fa {
    font-size: 70px;
    color: #fff;
}

.facts .top-text h4 {
    margin: 15px 0 25px;
    font-weight: 400;
}

.facts h4 {
    margin: 25px 0;
    font-weight: 500;
}

//
///* Call To Action
//---------------------------------------- */
/* Tags Widget */
.widget-tags ul > li {
  display: inline-block;
  margin: 6px 6px 6px 0;
}

.widget-tags ul > li a {
  color: #999;
  border: 1px solid #999;
  display: block;
  font-size: 13px;
  padding: 5px 15px;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.1s;
}

.widget-tags ul > li a:hover {
  color: #fff;
}

/* Video Promotion
---------------------------------------- * /

.videopromotion {
    color: #fff;
    background: url("http://via.placeholder.com/1600x690");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 110%;
}

.videopromotion p {
    color: #fff;
}

.btn-wrapper {
    margin-top: 70px
}

.btn-wrapper a {
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 80px;
    position: relative;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 80px;
    outline: none;
}

.btn-wrapper a:before {
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 26px;
    left: 50%;
    line-height: 41px;
    margin-left: -7px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.btn-wrapper a:hover {
    border-width: 22px;
}

.btn-wrapper a:hover:before {
    color: #fff;
}


/* Logos Slider */
.logos {
  background-color: #fff;
}

.bx-wrapper {
  margin: 80px 0;
  box-shadow: none;
}

ul.bxslider img {
  opacity: 0.7;
}

/* Banner * /

.banner {
    background-image: url('http://via.placeholder.com/1920x624');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.banner.banner-blog-post {
    background-image: url('http://via.placeholder.com/1920x572');
    background-size: initial;
}

.blog-page .banner-blog-post .meta span {
    color: #ccc
}

.blog-page .banner-blog-post .meta,
body.blog-page .banner-blog-post .meta {
    border-top: 0;
    border-bottom: 0;
}

.banner .content {
    background-color: rgba(0, 0, 0, .8);
    padding: 200px 0;
    width: 100%;
}

.banner .content h1,
.banner .breadcrumb>li {
    color: #fff !important;
}

.banner hr {
    width: 80px;
    margin-top: 32px;
    margin-bottom: 22px;
}




/*** Terms of Services *** /

.terms {
    background: #fff;
}

.terms p {
    margin-bottom: 45px;
}



/* Social media */
.social-icons ul {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.social-icons ul li {
  display: inline-block;
  margin: 0 15px 15px 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
}

.social-icons ul li span {
  background: transparent;
  display: block;
  width: 63px;
  height: 63px;
  line-height: 59px;
  border-radius: 50%;
  transition: 0.8s;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  cursor: pointer;
}

.social-icons ul li a:hover {
  transition: 0.4s;
  color: #fff !important;
}

.social-icons ul li span:hover:before {
  transform: rotateY(360deg);
  transition: 0.4s;
  color: #fff !important;
}

.social-icons ul li span:before {
  display: block;
  transition: 0.8s;
  font-family: Wicon;
  font-size: 30px;
  text-align: center;
}

.social-icons ul li span.facebook:before {
  content: "豈";
}

.social-icons ul li span.linkedin:before {
  content: "更";
}

.social-icons ul li span.instagram:before {
  content: "車";
}

.social-icons ul li span.twitter:before {
  content: "賈";
}

.social-icons ul li span.youtube:before {
  content: "滑";
}

/* Inputs * /

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.input-field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
}

.input-field:focus {
    outline: none;
}

.input-label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #6a7989;
    font-weight: bold;
    font-size: 70.25%;
    -moz-osx-font-smoothing: grayscale;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-input {
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
    width: 100%;
}

.custom-input-field {
    padding-left: 51px;
    width: 100%;
    background: transparent;
    transform: translate3d(1em, 0, 0);
    transition: transform 0.3s;
    height: 50px;
    border-radius: 4px;
}

.custom-input-field:focus {
    outline: 0px !important;
}

.custom-input-field:focus .custom-input {
    background: blue;
}

.custom-input-label {
    position: absolute;
    padding: 14px;
    width: 52px;
    height: 50px;
}

.contactform textarea {
    color: #aaa;
    border-radius: 30px;
    box-shadow: none;
    transition: 0.3s;
}

.custom-input-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50px;
    height: 50px;
    transform-origin: 0% 50%;
    transition: transform 0.3s;
}

.icon-field {
    color: #fff;
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
    transition: transform 0.3s;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
}

.custom-input-field:focus {
    transform: translate3d(0, 0, 0);
}

.custom-input-field:focus+.custom-input-label::before {
    transform: scale3d(0.8, 1, 1);
}

.custom-input-field:focus+.custom-input-label .icon-field {
    transform: scale3d(0.6, 0.6, 1);
}



/* Responsive Design Styles
---------------------------------------- */
@media (min-width: 1200px) {
  ul.navbar-nav > li.visible-md.visible-lg {
    display: inline-block !important;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  body.double-diagonal .bottom-green .container {
    padding: 50px 15px 90px !important;
  }
  body.double-diagonal .projectmanager .section-overlay {
    padding: 110px 0 140px;
  }
  body.double-diagonal .team .container {
    padding: 50px 15px 130px !important;
  }
  body.double-diagonal .services .container {
    padding: 50px 15px 90px !important;
  }
  body.double-diagonal .newsletter .section-overlay, body.double-diagonal .call-to-action .section-overlay {
    padding: 110px 0 160px;
  }
}
@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .top-footer > .row > div:nth-child(4) {
    margin-top: 25px;
  }
  .shop-checkout .table {
    margin-bottom: 30px;
  }
}
/* Large Devices */
@media (max-width: 1199px) {
  .newsletter .custom-form-group {
    padding: 0;
  }
  .projectmanager {
    text-align: center;
  }
  .projectmanager .img-responsive {
    float: none;
    margin: 0 auto 50px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  ul.nav.nav-tabs li a,
  ul.nav.nav-tabs li.active a {
    padding: 0 15px;
  }
  .sidebar ul.nav.nav-tabs li a {
    padding-left: 0;
  }
  .about ul.nav.nav-tabs li:first-child > a {
    padding-left: 0;
  }
  .pricing-footer .custom-button:before {
    right: 56px;
  }
}
/* Small Devices */
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  ul.navbar-nav li.dropdown ul.dropdown-menu li a,
  .header-fixed ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    padding: 10px 20px 10px 40px;
  }
  body .navbar-collapse,
  body .navbar-collapse.in {
    background: #222;
    border-bottom: 1px solid #343434;
  }
  body ul.navbar-nav > li > a,
  body .header-fixed ul.navbar-nav > li > a {
    border-top: 1px solid #343434;
  }
  .navbar-collapse.in {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 17px;
  }
  ul.navbar-nav > li.open > a,
  ul.navbar-nav > li.open > a:hover,
  ul.navbar-nav > li.open > a:focus,
  ul.navbar-nav > li.open > a:active {
    border: 1px solid #f6f6f6;
    border-left: 0;
    border-right: 0;
  }
  body ul.navbar-nav > li.open > a,
  body ul.navbar-nav > li.open > a:hover,
  body ul.navbar-nav > li.open > a:focus,
  body ul.navbar-nav > li.open > a:active {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    border-left: 0;
    border-right: 0;
  }
  .pagination {
    margin-bottom: 80px;
  }
  .blog-left-sidebar .pagination,
  .blog-grid-no-sidebar .pagination {
    margin-bottom: 20px;
  }
  .project .project-details h3, .project .project-details .h3 {
    margin-top: 50px;
  }
  .services .services-box-item-cover {
    display: none;
  }
  .services .services-box {
    margin: 30px -9px;
  }
  .services .services-box-item-cover,
  .services .services-box-item-content {
    transform: none;
    transition: none;
  }
  .services .services-box-item {
    margin: 28px 0;
  }
  .projectmanager {
    text-align: center;
  }
  .projectmanager .img-responsive {
    float: none;
    margin: 0 auto 50px;
  }
  .about .about-content .title-about {
    margin-top: 0;
  }
  .about-right-side {
    padding-top: 50px;
  }
  .team-member {
    margin-bottom: 30px;
  }
  .newsletter form .custom-button {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  .newsletter form .form-group input {
    padding-right: 0;
  }
  .submit-form button:before {
    right: 260px;
  }
  .custom-button:before {
    display: none !important;
  }
  .custom-button span {
    transform: none !important;
  }
  .header-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header {
    height: 65px;
  }
  .header .logo a {
    margin: 23px 0 0 0;
    width: 100px;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
  }
  ul.nav.nav-tabs li a,
  ul.nav.nav-tabs li.active a {
    padding: 0 20px;
  }
  .sidebar ul.nav.nav-tabs li a {
    padding: 0;
  }
  ul.nav.nav-tabs li:first-child a {
    padding-left: 0;
  }
  ul.navbar-nav {
    float: none;
    margin: 0;
  }
  ul.navbar-nav > li {
    display: block;
  }
  ul.navbar-nav > li > a,
  .header-fixed ul.navbar-nav > li > a {
    padding: 20px 18px;
    border-top: 1px solid #f6f6f6;
    text-align: left;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 30px;
    border-bottom: 0;
  }
  .navbar-collapse,
  .navbar-collapse.in {
    position: fixed;
    top: 64px;
    left: 0;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #fff;
    overflow-y: auto;
    z-index: 999;
    border-bottom: 1px solid #f6f6f6;
    border-top: 0;
  }
  #back-top-wrapper {
    right: 15px;
    bottom: 15px;
  }
  .footer .top-footer > .row {
    padding-bottom: 15px;
  }
}
/* Extra Small Devices */
@media (max-width: 767px) {
  .container {
    width: 570px;
  }
  .banner .content {
    padding: 150px 0;
  }
  .services .services-box-item-content {
    margin-bottom: 15px;
  }
  .about .container,
  .services .container,
  .team .container,
  body.big-triangle .team .container,
  .blog .container,
  .contact .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.double-diagonal .bottom-green .container {
    padding: 60px 15px 100px !important;
  }
  body.double-diagonal.about-page .bottom-green .container {
    padding: 35px 15px 100px !important;
  }
  body.double-diagonal .services .container {
    padding: 60px 15px 45px !important;
  }
  body.double-diagonal .portfolio .container {
    padding: 60px 15px 85px !important;
  }
  body.double-diagonal .section-overlay {
    padding: 75px 15px 150px !important;
  }
  body.double-diagonal .facts .section-overlay {
    padding: 75px 15px 100px !important;
  }
  body.double-diagonal .projectmanager .section-overlay {
    padding: 90px 15px 100px !important;
  }
  body.double-diagonal .contactform .section-overlay {
    padding: 75px 0 100px !important;
  }
  body.double-diagonal .team .container {
    padding: 60px 15px 85px !important;
  }
  body.double-diagonal.portfolio-page .portfolio .container {
    padding: 40px 15px !important;
  }
  body.double-diagonal .pricing .container {
    padding: 60px 15px 100px !important;
  }
  body.double-diagonal.pricing-page .pricing .container {
    padding: 70px 15px 20px !important;
  }
  body.double-diagonal .blog .container {
    padding: 60px 15px 15px !important;
  }
  body.double-diagonal.blog-page .blog .container {
    padding: 75px 15px 50px !important;
  }
  body.double-diagonal .footer .container {
    padding: 100px 15px 0;
  }
  body.double-diagonal .shop-cart .container, body.double-diagonal .shop-checkout .container {
    padding: 85px 15px 60px !important;
  }
  body.double-diagonal .faq .container, body.double-diagonal .terms .container {
    padding: 85px 15px 50px !important;
  }
  .header-inner,
  .videopromotion p,
  .newsletter p,
  .logos .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1, .h1 {
    font-size: 27px;
    line-height: 40px;
  }
  h2, .h2 {
    font-size: 23px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  .pricing-list > li {
    margin-bottom: 30px;
  }
  .top-text h1, .top-text .h1,
  .top-text h4,
  .top-text .h4,
  .footer p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .top-text h4, .top-text .h4 {
    line-height: 28px;
  }
  body.double-diagonal .bottom-green::before,
  body.double-diagonal .about::before,
  body.double-diagonal .services::before,
  body.double-diagonal .portfolio::before,
  body.double-diagonal .team::before,
  body.double-diagonal .blog::before,
  body.double-diagonal .contact::before,
  body.double-diagonal .logos::before,
  body.double-diagonal .pricing::before,
  body.double-diagonal .project::before,
  body.double-diagonal .shop-cart::before,
  body.double-diagonal .shop-checkout::before,
  body.double-diagonal .faq::before,
  body.double-diagonal .terms::before {
    transform: rotate(-5deg);
  }
  .about .about-content .about-left-side {
    margin-top: 0;
  }
  .about-right-side .hovered .full-image-overlay {
    margin-top: 60px;
    position: relative;
  }
  .list-why-choose-us li {
    margin-bottom: 17px;
  }
  .full-image-container {
    margin-bottom: 20px;
  }
  .comments-list .comment-body {
    margin-left: 0;
  }
  .comments-list .comment-content {
    margin: 70px 0 15px;
  }
  .comments-list .comment-date {
    float: left !important;
  }
  .comments-reply {
    margin: 0;
  }
  .comments-list .comment {
    margin-bottom: 15px;
    padding: 15px;
  }
  .projectmanager .img-responsive {
    float: none;
    margin: 0 auto 50px;
  }
  .projectmanager ul,
  .projectmanager li {
    margin-top: 15px;
  }
  .portfolio .nav-pills li {
    margin: 0 10px 15px 0;
  }
  .mobile-logo {
    margin: 0 auto;
    margin-top: 70px;
  }
  .user-auth > div:nth-child(2) {
    height: auto;
  }
  .user-auth > div:nth-child(2) .form-container {
    display: block;
    padding: 15px;
    position: relative;
    height: auto;
  }
  .user-auth > div:nth-child(2) .form-container > div {
    display: block;
  }
  .user-auth > div:nth-child(2) .form-container p.info-form {
    margin: 8px 15px 30px 15px;
  }
  .user-auth > div:nth-child(2) .form-container form .form-group {
    margin-bottom: 15px;
  }
  .user-auth > div:nth-child(2) .form-container .form-group p {
    margin-bottom: 40px;
  }
  body.error-page .error {
    height: auto;
  }
  body.error-page .error > div {
    display: block;
    position: relative;
    height: auto;
  }
  body.error-page .error > div > div {
    height: 100vh;
    margin: 0 auto;
    display: block;
    overflow-y: auto;
    max-width: 490px;
  }
  body.error-page .error .big-404 {
    font-size: 150px;
    line-height: 150px;
    margin-top: 0;
  }
  body.error-page .error .custom-button {
    margin-bottom: 30px;
  }
  body.error-page .error .logo {
    position: relative;
    float: none;
  }
  body.error-page .logo img {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  body.error-page .error p,
  body.error-page h3,
  body.error-page .h3 {
    margin-left: 15px;
    margin-right: 15px;
  }
  .latest-posts-content > div {
    margin-bottom: 30px;
  }
  .testimonials #quote-carousel blockquote {
    padding: 0 15px;
  }
  .services .services-box-item {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
  }
  .top-footer > .row > div:first-child,
  .top-footer > .row > div:nth-child(2) {
    margin-bottom: 40px;
  }
  .services .services-box-item-cover {
    margin: 0;
  }
  .team-member {
    max-width: 480px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
  }
  .newsletter .custom-form-group {
    padding: 0;
  }
  .info-map-gmap {
    height: 300px;
  }
  .info-map-boxes-item {
    width: 100%;
    margin-top: 30px;
  }
  .info-map-boxes {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  body.skew .info-map-boxes,
  body.reversed-skew .info-map-boxes,
  body.double-diagonal .info-map-boxes {
    margin-top: 0px;
    margin-bottom: 100px;
  }
  .footer li a {
    font-size: 23px;
  }
  .social-icons ul li a {
    width: 43px;
    height: 43px;
    line-height: 40px;
  }
  .social-icons ul li a:before {
    font-size: 21px;
  }
  .submit-form button {
    width: 100%;
  }
  .submit-form button:before {
    right: 42px;
  }
  .output_message_holder {
    margin-top: 30px;
  }
  .footer .top-footer > .row {
    padding-bottom: 12px;
  }
  body.normal .blog .container {
    padding: 70px 15px !important;
  }
  .fact-badges > .row > div {
    margin-bottom: 80px;
  }
  .fact-badges > .row > div:last-child {
    margin-bottom: 0;
  }
  body.skew .blog .container {
    padding: 90px 15px 100px !important;
  }
  body.double-diagonal .section-overlay {
    padding-bottom: 120px !important;
  }
  .shop-cart .table-responsive {
    border: 0;
  }
  .shop-cart .table-responsive {
    border: 0;
  }
  .shop-cart .form-control {
    max-width: initial;
    width: 39%;
  }
  .shop-cart button {
    width: calc(61% - 15px);
    margin: 0;
  }
  .shop-cart .update-cart {
    width: 100%;
    margin-top: 15px;
  }
  .shop-cart .checkout-button {
    width: 100%;
    text-align: center;
  }
  .shop-cart .table-responsive .table.order colgroup {
    width: auto;
  }
  .shop-cart .table-responsive .table.order colgroup col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .shop-cart .table-responsive .table.order tr td,
  .shop-cart .table-responsive .table.order tr th {
    padding-left: 5px;
    padding-right: 5px;
    white-space: normal;
  }
  .shop-cart .table-responsive .table.order tr td h6, .shop-cart .table-responsive .table.order tr td .h6,
  .shop-cart .table-responsive .table.order tr th h6,
  .shop-cart .table-responsive .table.order tr th .h6 {
    font-size: 12px;
  }
  .shop-cart .table-responsive .table.order tr td .price,
  .shop-cart .table-responsive .table.order tr th .price {
    font-size: 11px;
  }
  .shop-cart .table-responsive .table.order tr td .quantity,
  .shop-cart .table-responsive .table.order tr th .quantity {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .shop-cart .table-responsive .table.order tr th {
    font-size: 12px;
  }
  .shop-checkout .form-group,
  .shop-checkout .checkout .payment .paypal,
  .shop-checkout .table,
  .contact-form .form-group {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  body.skew .portfolio .container,
  body.double-diagonal .portfolio .container,
  body.big-triangle .portfolio .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 576px) {
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio .container,
  body.double-diagonal .portfolio .container,
  body.skew .portfolio .container,
  body.reversed-skew .portfolio .container,
  body.big-triangle .portfolio .container,
  body.normal .portfolio .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .portfolio .filtr-item {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    width: 100%;
  }
  .about-content ul.nav.nav-tabs {
    border: 1px solid #ddd;
    border-radius: 7px;
  }
  .about-content ul.nav.nav-tabs li a {
    margin: 0;
    padding: 14px 0;
    border-left: 0;
  }
  body .about ul.nav.nav-tabs li > a {
    border-left: 0;
  }
  .about-content ul.nav.nav-tabs li.active a {
    color: #fff;
  }
  .about-content ul.nav.nav-tabs li:first-child a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .about-content ul.nav.nav-tabs li:last-child a {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .nav-tabs > li {
    float: none;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  body .nav-tabs > li {
    border-bottom: 1px solid #343434;
  }
  body .about-content ul.nav.nav-tabs {
    border: 1px solid #343434;
  }
  .nav-tabs > li:last-child,
  body .nav-tabs > li:last-child,
  body .sidebar ul.nav-tabs > li:last-child {
    border-bottom: 0;
  }
  .nav-tabs > li.active {
    border-bottom: 0;
  }
  .about .tab-content p {
    margin-top: 20px;
  }
  .services .services-box-item {
    margin-top: 15px;
    padding: 0 15px;
  }
  .services .services-box-item-content {
    margin-bottom: 11px;
    padding: 15px;
  }
  .call-to-action .call-to-action-content ul {
    margin: 0;
  }
  .pricing-list > li {
    margin-bottom: 15px;
  }
  .newsletter .custom-form-group {
    margin-bottom: 10px;
  }
  .newsletter form .custom-button {
    margin-top: 0;
  }
  .call-to-action .call-to-action-content .custom-button {
    width: 100%;
  }
  .top-footer > .row > div {
    width: 100%;
  }
  .top-footer > .row > div:nth-child(3) {
    margin-bottom: 40px;
  }
  body.normal .portfolio .container,
  body.reversed-skew .portfolio .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services .services-box {
    margin: 40px -9px;
  }
  .preloader.loading .logopreloader img {
    width: 120px;
  }
  .preloader .loader {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin: 0px 0px 0 -21px;
  }
  .team-members > div {
    width: 100%;
  }
  .team-member,
  .widget {
    margin-bottom: 15px;
  }
  .widget {
    padding: 30px 15px 15px;
  }
  .blog-left-sidebar .widget-tags {
    margin-bottom: 30px;
  }
  .info-map-boxes-item {
    padding: 13px 15px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .info-map-boxes-item.fa-phone {
    margin-bottom: 45px;
  }
  .info-map-boxes {
    margin-top: 15px;
    margin-bottom: 0;
  }
  body.skew .info-map-boxes,
  body.reversed-skew .info-map-boxes,
  body.double-diagonal .info-map-boxes {
    margin: 85px 0 130px;
  }
}
.white-l {
  display: none;
}

.dark-l {
  display: block;
}

.dark .dark-l {
  display: none;
}

.dark .white-l {
  display: block;
}

.wrapper iframe {
  width: 100%;
}

@font-face {
  font-family: "wicon";
  src: url("/fonts/wicon.woff2?f4a70c31f8b7637c27e91fcc0a7415fc") format("woff2"), url("/fonts/wicon.woff?f4a70c31f8b7637c27e91fcc0a7415fc") format("woff"), url("/fonts/wicon.ttf?f4a70c31f8b7637c27e91fcc0a7415fc") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.wi {
  font-family: "wicon";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-01:before {
  content: "\f102";
}

.w-03:before {
  content: "\f103";
}

.w-04:before {
  content: "\f104";
}

.w-05:before {
  content: "\f105";
}

.w-06:before {
  content: "\f106";
}

.w-07:before {
  content: "\f107";
}

.w-08:before {
  content: "\f108";
}

.w-09:before {
  content: "\f109";
}

.w-10:before {
  content: "\f10a";
}

.w-11:before {
  content: "\f10b";
}

.w-12:before {
  content: "\f10c";
}

.w-13:before {
  content: "\f10d";
}

.w-14:before {
  content: "\f10e";
}

.w-15:before {
  content: "\f10f";
}

.w-16:before {
  content: "\f110";
}

.w-17:before {
  content: "\f111";
}

.w-18:before {
  content: "\f112";
}

.w-19:before {
  content: "\f113";
}

.w-20:before {
  content: "\f114";
}

.w-21:before {
  content: "\f115";
}

.w-22:before {
  content: "\f116";
}

.w-23:before {
  content: "\f117";
}

.w-24:before {
  content: "\f118";
}

.w-25:before {
  content: "\f119";
}

.w-26:before {
  content: "\f11a";
}

.w-27:before {
  content: "\f11b";
}

.w-28:before {
  content: "\f11c";
}

.w-29:before {
  content: "\f11d";
}

.w-30:before {
  content: "\f11e";
}

.w-31:before {
  content: "\f11f";
}

.w-32:before {
  content: "\f120";
}

.w-agriculteur:before {
  content: "\f201";
}

.w-agrilearn:before {
  content: "\f121";
}

.w-agronomie:before {
  content: "\f122";
}

.w-angle-double-down:before {
  content: "\f123";
}

.w-angle-double-left:before {
  content: "\f124";
}

.w-angle-double-right:before {
  content: "\f125";
}

.w-angle-double-up:before {
  content: "\f126";
}

.w-angle-down:before {
  content: "\f005";
}

.w-angle-left:before {
  content: "\f004";
}

.w-angle-right:before {
  content: "\f001";
}

.w-angle-up:before {
  content: "\f006";
}

.w-arrow-right:before {
  content: "\f127";
}

.w-arrow-up:before {
  content: "\f007";
}

.w-at-sign:before {
  content: "\f101";
}

.w-bell:before {
  content: "\f128";
}

.w-calculator:before {
  content: "\f129";
}

.w-calendar:before {
  content: "\f12a";
}

.w-cat-000:before {
  content: "\f12b";
}

.w-cat-000a:before {
  content: "\f12c";
}

.w-cat-001:before {
  content: "\f12d";
}

.w-cat-002:before {
  content: "\f12e";
}

.w-cat-003:before {
  content: "\f12f";
}

.w-cat-004:before {
  content: "\f130";
}

.w-cat-005:before {
  content: "\f131";
}

.w-cat-006:before {
  content: "\f132";
}

.w-cat-007:before {
  content: "\f133";
}

.w-cat-008:before {
  content: "\f134";
}

.w-cat-009:before {
  content: "\f135";
}

.w-cat-010:before {
  content: "\f136";
}

.w-cat-011:before {
  content: "\f137";
}

.w-cat-012:before {
  content: "\f138";
}

.w-cat-013:before {
  content: "\f139";
}

.w-cat-014:before {
  content: "\f13a";
}

.w-cat-015:before {
  content: "\f13b";
}

.w-cat-016:before {
  content: "\f13c";
}

.w-cat-017:before {
  content: "\f13d";
}

.w-cat-018:before {
  content: "\f13e";
}

.w-cat-019:before {
  content: "\f13f";
}

.w-cat-020:before {
  content: "\f140";
}

.w-cat-021:before {
  content: "\f141";
}

.w-cat-022:before {
  content: "\f142";
}

.w-cat-023:before {
  content: "\f143";
}

.w-cat-024:before {
  content: "\f144";
}

.w-cat-025:before {
  content: "\f145";
}

.w-cat-026:before {
  content: "\f146";
}

.w-cat-027:before {
  content: "\f147";
}

.w-cat-028:before {
  content: "\f148";
}

.w-cat-029:before {
  content: "\f149";
}

.w-cat-030:before {
  content: "\f14a";
}

.w-cat-031:before {
  content: "\f14b";
}

.w-cat-032:before {
  content: "\f14c";
}

.w-cat-033:before {
  content: "\f14d";
}

.w-cat-034:before {
  content: "\f14e";
}

.w-cat-035:before {
  content: "\f14f";
}

.w-cat-036:before {
  content: "\f150";
}

.w-cat-037:before {
  content: "\f151";
}

.w-cat-038:before {
  content: "\f152";
}

.w-cat-039:before {
  content: "\f153";
}

.w-cat-040:before {
  content: "\f154";
}

.w-cat-041:before {
  content: "\f155";
}

.w-cat-042:before {
  content: "\f156";
}

.w-cat-043:before {
  content: "\f157";
}

.w-cat-044:before {
  content: "\f158";
}

.w-cat-045:before {
  content: "\f159";
}

.w-cat-046:before {
  content: "\f15a";
}

.w-cat-047:before {
  content: "\f15b";
}

.w-cat-048:before {
  content: "\f15c";
}

.w-cb:before {
  content: "\f15d";
}

.w-check-circle:before {
  content: "\f15e";
}

.w-check:before {
  content: "\f15f";
}

.w-circuit-court:before {
  content: "\f160";
}

.w-close-2:before {
  content: "\f161";
}

.w-close:before {
  content: "\f003";
}

.w-conseiller:before {
  content: "\f203";
}

.w-copy:before {
  content: "\f162";
}

.w-creation-activite:before {
  content: "\f163";
}

.w-dashboard:before {
  content: "\f164";
}

.w-document-pdf:before {
  content: "\f165";
}

.w-document:before {
  content: "\f166";
}

.w-documentaires:before {
  content: "\f167";
}

.w-download-cloud:before {
  content: "\f002";
}

.w-edit:before {
  content: "\f168";
}

.w-elevage:before {
  content: "\f169";
}

.w-email:before {
  content: "\f16a";
}

.w-enseignant:before {
  content: "\f202";
}

.w-epanouissement:before {
  content: "\f16b";
}

.w-euro:before {
  content: "\f16c";
}

.w-eye-slash:before {
  content: "\f16d";
}

.w-eye:before {
  content: "\f16e";
}

.w-facebook:before {
  content: "豈";
}

.w-folder-open:before {
  content: "\f16f";
}

.w-gestion-droits:before {
  content: "\f170";
}

.w-gratuit:before {
  content: "\f171";
}

.w-great:before {
  content: "\f172";
}

.w-heart:before {
  content: "\f173";
}

.w-home:before {
  content: "\f174";
}

.w-instagram:before {
  content: "車";
}

.w-learn:before {
  content: "\f175";
}

.w-link:before {
  content: "\f176";
}

.w-linkedin:before {
  content: "更";
}

.w-lock:before {
  content: "\f177";
}

.w-map-marker-alt:before {
  content: "\f178";
}

.w-medical-history:before {
  content: "\f179";
}

.w-memo-plus:before {
  content: "\f17a";
}

.w-memo-plus2:before {
  content: "\f17b";
}

.w-menu:before {
  content: "\f17c";
}

.w-monitor:before {
  content: "\f17d";
}

.w-news:before {
  content: "\f17e";
}

.w-paypal:before {
  content: "\f17f";
}

.w-pedagogie:before {
  content: "\f180";
}

.w-phone:before {
  content: "\f100";
}

.w-play:before {
  content: "\f181";
}

.w-plus:before {
  content: "\f182";
}

.w-porteur:before {
  content: "\f204";
}

.w-question-circle:before {
  content: "\f183";
}

.w-question:before {
  content: "\f184";
}

.w-search:before {
  content: "\f185";
}

.w-serie-lait:before {
  content: "\f186";
}

.w-serie-legume:before {
  content: "\f187";
}

.w-serie-miel:before {
  content: "\f188";
}

.w-serie-pain:before {
  content: "\f189";
}

.w-serie-viande:before {
  content: "\f18a";
}

.w-serie-vin:before {
  content: "\f18b";
}

.w-shop:before {
  content: "\f18c";
}

.w-star-fill:before {
  content: "\f18d";
}

.w-star:before {
  content: "\f18e";
}

.w-tag:before {
  content: "\f18f";
}

.w-tags:before {
  content: "\f190";
}

.w-target:before {
  content: "\f191";
}

.w-time:before {
  content: "\f192";
}

.w-transfert:before {
  content: "\f193";
}

.w-trash:before {
  content: "\f194";
}

.w-twitter:before {
  content: "賈";
}

.w-user-plus:before {
  content: "\f195";
}

.w-user:before {
  content: "\f196";
}

.w-users:before {
  content: "\f197";
}

.w-youtube:before {
  content: "滑";
}

.w-zoom-in:before {
  content: "\f198";
}

.w-zoom-out:before {
  content: "\f199";
}

/* =================================================================== */
/* Green var(--agrilearn
====================================================================== */
a,
h2 > span,
.h2 > span,
h3 > span,
.h3 > span,
h4 > span,
.h4 > span,
h5 > span,
.h5 > span,
.projectmanager h3,
.projectmanager .h3,
.projectmanager li a,
.testimonials #quote-carousel h5,
.testimonials #quote-carousel .h5,
.services-box-item-content:before,
.services-box-item-content h2,
.services-box-item-content .h2,
.social-icons ul li a:before,
.info-map-boxes-item:before,
.info-map-boxes-item h1,
.info-map-boxes-item .h1,
.info-map-boxes-item a,
.services-box-item-cover:before,
.services-box-item-cover:after,
#back-top span:before,
.videopromotion a i,
.fact-badges h2 span,
.fact-badges .h2 span,
span.heart,
a.link:hover,
a.link:focus,
a.link:active,
.services .services-box-item-content h2,
.btn-wrapper a,
ul.navbar-nav > li.active > a,
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus,
ul.navbar-nav > li > a:active,
.navbar-nav .fa-search:hover,
ul.navbar-nav > li.open > a,
ul.navbar-nav > li.open > a:hover,
ul.navbar-nav > li.open > a:focus,
ul.navbar-nav > li.open > a:active,
.portfolio .caption a.title-link:hover h3,
.portfolio .caption a.title-link:hover .h3,
.latest-post .post-title a:hover,
.footer h4,
.footer .h4,
.facts-footer > div h5,
.facts-footer > div .h5,
.footer .bottom-footer p a,
.footer .menu ul li a:hover,
.about ul.nav.nav-tabs li.active a,
.banner .breadcrumb > li a:hover,
body.blog-page .meta span a,
body.blog-page .meta span i,
body.blog-page article h4:hover,
body.blog-page article .h4:hover,
.sidebar ul.nav.nav-tabs li a:hover,
.widget.recent-posts .entry-title a:hover,
.comments-list .comment-reply,
.user-auth > div:nth-child(2) .form-container .form-group a,
.countdown-amount,
h4.panel-title a,
.panel-title.h4 a,
.project .project-navigation nav ul li a,
.shop-cart .secondary-button,
.payment .tooltip-text {
  color: var(--agrilearn);
}

.custom-colorRotatingWords,
.team .social-icons ul.social li a:hover,
.team .social-icons ul.social li a:hover:before {
  color: var(--agrilearn) !important;
}

.shop-cart .secondary-button:hover,
.shop-cart .secondary-button:focus,
.shop-cart .secondary-button:active,
.bx-wrapper .bx-controls-direction a,
#carousel-testimonials .carousel-indicators li.active,
body.blog-page .pagination li.active a,
ul.nav li.dropdown ul.dropdown-menu li a:hover,
ul.nav li.dropdown ul.dropdown-menu li a:focus,
ul.nav li.dropdown ul.dropdown-menu li a:active,
ul.nav li.dropdown ul.dropdown-menu li.active a,
.pricing-list .popular,
.pricing-switcher .switch,
.portfolio .nav-pills li:hover,
.portfolio .nav-pills li.active,
#back-top a:hover,
.social-icons ul li a:hover,
.custom-input-label::before,
.testimonials #quote-carousel .carousel-indicators .active,
.custom-form-group .input-group .input-group-addon,
.submit-form button,
body.double-diagonal .bottom-green::before,
.team-member:hover .team-member-caption,
.btn-wrapper a:hover,
.widget-tags ul > li a:hover {
  background-color: var(--agrilearn);
}

body.blog-page .pagination li.active a,
.widget-tags ul > li a:hover,
.shop-cart .secondary-button {
  border: 1px solid var(--agrilearn);
}

.about-right-side .full-image-container.hovered:before {
  border-left: 5px solid var(--agrilearn);
}

.projectmanager blockquote,
#quote-carousel .carousel-indicators .active {
  border-color: var(--agrilearn);
}

.projectmanagerpicture {
  border: 12px solid var(--agrilearn);
  border-radius: 50%;
  float: left;
  width: 25%;
  margin-right: 30px;
}

.user-avatar {
  border: 12px solid var(--agrilearn);
  border-radius: 50%;
}

.portfolio .nav-pills li {
  border: 2px solid var(--agrilearn);
}

#back-top a {
  border: 2px solid var(--agrilearn);
}

.team-member-caption {
  border-top: 3px solid var(--agrilearn);
}

.social-icons ul li span {
  border: 3px solid var(--agrilearn);
}

.footer .social-icons ul li span {
  border: 2px solid var(--agrilearn);
}

.banner hr {
  border-top: 5px solid var(--agrilearn);
}

.btn-wrapper a {
  border: 4px solid var(--agrilearn);
}

@media (max-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.active a {
    background: transparent !important;
    color: var(--agrilearn) !important;
  }
}
@media (max-width: 767px) {
  .social-icons ul li a {
    border: 2px solid var(--agrilearn);
  }
  .about-right-side .full-image-container.hovered:before {
    border-top: 5px solid var(--agrilearn);
    border-left: none;
  }
  .rtl-version .about-right-side .full-image-container.hovered:before {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .about-content ul.nav.nav-tabs li.active a {
    background: var(--agrilearn);
    color: #fff;
  }
}
h2.feature-title, .feature-title.h2 {
  font-size: 24px;
  line-height: 24px;
}

h3.feature-title, .feature-title.h3 {
  font-size: 18px;
  line-height: 18px;
}

.feature-box {
  background: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 42px;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  background-color: rgba(0, 0, 0, 0.03);
}

.feature-image-container {
  position: relative;
}

.feature-image-container .feature-title {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 25px;
  width: 110%;
  height: 45px;
  align-content: center;
}

.feature-image {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  object-fit: cover;
}

.feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: -30px;
  left: -30px;
}

.feature-label {
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #000000;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 2.5rem;
  height: 90px;
  align-content: center;
  font-size: 14px;
}

.bg-agriculteurs {
  background-color: #37559E;
}

.bg-porteurs {
  background-color: #C5870F;
}

.bg-formateurs {
  background-color: #93AD2B;
}

.bg-conseillers {
  background-color: #7731AE;
}

.jobGradient {
  position: relative;
  text-align: center;
  background: #C5870F;
  font-weight: 600;
  padding: 1rem;
  margin-bottom: 5rem;
  color: #fff;
  border-radius: 25px;
}

@media (max-width: 576px) {
  .jobGradient {
    background: #C5870F;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 15px;
  }
  .job-card {
    padding: 1rem;
    height: 180px;
    margin-bottom: 2rem;
  }
  .job-card .card-title {
    font-size: 14px;
    margin-bottom: 0.1rem;
    line-height: 1.2;
  }
  .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .icon-circle i {
    font-weight: bold;
  }
  .btn {
    padding: 0.5rem 1rem;
    font-size: 12px;
    margin-bottom: 0.5rem;
  }
  .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .col-md-6.col-lg-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
.jobs-container h2.feature-title, .jobs-container .feature-title.h2 {
  font-size: 24px;
  line-height: 24px;
}
.jobs-container h3.feature-title, .jobs-container .feature-title.h3 {
  font-size: 18px;
  line-height: 18px;
}
.jobs-container .job-card {
  background: #2a2a2a;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 270px;
  display: flex;
  flex-direction: column;
}
.jobs-container .job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.jobs-container .agriculteur-card:hover {
  border: 3px solid #37559E;
}
.jobs-container .porteur-card:hover {
  border: 3px solid #C5870F;
}
.jobs-container .formateur-card:hover {
  border: 3px solid #93AD2B;
}
.jobs-container .conseiller-card:hover {
  border: 3px solid #7731AE;
}
.jobs-container .job-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0;
}
.jobs-container .job-card .card-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  word-wrap: break-word;
  hyphens: none;
  overflow-wrap: break-word;
  word-break: normal;
  text-align: center;
  padding: 0 0.5rem;
}
.jobs-container .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  margin: 0 auto 1rem auto;
  background: transparent;
  border: 3px solid;
}
.jobs-container .icon-circle i {
  font-weight: bold;
}
.jobs-container .icon-circle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 3px solid;
  opacity: 0.3;
}
.jobs-container .agriculteur-icon {
  border-color: #37559E;
  color: #ffffff;
}
.jobs-container .agriculteur-icon::before {
  border-color: #37559E;
}
.jobs-container .porteur-icon {
  border-color: #C5870F;
  color: #ffffff;
}
.jobs-container .porteur-icon::before {
  border-color: #C5870F;
}
.jobs-container .formateur-icon {
  border-color: #93AD2B;
  color: #ffffff;
}
.jobs-container .formateur-icon::before {
  border-color: #93AD2B;
}
.jobs-container .conseiller-icon {
  border-color: #7731AE;
  color: #ffffff;
}
.jobs-container .conseiller-icon::before {
  border-color: #7731AE;
}
.jobs-container .btn {
  border: none;
  border-radius: 25px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff !important;
  transition: all 0.3s ease;
  text-transform: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.jobs-container .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #ffffff !important;
  text-decoration: none;
}
.jobs-container .btn:focus {
  color: #ffffff !important;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.jobs-container .agriculteur-btn {
  background: #37559E !important;
}
.jobs-container .agriculteur-btn:hover {
  background: #4a6bb8 !important;
}
.jobs-container .porteur-btn {
  background: #C5870F !important;
}
.jobs-container .porteur-btn:hover {
  background: #d99a1a !important;
}
.jobs-container .formateur-btn {
  background: #93AD2B !important;
}
.jobs-container .formateur-btn:hover {
  background: #a5c032 !important;
}
.jobs-container .conseiller-btn {
  background: #7731AE !important;
}
.jobs-container .conseiller-btn:hover {
  background: #8a3bc5 !important;
}
.jobs-container .feature-box {
  background: rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 42px;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.jobs-container .feature-box:hover {
  transform: translateY(-5px);
  background-color: rgba(0, 0, 0, 0.03);
}
.jobs-container .feature-image-container {
  position: relative;
}
.jobs-container .feature-image-container .feature-title {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 25px;
  width: 110%;
  height: 45px;
  align-content: center;
}
.jobs-container .feature-image {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  object-fit: cover;
}
.jobs-container .feature-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: -30px;
  left: -30px;
}
.jobs-container .feature-label {
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: #000000;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 2.5rem;
  height: 90px;
  align-content: center;
  font-size: 14px;
}
.jobs-container .bg-agriculteurs {
  background-color: #37559E;
}
.jobs-container .bg-porteurs {
  background-color: #C5870F;
}
.jobs-container .bg-formateurs {
  background-color: #93AD2B;
}
.jobs-container .bg-conseillers {
  background-color: #7731AE;
}
.jobs-container .jobGradient {
  position: relative;
  text-align: center;
  background: #C5870F;
  font-weight: 600;
  padding: 1rem;
  margin-bottom: 5rem;
  color: #fff;
  border-radius: 25px;
}
@media (max-width: 576px) {
  .jobs-container .jobGradient {
    background: #C5870F;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius: 15px;
  }
  .jobs-container .job-card {
    padding: 1rem;
    height: 180px;
    margin-bottom: 2rem;
  }
  .jobs-container .job-card .card-title {
    font-size: 14px;
    margin-bottom: 0.1rem;
    line-height: 1.2;
  }
  .jobs-container .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .jobs-container .icon-circle i {
    font-weight: bold;
  }
  .jobs-container .btn {
    padding: 0.5rem 1rem;
    font-size: 12px;
    margin-bottom: 0.5rem;
  }
  .jobs-container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .jobs-container .col-md-6.col-lg-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 1.5rem;
  }
}

.job-card .btn {
  margin-top: 0;
}

tfoot {
  color: black;
}

.row {
  position: relative;
}

/*# sourceMappingURL=template.css.map*/