/* [project]/node_modules/slick-carousel/slick/slick.css [app-client] (css) */
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* [project]/node_modules/slick-carousel/slick/slick-theme.css [app-client] (css) */
.slick-loading .slick-list {
  background: #fff url("../media/ajax-loader.d5c1e833.gif") center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: normal;
  font-style: normal;
  src: url("../media/slick.3392c85e.eot");
  src: url("../media/slick.3392c85e.eot") format("embedded-opentype"), url("../media/slick.265d68e3.woff") format("woff"), url("../media/slick.31421072.ttf") format("truetype"), url("../media/slick.5f2cd927.svg") format("svg");
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/* [project]/node_modules/bootstrap/dist/css/bootstrap.min.css [app-client] (css) */
: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: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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, #ffffff26, #fff0);
  --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: #212529bf;
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: #21252980;
  --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: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .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 .5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
  --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
  --bs-box-shadow-inset: inset 0 1px 2px #00000013;
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: #0d6efd40;
  --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"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  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: #dee2e6bf;
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: #dee2e680;
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: #ffffff26;
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

body {
  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: transparent;
  margin: 0;
}

hr {
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
  margin: 1rem 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--bs-heading-color);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.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 + .9vw);
}

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

.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

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

.h4, h4 {
  font-size: calc(1.275rem + .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] {
  cursor: help;
  text-decoration-skip-ink: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.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;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875em;
  display: block;
  overflow: auto;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  color: var(--bs-code-color);
  word-wrap: break-word;
  font-size: .875em;
}

a > code {
  color: inherit;
}

kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  padding: .1875rem .375rem;
  font-size: .875em;
}

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 {
  color: var(--bs-secondary-color);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

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

[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

::-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 {
  cursor: pointer;
  display: list-item;
}

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  color: #6c757d;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
}

.blockquote-footer:before {
  content: "— ";
}

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

.img-thumbnail {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
  padding: .25rem;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  color: var(--bs-secondary-color);
  font-size: .875em;
}

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    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;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  flex-wrap: wrap;
  display: flex;
}

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

.col {
  flex: 1 0;
}

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

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

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

.row-cols-3 > * {
  flex: none;
  width: 33.3333%;
}

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

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

.row-cols-6 > * {
  flex: none;
  width: 16.6667%;
}

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

.col-1 {
  flex: none;
  width: 8.33333%;
}

.col-2 {
  flex: none;
  width: 16.6667%;
}

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

.col-4 {
  flex: none;
  width: 33.3333%;
}

.col-5 {
  flex: none;
  width: 41.6667%;
}

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

.col-7 {
  flex: none;
  width: 58.3333%;
}

.col-8 {
  flex: none;
  width: 66.6667%;
}

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

.col-10 {
  flex: none;
  width: 83.3333%;
}

.col-11 {
  flex: none;
  width: 91.6667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-2, .gy-2 {
  --bs-gutter-y: .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;
  }

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

  .row-cols-sm-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-auto {
    flex: none;
    width: auto;
  }

  .col-sm-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-sm-3 {
    flex: none;
    width: 25%;
  }

  .col-sm-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-sm-6 {
    flex: none;
    width: 50%;
  }

  .col-sm-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-sm-9 {
    flex: none;
    width: 75%;
  }

  .col-sm-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-sm-12 {
    flex: none;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

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

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

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .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;
  }

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

  .row-cols-md-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    flex: none;
    width: auto;
  }

  .col-md-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

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

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

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .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;
  }

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

  .row-cols-lg-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

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

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

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .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;
  }

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

  .row-cols-xl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

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

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

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .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;
  }

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

  .row-cols-xxl-1 > * {
    flex: none;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: none;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    flex: none;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: none;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-auto {
    flex: none;
    width: auto;
  }

  .col-xxl-1 {
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-3 {
    flex: none;
    width: 25%;
  }

  .col-xxl-4 {
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    flex: none;
    width: 41.6667%;
  }

  .col-xxl-6 {
    flex: none;
    width: 50%;
  }

  .col-xxl-7 {
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    flex: none;
    width: 66.6667%;
  }

  .col-xxl-9 {
    flex: none;
    width: 75%;
  }

  .col-xxl-10 {
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    flex: none;
    width: 91.6667%;
  }

  .col-xxl-12 {
    flex: none;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

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

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

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .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-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
  width: 100%;
  margin-bottom: 1rem;
}

.table > :not(caption) > * > * {
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
  padding: .5rem;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

.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) > *, .table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --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: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --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: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --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: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --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: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --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: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --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: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --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: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --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: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}

.form-label {
  margin-bottom: .5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}

.form-text {
  color: var(--bs-secondary-color);
  margin-top: .25rem;
  font-size: .875em;
}

.form-control {
  width: 100%;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  -webkit-margin-end: .75rem;
  margin: -.375rem -.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
  -webkit-margin-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  margin: -.375rem -.75rem;
  margin-inline-end: .75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  width: 100%;
  color: var(--bs-body-color);
  border: solid #0000;
  border-width: var(--bs-border-width) 0;
  background-color: #0000;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.form-control-sm::file-selector-button {
  -webkit-margin-end: .5rem;
  margin: -.25rem -.5rem;
  margin-inline-end: .5rem;
  padding: .25rem .5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -.5rem -1rem;
  margin-inline-end: 1rem;
  padding: .5rem 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.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");
  width: 100%;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

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

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

[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 {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

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

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

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.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 {
  --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");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .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");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .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='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --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");
  background-position: 100%;
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

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

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .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 {
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range::-moz-range-thumb {
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

.form-floating > label {
  z-index: 2;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  height: 100%;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}

.form-floating > .form-control-plaintext::-moz-placeholder {
  color: #0000;
}

.form-floating > .form-control::-moz-placeholder {
  color: #0000;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: #0000;
}

:-webkit-any(.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-control:not(:-moz-placeholder-shown)), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), :-webkit-any(.form-floating > .form-control-plaintext:-webkit-autofill, .form-floating > .form-control:-webkit-autofill), .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

:is(.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating > .form-control:not(:-moz-placeholder-shown)), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), :is(.form-floating > .form-control-plaintext:autofill, .form-floating > .form-control:autofill), .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.form-floating > .form-control-plaintext ~ label:after, .form-floating > .form-control:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after, .form-floating > .form-select ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), .65);
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

.form-floating > .form-control:disabled ~ label, .form-floating > :disabled ~ label {
  color: #6c757d;
}

.form-floating > .form-control:disabled ~ label:after, .form-floating > :disabled ~ label:after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
  z-index: 5;
}

.input-group .btn {
  z-index: 2;
  position: relative;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

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

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

.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, .input-group:not(.has-validation) > :not(:last-child):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, .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  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(var(--bs-border-width) * -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 {
  width: 100%;
  color: var(--bs-form-valid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  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-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

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

.form-select.is-valid, .was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select: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");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

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

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

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

.invalid-feedback {
  width: 100%;
  color: var(--bs-form-invalid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

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

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  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-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

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

.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select: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");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

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

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

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

.btn {
  --bs-btn-padding-x: .75rem;
  --bs-btn-padding-y: .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: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
  --bs-btn-disabled-opacity: .65;
  --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  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;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

@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);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  box-shadow: var(--bs-btn-focus-box-shadow);
  outline: 0;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  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, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .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: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --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: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --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: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --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: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --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: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --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: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --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: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px #00000020;
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --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 #00000020;
  --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 #00000020;
  --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 #00000020;
  --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 #00000020;
  --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 #00000020;
  --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 #00000020;
  --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 #00000020;
  --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: 49, 132, 253;
  text-decoration: underline;
}

.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: .25rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

.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: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius)  - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: .5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  z-index: var(--bs-dropdown-zindex);
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
  left: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}

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

.dropdown-menu-end {
  --bs-position: end;
}

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

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

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

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

  .dropdown-menu-md-end {
    --bs-position: end;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

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

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

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

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

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

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

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

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
  top: 0;
  left: 100%;
  right: auto;
}

.dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropend .dropdown-toggle:after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
  top: 0;
  left: auto;
  right: 100%;
}

.dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.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;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
  overflow: hidden;
}

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

.dropdown-item:focus, .dropdown-item:hover {
  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);
  background-color: var(--bs-dropdown-link-active-bg);
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: #0000;
}

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

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

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

.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: #ffffff26;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  flex: auto;
  position: relative;
}

.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}

.btn-group > .btn-group:not(:first-child), .btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(var(--bs-border-width) * -1);
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-left: .5625rem;
  padding-right: .5625rem;
}

.dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .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: var(--bs-secondary-color);
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  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);
  background: none;
  border: 0;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.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: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  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:focus, .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  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: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.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: .125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  padding-left: 0;
  padding-right: 0;
}

.nav-underline .nav-link:focus, .nav-underline .nav-link:hover {
  border-bottom-color: currentColor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentColor;
  font-weight: 700;
}

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

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

.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: .5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: .3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: .5rem;
  --bs-navbar-toggler-padding-y: .25rem;
  --bs-navbar-toggler-padding-x: .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%2833, 37, 41, 0.75%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(var(--bs-emphasis-color-rgb), .15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: .25rem;
  --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  flex-wrap: inherit;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.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);
  white-space: nowrap;
  text-decoration: none;
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: .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);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  color: var(--bs-navbar-color);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  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);
  color: var(--bs-navbar-color);
  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);
  background-color: #0000;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
  outline: 0;
  text-decoration: none;
}

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

.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 {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    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 {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    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 {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    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 {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    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 {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xxl .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    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 {
  flex-basis: auto;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas {
  z-index: auto;
  flex-grow: 1;
  transition: none;
  position: static;
  visibility: visible !important;
  background-color: #0000 !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas .offcanvas-body {
  flex-grow: 0;
  padding: 0;
  display: flex;
  overflow-y: visible;
}

.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: #ffffff8c;
  --bs-navbar-hover-color: #ffffffbf;
  --bs-navbar-disabled-color: #ffffff40;
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: #ffffff1a;
  --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");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: .5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius)  - (var(--bs-border-width)));
  --bs-card-cap-padding-y: .5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: .75rem;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  background-clip: border-box;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card > hr {
  margin-left: 0;
  margin-right: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
  border-bottom-width: 0;
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

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

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

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  color: var(--bs-card-subtitle-color);
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  margin-bottom: 0;
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
  position: absolute;
  inset: 0;
}

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

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

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

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: wrap;
    display: flex;
  }

  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius)  - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform .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='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  border: 0;
  border-radius: 0;
  align-items: center;
  font-size: 1rem;
  display: flex;
  position: relative;
}

@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 {
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  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);
  flex-shrink: 0;
  margin-left: auto;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  outline: 0;
}

.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-left: 0;
  border-right: 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, .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='%236ea8fe'%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='%236ea8fe'%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");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: .5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
  flex-wrap: wrap;
  list-style: none;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: .75rem;
  --bs-pagination-padding-y: .375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  position: relative;
}

@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);
  box-shadow: var(--bs-pagination-focus-box-shadow);
  outline: 0;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link, .page-link.disabled {
  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: calc(var(--bs-border-width) * -1);
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: .75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: .5rem;
  --bs-pagination-padding-y: .25rem;
  --bs-pagination-font-size: .875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: .65em;
  --bs-badge-padding-y: .35em;
  --bs-badge-font-size: .75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  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);
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  line-height: 1;
  display: inline-block;
}

.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: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  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);
  position: relative;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: .75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width .6s ease;
  height: var(--bs-progress-height);
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  display: flex;
  overflow: hidden;
}

.progress-bar {
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: .5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  border-radius: var(--bs-list-group-border-radius);
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}

.list-group-numbered > .list-group-item:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

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

.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
  text-decoration: none;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%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: .5;
  --bs-btn-close-hover-opacity: .75;
  --bs-btn-close-focus-shadow: 0 0 0 .25rem #0d6efd40;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: .25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  opacity: var(--bs-btn-close-opacity);
  border: 0;
  border-radius: .375rem;
  padding: .25em;
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  opacity: var(--bs-btn-close-hover-opacity);
  text-decoration: none;
}

.btn-close:focus {
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
  outline: 0;
}

.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: .75rem;
  --bs-toast-padding-y: .5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: .875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
  background-clip: padding-box;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  --bs-toast-zindex: 1090;
  z-index: var(--bs-toast-zindex);
  pointer-events: none;
  width: max-content;
  max-width: 100%;
  position: absolute;
}

.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius)  - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius)  - var(--bs-toast-border-width));
  background-clip: padding-box;
  align-items: center;
  display: flex;
}

.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg)  - (var(--bs-border-width)));
  --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: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  z-index: var(--bs-modal-zindex);
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .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 {
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  align-items: center;
  display: flex;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  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);
  flex-shrink: 0;
  align-items: center;
  display: flex;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

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

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

.modal-footer {
  padding: calc(var(--bs-modal-padding)  - var(--bs-modal-footer-gap) * .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);
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-left: auto;
    margin-right: 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 {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  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 {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
    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 {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
    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 {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
    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 {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
    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 {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
    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: .5rem;
  --bs-tooltip-padding-y: .25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: .875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: .9;
  --bs-tooltip-arrow-width: .8rem;
  --bs-tooltip-arrow-height: .4rem;
  z-index: var(--bs-tooltip-zindex);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
  text-decoration: none;
  display: block;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
  display: block;
}

.tooltip .tooltip-arrow:before {
  content: "";
  border-style: solid;
  border-color: #0000;
  position: absolute;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

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

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

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

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

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

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

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

.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: .875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg)  - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: .5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: .5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
  background-clip: padding-box;
  text-decoration: none;
  display: block;
}

.popover .popover-arrow {
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
  display: block;
}

.popover .popover-arrow:after, .popover .popover-arrow:before {
  content: "";
  border: 0 solid #0000;
  display: block;
  position: absolute;
}

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

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

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before, .bs-popover-top > .popover-arrow:before {
  border-top-color: var(--bs-popover-arrow-border);
  bottom: 0;
}

.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after, .bs-popover-top > .popover-arrow:after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow, .bs-popover-end > .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-auto[data-popper-placement^="right"] > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before, .bs-popover-end > .popover-arrow:after, .bs-popover-end > .popover-arrow:before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before, .bs-popover-end > .popover-arrow:before {
  border-right-color: var(--bs-popover-arrow-border);
  left: 0;
}

.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after, .bs-popover-end > .popover-arrow:after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

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

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

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before, .bs-popover-bottom > .popover-arrow:before {
  border-bottom-color: var(--bs-popover-arrow-border);
  top: 0;
}

.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after, .bs-popover-bottom > .popover-arrow:after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before, .bs-popover-bottom .popover-header:before {
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow, .bs-popover-start > .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-auto[data-popper-placement^="left"] > .popover-arrow:after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before, .bs-popover-start > .popover-arrow:after, .bs-popover-start > .popover-arrow:before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before, .bs-popover-start > .popover-arrow:before {
  border-left-color: var(--bs-popover-arrow-border);
  right: 0;
}

.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after, .bs-popover-start > .popover-arrow:after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  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);
  margin-bottom: 0;
}

.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 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}

.carousel-item {
  float: left;
  backface-visibility: hidden;
  width: 100%;
  margin-right: -100%;
  transition: transform .6s ease-in-out;
  display: none;
  position: relative;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

.carousel-control-next, .carousel-control-prev {
  z-index: 1;
  color: #fff;
  text-align: center;
  opacity: .5;
  background: none;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  opacity: .9;
  outline: 0;
  text-decoration: none;
}

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

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

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

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

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

.carousel-indicators {
  z-index: 2;
  justify-content: center;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  opacity: .5;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #0000;
  border-left: 0;
  border-right: 0;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 0;
  transition: opacity .6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert() 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-next-icon, [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 {
  filter: invert() 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;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-border-width: .25em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: #0000;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: .2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -.125em;
  --bs-spinner-animation-speed: .75s;
  --bs-spinner-animation-name: spinner-grow;
  opacity: 0;
  background-color: currentColor;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border, .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform .3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-sm.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-sm.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-sm.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing {
    transform: none;
  }

  .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-sm .offcanvas-header {
    display: none;
  }

  .offcanvas-sm .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-md.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-md.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-md.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-md.show:not(.hiding), .offcanvas-md.showing {
    transform: none;
  }

  .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-md .offcanvas-header {
    display: none;
  }

  .offcanvas-md .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-lg.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-lg.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-lg.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing {
    transform: none;
  }

  .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-lg .offcanvas-header {
    display: none;
  }

  .offcanvas-lg .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-xl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-xl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-xl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing {
    transform: none;
  }

  .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-xl .offcanvas-header {
    display: none;
  }

  .offcanvas-xl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .offcanvas-xxl.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translateX(100%);
  }

  .offcanvas-xxl.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
  }

  .offcanvas-xxl.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%);
  }

  .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing {
    transform: none;
  }

  .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: #0000 !important;
  }

  .offcanvas-xxl .offcanvas-header {
    display: none;
  }

  .offcanvas-xxl .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible;
    background-color: #0000 !important;
  }
}

.offcanvas {
  z-index: var(--bs-offcanvas-zindex);
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  transition: var(--bs-offcanvas-transition);
  background-clip: padding-box;
  outline: 0;
  flex-direction: column;
  display: flex;
  position: fixed;
  bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas.offcanvas-start {
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.offcanvas.offcanvas-end {
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  top: 0;
  right: 0;
  transform: translateX(100%);
}

.offcanvas.offcanvas-top {
  height: var(--bs-offcanvas-height);
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
  height: var(--bs-offcanvas-height);
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  max-height: 100%;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  transform: none;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
  visibility: visible;
}

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

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: .5;
}

.offcanvas-header {
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  align-items: center;
  display: flex;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}

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

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

.placeholder {
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
  background-color: currentColor;
  min-height: 1em;
  display: inline-block;
}

.placeholder.btn:before {
  content: "";
  display: inline-block;
}

.placeholder-xs {
  min-height: .6em;
}

.placeholder-sm {
  min-height: .8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: 2s ease-in-out infinite placeholder-glow;
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

.placeholder-wave {
  animation: 2s linear infinite placeholder-wave;
  -webkit-mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

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

.text-bg-primary {
  color: #fff !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;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-primary:focus, .link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

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

.link-secondary:focus, .link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-success:focus, .link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-info:focus, .link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning:focus, .link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger:focus, .link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-light:focus, .link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:focus, .link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-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;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

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

.focus-ring:focus {
  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);
  outline: 0;
}

.icon-link {
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-underline-offset: .25em;
  backface-visibility: hidden;
  align-items: center;
  gap: .375rem;
  display: inline-flex;
}

.icon-link > .bi {
  fill: currentColor;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

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

.ratio {
  width: 100%;
  position: relative;
}

.ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 768px) {
  .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 992px) {
  .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 1200px) {
  .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

@media (min-width: 1400px) {
  .sticky-xxl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }

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

.hstack {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

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

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) {
  position: absolute !important;
}

.stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

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

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

.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 {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

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

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

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

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

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

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

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

.opacity-75 {
  opacity: .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: .1;
}

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

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

.border-opacity-75 {
  --bs-border-opacity: .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: 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: .25rem !important;
}

.m-2 {
  margin: .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-left: 0 !important;
  margin-right: 0 !important;
}

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

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

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

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

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

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

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

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

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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: .25rem !important;
}

.mt-2 {
  margin-top: .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: .25rem !important;
}

.me-2 {
  margin-right: .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: .25rem !important;
}

.mb-2 {
  margin-bottom: .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: .25rem !important;
}

.ms-2 {
  margin-left: .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: .25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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: .25rem !important;
}

.pt-2 {
  padding-top: .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: .25rem !important;
}

.pe-2 {
  padding-right: .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: .25rem !important;
}

.pb-2 {
  padding-bottom: .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: .25rem !important;
}

.ps-2 {
  padding-left: .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: .25rem !important;
}

.gap-2 {
  gap: .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: .25rem !important;
}

.row-gap-2 {
  row-gap: .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 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

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

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

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

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

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  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 + .9vw) !important;
}

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

.fs-4 {
  font-size: calc(1.275rem + .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;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.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: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !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: .25;
}

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

.text-opacity-75 {
  --bs-text-opacity: .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, .link-opacity-10-hover:hover {
  --bs-link-opacity: .1;
}

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

.link-opacity-50, .link-opacity-50-hover:hover {
  --bs-link-opacity: .5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-underline-opacity-100, .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: #0000 !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: .1;
}

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

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

.bg-opacity-75 {
  --bs-bg-opacity: .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 {
  -webkit-user-select: all !important;
  user-select: all !important;
}

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

.user-select-none {
  -webkit-user-select: none !important;
  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-top-left-radius: 0 !important;
  border-bottom-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-top-left-radius: 50% !important;
  border-bottom-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 {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

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

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

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

  .object-fit-sm-none {
    -o-object-fit: none !important;
    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: 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: .25rem !important;
  }

  .m-sm-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }

  .mt-sm-2 {
    margin-top: .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: .25rem !important;
  }

  .me-sm-2 {
    margin-right: .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: .25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .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: .25rem !important;
  }

  .ms-sm-2 {
    margin-left: .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: .25rem !important;
  }

  .p-sm-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }

  .pt-sm-2 {
    padding-top: .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: .25rem !important;
  }

  .pe-sm-2 {
    padding-right: .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: .25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .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: .25rem !important;
  }

  .ps-sm-2 {
    padding-left: .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: .25rem !important;
  }

  .gap-sm-2 {
    gap: .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: .25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: .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 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-sm-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

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

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

  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    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 {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

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

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

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

  .object-fit-md-none {
    -o-object-fit: none !important;
    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: 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: .25rem !important;
  }

  .m-md-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .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: .25rem !important;
  }

  .me-md-2 {
    margin-right: .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: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .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: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .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: .25rem !important;
  }

  .p-md-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .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: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .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: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .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: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .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: .25rem !important;
  }

  .gap-md-2 {
    gap: .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: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .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 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

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

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

  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    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 {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

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

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

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

  .object-fit-lg-none {
    -o-object-fit: none !important;
    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: 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: .25rem !important;
  }

  .m-lg-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .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: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .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: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .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: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .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: .25rem !important;
  }

  .p-lg-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .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: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .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: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .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: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .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: .25rem !important;
  }

  .gap-lg-2 {
    gap: .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: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .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 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

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

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

  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    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 {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

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

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

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

  .object-fit-xl-none {
    -o-object-fit: none !important;
    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: 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: .25rem !important;
  }

  .m-xl-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .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: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .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: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .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: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .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: .25rem !important;
  }

  .p-xl-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .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: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .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: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .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: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .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: .25rem !important;
  }

  .gap-xl-2 {
    gap: .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: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .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 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

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

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

  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    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 {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

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

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

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

  .object-fit-xxl-none {
    -o-object-fit: none !important;
    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: 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: .25rem !important;
  }

  .m-xxl-2 {
    margin: .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-left: 0 !important;
    margin-right: 0 !important;
  }

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

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

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

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

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

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

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

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

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .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: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .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: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .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: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .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: .25rem !important;
  }

  .p-xxl-2 {
    padding: .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-left: 0 !important;
    padding-right: 0 !important;
  }

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

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

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

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

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

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

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

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .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: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .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: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .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: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .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: .25rem !important;
  }

  .gap-xxl-2 {
    gap: .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: .25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: .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 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important;
  }

  .column-gap-xxl-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important;
  }

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

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

  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    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;
  }
}

/* [project]/src/styles/index.scss.css [app-client] (css) */
@font-face {
  font-family: icomoon;
  src: url("../media/icomoon.6a301c0e.eot");
  src: url("../media/icomoon.6a301c0e.eot") format("embedded-opentype"), url("../media/icomoon.351ef5b8.ttf") format("truetype"), url("../media/icomoon.b8c9c366.woff") format("woff"), url("../media/icomoon.bf6e809f.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  speak: never;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: icomoon !important;
}

.icon-drawing:before {
  content: "";
}

.icon-process:before {
  content: "";
}

.icon-task:before {
  content: "";
}

.icon-one-finger-click:before {
  content: "";
}

.icon-case:before {
  content: "";
}

.icon-contact:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

@font-face {
  font-family: Flaticon;
  src: url("../media/Flaticon.dbea3de3.eot");
  src: url("../media/Flaticon.dbea3de3.eot") format("embedded-opentype"), url("../media/Flaticon.88849bb4.woff2") format("woff2"), url("../media/Flaticon.b71665f8.woff") format("woff"), url("../media/Flaticon.3ca2ff3a.ttf") format("truetype"), url("../media/Flaticon.0481e8e5.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Flaticon;
    src: url("../media/Flaticon.0481e8e5.svg") format("svg");
    font-display: swap;
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-notebook:before {
  content: "";
}

.flaticon-edit:before {
  content: "";
}

.flaticon-placeholder:before {
  content: "";
}

.flaticon-paper-plane:before {
  content: "";
}

.flaticon-user:before {
  content: "";
}

.flaticon-unlink:before {
  content: "";
}

.flaticon-search:before {
  content: "";
}

.flaticon-drop:before {
  content: "";
}

.flaticon-christmas-tree:before {
  content: "";
}

.flaticon-plus:before {
  content: "";
}

.flaticon-battery:before {
  content: "";
}

.flaticon-target:before {
  content: "";
}

.flaticon-first-aid-kit:before {
  content: "";
}

.flaticon-tablet:before {
  content: "";
}

.flaticon-dustbin:before {
  content: "";
}

.flaticon-telegram-logo:before {
  content: "";
}

.flaticon-4-square-shapes:before {
  content: "";
}

.flaticon-speech-bubble-and-three-dots:before {
  content: "";
}

.flaticon-man:before {
  content: "";
}

.flaticon-tree-of-love:before {
  content: "";
}

.flaticon-play-button:before {
  content: "";
}

.flaticon-royal-crown-of-elegant-vintage-design:before {
  content: "";
}

.flaticon-desktop-computer-with-magnifying-lens-focusing-on-data:before {
  content: "";
}

.flaticon-test-tube-flask-and-drop-of-blood:before {
  content: "";
}

.flaticon-stocks-graphic-on-laptop-monitor:before {
  content: "";
}

.flaticon-attachment:before {
  content: "";
}

.flaticon-transport:before {
  content: "";
}

.flaticon-recycle-triangle-of-three-arrows-outlines:before {
  content: "";
}

.flaticon-arrows:before {
  content: "";
}

.flaticon-snowflake:before {
  content: "";
}

.flaticon-clock:before {
  content: "";
}

.flaticon-find-in-folder:before {
  content: "";
}

.flaticon-smartphone:before {
  content: "";
}

.flaticon-arrow-pointing-to-right:before {
  content: "";
}

.flaticon-gas-pump:before {
  content: "";
}

.flaticon-house-silhouette:before {
  content: "";
}

.flaticon-arrows-1:before {
  content: "";
}

.flaticon-floor:before {
  content: "";
}

.flaticon-exercise:before {
  content: "";
}

.flaticon-love-planet:before {
  content: "";
}

.flaticon-workers:before {
  content: "";
}

.flaticon-open-magazine:before {
  content: "";
}

.flaticon-confirm-schedule:before {
  content: "";
}

.flaticon-star:before {
  content: "";
}

.flaticon-order:before {
  content: "";
}

.flaticon-key:before {
  content: "";
}

.flaticon-medical:before {
  content: "";
}

.flaticon-smartphone-1:before {
  content: "";
}

.flaticon-plug:before {
  content: "";
}

.flaticon-arrows-2:before {
  content: "";
}

.flaticon-arrows-3:before {
  content: "";
}

.flaticon-money-bag:before {
  content: "";
}

.flaticon-next:before {
  content: "";
}

.flaticon-back:before {
  content: "";
}

.flaticon-reload:before {
  content: "";
}

.flaticon-headphones:before {
  content: "";
}

.flaticon-signs:before {
  content: "";
}

.flaticon-diamond:before {
  content: "";
}

.flaticon-chat:before {
  content: "";
}

.flaticon-phone:before {
  content: "";
}

.flaticon-down-chevron:before {
  content: "";
}

.flaticon-up-chevron:before {
  content: "";
}

.flaticon-stairs:before {
  content: "";
}

.flaticon-music-player:before {
  content: "";
}

.flaticon-play-button-1:before {
  content: "";
}

.flaticon-speaker:before {
  content: "";
}

.flaticon-menu:before {
  content: "";
}

.flaticon-share:before {
  content: "";
}

.flaticon-map:before {
  content: "";
}

.flaticon-hourglass:before {
  content: "";
}

.flaticon-layers:before {
  content: "";
}

.flaticon-home:before {
  content: "";
}

.flaticon-handshake:before {
  content: "";
}

.flaticon-time:before {
  content: "";
}

.flaticon-worldwide:before {
  content: "";
}

.flaticon-board:before {
  content: "";
}

.flaticon-twitter:before {
  content: "";
}

.flaticon-smartphone-2:before {
  content: "";
}

.flaticon-mobile:before {
  content: "";
}

.flaticon-maps-and-flags:before {
  content: "";
}

.flaticon-add:before {
  content: "";
}

.flaticon-substract:before {
  content: "";
}

.flaticon-phone-call:before {
  content: "";
}

.flaticon-monitor:before {
  content: "";
}

.flaticon-menu-1:before {
  content: "";
}

.flaticon-cancel:before {
  content: "";
}

.flaticon-24-hours:before {
  content: "";
}

.flaticon-t-shirt-outline:before {
  content: "";
}

.flaticon-folder-outline:before {
  content: "";
}

.flaticon-quote:before {
  content: "";
}

.flaticon-play-button-2:before {
  content: "";
}

.flaticon-right-quotation-sign:before {
  content: "";
}

.flaticon-up-arrow:before {
  content: "";
}

.flaticon-open-mail-interface-symbol:before {
  content: "";
}

.flaticon-menu-button:before {
  content: "";
}

.flaticon-smartphone-3:before {
  content: "";
}

.flaticon-add-1:before {
  content: "";
}

.flaticon-play-button-3:before {
  content: "";
}

.flaticon-play-button-4:before {
  content: "";
}

.flaticon-support:before {
  content: "";
}

.flaticon-close:before {
  content: "";
}

.flaticon-heart-1:before {
  content: "";
}

.flaticon-renewable:before {
  content: "";
}

.flaticon-bar-chart:before {
  content: "";
}

.flaticon-profit:before {
  content: "";
}

.flaticon-settings:before {
  content: "";
}

.flaticon-confirm:before {
  content: "";
}

.flaticon-edit-1:before {
  content: "";
}

.flaticon-share-1:before {
  content: "";
}

.flaticon-decreasing:before {
  content: "";
}

.flaticon-graph:before {
  content: "";
}

.flaticon-multi-tab:before {
  content: "";
}

.flaticon-graph-1:before {
  content: "";
}

.flaticon-graph-2:before {
  content: "";
}

.flaticon-tick:before {
  content: "";
}

.flaticon-pin:before {
  content: "";
}

.flaticon-alarm-clock:before {
  content: "";
}

.flaticon-close-1:before {
  content: "";
}

.flaticon-settings-1:before {
  content: "";
}

.flaticon-telephone:before {
  content: "";
}

.flaticon-home-1:before {
  content: "";
}

.flaticon-search-1:before {
  content: "";
}

.flaticon-notification:before {
  content: "";
}

.flaticon-attachment-1:before {
  content: "";
}

.flaticon-down-arrow:before {
  content: "";
}

.flaticon-tv:before {
  content: "";
}

.flaticon-phone-receiver:before {
  content: "";
}

.flaticon-next-1:before {
  content: "";
}

.flaticon-back-1:before {
  content: "";
}

.flaticon-clock-1:before {
  content: "";
}

.flaticon-email:before {
  content: "";
}

.flaticon-email-1:before {
  content: "";
}

.flaticon-engineer:before {
  content: "";
}

.flaticon-cog:before {
  content: "";
}

.flaticon-cog-1:before {
  content: "";
}

.flaticon-call:before {
  content: "";
}

.flaticon-call-1:before {
  content: "";
}

.flaticon-email-2:before {
  content: "";
}

.flaticon-shopping-bag:before {
  content: "";
}

.flaticon-clock-2:before {
  content: "";
}

.flaticon-custom:before {
  content: "";
}

.flaticon-settings-2:before {
  content: "";
}

.flaticon-monitor-1:before {
  content: "";
}

.flaticon-stats:before {
  content: "";
}

.flaticon-monitor-2:before {
  content: "";
}

.flaticon-bars:before {
  content: "";
}

.flaticon-bar-chart-1:before {
  content: "";
}

.flaticon-bars-1:before {
  content: "";
}

.flaticon-camera:before {
  content: "";
}

.flaticon-camera-1:before {
  content: "";
}

.flaticon-camera-2:before {
  content: "";
}

.flaticon-dslr-camera:before {
  content: "";
}

.flaticon-tower:before {
  content: "";
}

.flaticon-technical-support:before {
  content: "";
}

.flaticon-maintenance:before {
  content: "";
}

.flaticon-production:before {
  content: "";
}

.flaticon-3d-printer:before {
  content: "";
}

.flaticon-gift:before {
  content: "";
}

.flaticon-winner:before {
  content: "";
}

.flaticon-diploma:before {
  content: "";
}

.flaticon-diploma-1:before {
  content: "";
}

.flaticon-medal:before {
  content: "";
}

.flaticon-title:before {
  content: "";
}

.flaticon-certificate:before {
  content: "";
}

.flaticon-meeting-point:before {
  content: "";
}

.flaticon-pin-1:before {
  content: "";
}

.flaticon-email-3:before {
  content: "";
}

.flaticon-call-2:before {
  content: "";
}

.flaticon-telephone-1:before {
  content: "";
}

.flaticon-teacher:before {
  content: "";
}

.flaticon-support-2:before {
  content: "";
}

.flaticon-design-tool:before {
  content: "";
}

.flaticon-success:before {
  content: "";
}

.flaticon-startup:before {
  content: "";
}

.flaticon-creativity:before {
  content: "";
}

.flaticon-creativity-1:before {
  content: "";
}

.flaticon-puzzle:before {
  content: "";
}

.flaticon-vector-1:before {
  content: "";
}

.flaticon-brainstorm:before {
  content: "";
}

.flaticon-pencil:before {
  content: "";
}

.flaticon-typography:before {
  content: "";
}

.flaticon-lightbulb:before {
  content: "";
}

.flaticon-cancel-1:before {
  content: "";
}

.flaticon-dislike:before {
  content: "";
}

.flaticon-paper-plane-1:before {
  content: "";
}

.flaticon-mail:before {
  content: "";
}

.flaticon-call-3:before {
  content: "";
}

.flaticon-shopping-cart:before {
  content: "";
}

.flaticon-shopping-cart-1:before {
  content: "";
}

.flaticon-heart:before {
  content: "";
}

.flaticon-compare:before {
  content: "";
}

.flaticon-user-1:before {
  content: "";
}

.flaticon-loupe:before {
  content: "";
}

.flaticon-paper-clip:before {
  content: "";
}

.flaticon-shield:before {
  content: "";
}

.flaticon-diamond-2:before {
  content: "";
}

.flaticon-checked:before {
  content: "";
}

.flaticon-right:before {
  content: "";
}

.flaticon-left:before {
  content: "";
}

.flaticon-padlock:before {
  content: "";
}

.flaticon-starred:before {
  content: "";
}

.flaticon-star-1:before {
  content: "";
}

.flaticon-grid:before {
  content: "";
}

.flaticon-option:before {
  content: "";
}

.flaticon-sort:before {
  content: "";
}

.flaticon-delete:before {
  content: "";
}

.flaticon-envelope:before {
  content: "";
}

.flaticon-quote-1:before {
  content: "";
}

.flaticon-briefcase:before {
  content: "";
}

.flaticon-file:before {
  content: "";
}

.flaticon-money-1:before {
  content: "";
}

.flaticon-promotion:before {
  content: "";
}

.flaticon-megaphone:before {
  content: "";
}

.flaticon-vector:before {
  content: "";
}

.flaticon-web-programming:before {
  content: "";
}

.flaticon-rocket-ship:before {
  content: "";
}

.flaticon-headhunting:before {
  content: "";
}

.flaticon-approved:before {
  content: "";
}

.flaticon-support-1:before {
  content: "";
}

.flaticon-first-aid-kit-1:before {
  content: "";
}

.flaticon-car:before {
  content: "";
}

.flaticon-compact:before {
  content: "";
}

.flaticon-map-locator:before {
  content: "";
}

.flaticon-clock-3:before {
  content: "";
}

.flaticon-money:before {
  content: "";
}

.flaticon-money-2:before {
  content: "";
}

.flaticon-bookmark:before {
  content: "";
}

.flaticon-search-2:before {
  content: "";
}

.flaticon-search-3:before {
  content: "";
}

.fa, .fas, .far, .fal, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  display: inline-block;
}

.fa-lg {
  vertical-align: -.0667em;
  font-size: 1.33333em;
  line-height: .75em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  margin-left: 2.5em;
  padding-left: 0;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  text-align: center;
  width: 2em;
  line-height: inherit;
  position: absolute;
  left: -2em;
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: 2s linear infinite fa-spin;
}

.fa-pulse {
  animation: 1s steps(8, end) infinite fa-spin;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  vertical-align: middle;
  width: 2.5em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  position: relative;
}

.fa-stack-1x, .fa-stack-2x {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../media/fa-brands-400.cefe433b.eot");
  src: url("../media/fa-brands-400.cefe433b.eot") format("embedded-opentype"), url("../media/fa-brands-400.64d33afd.woff2") format("woff2"), url("../media/fa-brands-400.910669e6.woff") format("woff"), url("../media/fa-brands-400.670e466e.ttf") format("truetype"), url("../media/fa-brands-400.4d466c1e.svg") format("svg");
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/fa-regular-400.640d6883.eot");
  src: url("../media/fa-regular-400.640d6883.eot") format("embedded-opentype"), url("../media/fa-regular-400.2a298356.woff2") format("woff2"), url("../media/fa-regular-400.fd09cc2a.woff") format("woff"), url("../media/fa-regular-400.e32762d2.ttf") format("truetype"), url("../media/fa-regular-400.30b3589a.svg") format("svg");
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/fa-solid-900.b98dac32.eot");
  src: url("../media/fa-solid-900.b98dac32.eot") format("embedded-opentype"), url("../media/fa-solid-900.0666683a.woff2") format("woff2"), url("../media/fa-solid-900.c8add211.woff") format("woff"), url("../media/fa-solid-900.ee7a2582.ttf") format("truetype"), url("../media/fa-solid-900.c5cfcbb1.svg") format("svg");
}

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.la, .las, .lar, .lal, .lad, .lab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-variant: normal;
  text-rendering: auto;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}

.la-lg {
  vertical-align: -.0667em;
  font-size: 1.33333em;
  line-height: .75em;
}

.la-xs {
  font-size: .75em;
}

.la-sm {
  font-size: .875em;
}

.la-1x {
  font-size: 1em;
}

.la-2x {
  font-size: 2em;
}

.la-3x {
  font-size: 3em;
}

.la-4x {
  font-size: 4em;
}

.la-5x {
  font-size: 5em;
}

.la-6x {
  font-size: 6em;
}

.la-7x {
  font-size: 7em;
}

.la-8x {
  font-size: 8em;
}

.la-9x {
  font-size: 9em;
}

.la-10x {
  font-size: 10em;
}

.la-fw {
  text-align: center;
  width: 1.25em;
}

.la-ul {
  margin-left: 2.5em;
  padding-left: 0;
  list-style-type: none;
}

.la-ul > li {
  position: relative;
}

.la-li {
  text-align: center;
  width: 2em;
  line-height: inherit;
  position: absolute;
  left: -2em;
}

.la-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.la-pull-left {
  float: left;
}

.la-pull-right {
  float: right;
}

.la.la-pull-left, .las.la-pull-left, .lar.la-pull-left, .lal.la-pull-left, .lab.la-pull-left {
  margin-right: .3em;
}

.la.la-pull-right, .las.la-pull-right, .lar.la-pull-right, .lal.la-pull-right, .lab.la-pull-right {
  margin-left: .3em;
}

.la-spin {
  animation: 2s linear infinite la-spin;
}

.la-pulse {
  animation: 1s steps(8, end) infinite la-spin;
}

@keyframes la-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.la-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.la-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.la-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.la-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.la-flip-both, .la-flip-horizontal.la-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1);
}

:root .la-rotate-90, :root .la-rotate-180, :root .la-rotate-270, :root .la-flip-horizontal, :root .la-flip-vertical, :root .la-flip-both {
  filter: none;
}

.la-stack {
  vertical-align: middle;
  width: 2.5em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  position: relative;
}

.la-stack-1x, .la-stack-2x {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
}

.la-stack-1x {
  line-height: inherit;
}

.la-stack-2x {
  font-size: 2em;
}

.la-inverse {
  color: #fff;
}

.la-500px:before {
  content: "";
}

.la-accessible-icon:before {
  content: "";
}

.la-accusoft:before {
  content: "";
}

.la-acquisitions-incorporated:before {
  content: "";
}

.la-ad:before {
  content: "";
}

.la-address-book:before {
  content: "";
}

.la-address-card:before {
  content: "";
}

.la-adjust:before {
  content: "";
}

.la-adn:before {
  content: "";
}

.la-adobe:before {
  content: "";
}

.la-adversal:before {
  content: "";
}

.la-affiliatetheme:before {
  content: "";
}

.la-air-freshener:before {
  content: "";
}

.la-airbnb:before {
  content: "";
}

.la-algolia:before {
  content: "";
}

.la-align-center:before {
  content: "";
}

.la-align-justify:before {
  content: "";
}

.la-align-left:before {
  content: "";
}

.la-align-right:before {
  content: "";
}

.la-alipay:before {
  content: "";
}

.la-allergies:before {
  content: "";
}

.la-amazon:before {
  content: "";
}

.la-amazon-pay:before {
  content: "";
}

.la-ambulance:before {
  content: "";
}

.la-american-sign-language-interpreting:before {
  content: "";
}

.la-amilia:before {
  content: "";
}

.la-anchor:before {
  content: "";
}

.la-android:before {
  content: "";
}

.la-angellist:before {
  content: "";
}

.la-angle-double-down:before {
  content: "";
}

.la-angle-double-left:before {
  content: "";
}

.la-angle-double-right:before {
  content: "";
}

.la-angle-double-up:before {
  content: "";
}

.la-angle-down:before {
  content: "";
}

.la-angle-left:before {
  content: "";
}

.la-angle-right:before {
  content: "";
}

.la-angle-up:before {
  content: "";
}

.la-angry:before {
  content: "";
}

.la-angrycreative:before {
  content: "";
}

.la-angular:before {
  content: "";
}

.la-ankh:before {
  content: "";
}

.la-app-store:before {
  content: "";
}

.la-app-store-ios:before {
  content: "";
}

.la-apper:before {
  content: "";
}

.la-apple:before {
  content: "";
}

.la-apple-alt:before {
  content: "";
}

.la-apple-pay:before {
  content: "";
}

.la-archive:before {
  content: "";
}

.la-archway:before {
  content: "";
}

.la-arrow-alt-circle-down:before {
  content: "";
}

.la-arrow-alt-circle-left:before {
  content: "";
}

.la-arrow-alt-circle-right:before {
  content: "";
}

.la-arrow-alt-circle-up:before {
  content: "";
}

.la-arrow-circle-down:before {
  content: "";
}

.la-arrow-circle-left:before {
  content: "";
}

.la-arrow-circle-right:before {
  content: "";
}

.la-arrow-circle-up:before {
  content: "";
}

.la-arrow-down:before {
  content: "";
}

.la-arrow-left:before {
  content: "";
}

.la-arrow-right:before {
  content: "";
}

.la-arrow-up:before {
  content: "";
}

.la-arrows-alt:before {
  content: "";
}

.la-arrows-alt-h:before {
  content: "";
}

.la-arrows-alt-v:before {
  content: "";
}

.la-artstation:before {
  content: "";
}

.la-assistive-listening-systems:before {
  content: "";
}

.la-asterisk:before {
  content: "";
}

.la-asymmetrik:before {
  content: "";
}

.la-at:before {
  content: "";
}

.la-atlas:before {
  content: "";
}

.la-atlassian:before {
  content: "";
}

.la-atom:before {
  content: "";
}

.la-audible:before {
  content: "";
}

.la-audio-description:before {
  content: "";
}

.la-autoprefixer:before {
  content: "";
}

.la-avianex:before {
  content: "";
}

.la-aviato:before {
  content: "";
}

.la-award:before {
  content: "";
}

.la-aws:before {
  content: "";
}

.la-baby:before {
  content: "";
}

.la-baby-carriage:before {
  content: "";
}

.la-backspace:before {
  content: "";
}

.la-backward:before {
  content: "";
}

.la-bacon:before {
  content: "";
}

.la-balance-scale:before {
  content: "";
}

.la-balance-scale-left:before {
  content: "";
}

.la-balance-scale-right:before {
  content: "";
}

.la-ban:before {
  content: "";
}

.la-band-aid:before {
  content: "";
}

.la-bandcamp:before {
  content: "";
}

.la-barcode:before {
  content: "";
}

.la-bars:before {
  content: "";
}

.la-baseball-ball:before {
  content: "";
}

.la-basketball-ball:before {
  content: "";
}

.la-bath:before {
  content: "";
}

.la-battery-empty:before {
  content: "";
}

.la-battery-full:before {
  content: "";
}

.la-battery-half:before {
  content: "";
}

.la-battery-quarter:before {
  content: "";
}

.la-battery-three-quarters:before {
  content: "";
}

.la-battle-net:before {
  content: "";
}

.la-bed:before {
  content: "";
}

.la-beer:before {
  content: "";
}

.la-behance:before {
  content: "";
}

.la-behance-square:before {
  content: "";
}

.la-bell:before {
  content: "";
}

.la-bell-slash:before {
  content: "";
}

.la-bezier-curve:before {
  content: "";
}

.la-bible:before {
  content: "";
}

.la-bicycle:before {
  content: "";
}

.la-biking:before {
  content: "";
}

.la-bimobject:before {
  content: "";
}

.la-binoculars:before {
  content: "";
}

.la-biohazard:before {
  content: "";
}

.la-birthday-cake:before {
  content: "";
}

.la-bitbucket:before {
  content: "";
}

.la-bitcoin:before {
  content: "";
}

.la-bity:before {
  content: "";
}

.la-black-tie:before {
  content: "";
}

.la-blackberry:before {
  content: "";
}

.la-blender:before {
  content: "";
}

.la-blender-phone:before {
  content: "";
}

.la-blind:before {
  content: "";
}

.la-blog:before {
  content: "";
}

.la-blogger:before {
  content: "";
}

.la-blogger-b:before {
  content: "";
}

.la-bluetooth:before {
  content: "";
}

.la-bluetooth-b:before {
  content: "";
}

.la-bold:before {
  content: "";
}

.la-bolt:before {
  content: "";
}

.la-bomb:before {
  content: "";
}

.la-bone:before {
  content: "";
}

.la-bong:before {
  content: "";
}

.la-book:before {
  content: "";
}

.la-book-dead:before {
  content: "";
}

.la-book-medical:before {
  content: "";
}

.la-book-open:before {
  content: "";
}

.la-book-reader:before {
  content: "";
}

.la-bookmark:before {
  content: "";
}

.la-bootstrap:before {
  content: "";
}

.la-border-all:before {
  content: "";
}

.la-border-none:before {
  content: "";
}

.la-border-style:before {
  content: "";
}

.la-bowling-ball:before {
  content: "";
}

.la-box:before {
  content: "";
}

.la-box-open:before {
  content: "";
}

.la-boxes:before {
  content: "";
}

.la-braille:before {
  content: "";
}

.la-brain:before {
  content: "";
}

.la-bread-slice:before {
  content: "";
}

.la-briefcase:before {
  content: "";
}

.la-briefcase-medical:before {
  content: "";
}

.la-broadcast-tower:before {
  content: "";
}

.la-broom:before {
  content: "";
}

.la-brush:before {
  content: "";
}

.la-btc:before {
  content: "";
}

.la-buffer:before {
  content: "";
}

.la-bug:before {
  content: "";
}

.la-building:before {
  content: "";
}

.la-bullhorn:before {
  content: "";
}

.la-bullseye:before {
  content: "";
}

.la-burn:before {
  content: "";
}

.la-buromobelexperte:before {
  content: "";
}

.la-bus:before {
  content: "";
}

.la-bus-alt:before {
  content: "";
}

.la-business-time:before {
  content: "";
}

.la-buy-n-large:before {
  content: "";
}

.la-buysellads:before {
  content: "";
}

.la-calculator:before {
  content: "";
}

.la-calendar:before {
  content: "";
}

.la-calendar-alt:before {
  content: "";
}

.la-calendar-check:before {
  content: "";
}

.la-calendar-day:before {
  content: "";
}

.la-calendar-minus:before {
  content: "";
}

.la-calendar-plus:before {
  content: "";
}

.la-calendar-times:before {
  content: "";
}

.la-calendar-week:before {
  content: "";
}

.la-camera:before {
  content: "";
}

.la-camera-retro:before {
  content: "";
}

.la-campground:before {
  content: "";
}

.la-canadian-maple-leaf:before {
  content: "";
}

.la-candy-cane:before {
  content: "";
}

.la-cannabis:before {
  content: "";
}

.la-capsules:before {
  content: "";
}

.la-car:before {
  content: "";
}

.la-car-alt:before {
  content: "";
}

.la-car-battery:before {
  content: "";
}

.la-car-crash:before {
  content: "";
}

.la-car-side:before {
  content: "";
}

.la-caret-down:before {
  content: "";
}

.la-caret-left:before {
  content: "";
}

.la-caret-right:before {
  content: "";
}

.la-caret-square-down:before {
  content: "";
}

.la-caret-square-left:before {
  content: "";
}

.la-caret-square-right:before {
  content: "";
}

.la-caret-square-up:before {
  content: "";
}

.la-caret-up:before {
  content: "";
}

.la-carrot:before {
  content: "";
}

.la-cart-arrow-down:before {
  content: "";
}

.la-cart-plus:before {
  content: "";
}

.la-cash-register:before {
  content: "";
}

.la-cat:before {
  content: "";
}

.la-cc-amazon-pay:before {
  content: "";
}

.la-cc-amex:before {
  content: "";
}

.la-cc-apple-pay:before {
  content: "";
}

.la-cc-diners-club:before {
  content: "";
}

.la-cc-discover:before {
  content: "";
}

.la-cc-jcb:before {
  content: "";
}

.la-cc-mastercard:before {
  content: "";
}

.la-cc-paypal:before {
  content: "";
}

.la-cc-stripe:before {
  content: "";
}

.la-cc-visa:before {
  content: "";
}

.la-centercode:before {
  content: "";
}

.la-centos:before {
  content: "";
}

.la-certificate:before {
  content: "";
}

.la-chair:before {
  content: "";
}

.la-chalkboard:before {
  content: "";
}

.la-chalkboard-teacher:before {
  content: "";
}

.la-charging-station:before {
  content: "";
}

.la-chart-area:before {
  content: "";
}

.la-chart-bar:before {
  content: "";
}

.la-chart-line:before {
  content: "";
}

.la-chart-pie:before {
  content: "";
}

.la-check:before {
  content: "";
}

.la-check-circle:before {
  content: "";
}

.la-check-double:before {
  content: "";
}

.la-check-square:before {
  content: "";
}

.la-cheese:before {
  content: "";
}

.la-chess:before {
  content: "";
}

.la-chess-bishop:before {
  content: "";
}

.la-chess-board:before {
  content: "";
}

.la-chess-king:before {
  content: "";
}

.la-chess-knight:before {
  content: "";
}

.la-chess-pawn:before {
  content: "";
}

.la-chess-queen:before {
  content: "";
}

.la-chess-rook:before {
  content: "";
}

.la-chevron-circle-down:before {
  content: "";
}

.la-chevron-circle-left:before {
  content: "";
}

.la-chevron-circle-right:before {
  content: "";
}

.la-chevron-circle-up:before {
  content: "";
}

.la-chevron-down:before {
  content: "";
}

.la-chevron-left:before {
  content: "";
}

.la-chevron-right:before {
  content: "";
}

.la-chevron-up:before {
  content: "";
}

.la-child:before {
  content: "";
}

.la-chrome:before {
  content: "";
}

.la-chromecast:before {
  content: "";
}

.la-church:before {
  content: "";
}

.la-circle:before {
  content: "";
}

.la-circle-notch:before {
  content: "";
}

.la-city:before {
  content: "";
}

.la-clinic-medical:before {
  content: "";
}

.la-clipboard:before {
  content: "";
}

.la-clipboard-check:before {
  content: "";
}

.la-clipboard-list:before {
  content: "";
}

.la-clock:before {
  content: "";
}

.la-clone:before {
  content: "";
}

.la-closed-captioning:before {
  content: "";
}

.la-cloud:before {
  content: "";
}

.la-cloud-download-alt:before {
  content: "";
}

.la-cloud-meatball:before {
  content: "";
}

.la-cloud-moon:before {
  content: "";
}

.la-cloud-moon-rain:before {
  content: "";
}

.la-cloud-rain:before {
  content: "";
}

.la-cloud-showers-heavy:before {
  content: "";
}

.la-cloud-sun:before {
  content: "";
}

.la-cloud-sun-rain:before {
  content: "";
}

.la-cloud-upload-alt:before {
  content: "";
}

.la-cloudscale:before {
  content: "";
}

.la-cloudsmith:before {
  content: "";
}

.la-cloudversify:before {
  content: "";
}

.la-cocktail:before {
  content: "";
}

.la-code:before {
  content: "";
}

.la-code-branch:before {
  content: "";
}

.la-codepen:before {
  content: "";
}

.la-codiepie:before {
  content: "";
}

.la-coffee:before {
  content: "";
}

.la-cog:before {
  content: "";
}

.la-cogs:before {
  content: "";
}

.la-coins:before {
  content: "";
}

.la-columns:before {
  content: "";
}

.la-comment:before {
  content: "";
}

.la-comment-alt:before {
  content: "";
}

.la-comment-dollar:before {
  content: "";
}

.la-comment-dots:before {
  content: "";
}

.la-comment-medical:before {
  content: "";
}

.la-comment-slash:before {
  content: "";
}

.la-comments:before {
  content: "";
}

.la-comments-dollar:before {
  content: "";
}

.la-compact-disc:before {
  content: "";
}

.la-compass:before {
  content: "";
}

.la-compress:before {
  content: "";
}

.la-compress-arrows-alt:before {
  content: "";
}

.la-concierge-bell:before {
  content: "";
}

.la-confluence:before {
  content: "";
}

.la-connectdevelop:before {
  content: "";
}

.la-contao:before {
  content: "";
}

.la-cookie:before {
  content: "";
}

.la-cookie-bite:before {
  content: "";
}

.la-copy:before {
  content: "";
}

.la-copyright:before {
  content: "";
}

.la-cotton-bureau:before {
  content: "";
}

.la-couch:before {
  content: "";
}

.la-cpanel:before {
  content: "";
}

.la-creative-commons:before {
  content: "";
}

.la-creative-commons-by:before {
  content: "";
}

.la-creative-commons-nc:before {
  content: "";
}

.la-creative-commons-nc-eu:before {
  content: "";
}

.la-creative-commons-nc-jp:before {
  content: "";
}

.la-creative-commons-nd:before {
  content: "";
}

.la-creative-commons-pd:before {
  content: "";
}

.la-creative-commons-pd-alt:before {
  content: "";
}

.la-creative-commons-remix:before {
  content: "";
}

.la-creative-commons-sa:before {
  content: "";
}

.la-creative-commons-sampling:before {
  content: "";
}

.la-creative-commons-sampling-plus:before {
  content: "";
}

.la-creative-commons-share:before {
  content: "";
}

.la-creative-commons-zero:before {
  content: "";
}

.la-credit-card:before {
  content: "";
}

.la-critical-role:before {
  content: "";
}

.la-crop:before {
  content: "";
}

.la-crop-alt:before {
  content: "";
}

.la-cross:before {
  content: "";
}

.la-crosshairs:before {
  content: "";
}

.la-crow:before {
  content: "";
}

.la-crown:before {
  content: "";
}

.la-crutch:before {
  content: "";
}

.la-css3:before {
  content: "";
}

.la-css3-alt:before {
  content: "";
}

.la-cube:before {
  content: "";
}

.la-cubes:before {
  content: "";
}

.la-cut:before {
  content: "";
}

.la-cuttlefish:before {
  content: "";
}

.la-d-and-d:before {
  content: "";
}

.la-d-and-d-beyond:before {
  content: "";
}

.la-dashcube:before {
  content: "";
}

.la-database:before {
  content: "";
}

.la-deaf:before {
  content: "";
}

.la-delicious:before {
  content: "";
}

.la-democrat:before {
  content: "";
}

.la-deploydog:before {
  content: "";
}

.la-deskpro:before {
  content: "";
}

.la-desktop:before {
  content: "";
}

.la-dev:before {
  content: "";
}

.la-deviantart:before {
  content: "";
}

.la-dharmachakra:before {
  content: "";
}

.la-dhl:before {
  content: "";
}

.la-diagnoses:before {
  content: "";
}

.la-diaspora:before {
  content: "";
}

.la-dice:before {
  content: "";
}

.la-dice-d20:before {
  content: "";
}

.la-dice-d6:before {
  content: "";
}

.la-dice-five:before {
  content: "";
}

.la-dice-four:before {
  content: "";
}

.la-dice-one:before {
  content: "";
}

.la-dice-six:before {
  content: "";
}

.la-dice-three:before {
  content: "";
}

.la-dice-two:before {
  content: "";
}

.la-digg:before {
  content: "";
}

.la-digital-ocean:before {
  content: "";
}

.la-digital-tachograph:before {
  content: "";
}

.la-directions:before {
  content: "";
}

.la-discord:before {
  content: "";
}

.la-discourse:before {
  content: "";
}

.la-divide:before {
  content: "";
}

.la-dizzy:before {
  content: "";
}

.la-dna:before {
  content: "";
}

.la-dochub:before {
  content: "";
}

.la-docker:before {
  content: "";
}

.la-dog:before {
  content: "";
}

.la-dollar-sign:before {
  content: "";
}

.la-dolly:before {
  content: "";
}

.la-dolly-flatbed:before {
  content: "";
}

.la-donate:before {
  content: "";
}

.la-door-closed:before {
  content: "";
}

.la-door-open:before {
  content: "";
}

.la-dot-circle:before {
  content: "";
}

.la-dove:before {
  content: "";
}

.la-download:before {
  content: "";
}

.la-draft2digital:before {
  content: "";
}

.la-drafting-compass:before {
  content: "";
}

.la-dragon:before {
  content: "";
}

.la-draw-polygon:before {
  content: "";
}

.la-dribbble:before {
  content: "";
}

.la-dribbble-square:before {
  content: "";
}

.la-dropbox:before {
  content: "";
}

.la-drum:before {
  content: "";
}

.la-drum-steelpan:before {
  content: "";
}

.la-drumstick-bite:before {
  content: "";
}

.la-drupal:before {
  content: "";
}

.la-dumbbell:before {
  content: "";
}

.la-dumpster:before {
  content: "";
}

.la-dumpster-fire:before {
  content: "";
}

.la-dungeon:before {
  content: "";
}

.la-dyalog:before {
  content: "";
}

.la-earlybirds:before {
  content: "";
}

.la-ebay:before {
  content: "";
}

.la-edge:before {
  content: "";
}

.la-edit:before {
  content: "";
}

.la-egg:before {
  content: "";
}

.la-eject:before {
  content: "";
}

.la-elementor:before {
  content: "";
}

.la-ellipsis-h:before {
  content: "";
}

.la-ellipsis-v:before {
  content: "";
}

.la-ello:before {
  content: "";
}

.la-ember:before {
  content: "";
}

.la-empire:before {
  content: "";
}

.la-envelope:before {
  content: "";
}

.la-envelope-open:before {
  content: "";
}

.la-envelope-open-text:before {
  content: "";
}

.la-envelope-square:before {
  content: "";
}

.la-envira:before {
  content: "";
}

.la-equals:before {
  content: "";
}

.la-eraser:before {
  content: "";
}

.la-erlang:before {
  content: "";
}

.la-ethereum:before {
  content: "";
}

.la-ethernet:before {
  content: "";
}

.la-etsy:before {
  content: "";
}

.la-euro-sign:before {
  content: "";
}

.la-evernote:before {
  content: "";
}

.la-exchange-alt:before {
  content: "";
}

.la-exclamation:before {
  content: "";
}

.la-exclamation-circle:before {
  content: "";
}

.la-exclamation-triangle:before {
  content: "";
}

.la-expand:before {
  content: "";
}

.la-expand-arrows-alt:before {
  content: "";
}

.la-expeditedssl:before {
  content: "";
}

.la-external-link-alt:before {
  content: "";
}

.la-external-link-square-alt:before {
  content: "";
}

.la-eye:before {
  content: "";
}

.la-eye-dropper:before {
  content: "";
}

.la-eye-slash:before {
  content: "";
}

.la-facebook:before {
  content: "";
}

.la-facebook-f:before {
  content: "";
}

.la-facebook-messenger:before {
  content: "";
}

.la-facebook-square:before {
  content: "";
}

.la-fan:before {
  content: "";
}

.la-fantasy-flight-games:before {
  content: "";
}

.la-fast-backward:before {
  content: "";
}

.la-fast-forward:before {
  content: "";
}

.la-fax:before {
  content: "";
}

.la-feather:before {
  content: "";
}

.la-feather-alt:before {
  content: "";
}

.la-fedex:before {
  content: "";
}

.la-fedora:before {
  content: "";
}

.la-female:before {
  content: "";
}

.la-fighter-jet:before {
  content: "";
}

.la-figma:before {
  content: "";
}

.la-file:before {
  content: "";
}

.la-file-alt:before {
  content: "";
}

.la-file-archive:before {
  content: "";
}

.la-file-audio:before {
  content: "";
}

.la-file-code:before {
  content: "";
}

.la-file-contract:before {
  content: "";
}

.la-file-csv:before {
  content: "";
}

.la-file-download:before {
  content: "";
}

.la-file-excel:before {
  content: "";
}

.la-file-export:before {
  content: "";
}

.la-file-image:before {
  content: "";
}

.la-file-import:before {
  content: "";
}

.la-file-invoice:before {
  content: "";
}

.la-file-invoice-dollar:before {
  content: "";
}

.la-file-medical:before {
  content: "";
}

.la-file-medical-alt:before {
  content: "";
}

.la-file-pdf:before {
  content: "";
}

.la-file-powerpoint:before {
  content: "";
}

.la-file-prescription:before {
  content: "";
}

.la-file-signature:before {
  content: "";
}

.la-file-upload:before {
  content: "";
}

.la-file-video:before {
  content: "";
}

.la-file-word:before {
  content: "";
}

.la-fill:before {
  content: "";
}

.la-fill-drip:before {
  content: "";
}

.la-film:before {
  content: "";
}

.la-filter:before {
  content: "";
}

.la-fingerprint:before {
  content: "";
}

.la-fire:before {
  content: "";
}

.la-fire-alt:before {
  content: "";
}

.la-fire-extinguisher:before {
  content: "";
}

.la-firefox:before {
  content: "";
}

.la-first-aid:before {
  content: "";
}

.la-first-order:before {
  content: "";
}

.la-first-order-alt:before {
  content: "";
}

.la-firstdraft:before {
  content: "";
}

.la-fish:before {
  content: "";
}

.la-fist-raised:before {
  content: "";
}

.la-flag:before {
  content: "";
}

.la-flag-checkered:before {
  content: "";
}

.la-flag-usa:before {
  content: "";
}

.la-flask:before {
  content: "";
}

.la-flickr:before {
  content: "";
}

.la-flipboard:before {
  content: "";
}

.la-flushed:before {
  content: "";
}

.la-fly:before {
  content: "";
}

.la-folder:before {
  content: "";
}

.la-folder-minus:before {
  content: "";
}

.la-folder-open:before {
  content: "";
}

.la-folder-plus:before {
  content: "";
}

.la-font:before {
  content: "";
}

.la-font-awesome:before {
  content: "";
}

.la-font-awesome-alt:before {
  content: "";
}

.la-font-awesome-flag:before {
  content: "";
}

.la-font-awesome-logo-full:before {
  content: "";
}

.la-fonticons:before {
  content: "";
}

.la-fonticons-fi:before {
  content: "";
}

.la-football-ball:before {
  content: "";
}

.la-fort-awesome:before {
  content: "";
}

.la-fort-awesome-alt:before {
  content: "";
}

.la-forumbee:before {
  content: "";
}

.la-forward:before {
  content: "";
}

.la-foursquare:before {
  content: "";
}

.la-free-code-camp:before {
  content: "";
}

.la-freebsd:before {
  content: "";
}

.la-frog:before {
  content: "";
}

.la-frown:before {
  content: "";
}

.la-frown-open:before {
  content: "";
}

.la-fulcrum:before {
  content: "";
}

.la-funnel-dollar:before {
  content: "";
}

.la-futbol:before {
  content: "";
}

.la-galactic-republic:before {
  content: "";
}

.la-galactic-senate:before {
  content: "";
}

.la-gamepad:before {
  content: "";
}

.la-gas-pump:before {
  content: "";
}

.la-gavel:before {
  content: "";
}

.la-gem:before {
  content: "";
}

.la-genderless:before {
  content: "";
}

.la-get-pocket:before {
  content: "";
}

.la-gg:before {
  content: "";
}

.la-gg-circle:before {
  content: "";
}

.la-ghost:before {
  content: "";
}

.la-gift:before {
  content: "";
}

.la-gifts:before {
  content: "";
}

.la-git:before {
  content: "";
}

.la-git-alt:before {
  content: "";
}

.la-git-square:before {
  content: "";
}

.la-github:before {
  content: "";
}

.la-github-alt:before {
  content: "";
}

.la-github-square:before {
  content: "";
}

.la-gitkraken:before {
  content: "";
}

.la-gitlab:before {
  content: "";
}

.la-gitter:before {
  content: "";
}

.la-glass-cheers:before {
  content: "";
}

.la-glass-martini:before {
  content: "";
}

.la-glass-martini-alt:before {
  content: "";
}

.la-glass-whiskey:before {
  content: "";
}

.la-glasses:before {
  content: "";
}

.la-glide:before {
  content: "";
}

.la-glide-g:before {
  content: "";
}

.la-globe:before {
  content: "";
}

.la-globe-africa:before {
  content: "";
}

.la-globe-americas:before {
  content: "";
}

.la-globe-asia:before {
  content: "";
}

.la-globe-europe:before {
  content: "";
}

.la-gofore:before {
  content: "";
}

.la-golf-ball:before {
  content: "";
}

.la-goodreads:before {
  content: "";
}

.la-goodreads-g:before {
  content: "";
}

.la-google:before {
  content: "";
}

.la-google-drive:before {
  content: "";
}

.la-google-play:before {
  content: "";
}

.la-google-plus:before {
  content: "";
}

.la-google-plus-g:before {
  content: "";
}

.la-google-plus-square:before {
  content: "";
}

.la-google-wallet:before {
  content: "";
}

.la-gopuram:before {
  content: "";
}

.la-graduation-cap:before {
  content: "";
}

.la-gratipay:before {
  content: "";
}

.la-grav:before {
  content: "";
}

.la-greater-than:before {
  content: "";
}

.la-greater-than-equal:before {
  content: "";
}

.la-grimace:before {
  content: "";
}

.la-grin:before {
  content: "";
}

.la-grin-alt:before {
  content: "";
}

.la-grin-beam:before {
  content: "";
}

.la-grin-beam-sweat:before {
  content: "";
}

.la-grin-hearts:before {
  content: "";
}

.la-grin-squint:before {
  content: "";
}

.la-grin-squint-tears:before {
  content: "";
}

.la-grin-stars:before {
  content: "";
}

.la-grin-tears:before {
  content: "";
}

.la-grin-tongue:before {
  content: "";
}

.la-grin-tongue-squint:before {
  content: "";
}

.la-grin-tongue-wink:before {
  content: "";
}

.la-grin-wink:before {
  content: "";
}

.la-grip-horizontal:before {
  content: "";
}

.la-grip-lines:before {
  content: "";
}

.la-grip-lines-vertical:before {
  content: "";
}

.la-grip-vertical:before {
  content: "";
}

.la-gripfire:before {
  content: "";
}

.la-grunt:before {
  content: "";
}

.la-guitar:before {
  content: "";
}

.la-gulp:before {
  content: "";
}

.la-h-square:before {
  content: "";
}

.la-hacker-news:before {
  content: "";
}

.la-hacker-news-square:before {
  content: "";
}

.la-hackerrank:before {
  content: "";
}

.la-hamburger:before {
  content: "";
}

.la-hammer:before {
  content: "";
}

.la-hamsa:before {
  content: "";
}

.la-hand-holding:before {
  content: "";
}

.la-hand-holding-heart:before {
  content: "";
}

.la-hand-holding-usd:before {
  content: "";
}

.la-hand-lizard:before {
  content: "";
}

.la-hand-middle-finger:before {
  content: "";
}

.la-hand-paper:before {
  content: "";
}

.la-hand-peace:before {
  content: "";
}

.la-hand-point-down:before {
  content: "";
}

.la-hand-point-left:before {
  content: "";
}

.la-hand-point-right:before {
  content: "";
}

.la-hand-point-up:before {
  content: "";
}

.la-hand-pointer:before {
  content: "";
}

.la-hand-rock:before {
  content: "";
}

.la-hand-scissors:before {
  content: "";
}

.la-hand-spock:before {
  content: "";
}

.la-hands:before {
  content: "";
}

.la-hands-helping:before {
  content: "";
}

.la-handshake:before {
  content: "";
}

.la-hanukiah:before {
  content: "";
}

.la-hard-hat:before {
  content: "";
}

.la-hashtag:before {
  content: "";
}

.la-hat-cowboy:before {
  content: "";
}

.la-hat-cowboy-side:before {
  content: "";
}

.la-hat-wizard:before {
  content: "";
}

.la-haykal:before {
  content: "";
}

.la-hdd:before {
  content: "";
}

.la-heading:before {
  content: "";
}

.la-headphones:before {
  content: "";
}

.la-headphones-alt:before {
  content: "";
}

.la-headset:before {
  content: "";
}

.la-heart:before {
  content: "";
}

.la-heart-broken:before {
  content: "";
}

.la-heartbeat:before {
  content: "";
}

.la-helicopter:before {
  content: "";
}

.la-highlighter:before {
  content: "";
}

.la-hiking:before {
  content: "";
}

.la-hippo:before {
  content: "";
}

.la-hips:before {
  content: "";
}

.la-hire-a-helper:before {
  content: "";
}

.la-history:before {
  content: "";
}

.la-hockey-puck:before {
  content: "";
}

.la-holly-berry:before {
  content: "";
}

.la-home:before {
  content: "";
}

.la-hooli:before {
  content: "";
}

.la-hornbill:before {
  content: "";
}

.la-horse:before {
  content: "";
}

.la-horse-head:before {
  content: "";
}

.la-hospital:before {
  content: "";
}

.la-hospital-alt:before {
  content: "";
}

.la-hospital-symbol:before {
  content: "";
}

.la-hot-tub:before {
  content: "";
}

.la-hotdog:before {
  content: "";
}

.la-hotel:before {
  content: "";
}

.la-hotjar:before {
  content: "";
}

.la-hourglass:before {
  content: "";
}

.la-hourglass-end:before {
  content: "";
}

.la-hourglass-half:before {
  content: "";
}

.la-hourglass-start:before {
  content: "";
}

.la-house-damage:before {
  content: "";
}

.la-houzz:before {
  content: "";
}

.la-hryvnia:before {
  content: "";
}

.la-html5:before {
  content: "";
}

.la-hubspot:before {
  content: "";
}

.la-i-cursor:before {
  content: "";
}

.la-ice-cream:before {
  content: "";
}

.la-icicles:before {
  content: "";
}

.la-icons:before {
  content: "";
}

.la-id-badge:before {
  content: "";
}

.la-id-card:before {
  content: "";
}

.la-id-card-alt:before {
  content: "";
}

.la-igloo:before {
  content: "";
}

.la-image:before {
  content: "";
}

.la-images:before {
  content: "";
}

.la-imdb:before {
  content: "";
}

.la-inbox:before {
  content: "";
}

.la-indent:before {
  content: "";
}

.la-industry:before {
  content: "";
}

.la-infinity:before {
  content: "";
}

.la-info:before {
  content: "";
}

.la-info-circle:before {
  content: "";
}

.la-instagram:before {
  content: "";
}

.la-intercom:before {
  content: "";
}

.la-internet-explorer:before {
  content: "";
}

.la-invision:before {
  content: "";
}

.la-ioxhost:before {
  content: "";
}

.la-italic:before {
  content: "";
}

.la-itch-io:before {
  content: "";
}

.la-itunes:before {
  content: "";
}

.la-itunes-note:before {
  content: "";
}

.la-java:before {
  content: "";
}

.la-jedi:before {
  content: "";
}

.la-jedi-order:before {
  content: "";
}

.la-jenkins:before {
  content: "";
}

.la-jira:before {
  content: "";
}

.la-joget:before {
  content: "";
}

.la-joint:before {
  content: "";
}

.la-joomla:before {
  content: "";
}

.la-journal-whills:before {
  content: "";
}

.la-js:before {
  content: "";
}

.la-js-square:before {
  content: "";
}

.la-jsfiddle:before {
  content: "";
}

.la-kaaba:before {
  content: "";
}

.la-kaggle:before {
  content: "";
}

.la-key:before {
  content: "";
}

.la-keybase:before {
  content: "";
}

.la-keyboard:before {
  content: "";
}

.la-keycdn:before {
  content: "";
}

.la-khanda:before {
  content: "";
}

.la-kickstarter:before {
  content: "";
}

.la-kickstarter-k:before {
  content: "";
}

.la-kiss:before {
  content: "";
}

.la-kiss-beam:before {
  content: "";
}

.la-kiss-wink-heart:before {
  content: "";
}

.la-kiwi-bird:before {
  content: "";
}

.la-korvue:before {
  content: "";
}

.la-landmark:before {
  content: "";
}

.la-language:before {
  content: "";
}

.la-laptop:before {
  content: "";
}

.la-laptop-code:before {
  content: "";
}

.la-laptop-medical:before {
  content: "";
}

.la-laravel:before {
  content: "";
}

.la-lastfm:before {
  content: "";
}

.la-lastfm-square:before {
  content: "";
}

.la-laugh:before {
  content: "";
}

.la-laugh-beam:before {
  content: "";
}

.la-laugh-squint:before {
  content: "";
}

.la-laugh-wink:before {
  content: "";
}

.la-layer-group:before {
  content: "";
}

.la-leaf:before {
  content: "";
}

.la-leanpub:before {
  content: "";
}

.la-lemon:before {
  content: "";
}

.la-less:before {
  content: "";
}

.la-less-than:before {
  content: "";
}

.la-less-than-equal:before {
  content: "";
}

.la-level-down-alt:before {
  content: "";
}

.la-level-up-alt:before {
  content: "";
}

.la-life-ring:before {
  content: "";
}

.la-lightbulb:before {
  content: "";
}

.la-line:before {
  content: "";
}

.la-link:before {
  content: "";
}

.la-linkedin:before {
  content: "";
}

.la-linkedin-in:before {
  content: "";
}

.la-linode:before {
  content: "";
}

.la-linux:before {
  content: "";
}

.la-lira-sign:before {
  content: "";
}

.la-list:before {
  content: "";
}

.la-list-alt:before {
  content: "";
}

.la-list-ol:before {
  content: "";
}

.la-list-ul:before {
  content: "";
}

.la-location-arrow:before {
  content: "";
}

.la-lock:before {
  content: "";
}

.la-lock-open:before {
  content: "";
}

.la-long-arrow-alt-down:before {
  content: "";
}

.la-long-arrow-alt-left:before {
  content: "";
}

.la-long-arrow-alt-right:before {
  content: "";
}

.la-long-arrow-alt-up:before {
  content: "";
}

.la-low-vision:before {
  content: "";
}

.la-luggage-cart:before {
  content: "";
}

.la-lyft:before {
  content: "";
}

.la-magento:before {
  content: "";
}

.la-magic:before {
  content: "";
}

.la-magnet:before {
  content: "";
}

.la-mail-bulk:before {
  content: "";
}

.la-mailchimp:before {
  content: "";
}

.la-male:before {
  content: "";
}

.la-mandalorian:before {
  content: "";
}

.la-map:before {
  content: "";
}

.la-map-marked:before {
  content: "";
}

.la-map-marked-alt:before {
  content: "";
}

.la-map-marker:before {
  content: "";
}

.la-map-marker-alt:before {
  content: "";
}

.la-map-pin:before {
  content: "";
}

.la-map-signs:before {
  content: "";
}

.la-markdown:before {
  content: "";
}

.la-marker:before {
  content: "";
}

.la-mars:before {
  content: "";
}

.la-mars-double:before {
  content: "";
}

.la-mars-stroke:before {
  content: "";
}

.la-mars-stroke-h:before {
  content: "";
}

.la-mars-stroke-v:before {
  content: "";
}

.la-mask:before {
  content: "";
}

.la-mastodon:before {
  content: "";
}

.la-maxcdn:before {
  content: "";
}

.la-mdb:before {
  content: "";
}

.la-medal:before {
  content: "";
}

.la-medapps:before {
  content: "";
}

.la-medium:before {
  content: "";
}

.la-medium-m:before {
  content: "";
}

.la-medkit:before {
  content: "";
}

.la-medrt:before {
  content: "";
}

.la-meetup:before {
  content: "";
}

.la-megaport:before {
  content: "";
}

.la-meh:before {
  content: "";
}

.la-meh-blank:before {
  content: "";
}

.la-meh-rolling-eyes:before {
  content: "";
}

.la-memory:before {
  content: "";
}

.la-mendeley:before {
  content: "";
}

.la-menorah:before {
  content: "";
}

.la-mercury:before {
  content: "";
}

.la-meteor:before {
  content: "";
}

.la-microchip:before {
  content: "";
}

.la-microphone:before {
  content: "";
}

.la-microphone-alt:before {
  content: "";
}

.la-microphone-alt-slash:before {
  content: "";
}

.la-microphone-slash:before {
  content: "";
}

.la-microscope:before {
  content: "";
}

.la-microsoft:before {
  content: "";
}

.la-minus:before {
  content: "";
}

.la-minus-circle:before {
  content: "";
}

.la-minus-square:before {
  content: "";
}

.la-mitten:before {
  content: "";
}

.la-mix:before {
  content: "";
}

.la-mixcloud:before {
  content: "";
}

.la-mizuni:before {
  content: "";
}

.la-mobile:before {
  content: "";
}

.la-mobile-alt:before {
  content: "";
}

.la-modx:before {
  content: "";
}

.la-monero:before {
  content: "";
}

.la-money-bill:before {
  content: "";
}

.la-money-bill-alt:before {
  content: "";
}

.la-money-bill-wave:before {
  content: "";
}

.la-money-bill-wave-alt:before {
  content: "";
}

.la-money-check:before {
  content: "";
}

.la-money-check-alt:before {
  content: "";
}

.la-monument:before {
  content: "";
}

.la-moon:before {
  content: "";
}

.la-mortar-pestle:before {
  content: "";
}

.la-mosque:before {
  content: "";
}

.la-motorcycle:before {
  content: "";
}

.la-mountain:before {
  content: "";
}

.la-mouse:before {
  content: "";
}

.la-mouse-pointer:before {
  content: "";
}

.la-mug-hot:before {
  content: "";
}

.la-music:before {
  content: "";
}

.la-napster:before {
  content: "";
}

.la-neos:before {
  content: "";
}

.la-network-wired:before {
  content: "";
}

.la-neuter:before {
  content: "";
}

.la-newspaper:before {
  content: "";
}

.la-nimblr:before {
  content: "";
}

.la-node:before {
  content: "";
}

.la-node-js:before {
  content: "";
}

.la-not-equal:before {
  content: "";
}

.la-notes-medical:before {
  content: "";
}

.la-npm:before {
  content: "";
}

.la-ns8:before {
  content: "";
}

.la-nutritionix:before {
  content: "";
}

.la-object-group:before {
  content: "";
}

.la-object-ungroup:before {
  content: "";
}

.la-odnoklassniki:before {
  content: "";
}

.la-odnoklassniki-square:before {
  content: "";
}

.la-oil-can:before {
  content: "";
}

.la-old-republic:before {
  content: "";
}

.la-om:before {
  content: "";
}

.la-opencart:before {
  content: "";
}

.la-openid:before {
  content: "";
}

.la-opera:before {
  content: "";
}

.la-optin-monster:before {
  content: "";
}

.la-orcid:before {
  content: "";
}

.la-osi:before {
  content: "";
}

.la-otter:before {
  content: "";
}

.la-outdent:before {
  content: "";
}

.la-page4:before {
  content: "";
}

.la-pagelines:before {
  content: "";
}

.la-pager:before {
  content: "";
}

.la-paint-brush:before {
  content: "";
}

.la-paint-roller:before {
  content: "";
}

.la-palette:before {
  content: "";
}

.la-palfed:before {
  content: "";
}

.la-pallet:before {
  content: "";
}

.la-paper-plane:before {
  content: "";
}

.la-paperclip:before {
  content: "";
}

.la-parachute-box:before {
  content: "";
}

.la-paragraph:before {
  content: "";
}

.la-parking:before {
  content: "";
}

.la-passport:before {
  content: "";
}

.la-pastafarianism:before {
  content: "";
}

.la-paste:before {
  content: "";
}

.la-patreon:before {
  content: "";
}

.la-pause:before {
  content: "";
}

.la-pause-circle:before {
  content: "";
}

.la-paw:before {
  content: "";
}

.la-paypal:before {
  content: "";
}

.la-peace:before {
  content: "";
}

.la-pen:before {
  content: "";
}

.la-pen-alt:before {
  content: "";
}

.la-pen-fancy:before {
  content: "";
}

.la-pen-nib:before {
  content: "";
}

.la-pen-square:before {
  content: "";
}

.la-pencil-alt:before {
  content: "";
}

.la-pencil-ruler:before {
  content: "";
}

.la-penny-arcade:before {
  content: "";
}

.la-people-carry:before {
  content: "";
}

.la-pepper-hot:before {
  content: "";
}

.la-percent:before {
  content: "";
}

.la-percentage:before {
  content: "";
}

.la-periscope:before {
  content: "";
}

.la-person-booth:before {
  content: "";
}

.la-phabricator:before {
  content: "";
}

.la-phoenix-framework:before {
  content: "";
}

.la-phoenix-squadron:before {
  content: "";
}

.la-phone:before {
  content: "";
}

.la-phone-alt:before {
  content: "";
}

.la-phone-slash:before {
  content: "";
}

.la-phone-square:before {
  content: "";
}

.la-phone-square-alt:before {
  content: "";
}

.la-phone-volume:before {
  content: "";
}

.la-photo-video:before {
  content: "";
}

.la-php:before {
  content: "";
}

.la-pied-piper:before {
  content: "";
}

.la-pied-piper-alt:before {
  content: "";
}

.la-pied-piper-hat:before {
  content: "";
}

.la-pied-piper-pp:before {
  content: "";
}

.la-piggy-bank:before {
  content: "";
}

.la-pills:before {
  content: "";
}

.la-pinterest:before {
  content: "";
}

.la-pinterest-p:before {
  content: "";
}

.la-pinterest-square:before {
  content: "";
}

.la-pizza-slice:before {
  content: "";
}

.la-place-of-worship:before {
  content: "";
}

.la-plane:before {
  content: "";
}

.la-plane-arrival:before {
  content: "";
}

.la-plane-departure:before {
  content: "";
}

.la-play:before {
  content: "";
}

.la-play-circle:before {
  content: "";
}

.la-playstation:before {
  content: "";
}

.la-plug:before {
  content: "";
}

.la-plus:before {
  content: "";
}

.la-plus-circle:before {
  content: "";
}

.la-plus-square:before {
  content: "";
}

.la-podcast:before {
  content: "";
}

.la-poll:before {
  content: "";
}

.la-poll-h:before {
  content: "";
}

.la-poo:before {
  content: "";
}

.la-poo-storm:before {
  content: "";
}

.la-poop:before {
  content: "";
}

.la-portrait:before {
  content: "";
}

.la-pound-sign:before {
  content: "";
}

.la-power-off:before {
  content: "";
}

.la-pray:before {
  content: "";
}

.la-praying-hands:before {
  content: "";
}

.la-prescription:before {
  content: "";
}

.la-prescription-bottle:before {
  content: "";
}

.la-prescription-bottle-alt:before {
  content: "";
}

.la-print:before {
  content: "";
}

.la-procedures:before {
  content: "";
}

.la-product-hunt:before {
  content: "";
}

.la-project-diagram:before {
  content: "";
}

.la-pushed:before {
  content: "";
}

.la-puzzle-piece:before {
  content: "";
}

.la-python:before {
  content: "";
}

.la-qq:before {
  content: "";
}

.la-qrcode:before {
  content: "";
}

.la-question:before {
  content: "";
}

.la-question-circle:before {
  content: "";
}

.la-quidditch:before {
  content: "";
}

.la-quinscape:before {
  content: "";
}

.la-quora:before {
  content: "";
}

.la-quote-left:before {
  content: "";
}

.la-quote-right:before {
  content: "";
}

.la-quran:before {
  content: "";
}

.la-r-project:before {
  content: "";
}

.la-radiation:before {
  content: "";
}

.la-radiation-alt:before {
  content: "";
}

.la-rainbow:before {
  content: "";
}

.la-random:before {
  content: "";
}

.la-raspberry-pi:before {
  content: "";
}

.la-ravelry:before {
  content: "";
}

.la-react:before {
  content: "";
}

.la-reacteurope:before {
  content: "";
}

.la-readme:before {
  content: "";
}

.la-rebel:before {
  content: "";
}

.la-receipt:before {
  content: "";
}

.la-record-vinyl:before {
  content: "";
}

.la-recycle:before {
  content: "";
}

.la-red-river:before {
  content: "";
}

.la-reddit:before {
  content: "";
}

.la-reddit-alien:before {
  content: "";
}

.la-reddit-square:before {
  content: "";
}

.la-redhat:before {
  content: "";
}

.la-redo:before {
  content: "";
}

.la-redo-alt:before {
  content: "";
}

.la-registered:before {
  content: "";
}

.la-remove-format:before {
  content: "";
}

.la-renren:before {
  content: "";
}

.la-reply:before {
  content: "";
}

.la-reply-all:before {
  content: "";
}

.la-replyd:before {
  content: "";
}

.la-republican:before {
  content: "";
}

.la-researchgate:before {
  content: "";
}

.la-resolving:before {
  content: "";
}

.la-restroom:before {
  content: "";
}

.la-retweet:before {
  content: "";
}

.la-rev:before {
  content: "";
}

.la-ribbon:before {
  content: "";
}

.la-ring:before {
  content: "";
}

.la-road:before {
  content: "";
}

.la-robot:before {
  content: "";
}

.la-rocket:before {
  content: "";
}

.la-rocketchat:before {
  content: "";
}

.la-rockrms:before {
  content: "";
}

.la-route:before {
  content: "";
}

.la-rss:before {
  content: "";
}

.la-rss-square:before {
  content: "";
}

.la-ruble-sign:before {
  content: "";
}

.la-ruler:before {
  content: "";
}

.la-ruler-combined:before {
  content: "";
}

.la-ruler-horizontal:before {
  content: "";
}

.la-ruler-vertical:before {
  content: "";
}

.la-running:before {
  content: "";
}

.la-rupee-sign:before {
  content: "";
}

.la-sad-cry:before {
  content: "";
}

.la-sad-tear:before {
  content: "";
}

.la-safari:before {
  content: "";
}

.la-salesforce:before {
  content: "";
}

.la-sass:before {
  content: "";
}

.la-satellite:before {
  content: "";
}

.la-satellite-dish:before {
  content: "";
}

.la-save:before {
  content: "";
}

.la-schlix:before {
  content: "";
}

.la-school:before {
  content: "";
}

.la-screwdriver:before {
  content: "";
}

.la-scribd:before {
  content: "";
}

.la-scroll:before {
  content: "";
}

.la-sd-card:before {
  content: "";
}

.la-search:before {
  content: "";
}

.la-search-dollar:before {
  content: "";
}

.la-search-location:before {
  content: "";
}

.la-search-minus:before {
  content: "";
}

.la-search-plus:before {
  content: "";
}

.la-searchengin:before {
  content: "";
}

.la-seedling:before {
  content: "";
}

.la-sellcast:before {
  content: "";
}

.la-sellsy:before {
  content: "";
}

.la-server:before {
  content: "";
}

.la-servicestack:before {
  content: "";
}

.la-shapes:before {
  content: "";
}

.la-share:before {
  content: "";
}

.la-share-alt:before {
  content: "";
}

.la-share-alt-square:before {
  content: "";
}

.la-share-square:before {
  content: "";
}

.la-shekel-sign:before {
  content: "";
}

.la-shield-alt:before {
  content: "";
}

.la-ship:before {
  content: "";
}

.la-shipping-fast:before {
  content: "";
}

.la-shirtsinbulk:before {
  content: "";
}

.la-shoe-prints:before {
  content: "";
}

.la-shopping-bag:before {
  content: "";
}

.la-shopping-basket:before {
  content: "";
}

.la-shopping-cart:before {
  content: "";
}

.la-shopware:before {
  content: "";
}

.la-shower:before {
  content: "";
}

.la-shuttle-van:before {
  content: "";
}

.la-sign:before {
  content: "";
}

.la-sign-in-alt:before {
  content: "";
}

.la-sign-language:before {
  content: "";
}

.la-sign-out-alt:before {
  content: "";
}

.la-signal:before {
  content: "";
}

.la-signature:before {
  content: "";
}

.la-sim-card:before {
  content: "";
}

.la-simplybuilt:before {
  content: "";
}

.la-sistrix:before {
  content: "";
}

.la-sitemap:before {
  content: "";
}

.la-sith:before {
  content: "";
}

.la-skating:before {
  content: "";
}

.la-sketch:before {
  content: "";
}

.la-skiing:before {
  content: "";
}

.la-skiing-nordic:before {
  content: "";
}

.la-skull:before {
  content: "";
}

.la-skull-crossbones:before {
  content: "";
}

.la-skyatlas:before {
  content: "";
}

.la-skype:before {
  content: "";
}

.la-slack:before {
  content: "";
}

.la-slack-hash:before {
  content: "";
}

.la-slash:before {
  content: "";
}

.la-sleigh:before {
  content: "";
}

.la-sliders-h:before {
  content: "";
}

.la-slideshare:before {
  content: "";
}

.la-smile:before {
  content: "";
}

.la-smile-beam:before {
  content: "";
}

.la-smile-wink:before {
  content: "";
}

.la-smog:before {
  content: "";
}

.la-smoking:before {
  content: "";
}

.la-smoking-ban:before {
  content: "";
}

.la-sms:before {
  content: "";
}

.la-snapchat:before {
  content: "";
}

.la-snapchat-ghost:before {
  content: "";
}

.la-snapchat-square:before {
  content: "";
}

.la-snowboarding:before {
  content: "";
}

.la-snowflake:before {
  content: "";
}

.la-snowman:before {
  content: "";
}

.la-snowplow:before {
  content: "";
}

.la-socks:before {
  content: "";
}

.la-solar-panel:before {
  content: "";
}

.la-sort:before {
  content: "";
}

.la-sort-alpha-down:before {
  content: "";
}

.la-sort-alpha-down-alt:before {
  content: "";
}

.la-sort-alpha-up:before {
  content: "";
}

.la-sort-alpha-up-alt:before {
  content: "";
}

.la-sort-amount-down:before {
  content: "";
}

.la-sort-amount-down-alt:before {
  content: "";
}

.la-sort-amount-up:before {
  content: "";
}

.la-sort-amount-up-alt:before {
  content: "";
}

.la-sort-down:before {
  content: "";
}

.la-sort-numeric-down:before {
  content: "";
}

.la-sort-numeric-down-alt:before {
  content: "";
}

.la-sort-numeric-up:before {
  content: "";
}

.la-sort-numeric-up-alt:before {
  content: "";
}

.la-sort-up:before {
  content: "";
}

.la-soundcloud:before {
  content: "";
}

.la-sourcetree:before {
  content: "";
}

.la-spa:before {
  content: "";
}

.la-space-shuttle:before {
  content: "";
}

.la-speakap:before {
  content: "";
}

.la-speaker-deck:before {
  content: "";
}

.la-spell-check:before {
  content: "";
}

.la-spider:before {
  content: "";
}

.la-spinner:before {
  content: "";
}

.la-splotch:before {
  content: "";
}

.la-spotify:before {
  content: "";
}

.la-spray-can:before {
  content: "";
}

.la-square:before {
  content: "";
}

.la-square-full:before {
  content: "";
}

.la-square-root-alt:before {
  content: "";
}

.la-squarespace:before {
  content: "";
}

.la-stack-exchange:before {
  content: "";
}

.la-stack-overflow:before {
  content: "";
}

.la-stackpath:before {
  content: "";
}

.la-stamp:before {
  content: "";
}

.la-star:before {
  content: "";
}

.la-star-and-crescent:before {
  content: "";
}

.la-star-half:before {
  content: "";
}

.la-star-half-alt:before {
  content: "";
}

.la-star-of-david:before {
  content: "";
}

.la-star-of-life:before {
  content: "";
}

.la-staylinked:before {
  content: "";
}

.la-steam:before {
  content: "";
}

.la-steam-square:before {
  content: "";
}

.la-steam-symbol:before {
  content: "";
}

.la-step-backward:before {
  content: "";
}

.la-step-forward:before {
  content: "";
}

.la-stethoscope:before {
  content: "";
}

.la-sticker-mule:before {
  content: "";
}

.la-sticky-note:before {
  content: "";
}

.la-stop:before {
  content: "";
}

.la-stop-circle:before {
  content: "";
}

.la-stopwatch:before {
  content: "";
}

.la-store:before {
  content: "";
}

.la-store-alt:before {
  content: "";
}

.la-strava:before {
  content: "";
}

.la-stream:before {
  content: "";
}

.la-street-view:before {
  content: "";
}

.la-strikethrough:before {
  content: "";
}

.la-stripe:before {
  content: "";
}

.la-stripe-s:before {
  content: "";
}

.la-stroopwafel:before {
  content: "";
}

.la-studiovinari:before {
  content: "";
}

.la-stumbleupon:before {
  content: "";
}

.la-stumbleupon-circle:before {
  content: "";
}

.la-subscript:before {
  content: "";
}

.la-subway:before {
  content: "";
}

.la-suitcase:before {
  content: "";
}

.la-suitcase-rolling:before {
  content: "";
}

.la-sun:before {
  content: "";
}

.la-superpowers:before {
  content: "";
}

.la-superscript:before {
  content: "";
}

.la-supple:before {
  content: "";
}

.la-surprise:before {
  content: "";
}

.la-suse:before {
  content: "";
}

.la-swatchbook:before {
  content: "";
}

.la-swift:before {
  content: "";
}

.la-swimmer:before {
  content: "";
}

.la-swimming-pool:before {
  content: "";
}

.la-symfony:before {
  content: "";
}

.la-synagogue:before {
  content: "";
}

.la-sync:before {
  content: "";
}

.la-sync-alt:before {
  content: "";
}

.la-syringe:before {
  content: "";
}

.la-table:before {
  content: "";
}

.la-table-tennis:before {
  content: "";
}

.la-tablet:before {
  content: "";
}

.la-tablet-alt:before {
  content: "";
}

.la-tablets:before {
  content: "";
}

.la-tachometer-alt:before {
  content: "";
}

.la-tag:before {
  content: "";
}

.la-tags:before {
  content: "";
}

.la-tape:before {
  content: "";
}

.la-tasks:before {
  content: "";
}

.la-taxi:before {
  content: "";
}

.la-teamspeak:before {
  content: "";
}

.la-teeth:before {
  content: "";
}

.la-teeth-open:before {
  content: "";
}

.la-telegram:before {
  content: "";
}

.la-telegram-plane:before {
  content: "";
}

.la-temperature-high:before {
  content: "";
}

.la-temperature-low:before {
  content: "";
}

.la-tencent-weibo:before {
  content: "";
}

.la-tenge:before {
  content: "";
}

.la-terminal:before {
  content: "";
}

.la-text-height:before {
  content: "";
}

.la-text-width:before {
  content: "";
}

.la-th:before {
  content: "";
}

.la-th-large:before {
  content: "";
}

.la-th-list:before {
  content: "";
}

.la-the-red-yeti:before {
  content: "";
}

.la-theater-masks:before {
  content: "";
}

.la-themeco:before {
  content: "";
}

.la-themeisle:before {
  content: "";
}

.la-thermometer:before {
  content: "";
}

.la-thermometer-empty:before {
  content: "";
}

.la-thermometer-full:before {
  content: "";
}

.la-thermometer-half:before {
  content: "";
}

.la-thermometer-quarter:before {
  content: "";
}

.la-thermometer-three-quarters:before {
  content: "";
}

.la-think-peaks:before {
  content: "";
}

.la-thumbs-down:before {
  content: "";
}

.la-thumbs-up:before {
  content: "";
}

.la-thumbtack:before {
  content: "";
}

.la-ticket-alt:before {
  content: "";
}

.la-times:before {
  content: "";
}

.la-times-circle:before {
  content: "";
}

.la-tint:before {
  content: "";
}

.la-tint-slash:before {
  content: "";
}

.la-tired:before {
  content: "";
}

.la-toggle-off:before {
  content: "";
}

.la-toggle-on:before {
  content: "";
}

.la-toilet:before {
  content: "";
}

.la-toilet-paper:before {
  content: "";
}

.la-toolbox:before {
  content: "";
}

.la-tools:before {
  content: "";
}

.la-tooth:before {
  content: "";
}

.la-torah:before {
  content: "";
}

.la-torii-gate:before {
  content: "";
}

.la-tractor:before {
  content: "";
}

.la-trade-federation:before {
  content: "";
}

.la-trademark:before {
  content: "";
}

.la-traffic-light:before {
  content: "";
}

.la-train:before {
  content: "";
}

.la-tram:before {
  content: "";
}

.la-transgender:before {
  content: "";
}

.la-transgender-alt:before {
  content: "";
}

.la-trash:before {
  content: "";
}

.la-trash-alt:before {
  content: "";
}

.la-trash-restore:before {
  content: "";
}

.la-trash-restore-alt:before {
  content: "";
}

.la-tree:before {
  content: "";
}

.la-trello:before {
  content: "";
}

.la-tripadvisor:before {
  content: "";
}

.la-trophy:before {
  content: "";
}

.la-truck:before {
  content: "";
}

.la-truck-loading:before {
  content: "";
}

.la-truck-monster:before {
  content: "";
}

.la-truck-moving:before {
  content: "";
}

.la-truck-pickup:before {
  content: "";
}

.la-tshirt:before {
  content: "";
}

.la-tty:before {
  content: "";
}

.la-tumblr:before {
  content: "";
}

.la-tumblr-square:before {
  content: "";
}

.la-tv:before {
  content: "";
}

.la-twitch:before {
  content: "";
}

.la-twitter:before {
  content: "";
}

.la-twitter-square:before {
  content: "";
}

.la-typo3:before {
  content: "";
}

.la-uber:before {
  content: "";
}

.la-ubuntu:before {
  content: "";
}

.la-uikit:before {
  content: "";
}

.la-umbraco:before {
  content: "";
}

.la-umbrella:before {
  content: "";
}

.la-umbrella-beach:before {
  content: "";
}

.la-underline:before {
  content: "";
}

.la-undo:before {
  content: "";
}

.la-undo-alt:before {
  content: "";
}

.la-uniregistry:before {
  content: "";
}

.la-universal-access:before {
  content: "";
}

.la-university:before {
  content: "";
}

.la-unlink:before {
  content: "";
}

.la-unlock:before {
  content: "";
}

.la-unlock-alt:before {
  content: "";
}

.la-untappd:before {
  content: "";
}

.la-upload:before {
  content: "";
}

.la-ups:before {
  content: "";
}

.la-usb:before {
  content: "";
}

.la-user:before {
  content: "";
}

.la-user-alt:before {
  content: "";
}

.la-user-alt-slash:before {
  content: "";
}

.la-user-astronaut:before {
  content: "";
}

.la-user-check:before {
  content: "";
}

.la-user-circle:before {
  content: "";
}

.la-user-clock:before {
  content: "";
}

.la-user-cog:before {
  content: "";
}

.la-user-edit:before {
  content: "";
}

.la-user-friends:before {
  content: "";
}

.la-user-graduate:before {
  content: "";
}

.la-user-injured:before {
  content: "";
}

.la-user-lock:before {
  content: "";
}

.la-user-md:before {
  content: "";
}

.la-user-minus:before {
  content: "";
}

.la-user-ninja:before {
  content: "";
}

.la-user-nurse:before {
  content: "";
}

.la-user-plus:before {
  content: "";
}

.la-user-secret:before {
  content: "";
}

.la-user-shield:before {
  content: "";
}

.la-user-slash:before {
  content: "";
}

.la-user-tag:before {
  content: "";
}

.la-user-tie:before {
  content: "";
}

.la-user-times:before {
  content: "";
}

.la-users:before {
  content: "";
}

.la-users-cog:before {
  content: "";
}

.la-usps:before {
  content: "";
}

.la-ussunnah:before {
  content: "";
}

.la-utensil-spoon:before {
  content: "";
}

.la-utensils:before {
  content: "";
}

.la-vaadin:before {
  content: "";
}

.la-vector-square:before {
  content: "";
}

.la-venus:before {
  content: "";
}

.la-venus-double:before {
  content: "";
}

.la-venus-mars:before {
  content: "";
}

.la-viacoin:before {
  content: "";
}

.la-viadeo:before {
  content: "";
}

.la-viadeo-square:before {
  content: "";
}

.la-vial:before {
  content: "";
}

.la-vials:before {
  content: "";
}

.la-viber:before {
  content: "";
}

.la-video:before {
  content: "";
}

.la-video-slash:before {
  content: "";
}

.la-vihara:before {
  content: "";
}

.la-vimeo:before {
  content: "";
}

.la-vimeo-square:before {
  content: "";
}

.la-vimeo-v:before {
  content: "";
}

.la-vine:before {
  content: "";
}

.la-vk:before {
  content: "";
}

.la-vnv:before {
  content: "";
}

.la-voicemail:before {
  content: "";
}

.la-volleyball-ball:before {
  content: "";
}

.la-volume-down:before {
  content: "";
}

.la-volume-mute:before {
  content: "";
}

.la-volume-off:before {
  content: "";
}

.la-volume-up:before {
  content: "";
}

.la-vote-yea:before {
  content: "";
}

.la-vr-cardboard:before {
  content: "";
}

.la-vuejs:before {
  content: "";
}

.la-walking:before {
  content: "";
}

.la-wallet:before {
  content: "";
}

.la-warehouse:before {
  content: "";
}

.la-water:before {
  content: "";
}

.la-wave-square:before {
  content: "";
}

.la-waze:before {
  content: "";
}

.la-weebly:before {
  content: "";
}

.la-weibo:before {
  content: "";
}

.la-weight:before {
  content: "";
}

.la-weight-hanging:before {
  content: "";
}

.la-weixin:before {
  content: "";
}

.la-whatsapp:before {
  content: "";
}

.la-whatsapp-square:before {
  content: "";
}

.la-wheelchair:before {
  content: "";
}

.la-whmcs:before {
  content: "";
}

.la-wifi:before {
  content: "";
}

.la-wikipedia-w:before {
  content: "";
}

.la-wind:before {
  content: "";
}

.la-window-close:before {
  content: "";
}

.la-window-maximize:before {
  content: "";
}

.la-window-minimize:before {
  content: "";
}

.la-window-restore:before {
  content: "";
}

.la-windows:before {
  content: "";
}

.la-wine-bottle:before {
  content: "";
}

.la-wine-glass:before {
  content: "";
}

.la-wine-glass-alt:before {
  content: "";
}

.la-wix:before {
  content: "";
}

.la-wizards-of-the-coast:before {
  content: "";
}

.la-wolf-pack-battalion:before {
  content: "";
}

.la-won-sign:before {
  content: "";
}

.la-wordpress:before {
  content: "";
}

.la-wordpress-simple:before {
  content: "";
}

.la-wpbeginner:before {
  content: "";
}

.la-wpexplorer:before {
  content: "";
}

.la-wpforms:before {
  content: "";
}

.la-wpressr:before {
  content: "";
}

.la-wrench:before {
  content: "";
}

.la-x-ray:before {
  content: "";
}

.la-xbox:before {
  content: "";
}

.la-xing:before {
  content: "";
}

.la-xing-square:before {
  content: "";
}

.la-y-combinator:before {
  content: "";
}

.la-yahoo:before {
  content: "";
}

.la-yammer:before {
  content: "";
}

.la-yandex:before {
  content: "";
}

.la-yandex-international:before {
  content: "";
}

.la-yarn:before {
  content: "";
}

.la-yelp:before {
  content: "";
}

.la-yen-sign:before {
  content: "";
}

.la-yin-yang:before {
  content: "";
}

.la-yoast:before {
  content: "";
}

.la-youtube:before {
  content: "";
}

.la-youtube-square:before {
  content: "";
}

.la-zhihu:before {
  content: "";
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

@font-face {
  font-family: Line Awesome Brands;
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../media/la-brands-400.3d16ce57.eot");
  src: url("../media/la-brands-400.3d16ce57.eot") format("embedded-opentype"), url("../media/la-brands-400.31621fb2.woff2") format("woff2"), url("../media/la-brands-400.579567c1.woff") format("woff"), url("../media/la-brands-400.4973c01f.ttf") format("truetype"), url("../media/la-brands-400.3f46ba2c.svg") format("svg");
}

.lab {
  font-family: Line Awesome Brands;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/la-regular-400.85f58ab9.eot");
  src: url("../media/la-regular-400.85f58ab9.eot") format("embedded-opentype"), url("../media/la-regular-400.3fbcfe02.woff2") format("woff2"), url("../media/la-regular-400.fd6ad881.woff") format("woff"), url("../media/la-regular-400.90187cd7.ttf") format("truetype"), url("../media/la-regular-400.3ababb3d.svg") format("svg");
}

.lar {
  font-family: Line Awesome Free;
  font-weight: 400;
}

@font-face {
  font-family: Line Awesome Free;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../media/la-solid-900.80ac7de9.eot");
  src: url("../media/la-solid-900.80ac7de9.eot") format("embedded-opentype"), url("../media/la-solid-900.62d25e7c.woff2") format("woff2"), url("../media/la-solid-900.206253fc.woff") format("woff"), url("../media/la-solid-900.dd95356e.ttf") format("truetype"), url("../media/la-solid-900.8c3e2a83.svg") format("svg");
}

.la, .las {
  font-family: Line Awesome Free;
  font-weight: 900;
}

.la.la-glass:before {
  content: "";
}

.la.la-meetup {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-star-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-star-o:before {
  content: "";
}

.la.la-remove:before, .la.la-close:before {
  content: "";
}

.la.la-gear:before {
  content: "";
}

.la.la-trash-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-trash-o:before {
  content: "";
}

.la.la-file-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-o:before {
  content: "";
}

.la.la-clock-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-clock-o:before {
  content: "";
}

.la.la-arrow-circle-o-down {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-arrow-circle-o-down:before {
  content: "";
}

.la.la-arrow-circle-o-up {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-arrow-circle-o-up:before {
  content: "";
}

.la.la-play-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-play-circle-o:before {
  content: "";
}

.la.la-repeat:before, .la.la-rotate-right:before {
  content: "";
}

.la.la-refresh:before {
  content: "";
}

.la.la-list-alt {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-dedent:before {
  content: "";
}

.la.la-video-camera:before {
  content: "";
}

.la.la-picture-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-picture-o:before {
  content: "";
}

.la.la-photo {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-photo:before {
  content: "";
}

.la.la-image {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-image:before {
  content: "";
}

.la.la-pencil:before {
  content: "";
}

.la.la-map-marker:before {
  content: "";
}

.la.la-pencil-square-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-pencil-square-o:before {
  content: "";
}

.la.la-share-square-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-share-square-o:before {
  content: "";
}

.la.la-check-square-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-check-square-o:before {
  content: "";
}

.la.la-arrows:before {
  content: "";
}

.la.la-times-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-times-circle-o:before {
  content: "";
}

.la.la-check-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-check-circle-o:before {
  content: "";
}

.la.la-mail-forward:before {
  content: "";
}

.la.la-eye, .la.la-eye-slash {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-warning:before {
  content: "";
}

.la.la-calendar:before {
  content: "";
}

.la.la-arrows-v:before {
  content: "";
}

.la.la-arrows-h:before {
  content: "";
}

.la.la-bar-chart {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-bar-chart:before {
  content: "";
}

.la.la-bar-chart-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-bar-chart-o:before {
  content: "";
}

.la.la-twitter-square, .la.la-facebook-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-gears:before {
  content: "";
}

.la.la-thumbs-o-up {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-thumbs-o-up:before {
  content: "";
}

.la.la-thumbs-o-down {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-thumbs-o-down:before {
  content: "";
}

.la.la-heart-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-heart-o:before {
  content: "";
}

.la.la-sign-out:before {
  content: "";
}

.la.la-linkedin-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-linkedin-square:before {
  content: "";
}

.la.la-thumb-tack:before {
  content: "";
}

.la.la-external-link:before {
  content: "";
}

.la.la-sign-in:before {
  content: "";
}

.la.la-github-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-lemon-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-lemon-o:before {
  content: "";
}

.la.la-square-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-square-o:before {
  content: "";
}

.la.la-bookmark-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-bookmark-o:before {
  content: "";
}

.la.la-twitter, .la.la-facebook {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-facebook:before {
  content: "";
}

.la.la-facebook-f {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-facebook-f:before {
  content: "";
}

.la.la-github {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-credit-card {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-feed:before {
  content: "";
}

.la.la-hdd-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hdd-o:before {
  content: "";
}

.la.la-hand-o-right {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-o-right:before {
  content: "";
}

.la.la-hand-o-left {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-o-left:before {
  content: "";
}

.la.la-hand-o-up {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-o-up:before {
  content: "";
}

.la.la-hand-o-down {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-o-down:before {
  content: "";
}

.la.la-arrows-alt:before {
  content: "";
}

.la.la-group:before {
  content: "";
}

.la.la-chain:before {
  content: "";
}

.la.la-scissors:before {
  content: "";
}

.la.la-files-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-files-o:before {
  content: "";
}

.la.la-floppy-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-floppy-o:before {
  content: "";
}

.la.la-navicon:before, .la.la-reorder:before {
  content: "";
}

.la.la-pinterest, .la.la-pinterest-square, .la.la-google-plus-square, .la.la-google-plus {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-google-plus:before {
  content: "";
}

.la.la-money {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-money:before {
  content: "";
}

.la.la-unsorted:before {
  content: "";
}

.la.la-sort-desc:before {
  content: "";
}

.la.la-sort-asc:before {
  content: "";
}

.la.la-linkedin {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-linkedin:before {
  content: "";
}

.la.la-rotate-left:before {
  content: "";
}

.la.la-legal:before {
  content: "";
}

.la.la-tachometer:before, .la.la-dashboard:before {
  content: "";
}

.la.la-comment-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-comment-o:before {
  content: "";
}

.la.la-comments-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-comments-o:before {
  content: "";
}

.la.la-flash:before {
  content: "";
}

.la.la-clipboard, .la.la-paste {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-paste:before {
  content: "";
}

.la.la-lightbulb-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-lightbulb-o:before {
  content: "";
}

.la.la-exchange:before {
  content: "";
}

.la.la-cloud-download:before {
  content: "";
}

.la.la-cloud-upload:before {
  content: "";
}

.la.la-bell-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-bell-o:before {
  content: "";
}

.la.la-cutlery:before {
  content: "";
}

.la.la-file-text-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-text-o:before {
  content: "";
}

.la.la-building-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-building-o:before {
  content: "";
}

.la.la-hospital-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hospital-o:before {
  content: "";
}

.la.la-tablet:before {
  content: "";
}

.la.la-mobile:before, .la.la-mobile-phone:before {
  content: "";
}

.la.la-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-circle-o:before {
  content: "";
}

.la.la-mail-reply:before {
  content: "";
}

.la.la-github-alt {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-folder-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-folder-o:before {
  content: "";
}

.la.la-folder-open-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-folder-open-o:before {
  content: "";
}

.la.la-smile-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-smile-o:before {
  content: "";
}

.la.la-frown-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-frown-o:before {
  content: "";
}

.la.la-meh-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-meh-o:before {
  content: "";
}

.la.la-keyboard-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-keyboard-o:before {
  content: "";
}

.la.la-flag-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-flag-o:before {
  content: "";
}

.la.la-mail-reply-all:before {
  content: "";
}

.la.la-star-half-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-star-half-o:before {
  content: "";
}

.la.la-star-half-empty {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-star-half-empty:before {
  content: "";
}

.la.la-star-half-full {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-star-half-full:before {
  content: "";
}

.la.la-code-fork:before {
  content: "";
}

.la.la-chain-broken:before {
  content: "";
}

.la.la-shield:before {
  content: "";
}

.la.la-calendar-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-calendar-o:before {
  content: "";
}

.la.la-maxcdn, .la.la-html5, .la.la-css3 {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-ticket:before {
  content: "";
}

.la.la-minus-square-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-minus-square-o:before {
  content: "";
}

.la.la-level-up:before {
  content: "";
}

.la.la-level-down:before {
  content: "";
}

.la.la-pencil-square:before {
  content: "";
}

.la.la-external-link-square:before {
  content: "";
}

.la.la-compass, .la.la-caret-square-o-down {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-caret-square-o-down:before {
  content: "";
}

.la.la-toggle-down {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-toggle-down:before {
  content: "";
}

.la.la-caret-square-o-up {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-caret-square-o-up:before {
  content: "";
}

.la.la-toggle-up {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-toggle-up:before {
  content: "";
}

.la.la-caret-square-o-right {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-caret-square-o-right:before {
  content: "";
}

.la.la-toggle-right {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-toggle-right:before {
  content: "";
}

.la.la-eur:before, .la.la-euro:before {
  content: "";
}

.la.la-gbp:before {
  content: "";
}

.la.la-usd:before, .la.la-dollar:before {
  content: "";
}

.la.la-inr:before, .la.la-rupee:before {
  content: "";
}

.la.la-jpy:before, .la.la-cny:before, .la.la-rmb:before, .la.la-yen:before {
  content: "";
}

.la.la-rub:before, .la.la-ruble:before, .la.la-rouble:before {
  content: "";
}

.la.la-krw:before, .la.la-won:before {
  content: "";
}

.la.la-btc, .la.la-bitcoin {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-bitcoin:before {
  content: "";
}

.la.la-file-text:before {
  content: "";
}

.la.la-sort-alpha-asc:before {
  content: "";
}

.la.la-sort-alpha-desc:before {
  content: "";
}

.la.la-sort-amount-asc:before {
  content: "";
}

.la.la-sort-amount-desc:before {
  content: "";
}

.la.la-sort-numeric-asc:before {
  content: "";
}

.la.la-sort-numeric-desc:before {
  content: "";
}

.la.la-youtube-square, .la.la-youtube, .la.la-xing, .la.la-xing-square, .la.la-youtube-play {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-youtube-play:before {
  content: "";
}

.la.la-dropbox, .la.la-stack-overflow, .la.la-instagram, .la.la-flickr, .la.la-adn, .la.la-bitbucket, .la.la-bitbucket-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-bitbucket-square:before {
  content: "";
}

.la.la-tumblr, .la.la-tumblr-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-long-arrow-down:before {
  content: "";
}

.la.la-long-arrow-up:before {
  content: "";
}

.la.la-long-arrow-left:before {
  content: "";
}

.la.la-long-arrow-right:before {
  content: "";
}

.la.la-apple, .la.la-windows, .la.la-android, .la.la-linux, .la.la-dribbble, .la.la-skype, .la.la-foursquare, .la.la-trello, .la.la-gratipay, .la.la-gittip {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-gittip:before {
  content: "";
}

.la.la-sun-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-sun-o:before {
  content: "";
}

.la.la-moon-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-moon-o:before {
  content: "";
}

.la.la-vk, .la.la-weibo, .la.la-renren, .la.la-pagelines, .la.la-stack-exchange {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-arrow-circle-o-right {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-arrow-circle-o-right:before {
  content: "";
}

.la.la-arrow-circle-o-left {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-arrow-circle-o-left:before {
  content: "";
}

.la.la-caret-square-o-left {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-caret-square-o-left:before {
  content: "";
}

.la.la-toggle-left {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-toggle-left:before {
  content: "";
}

.la.la-dot-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-dot-circle-o:before {
  content: "";
}

.la.la-vimeo-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-try:before, .la.la-turkish-lira:before {
  content: "";
}

.la.la-plus-square-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-plus-square-o:before {
  content: "";
}

.la.la-slack, .la.la-wordpress, .la.la-openid {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-institution:before, .la.la-bank:before {
  content: "";
}

.la.la-mortar-board:before {
  content: "";
}

.la.la-yahoo, .la.la-google, .la.la-reddit, .la.la-reddit-square, .la.la-stumbleupon-circle, .la.la-stumbleupon, .la.la-delicious, .la.la-digg, .la.la-pied-piper-pp, .la.la-pied-piper-alt, .la.la-drupal, .la.la-joomla {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-spoon:before {
  content: "";
}

.la.la-behance, .la.la-behance-square, .la.la-steam, .la.la-steam-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-automobile:before {
  content: "";
}

.la.la-cab:before {
  content: "";
}

.la.la-envelope-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-envelope-o:before {
  content: "";
}

.la.la-deviantart, .la.la-soundcloud {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-file-pdf-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-pdf-o:before {
  content: "";
}

.la.la-file-word-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-word-o:before {
  content: "";
}

.la.la-file-excel-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-excel-o:before {
  content: "";
}

.la.la-file-powerpoint-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-powerpoint-o:before {
  content: "";
}

.la.la-file-image-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-image-o:before {
  content: "";
}

.la.la-file-photo-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-photo-o:before {
  content: "";
}

.la.la-file-picture-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-picture-o:before {
  content: "";
}

.la.la-file-archive-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-archive-o:before {
  content: "";
}

.la.la-file-zip-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-zip-o:before {
  content: "";
}

.la.la-file-audio-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-audio-o:before {
  content: "";
}

.la.la-file-sound-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-sound-o:before {
  content: "";
}

.la.la-file-video-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-video-o:before {
  content: "";
}

.la.la-file-movie-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-movie-o:before {
  content: "";
}

.la.la-file-code-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-file-code-o:before {
  content: "";
}

.la.la-vine, .la.la-codepen, .la.la-jsfiddle {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-life-ring, .la.la-life-bouy {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-life-bouy:before {
  content: "";
}

.la.la-life-buoy {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-life-buoy:before {
  content: "";
}

.la.la-life-saver {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-life-saver:before {
  content: "";
}

.la.la-support {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-support:before {
  content: "";
}

.la.la-circle-o-notch:before {
  content: "";
}

.la.la-rebel, .la.la-ra {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-ra:before {
  content: "";
}

.la.la-resistance {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-resistance:before {
  content: "";
}

.la.la-empire, .la.la-ge {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-ge:before {
  content: "";
}

.la.la-git-square, .la.la-git, .la.la-hacker-news, .la.la-y-combinator-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-y-combinator-square:before {
  content: "";
}

.la.la-yc-square {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-yc-square:before {
  content: "";
}

.la.la-tencent-weibo, .la.la-qq, .la.la-weixin, .la.la-wechat {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-wechat:before {
  content: "";
}

.la.la-send:before {
  content: "";
}

.la.la-paper-plane-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-paper-plane-o:before {
  content: "";
}

.la.la-send-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-send-o:before {
  content: "";
}

.la.la-circle-thin {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-circle-thin:before {
  content: "";
}

.la.la-header:before {
  content: "";
}

.la.la-sliders:before {
  content: "";
}

.la.la-futbol-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-futbol-o:before {
  content: "";
}

.la.la-soccer-ball-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-soccer-ball-o:before {
  content: "";
}

.la.la-slideshare, .la.la-twitch, .la.la-yelp {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-newspaper-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-newspaper-o:before {
  content: "";
}

.la.la-paypal, .la.la-google-wallet, .la.la-cc-visa, .la.la-cc-mastercard, .la.la-cc-discover, .la.la-cc-amex, .la.la-cc-paypal, .la.la-cc-stripe {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-bell-slash-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-bell-slash-o:before {
  content: "";
}

.la.la-trash:before {
  content: "";
}

.la.la-copyright {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-eyedropper:before {
  content: "";
}

.la.la-area-chart:before {
  content: "";
}

.la.la-pie-chart:before {
  content: "";
}

.la.la-line-chart:before {
  content: "";
}

.la.la-lastfm, .la.la-lastfm-square, .la.la-ioxhost, .la.la-angellist {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-cc {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-cc:before {
  content: "";
}

.la.la-ils:before, .la.la-shekel:before, .la.la-sheqel:before {
  content: "";
}

.la.la-meanpath {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-meanpath:before {
  content: "";
}

.la.la-buysellads, .la.la-connectdevelop, .la.la-dashcube, .la.la-forumbee, .la.la-leanpub, .la.la-sellsy, .la.la-shirtsinbulk, .la.la-simplybuilt, .la.la-skyatlas {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-diamond {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-diamond:before {
  content: "";
}

.la.la-intersex:before {
  content: "";
}

.la.la-facebook-official {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-facebook-official:before {
  content: "";
}

.la.la-pinterest-p, .la.la-whatsapp {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-hotel:before {
  content: "";
}

.la.la-viacoin, .la.la-medium, .la.la-y-combinator, .la.la-yc {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-yc:before {
  content: "";
}

.la.la-optin-monster, .la.la-opencart, .la.la-expeditedssl {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-battery-4:before, .la.la-battery:before {
  content: "";
}

.la.la-battery-3:before {
  content: "";
}

.la.la-battery-2:before {
  content: "";
}

.la.la-battery-1:before {
  content: "";
}

.la.la-battery-0:before {
  content: "";
}

.la.la-object-group, .la.la-object-ungroup, .la.la-sticky-note-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-sticky-note-o:before {
  content: "";
}

.la.la-cc-jcb, .la.la-cc-diners-club {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-clone, .la.la-hourglass-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hourglass-o:before {
  content: "";
}

.la.la-hourglass-1:before {
  content: "";
}

.la.la-hourglass-2:before {
  content: "";
}

.la.la-hourglass-3:before {
  content: "";
}

.la.la-hand-rock-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-rock-o:before {
  content: "";
}

.la.la-hand-grab-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-grab-o:before {
  content: "";
}

.la.la-hand-paper-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-paper-o:before {
  content: "";
}

.la.la-hand-stop-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-stop-o:before {
  content: "";
}

.la.la-hand-scissors-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-scissors-o:before {
  content: "";
}

.la.la-hand-lizard-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-lizard-o:before {
  content: "";
}

.la.la-hand-spock-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-spock-o:before {
  content: "";
}

.la.la-hand-pointer-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-pointer-o:before {
  content: "";
}

.la.la-hand-peace-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-hand-peace-o:before {
  content: "";
}

.la.la-registered {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-creative-commons, .la.la-gg, .la.la-gg-circle, .la.la-tripadvisor, .la.la-odnoklassniki, .la.la-odnoklassniki-square, .la.la-get-pocket, .la.la-wikipedia-w, .la.la-safari, .la.la-chrome, .la.la-firefox, .la.la-opera, .la.la-internet-explorer {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-television:before {
  content: "";
}

.la.la-contao, .la.la-500px, .la.la-amazon {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-calendar-plus-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-calendar-plus-o:before {
  content: "";
}

.la.la-calendar-minus-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-calendar-minus-o:before {
  content: "";
}

.la.la-calendar-times-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-calendar-times-o:before {
  content: "";
}

.la.la-calendar-check-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-calendar-check-o:before {
  content: "";
}

.la.la-map-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-map-o:before {
  content: "";
}

.la.la-commenting:before {
  content: "";
}

.la.la-commenting-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-commenting-o:before {
  content: "";
}

.la.la-houzz, .la.la-vimeo {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-vimeo:before {
  content: "";
}

.la.la-black-tie, .la.la-fonticons, .la.la-reddit-alien, .la.la-edge {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-credit-card-alt:before {
  content: "";
}

.la.la-codiepie, .la.la-modx, .la.la-fort-awesome, .la.la-usb, .la.la-product-hunt, .la.la-mixcloud, .la.la-scribd {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-pause-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-pause-circle-o:before {
  content: "";
}

.la.la-stop-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-stop-circle-o:before {
  content: "";
}

.la.la-bluetooth, .la.la-bluetooth-b, .la.la-gitlab, .la.la-wpbeginner, .la.la-wpforms, .la.la-envira, .la.la-wheelchair-alt {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-wheelchair-alt:before {
  content: "";
}

.la.la-question-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-question-circle-o:before {
  content: "";
}

.la.la-volume-control-phone:before {
  content: "";
}

.la.la-asl-interpreting:before {
  content: "";
}

.la.la-deafness:before, .la.la-hard-of-hearing:before {
  content: "";
}

.la.la-glide, .la.la-glide-g {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-signing:before {
  content: "";
}

.la.la-viadeo, .la.la-viadeo-square, .la.la-snapchat, .la.la-snapchat-ghost, .la.la-snapchat-square, .la.la-pied-piper, .la.la-first-order, .la.la-yoast, .la.la-themeisle, .la.la-google-plus-official {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-google-plus-official:before {
  content: "";
}

.la.la-google-plus-circle {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-google-plus-circle:before {
  content: "";
}

.la.la-font-awesome, .la.la-fa {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-fa:before {
  content: "";
}

.la.la-handshake-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-handshake-o:before {
  content: "";
}

.la.la-envelope-open-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-envelope-open-o:before {
  content: "";
}

.la.la-linode {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-address-book-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-address-book-o:before {
  content: "";
}

.la.la-vcard:before {
  content: "";
}

.la.la-address-card-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-address-card-o:before {
  content: "";
}

.la.la-vcard-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-vcard-o:before {
  content: "";
}

.la.la-user-circle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-user-circle-o:before {
  content: "";
}

.la.la-user-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-user-o:before {
  content: "";
}

.la.la-id-badge {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-drivers-license:before {
  content: "";
}

.la.la-id-card-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-id-card-o:before {
  content: "";
}

.la.la-drivers-license-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-drivers-license-o:before {
  content: "";
}

.la.la-quora, .la.la-free-code-camp, .la.la-telegram {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-thermometer-4:before, .la.la-thermometer:before {
  content: "";
}

.la.la-thermometer-3:before {
  content: "";
}

.la.la-thermometer-2:before {
  content: "";
}

.la.la-thermometer-1:before {
  content: "";
}

.la.la-thermometer-0:before {
  content: "";
}

.la.la-bathtub:before, .la.la-s15:before {
  content: "";
}

.la.la-window-maximize, .la.la-window-restore {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-times-rectangle:before {
  content: "";
}

.la.la-window-close-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-window-close-o:before {
  content: "";
}

.la.la-times-rectangle-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-times-rectangle-o:before {
  content: "";
}

.la.la-bandcamp, .la.la-grav, .la.la-etsy, .la.la-imdb, .la.la-ravelry, .la.la-eercast {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.la.la-eercast:before {
  content: "";
}

.la.la-snowflake-o {
  font-family: Line Awesome Free;
  font-weight: 400;
}

.la.la-snowflake-o:before {
  content: "";
}

.la.la-superpowers, .la.la-wpexplorer, .la.la-spotify {
  font-family: Line Awesome Brands;
  font-weight: 400;
}

.slick-dots li {
  background: #bfc8cb;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transition: all .3s;
}

.slick-dots li button {
  padding: 0;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active {
  background: #202124;
  width: 20px;
}

.slick-dots {
  margin-top: 40px;
  position: static;
}

.gap-x25 .slick-slide {
  padding: 0 15px;
}

.gap-x25 .slick-list {
  margin: 0 -15px;
}

.slick-arrow {
  z-index: 2;
  color: var(--primary-color);
  opacity: 1;
  text-align: center;
  background: #e2eaf8;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 50px;
  transition: all .3s;
  position: absolute;
}

.slick-arrow:hover, .slick-arrow:focus {
  background: var(--primary-color);
  color: #fff;
}

.slick-arrow:before {
  display: none;
}

.arrow-center-between .slick-prev {
  left: 25px;
}

.arrow-center-between .slick-next {
  right: 25px;
}

.arrow-rounded .slick-arrow {
  border-radius: 50%;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }

  to {
    transform: translate(0);
  }
}

.modal-video {
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -o-transition: opacity .3s ease-out;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-out;
  animation-name: modal-video;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-video-effect-exit {
  opacity: 0;
}

.modal-video-effect-exit .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
}

.modal-video-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

@media (orientation: landscape) {
  .modal-video-inner {
    box-sizing: border-box;
    padding: 10px 60px;
  }
}

.modal-video-movie-wrap {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  background-color: #333;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transition: transform .3s ease-out;
  animation-name: modal-video-inner;
  animation-duration: .3s;
  animation-timing-function: ease-out;
  position: relative;
  transform: translate(0);
}

.modal-video-movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-video-close-btn {
  z-index: 2;
  background: none;
  border: none;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: absolute;
  top: -45px;
  right: 0;
  overflow: hidden;
}

@media (orientation: landscape) {
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: "";
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  left: 0;
}

:root {
  --primary-color: #10698f;
  --primary-hover-bg-color: #08bdae;
  --primary-2nd-color: #f9ab00;
  --primary-2nd-hover-bg-color: #e9a000;
}

a {
  color: var(--primary-color);
}

* {
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  color: #363636;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus, a:visited {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  background: none;
  margin: 0;
  font-weight: normal;
  line-height: 1.2em;
  position: relative;
}

section {
  position: relative;
}

textarea {
  resize: none;
  overflow: hidden;
}

button {
  cursor: pointer;
  background-color: #0000;
  min-width: auto;
  outline: none !important;
}

p, .text {
  color: #696969;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

.auto-container {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  position: static;
}

.small-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
  position: static;
}

.page-wrapper {
  background-color: #fff;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.section {
  padding: 60px 0 30px;
}

.bg_alice {
  background-color: #f9fafc;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-outer {
  margin-bottom: 50px;
  position: relative;
}

.video-outer h4 {
  margin-bottom: 30px;
}

.video-box {
  position: relative;
}

.video-box .image {
  margin-bottom: 30px;
  position: relative;
}

.video-box .image img {
  width: 100%;
  display: block;
}

.video-box .image a {
  display: block;
  position: relative;
}

.video-box .image .icon {
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  font-size: 44px;
  line-height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-outer {
  margin-bottom: 30px;
  position: relative;
}

.checkboxes {
  padding: 0;
  list-style: none;
}

.checkboxes li {
  margin-bottom: 10px;
  margin-right: 20px;
}

.checkboxes.inline {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkboxes label {
  cursor: pointer;
  color: #696969;
  margin-bottom: 0;
  padding-left: 28px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

.checkboxes label span {
  color: #909090;
}

.checkboxes label:before {
  content: "";
  box-sizing: border-box;
  -o-transition: all .25s;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  font-weight: 900;
  line-height: 17px;
  transition: all .25s;
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
}

.checkboxes input[type="checkbox"], .checkboxes input[type="radio"] {
  display: none;
}

.checkboxes input[type="checkbox"]:checked + label:before, .checkboxes input[type="radio"]:checked + label:before {
  content: "";
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.checkboxes.square label:before {
  border-radius: 2px;
}

.checkboxes.two-column:after {
  clear: both;
  content: "";
  display: table;
}

.checkboxes.two-column li {
  float: left;
  min-width: 50%;
  margin: 0;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.checkbox-outer .view-more {
  color: var(--primary-color);
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: relative;
}

.checkbox-outer .view-more .icon {
  background: #1967d226;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 900;
  display: flex;
}

.radio-box {
  position: relative;
}

.radio-box label {
  color: #696969;
  cursor: pointer;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 20px;
  display: block;
  position: relative;
}

.radio-box label:before {
  content: "";
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 50px;
  width: 16px;
  height: 16px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-box label:after {
  content: "";
  text-align: center;
  background: none;
  border-radius: 5px;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  overflow: hidden;
}

.radio-box input[type="radio"] {
  display: none;
}

.radio-box input[type="radio"]:checked + label, .radio-box input[type="radio"]:checked + label:before {
  border-color: var(--primary-color);
}

.radio-box input[type="radio"]:checked + label:after {
  background-color: var(--primary-color);
  opacity: 1;
}

.switchbox-outer {
  position: relative;
}

.switchbox-outer h4 {
  color: #1b2032;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.switchbox {
  position: relative;
}

.switchbox li {
  margin-bottom: 20px;
  position: relative;
}

.switchbox .title {
  color: #5c6770;
  margin-left: 10px;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.switch {
  cursor: pointer;
  align-items: center;
  margin: 0;
  display: flex;
  position: relative;
}

.slider {
  cursor: pointer;
  -o-transition: .4s;
  background-color: #fff;
  border: 1px solid #ecedf2;
  width: 40px;
  height: 20px;
  transition: all .4s;
  position: relative;
}

.slider:before {
  content: "";
  -o-transition: .4s;
  background-color: #d2d3d8;
  width: 10px;
  height: 10px;
  transition: all .4s;
  position: absolute;
  bottom: 3px;
  left: 4px;
}

input:checked + .slider {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  background: #fff;
  transform: translateX(19px);
}

.default-form {
  position: relative;
}

.default-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group > label {
  color: #202124;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.default-form .form-group input[type="text"]:focus, .default-form .form-group input[type="password"]:focus, .default-form .form-group input[type="number"]:focus, .default-form .form-group input[type="email"]:focus, .default-form .form-group input[type="url"]:focus {
  border-color: var(--primary-color);
  background-color: #fff;
}

.default-form .form-group textarea {
  color: #696969;
  box-sizing: border-box;
  -o-transition: all .3s ease;
  resize: none;
  background-color: #f0f5f7;
  border: 1px solid #f0f5f7;
  border-radius: 8px;
  width: 100%;
  height: 160px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.default-form .form-group textarea:focus {
  border-color: var(--primary-color);
  background-color: #fff;
}

.default-form .form-group select {
  color: #696969;
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background-color: #f0f5f7;
  border: 1px solid #f0f5f7;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.default-form .form-group select:focus {
  border-color: var(--primary-color);
  background-color: #fff;
}

.default-form .form-group input[type="submit"], .default-form .form-group > button {
  min-width: 160px;
  display: inline-block;
  position: relative;
}

.default-form .form-group > .icon {
  color: #9fa9b8;
  font-size: 14px;
  line-height: 54px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

.default-form .form-group .rating {
  position: relative;
}

.default-form .form-group .rating a {
  color: #999;
  font-size: 13px;
  position: relative;
}

.default-form .form-group .rating a:hover {
  color: #ffc78b;
}

.default-form input.error:focus, .default-form select.error:focus, .default-form textarea.error:focus {
  border-color: red;
}

.default-form label.error {
  text-transform: capitalize;
  color: red;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.default-form.job-apply-form .form-group {
  margin-bottom: 30px;
}

.default-form.job-apply-form .form-group a {
  color: #333;
}

.default-form.job-apply-form .form-group a:hover {
  color: #1451a4;
}

#email-form .form-group:first-child {
  margin-bottom: 0;
}

#email-form .response {
  text-align: center;
  position: relative;
}

#email-form .response .success {
  color: #fff;
  background: #35c2a5;
  margin-bottom: 10px;
  padding: 0 10px;
}

#email-form .response .failed {
  color: #fff;
  background-color: #f74848;
  margin-bottom: 10px;
  padding: 0 10px;
}

#email-form .response .text-info {
  background-color: #ffa737;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
  display: flex;
  color: #222 !important;
}

.chosen-container-multi .chosen-choices {
  background: #f0f5f7;
  border-radius: 8px;
  min-height: 60px;
  line-height: 60px;
  border: 0 !important;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  min-height: 60px !important;
  line-height: 60px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  color: var(--primary-color);
  background: #1967d21a;
  border-radius: 10px;
  margin-top: 15px;
  padding: 0 25px 0 10px;
  font-size: 13px;
  line-height: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  color: #1967d2;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 3px;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  min-height: 60px !important;
  line-height: 60px !important;
}

.chosen-container.chosen-with-drop .chosen-drop {
  background: #f0f5f7;
  border-radius: 8px;
  min-height: 60px;
  line-height: 60px;
  border: 0 !important;
}

.chosen-container-single .chosen-single {
  background: #f0f5f7;
  border-radius: 8px;
  border: 0 !important;
}

.chosen-container-single .chosen-search:before {
  display: none;
}

.chosen-container-single .chosen-search input[type="text"] {
  height: 40px;
  padding: 10px 20px;
  line-height: 20px;
}

.form-select:focus {
  box-shadow: none;
  border-color: #ecedf2;
  outline: 0;
}

.default-form .form-group input.select__input {
  height: auto;
}

.default-form .form-group .css-13cymwt-control, .default-form .form-group .select__control--is-focused {
  background-color: #f0f5f7;
  border-color: #f0f5f7;
  border-radius: 6px;
  min-height: 60px;
}

.select__multi-value.css-1p3m7a8-multiValue {
  background-color: #fff;
}

.typography {
  position: relative;
}

.typography h5 {
  color: #202124;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.typography p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.list-style-four {
  position: relative;
}

.list-style-four li {
  color: #696969;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 25px;
  position: relative;
}

.list-style-four li:before {
  content: "";
  color: #fff;
  text-align: center;
  background: #696969;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 900;
  line-height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}

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

.-light-blue {
  background-color: #f5f9fe;
}

.content-elements {
  padding: 60px 0 10px;
  position: relative;
}

.content-elements .auto-container {
  max-width: 1200px;
}

.content-elements .column {
  margin-bottom: 50px;
  position: relative;
}

.content-elements h4.title {
  color: #202124;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

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

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-10 {
  margin-top: 10px;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.content-elements .buttons {
  margin-bottom: 20px;
}

.content-elements .buttons .column {
  margin-bottom: 30px;
}

.content-elements .buttons .theme-btn {
  margin-bottom: 20px;
  margin-right: 20px;
}

.icon-calendar {
  background-image: url("/images/icons/icon-calendar.svg");
}

.icon-expiry {
  background-image: url("/images/icons/icon-expiry.svg");
}

.icon-location {
  background-image: url("/images/icons/icon-location.svg");
}

.icon-user-2 {
  background-image: url("/images/icons/icon-user-2.svg");
}

.icon-clock {
  background-image: url("/images/icons/icon-clock.svg");
}

.icon-rate {
  background-image: url("/images/icons/icon-rate.svg");
}

.icon-salary {
  background-image: url("/images/icons/icon-salary.svg");
}

.icon-language {
  background-image: url("/images/icons/icon-language.svg");
}

.icon-degree {
  background-image: url("/images/icons/icon-degree.svg");
}

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

hr {
  -webkit-appearance: none;
  background: #e6e8ed;
  border-style: none;
  outline-style: none;
  height: 1px;
  margin: 30px auto;
  position: relative;
}

section hr {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.tabs-box .tab-btn {
  cursor: pointer;
}

.scroll-to-top {
  z-index: 9;
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: var(--primary-color);
  -o-transition: all .3s ease;
  background-color: #1967d212;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  transition: all .3s;
  position: fixed;
  bottom: 12px;
  right: 20px;
}

.scroll-to-top:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.scroll-to-top.style-two {
  color: #34a853;
  background-color: #34a85312;
}

.scroll-to-top.style-two:hover {
  color: #fff;
  background-color: #34a853;
}

.top-features {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.feature-block-two {
  margin-bottom: 30px;
}

.feature-block-two .inner-box {
  text-align: center;
  position: relative;
}

.feature-block-two .icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.feature-block-two h4, .feature-block-two h4 a {
  color: #fff;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.feature-block-two .count {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.social-share a.facebook {
  background: #3b5998;
}

.social-share a.twitter {
  background: #55acee;
}

.social-share a.google {
  background: #dd4b39;
}

.social-share a.linkedin {
  background: #007bb5;
}

.social-share a.youtube {
  background: #b00;
}

.social-share a.instagram {
  background: #125688;
}

.social-share a.pinterest {
  background: #cb2027;
}

.social-share a.snapchat-ghost {
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  background: #fffc00;
}

.social-share a.skype {
  background: #00aff0;
}

.social-share a.android {
  background: #a4c639;
}

.social-share a.dribbble {
  background: #ea4c89;
}

.social-share a.vimeo {
  background: #45bbff;
}

.social-share a.tumblr {
  background: #2c4762;
}

.social-share a.vine {
  background: #00b489;
}

.social-share a.foursquare {
  background: #45bbff;
}

.social-share a.stumbleupon {
  background: #eb4924;
}

.social-share a.flickr {
  background: #f40083;
}

.social-share a.yahoo {
  background: #430297;
}

.social-share a.soundcloud {
  background: #f50;
}

.social-share a.reddit {
  background: #ff5700;
}

.social-share a.rss {
  background: #f60;
}

.social-share a:hover {
  opacity: .8;
}

.social-share a i {
  margin-right: 5px;
}

.about-section {
  padding: 100px 0 0;
  position: relative;
}

.about-section .content-column {
  margin-bottom: 50px;
  position: relative;
}

.about-section .content-column .inner-column {
  padding-left: 70px;
  position: relative;
}

.about-section .sec-title {
  margin-bottom: 30px;
}

.about-section .sec-title h2 {
  color: #202124;
  font-size: 40px;
  line-height: 54px;
}

.about-section .sec-title .text {
  color: #696969;
  max-width: 415px;
  font-size: 15px;
  line-height: 26px;
}

.about-section .list-style-one {
  margin-bottom: 40px;
}

.about-section .image-column {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.about-section .image-column .image {
  margin-bottom: 0;
  position: relative;
}

.play-btn {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.play-btn .icon {
  color: #000;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-left: 5px;
  font-size: 32px;
  display: flex;
}

.about-section .count-employers {
  text-align: center;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  max-width: 300px;
  padding: 25px 32px 30px;
  position: absolute;
  bottom: -50px;
  right: -150px;
  box-shadow: 0 46px 35px #19192e0a;
}

.about-section .count-employers .check-box {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 5px;
  transform: translate(-50%, -50%);
}

.about-section .count-employers .title {
  color: #202124;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.about-section .count-employers .image {
  margin-bottom: 0;
}

.about-section.style-two .image-column .inner-column {
  padding-right: 17px;
  position: relative;
}

.about-section.style-two .content-column .inner-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 110px;
  display: flex;
}

.about-section.style-two .list-style-two {
  margin-bottom: 20px;
  position: relative;
}

.about-section.style-two .content-column h2 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.about-section.style-two .content-column .sec-title .text {
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.about-section.style-two .sec-title {
  margin-bottom: 43px;
}

.about-section.style-two .content-column .theme-btn {
  min-width: 190px;
}

.about-section.style-two .fun-fact-section {
  padding: 60px 0 70px;
}

.about-section.style-two .fun-fact-section .count-box {
  color: var(--primary-color);
}

.about-section.style-two .fun-fact-section .counter-title {
  font-size: 15px;
}

.about-section-two {
  padding: 100px 0;
  position: relative;
}

.about-section-two .content-column {
  margin-bottom: 50px;
  position: relative;
}

.about-section-two .content-column .inner-column {
  padding-top: 55px;
  padding-left: 90px;
  position: relative;
}

.about-section-two .sec-title {
  margin-bottom: 30px;
}

.about-section-two .sec-title h2 {
  color: #202124;
  font-size: 40px;
  line-height: 54px;
}

.about-section-two .sec-title .text {
  color: #696969;
  max-width: 415px;
  font-size: 15px;
  line-height: 26px;
}

.about-section-two .list-style-one {
  margin-bottom: 35px;
}

.about-section-two .image-column {
  text-align: center;
  margin-bottom: 150px;
  position: relative;
}

.about-section-two .image-column .image-box {
  margin-bottom: 0;
  margin-right: -50px;
  position: relative;
}

.about-section-two .applicants-list {
  position: absolute;
  bottom: -150px;
  right: -50px;
}

.applicants-list {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  min-width: 276px;
  box-shadow: 0 40px 30px #19192e0a;
}

.applicants-list .title-box {
  background: var(--primary-color);
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: -1px;
  display: flex;
  position: relative;
}

.applicants-list .title-box h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.applicants-list .applicants {
  text-align: left;
  padding: 16px 24px 5px;
  position: relative;
}

.applicants-list .applicant {
  min-height: 50px;
  margin-bottom: 22px;
  padding-left: 66px;
  position: relative;
}

.applicants-list .applicant .image {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.applicants-list .applicant .image img {
  width: 100%;
  display: block;
}

.applicants-list .applicant .name {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  top: 2px;
}

.applicants-list .applicant .designation {
  color: #696969;
  font-size: 14px;
  line-height: 19px;
}

.about-section-two .content-column .theme-btn {
  min-width: 180px;
}

.about-section-two.style-two .image-column .image-box {
  text-align: left;
  margin-right: 0;
}

.about-section-two.style-two .content-column .inner-column {
  padding-left: 120px;
}

.about-section-two.style-two .applicants-list {
  bottom: -90px;
  right: -80px;
}

.about-section-three {
  padding: 50px 0;
  position: relative;
}

.about-section-three .images-box {
  position: relative;
}

.about-section-three .images-box .row {
  margin: 0 -5px;
}

.about-section-three .images-box .column {
  padding: 0 5px;
  position: relative;
}

.about-section-three .images-box .image {
  margin-bottom: 10px;
  position: relative;
}

.about-section-three .images-box .image img {
  border-radius: 4px;
  width: 100%;
}

.about-section-three .text-box, .about-section-three .fun-fact-section {
  max-width: 900px;
  margin: 0 auto;
}

.about-section-three .fun-fact-section {
  padding: 50px 0 30px;
}

.about-section-three .text-box h4 {
  color: #202124;
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 500;
  line-height: 31px;
}

.about-section-three .text-box p {
  color: #696969;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 26px;
}

.accordion-box {
  margin-bottom: 30px;
  position: relative;
}

.accordion-box .block {
  -o-transition: all .3s ease;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all .3s;
  position: relative;
}

.accordion-box .block .acc-btn {
  color: #202124;
  cursor: pointer;
  -o-transition: all .3s ease;
  background: none;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  transition: all .3s;
  position: relative;
}

.accordion-box .block.active-block {
  box-shadow: 0 6px 15px #404f680d;
}

.accordion-box .block .acc-btn .icon {
  text-align: center;
  color: #2f2d51;
  -o-transition: all .3s ease;
  width: 70px;
  height: 70px;
  font-size: 15px;
  font-weight: 700;
  line-height: 70px;
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.accordion-box .block .acc-btn.active .icon:before {
  content: "";
}

.accordion-box .block .acc-content {
  display: none;
  position: relative;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  border-top: 1px solid #ecedf2;
  padding: 24px 30px 26px;
  position: relative;
}

.accordion-box .block .content p {
  color: #696969;
  -o-transition: all .3s ease;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: all .3s;
  position: relative;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}

.ads-section {
  padding: 100px 0 170px;
  position: relative;
}

.advrtise-block {
  margin-bottom: 30px;
  position: relative;
}

.advrtise-block .inner-box {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 236px;
  padding: 51px 42px;
  position: relative;
}

.advrtise-block h4 {
  color: #202124;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  display: block;
  position: relative;
}

.advrtise-block h4 span {
  color: var(--primary-color);
  display: block;
}

.advrtise-block .theme-btn {
  width: 120px;
  font-weight: 400;
}

.banner-box-one {
  margin-bottom: 30px;
  position: relative;
}

.banner-box-one .cws-image-bg {
  clip-path: polygon(0% 20px, 100% 0%, 100% calc(100% - 20px), 0% 100%);
}

.banner-box-one .cws-image-bg .cws-overlay-bg {
  background-color: #529b6b;
  width: 50%;
}

.banner-box-one .cws-triangle-overlay {
  opacity: .3;
  clip-path: polygon(0% 0, 50% 10px, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  background-color: #529b6b;
}

.banner-box-one .inner-container {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  z-index: 1;
  justify-content: left;
  align-items: center;
  width: 100%;
  min-height: 245px;
  padding: 21px;
  display: flex;
  position: relative;
}

.banner-box-one .content {
  text-align: center;
  width: 50%;
}

.banner-box-one .banner-offer {
  color: #fff;
  margin-bottom: 5px;
  font-size: 55px;
  line-height: 1;
  display: block;
  position: relative;
}

.banner-box-one .banner-desc {
  opacity: .7;
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  display: block;
}

.banner-box-one.orange .cws-triangle-overlay {
  background: #ed6436;
}

.banner-box-one.orange .cws-overlay-bg {
  background-color: #ed6436;
}

.banner-box-one.orange .cws-image-bg:before {
  content: "";
  z-index: 1;
  background-color: #ed6436a6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-box-one.orange .theme-btn {
  border-color: #fff;
}

.banner-box-two {
  margin-bottom: 30px;
  position: relative;
}

.banner-box-two .cws-image-bg {
  clip-path: none;
}

.banner-box-two .cws-image-bg .cws-overlay-bg {
  background-color: #4bb469e6;
}

.banner-box-two .inner-container {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  z-index: 1;
  justify-content: left;
  align-items: center;
  width: 100%;
  min-height: 245px;
  padding: 21px;
  display: flex;
  position: relative;
}

.banner-box-two .content {
  text-align: center;
  width: 100%;
}

.banner-box-two .banner-title {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  font-size: 30px;
}

.banner-box-two .banner-desc {
  opacity: .7;
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  display: block;
}

.banner-box-two.dark .cws-overlay-bg {
  background-color: #000000d9;
}

.banner-box-two.dark .theme-btn {
  border-color: #fff;
}

.banner-box-three {
  margin-bottom: 30px;
  position: relative;
}

.banner-box-three .cws-image-bg {
  clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% calc(100% - 20px));
}

.banner-box-three .cws-image-bg:before {
  content: "";
  background-color: #519e6b99;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-box-three .cws-image-bg .cws-overlay-bg {
  background-color: #ffa737;
  width: 50%;
}

.banner-box-three .cws-triangle-overlay {
  opacity: .3;
  clip-path: polygon(0% 0, 50% 10px, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  background-color: #529b6b;
}

.banner-box-three .inner-container {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  z-index: 1;
  justify-content: left;
  align-items: center;
  width: 100%;
  min-height: 245px;
  padding: 21px;
  display: flex;
  position: relative;
}

.banner-box-three .content {
  width: 50%;
}

.banner-box-three .banner-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  display: block;
  position: relative;
}

.banner-box-three .banner-desc {
  opacity: .7;
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  display: block;
}

.banner-box-three .banner-offer {
  color: #fff;
  margin-bottom: 5px;
  font-size: 55px;
  line-height: 1;
  display: block;
  position: relative;
}

.banner-box-three.orange .cws-triangle-overlay {
  background: #ed6436;
}

.banner-box-three.orange .cws-overlay-bg {
  z-index: 1;
  background-color: #ff6c3a;
}

.banner-box-three.orange .cws-image-bg:before {
  content: "";
  z-index: 1;
  background-color: #ed6436a6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-box-three.orange .theme-btn {
  border-color: #fff;
}

.theme-btn {
  -o-transition: all .5s ease;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn-style-one {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 18px 35px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-one:hover {
  color: #fff;
  background-color: var(--primary-hover-bg-color);
}

.btn-style-two {
  text-align: center;
  white-space: nowrap;
  color: #202124;
  background-color: var(--primary-2nd-color);
  border-radius: 8px;
  padding: 18px 35px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-two:hover {
  color: #202124;
  background-color: var(--primary-2nd-hover-bg-color);
}

.btn-style-three {
  text-align: center;
  color: var(--primary-color);
  background-color: #e2eaf8;
  border-radius: 8px;
  padding: 18px 35px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-three:hover {
  color: #fff;
  background-color: var(--primary-hover-bg-color);
}

.btn-style-four {
  text-align: center;
  white-space: nowrap;
  color: var(--primary-color);
  background-color: #e2eaf8;
  border-radius: 8px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-four:hover {
  color: #fff;
  background-color: var(--primary-hover-bg-color);
}

.btn-style-five {
  text-align: center;
  white-space: nowrap;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 14px 35px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-five:hover {
  color: #fff;
  background-color: #0000;
}

.btn-style-six {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 14px 35px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-six:hover {
  color: var(--primary-color);
  background-color: #fff;
}

.btn-style-seven {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 15px 35px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-seven:hover {
  color: var(--primary-color);
  background-color: #e2eaf8;
}

.btn-style-eight {
  text-align: center;
  white-space: nowrap;
  color: var(--primary-color);
  border-radius: 8px;
  padding: 15px 35px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.theme-btn.large {
  padding: 20px 50px;
  font-size: 16px;
  line-height: 20px;
}

.theme-btn.small {
  border-radius: 5px;
  min-width: 80px;
  padding: 5px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.callout-one {
  z-index: 1;
  text-align: center;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 30px;
  padding: 45px 30px;
  position: relative;
  overflow: hidden;
}

.callout-one:before {
  content: "";
  background-color: #59ab66e6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.callout-one .sub-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4em;
  display: block;
  position: relative;
}

.callout-one h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.2em;
  position: relative;
}

.callout-one .theme-btn {
  color: #fff;
  border-color: #fff;
}

.callout-two {
  z-index: 1;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 30px;
  padding: 45px 30px;
  position: relative;
  overflow: hidden;
}

.callout-two:before {
  content: "";
  background-color: #59ab66;
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10%;
  transform: skew(-15deg);
}

.callout-two .content {
  width: 50%;
  position: relative;
}

.callout-two h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.callout-two h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.callout-two .abs-btn {
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 140px;
  min-width: auto;
  height: 140px;
  margin-top: -70px;
  margin-left: -70px;
  line-height: 140px;
  position: absolute;
  top: 50%;
  left: 100%;
  box-shadow: 0 0 30px #0000001a;
}

.callout-three {
  z-index: 1;
  background-position: center;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 30px;
  padding: 45px 30px;
  position: relative;
  overflow: hidden;
}

.callout-three:before {
  content: "";
  background-color: #59ab6699;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.callout-three .content {
  text-align: left;
  position: relative;
}

.callout-three h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.callout-three h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.4em;
  position: relative;
}

.callout-three .right-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 45px 30px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.callout-three .right-box:before {
  width: 120%;
  height: 100%;
  top: 0;
  right: -15%;
  left: initial;
  content: "";
  background-color: #f36737;
  position: absolute;
  transform: skew(-15deg);
}

.callout-three .banner-offer {
  color: #fff;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 1em;
  position: relative;
}

.callout-three .banner-desc {
  color: #fff;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1;
  position: relative;
}

.callout-three .theme-btn {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.theme_color {
  color: #25262c;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clients-section {
  border-bottom: 1px solid #ecedf2;
  padding: 60px 0;
  position: relative;
}

.clients-section.alternate {
  border-bottom: 0;
  padding: 80px 0 0;
}

.clients-section.alternate2 {
  padding: 60px 0 100px;
}

.clients-section .sponsors-outer {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.clients-section .slide-item {
  position: relative;
}

.clients-section .image-box {
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.clients-section .image-box img {
  -o-transition: all .3s ease;
  width: auto;
  max-width: 50%;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.clients-section-two {
  padding: 60px 0 0;
  position: relative;
}

.clients-section-two .sponsors-outer {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.clients-section-two .slide-item {
  position: relative;
}

.clients-section-two .image-box {
  text-align: center;
  margin-bottom: 0;
  padding: 15px 0;
  position: relative;
}

.clients-section-two .image-box img {
  filter: grayscale();
  -o-transition: all .3s ease;
  width: auto;
  max-width: 100%;
  height: 40px;
  transition: all .3s;
  display: inline-block;
  position: relative;
}

.clients-section-two .image-box img:hover {
  filter: grayscale(0);
}

.clients-section-two.alternate {
  padding: 100px 0;
}

.top-companies {
  padding: 100px 0;
  position: relative;
}

.top-companies .carousel-outer {
  margin: 0 -15px;
}

.top-companies .companies-carousel .owl-dots {
  margin-top: 20px;
}

.top-companies .slick-track {
  align-items: stretch;
  display: flex !important;
}

.top-companies .slick-slide {
  height: inherit !important;
}

.top-companies .slick-slide > div {
  height: 100%;
}

.company-block {
  height: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}

.company-block .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  text-align: center;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.company-block .inner-box.bg-clr-1 {
  background: #fcf9f4;
}

.company-block .inner-box.bg-clr-2 {
  background: #f4f6fa;
}

.company-block .inner-box.bg-clr-3 {
  background: #f9f9f9;
}

.company-block .inner-box.bg-clr-4 {
  background: #fcf4fc;
}

.company-block .inner-box.bg-clr-5 {
  background: #fafcf3;
}

.company-block .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.company-block .image {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
  position: relative;
  overflow: hidden;
}

.company-block .image img {
  width: 100%;
}

.company-block .name {
  color: #202124;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
}

.company-block .designation {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.company-block .location {
  color: #696969;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.company-block .location i {
  margin-right: 5px;
  font-size: 14px;
}

.company-block .theme-btn {
  width: 100%;
  max-width: 240px;
}

.company-block-two {
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}

.company-block-two .inner-box {
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.company-block-two .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.company-block-two .inner-box .content {
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  padding-left: 110px;
  display: flex;
  position: relative;
}

.company-block-two .image {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.company-block-two .image img {
  width: 100%;
}

.company-block-two .name {
  color: #202124;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: relative;
}

.company-block-two .designation {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.company-block-two .location {
  color: #696969;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: relative;
}

.company-block-two .location i {
  margin-right: 5px;
  font-size: 14px;
}

.company-block-two .theme-btn {
  border-radius: 20px;
  width: 150px;
  padding: 5px 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.company-block-three {
  margin-bottom: 30px;
  position: relative;
}

.company-block-three .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  padding: 32px 20px 22px 30px;
  transition: all .3s;
  position: relative;
}

.company-block-three .inner-box:hover {
  box-shadow: 0 7px 18px #404f680d;
}

.company-block-three .content {
  justify-content: space-between;
  align-items: flex-end;
  min-height: 51px;
  padding-left: 68px;
  display: flex;
  position: relative;
}

.company-block-three .company-logo {
  -o-transition: all .3s ease;
  width: 50px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.company-block-three h4 {
  color: #202124;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  top: -3px;
}

.company-block-three h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.company-block-three h4 a:hover {
  color: var(--primary-color);
}

.company-block-three .job-info {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.company-block-three .job-info li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.company-block-three .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.company-block-three .job-info li a {
  color: #696969;
}

.company-block-three .bookmark-btn {
  text-align: center;
  cursor: pointer;
  -o-transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  background: #ecedf2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  transition: all .3s;
  position: absolute;
  top: 15px;
  right: 10px;
}

.company-block-three .inner-box:hover .bookmark-btn {
  opacity: 1;
  visibility: visible;
}

.company-block-three .job-other-info {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.company-block-four {
  margin-bottom: 30px;
  position: relative;
}

.company-block-four .inner-box {
  text-align: center;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 30px 15px;
  transition: all .3s;
  position: relative;
}

.company-block-four .inner-box:hover {
  box-shadow: 0 7px 18px #404f680d;
}

.company-block-four .featured {
  color: #34a853;
  background: #34a85326;
  border-radius: 50px;
  margin-right: 15px;
  padding: 5px 20px;
  font-size: 13px;
  line-height: 15px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.company-block-four .company-logo {
  -o-transition: all .3s ease;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.company-block-four .company-logo img {
  width: 100%;
  display: block;
}

.company-block-four h4 {
  color: #202124;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  top: -3px;
}

.company-block-four h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.company-block-four h4 a:hover {
  color: var(--primary-color);
}

.company-block-four .job-info {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.company-block-four .job-info li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.company-block-four .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.company-block-four .job-info li a {
  color: #696969;
}

.company-block-four .job-type {
  color: var(--primary-color);
  background: #1967d226;
  border-radius: 50px;
  margin-right: 15px;
  padding: 5px 20px;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  position: relative;
}

.company-block-four .bookmark-btn {
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  transition: all .3s;
  position: absolute;
  top: 15px;
  right: 15px;
}

.company-block-four .inner-box:hover .bookmark-btn {
  opacity: 1;
  visibility: visible;
  background: #ecedf2;
}

.top-companies.style-two {
  background: #f3f7fb;
}

.top-companies.style-two .company-block .image img {
  border-radius: 50%;
}

.top-companies.style-two .company-block .theme-btn {
  border-radius: 50px;
}

.top-companies.style-three .company-block {
  margin-bottom: 50px;
  padding: 0 18px;
}

.top-companies.style-three .company-block .inner-box {
  padding: 32px 20px 20px;
}

.top-companies.style-three .company-block .image {
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .company-block .theme-btn {
    margin: auto;
  }
}

.contact-section {
  padding: 100px 0;
  position: relative;
}

.contact-section .auto-container {
  max-width: 1000px;
}

.contact-section .upper-box {
  z-index: 1;
  background: #fff;
  margin-top: -300px;
  padding: 50px 65px 30px;
  position: relative;
}

.contact-block {
  margin-bottom: 30px;
  position: relative;
}

.contact-block .inner-box {
  position: relative;
}

.contact-block .icon {
  margin-bottom: 16px;
  display: block;
  position: relative;
}

.contact-block h4 {
  color: #202124;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.contact-block p {
  color: #696969;
  font-size: 15px;
  line-height: 26px;
}

.contact-block p a {
  color: #696969;
}

.contact-block p .phone {
  color: var(--primary-color);
  font-size: 18px;
}

.contact-section .contact-form {
  border: 1px solid #ecedf2;
  border-radius: 8px;
  max-width: 850px;
  margin: 0 auto;
  padding: 50px 50px 70px;
}

.contact-section .contact-form h3 {
  color: #202124;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.contact-section .contact-form .theme-btn {
  width: 100%;
}

#toggle-user-sidebar {
  display: none;
}

.dashboard-option {
  margin-left: 30px;
  position: relative;
}

.dashboard-option .dropdown-menu {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  min-width: 300px;
  margin-top: 8px;
  padding: 30px 30px 17px;
  box-shadow: 0 6px 15px #404f680d;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  transform: none !important;
}

.dashboard-option .dropdown-menu:before {
  content: "";
  border-bottom: 8px solid #ecedf2;
  border-left: 8px solid #0000;
  border-right: 8px solid #0000;
  position: absolute;
  top: -8px;
  right: 30px;
}

.dashboard-option .dropdown-toggle {
  align-items: center;
  display: flex;
  position: relative;
}

.dashboard-option .dropdown-toggle:after {
  content: "";
  border: 0;
  margin-left: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.dashboard-option .thumb {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.dashboard-option .name {
  color: #202124;
  margin-left: 10px;
  font-size: 15px;
  line-height: 28px;
  display: block;
  position: relative;
}

.dashboard-option .dropdown-menu li a {
  color: #696969;
  text-align: left;
  text-transform: capitalize;
  -o-transition: all .5s ease;
  border-radius: 8px;
  align-items: center;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.dashboard-option .dropdown-menu li a i {
  color: #696969;
  text-align: center;
  -o-transition: all .5s ease;
  margin-right: 15px;
  font-size: 22px;
  transition: all .5s;
  position: relative;
}

.dashboard-option .dropdown-menu li.active a, .dashboard-option .dropdown-menu li:hover a {
  color: var(--primary-color);
  background: #1967d21a;
}

.dashboard-option .dropdown-menu li.active a i, .dashboard-option .dropdown-menu li:hover a i {
  color: var(--primary-color);
}

.mm-panels {
  --mm-color-background: #202124;
  --mm-color-text-dimmed: #979797;
  --mm-color-border: #ffffff1a;
  --mm-listitem-size: 50px;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: #979797;
}

.mm-menu li {
  padding: 0 20px;
}

.mm-menu .mm-listitem:after {
  display: none;
}

.mm-menu li.current > a {
  color: #fff;
  background: #fff3;
  border-radius: 5px;
  line-height: 30px;
}

.mm-btn:after, .mm-btn:before {
  border-width: 1.5px;
  border-color: #fff;
  width: 6px;
  height: 6px;
}

.mm-panels .mm-counter {
  text-indent: 0;
  text-align: center;
  color: #fff;
  background-color: #ffa737cc;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  right: 45px;
}

#toggle-user-sidebar {
  margin-left: 20px;
}

#toggle-user-sidebar .thumb {
  border: 2px solid #ffffff26;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  top: 80px;
}

.mm-navbar_sticky {
  padding: 7px 0;
}

.mm-listview {
  padding-top: 20px;
}

.mm-menu li {
  margin-bottom: 10px;
}

.mobile-nav-toggler .flaticon-menu-1:before {
  -o-transition: all .1s ease;
  transition: all .1s;
}

.mm-wrapper_opened .mobile-nav-toggler .flaticon-menu-1:before {
  content: "";
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.mm-add-listing {
  border: #0000;
  margin-top: 87px;
  display: none;
}

.mm-add-listing .theme-btn {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  color: #fff !important;
}

.mm-add-listing .mm-listitem__text {
  padding: 0;
}

.mm-add-listing .contact-info {
  padding: 18px 0;
  display: block;
  position: relative;
}

.mm-add-listing .phone-num {
  color: #7e7e7e;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  position: relative;
}

.mm-add-listing .phone-num span {
  display: block;
}

.mm-add-listing .phone-num a {
  color: #fff;
}

.mm-add-listing .address {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 30px;
  display: block;
  position: relative;
}

.mm-add-listing .email {
  font-size: 14px;
  line-height: 30px;
  color: #7e7e7e !important;
}

.mm-add-listing .social-links {
  align-items: center;
  display: block;
  position: relative;
}

.mm-add-listing .social-links a {
  text-transform: capitalize;
  color: #7e7e7e;
  margin-right: 37px;
  font-size: 14px;
  line-height: 16px;
}

.mm-panel:after {
  height: 10px;
}

.dashboard {
  background-color: #f5f7fc;
  min-height: 100vh;
  padding-left: 365px;
  position: relative;
}

.dashboard .main-header {
  background: #fff;
}

.dashboard .dashboard-outer {
  padding: 30px 30px 0;
  position: relative;
}

.dashboard .upper-title-box {
  margin-bottom: 30px;
  position: relative;
}

.dashboard .upper-title-box h3 {
  color: #202124;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 41px;
}

.ui-item {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 130px;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 6px 15px #404f680d;
}

.ui-item .right {
  text-align: right;
}

.ui-item h4 {
  color: var(--primary-color);
  margin-bottom: 3px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}

.ui-item p {
  color: #202124;
  font-size: 15px;
  line-height: 26px;
}

.ui-item .icon {
  color: #1967d2;
  text-align: center;
  background-color: #1967d21a;
  border-radius: 8px;
  width: 70px;
  height: 70px;
  font-size: 40px;
  line-height: 70px;
  display: block;
  position: relative;
}

.ui-item.ui-red h4 {
  color: #d93025;
}

.ui-item.ui-red .icon {
  color: #d93025;
  background: #d930251a;
}

.ui-item.ui-yellow h4 {
  color: #f9ab00;
}

.ui-item.ui-yellow .icon {
  color: #f9ab00;
  background: #f9ab001a;
}

.ui-item.ui-green h4 {
  color: #34a853;
}

.ui-item.ui-green .icon {
  color: #34a853;
  background: #34a8531a;
}

.graph-widget .widget-content {
  padding-top: 80px;
}

.graph-widget .tab-buttons {
  align-items: center;
  display: flex;
  position: relative;
}

.graph-widget .tab-buttons li {
  color: #5c6770;
  cursor: pointer;
  -o-transition: all .3s ease;
  border-radius: 5px;
  margin: 0 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
  position: relative;
}

.graph-widget .tab-buttons li:hover, .graph-widget .tab-buttons li.active-btn {
  background: #f9fafc;
}

.graph-widget .graph-img {
  margin-bottom: 20px;
  padding-top: 30px;
  position: relative;
}

.graph-widget .graph-img img {
  width: 100%;
  display: block;
}

.form-widget {
  position: relative;
}

.form-widget .default-form .form-group {
  margin-bottom: 12px;
}

.form-widget .default-form .form-group button {
  margin-top: 8px;
}

.form-widget .default-form .form-group:last-child, .form-widget .uploading-outer {
  margin-bottom: 20px;
}

.uploading-widget .widget-content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  position: relative;
}

.uploading-widget .widget-content:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.uploading-widget .uploading-outer {
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0;
}

.uploading-widget .bottom-text {
  color: #5c6770;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.listing-filters {
  background: #fff;
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 30px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 4px #00000017;
}

.listing-filters .search-outer {
  justify-content: space-between;
  padding: 30px 0;
  display: flex;
  position: relative;
}

.search-form {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.search-form input[type="text"], .search-form input[type="search"] {
  color: #5c6770;
  -o-transition: all .3s ease;
  background: none;
  border: 2px solid #e6e8ed;
  border-radius: 5px;
  min-width: 305px;
  height: 54px;
  padding: 10px 70px 10px 18px;
  font-size: 14px;
  line-height: 30px;
  transition: all .3s;
  position: relative;
}

.search-form .search-btn {
  text-align: center;
  color: #e6e8ed;
  -o-transition: all .3s ease;
  width: 54px;
  height: 54px;
  font-size: 20px;
  line-height: 54px;
  transition: all .3s;
  position: absolute;
  top: 0;
  right: 0;
}

.listing-filters .sort-by {
  margin-left: 30px;
}

.listing-filters .filters-list {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.listing-filters .filters-list li {
  margin-right: 10px;
  position: relative;
}

.listing-filters .filters-list li a {
  color: #5c6770;
  -o-transition: all .3s ease;
  border-bottom: 2px solid #0000;
  padding: 40px 20px 40px 55px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.listing-filters .filters-list li a .icon {
  color: #9fa9b8;
  margin-top: -15px;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
}

.listing-filters .filters-list li:hover a, .listing-filters .filters-list li.active a {
  color: #021f4a;
  border-color: #021f4a;
}

.my-listing-widget .listing-block-seven {
  border-bottom: 1px solid #f1f3f7;
  padding-bottom: 30px;
  position: relative;
}

.my-listing-widget .listing-block-seven:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.listing-block-seven {
  margin-bottom: 30px;
  position: relative;
}

.listing-block-seven .inner-box {
  background-color: #fff;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.listing-block-seven .image-box {
  margin-right: 30px;
  position: relative;
}

.listing-block-seven .image {
  border-radius: 10px;
  width: 200px;
  height: 150px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.listing-block-seven .image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-transition: all .5s ease;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: block;
}

.listing-block-seven .image:before {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#00ffffff", endColorstr= "#1b2032", GradientType= 0);
  z-index: 1;
  opacity: .8;
  content: "";
  background: linear-gradient(#fff0 0%, #1b2032 100%);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.listing-block-seven .inner-box:hover .image img {
  transform: scale(1.1);
}

.listing-block-seven .content-box {
  width: 100%;
  position: relative;
}

.listing-block-seven .content-box .upper-box {
  z-index: 2;
  width: 100%;
  padding: 20px 40px 10px;
  position: relative;
}

.listing-block-seven .rating {
  color: #5c6770;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1em;
  position: relative;
}

.listing-block-seven .fa {
  color: #ffa737;
  font-size: 11px;
}

.listing-block-seven .title {
  margin-left: 3px;
}

.listing-block-seven h3 {
  color: #1b2032;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  position: relative;
}

.listing-block-seven h3 a {
  color: #1b2032;
  -o-transition: all .3s ease;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.listing-block-seven h3 a:hover {
  color: #ffa737;
}

.listing-block-seven h3 .icon {
  margin-left: 10px;
}

.listing-block-seven .text {
  margin-bottom: 10px;
  position: relative;
}

.listing-block-seven .info {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.listing-block-seven .info li {
  color: #5c6770;
  margin-right: 20px;
  position: relative;
}

.listing-block-seven .info li span {
  margin-right: 7px;
  font-size: 18px;
}

.listing-block-seven .places {
  display: flex;
  position: relative;
}

.listing-block-seven .place {
  color: #4cbfd8;
  font-size: 14px;
  position: relative;
}

.listing-block-seven .place .icon {
  color: #fff;
  text-align: center;
  background-color: #4cbfd8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.listing-block-seven .btn-box {
  align-items: center;
  display: flex;
  position: relative;
}

.listing-block-seven .btn-box .theme-btn {
  margin: 9px 0 9px 18px;
}

.listing-block-seven .btn-box .theme-btn:first-child {
  margin-left: 0;
}

.user-sidebar {
  -o-transition: all .3s ease;
  z-index: 9;
  background: #fff;
  border: 1px solid #ecedf2;
  width: 365px;
  height: 100%;
  padding-top: 80px;
  transition: all .3s;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: auto;
  box-shadow: 0 6px 15px #404f680d;
}

.user-sidebar::-webkit-scrollbar {
  width: 4px;
}

.user-sidebar::-webkit-scrollbar-track {
  background: none;
}

.user-sidebar::-webkit-scrollbar-thumb {
  background-color: #f0f5f7;
  border-radius: 10px;
}

.user-sidebar-active .user-sidebar {
  transform: translateX(0);
}

.sidebar-backdrop {
  -o-transition: all .3s ease;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  background: #0006;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: fixed;
}

.user-sidebar .sidebar-inner {
  padding: 60px;
  position: relative;
}

.user-sidebar .sidebar-header {
  text-align: center;
  border-bottom: 1px solid #f1f3f7;
  justify-content: center;
  align-items: center;
  min-height: 230px;
  padding: 30px;
  display: flex;
  position: relative;
}

.user-sidebar .sidebar-header .user-image {
  border: 5px solid #dddee0;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.user-sidebar .sidebar-header .user-image img {
  width: 100%;
  display: block;
}

.user-sidebar .sidebar-header .user-name {
  color: #1b2032;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

.user-sidebar .navigation {
  width: 100%;
  margin: 0;
  position: relative;
  left: 0;
}

.user-sidebar .navigation li {
  width: 100%;
  position: relative;
}

.user-sidebar .navigation li a {
  color: #696969;
  text-align: left;
  text-transform: capitalize;
  -o-transition: all .5s ease;
  border-radius: 8px;
  align-items: center;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.user-sidebar .navigation li a i {
  color: #696969;
  text-align: center;
  -o-transition: all .5s ease;
  margin-right: 15px;
  font-size: 22px;
  transition: all .5s;
  position: relative;
}

.user-sidebar .navigation > li.active > a, .user-sidebar .navigation > li:hover > a {
  color: var(--primary-color);
  background: #1967d21a;
}

.user-sidebar .navigation li.active a i, .user-sidebar .navigation li:hover a i {
  color: var(--primary-color);
}

.place.sky {
  color: #4cbfd8;
}

.place.sky .icon {
  background-color: #4cbfd8;
}

.place.pink {
  color: #ff8480;
}

.place.pink .icon {
  background-color: #ff8480;
}

.place.green {
  color: #35c2a5;
}

.place.green .icon {
  background-color: #35c2a5;
}

.place.dark-pink {
  color: #ff007a;
}

.place.dark-pink .icon {
  background-color: #ff007a;
}

.place.orange {
  color: #ffb874;
}

.place.orange .icon {
  background-color: #ffb874;
}

.place.purple {
  color: #8c689d;
}

.place.purple .icon {
  background-color: #8c689d;
}

.skills-percentage {
  margin-top: 55px;
  position: relative;
}

.skills-percentage h4 {
  color: #202124;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.skills-percentage p {
  color: #696969;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}

.skills-percentage .pie-graph {
  margin-bottom: 0;
  position: relative;
}

.skills-percentage .graph-outer:before {
  content: "";
  z-index: -1;
  border: 30px solid #ecedf2;
  border-radius: 50%;
  width: 234px;
  height: 234px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(.9);
}

.chat-widget .widget-content {
  padding: 0;
}

.chat-widget .card-header {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 40px 40px 0;
}

.chat-widget .search-box-one .form-group input[type="text"], .chat-widget .search-box-one .form-group input[type="search"] {
  width: 100%;
}

.chat {
  margin-top: auto;
  margin-bottom: auto;
}

.card {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  height: 770px;
  box-shadow: 0 6px 15px #404f680d;
}

.card ::-webkit-scrollbar {
  width: 4px;
}

.card ::-webkit-scrollbar-track {
  background: none;
}

.card ::-webkit-scrollbar-thumb {
  background-color: #f0f5f7;
  border-radius: 10px;
}

.contacts_body {
  white-space: nowrap;
  padding: 15px 0;
  overflow-y: auto;
}

.msg_card_body {
  flex-wrap: wrap;
  padding: 40px 40px 10px;
  position: relative;
  overflow-y: auto;
}

.msg_card_body .d-flex {
  flex-flow: column wrap;
  align-items: flex-start;
}

.msg_card_body .justify-content-end {
  align-items: flex-end;
}

.chat_history {
  text-align: center;
  color: #5c6770;
  background: #fff;
  width: 100%;
  padding: 30px 0;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.msg_card_body .mb-3 {
  margin-bottom: 30px !important;
}

.card-footer {
  background: none;
  border-top: 1px solid #ecedf2;
  padding: 30px 40px 40px;
  border-radius: 0 !important;
}

.card-footer .form-group {
  position: relative;
}

.card-footer .form-group button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.type_msg {
  padding: 15px 30px;
  font-size: 14px;
  line-height: 20px;
  overflow-y: auto;
  color: #696969 !important;
  background-color: #0000 !important;
  border: 0 !important;
  height: 50px !important;
}

.type_msg:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.attach_btn {
  cursor: pointer;
  color: #fff !important;
  background-color: #0000004d !important;
  border: 0 !important;
  border-radius: 15px 0 0 15px !important;
}

.send_btn {
  cursor: pointer;
  color: #fff !important;
  background-color: #0000004d !important;
  border: 0 !important;
  border-radius: 0 15px 15px 0 !important;
}

.contacts {
  padding: 0;
  list-style: none;
}

.contacts li {
  width: 100% !important;
}

.contacts li:last-child {
  margin-bottom: 0;
}

.contacts li a {
  -o-transition: all .3s ease;
  padding: 16px 40px;
  transition: all .3s;
  display: block;
  position: relative;
}

.contacts li.active a, .contacts li:hover a {
  background: #f9fafc;
}

.user_img, .user_img_msg {
  object-fit: cover;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  box-shadow: 0 1px 4px #00000017;
}

.img_cont {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  position: relative;
}

.img_cont_msg {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

.img_cont_msg img {
  width: 50px;
  height: 50px;
}

.img_cont_msg .name {
  color: #202124;
  align-items: center;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  position: relative;
}

.img_cont_msg .msg_time {
  text-align: right;
  color: #696969;
  margin-left: 10px;
  font-size: 14px;
  line-height: 19px;
}

.reply .img_cont_msg {
  flex-direction: row-reverse;
}

.reply .img_cont_msg .msg_time, .reply .img_cont_msg .name {
  flex-direction: row-reverse;
  margin-right: 10px;
}

.online_icon {
  background-color: #00d664;
  border: 2px solid #fafafa;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  right: 0;
}

.offline {
  background-color: red !important;
}

.user_info {
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  display: flex;
  position: relative;
}

.user_info span {
  color: #202124;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.user_info p {
  color: #5c6770 !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  line-height: 1.4em !important;
}

.video_cam {
  margin-top: 5px;
  margin-left: 50px;
}

.video_cam span {
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  font-size: 20px;
}

.bd-highlight .info {
  color: #696969;
  flex-direction: column;
  align-items: flex-end;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  position: absolute;
  top: 20px;
  right: 40px;
}

.bd-highlight .info .count {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 16.02px;
  height: 16px;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  display: block;
  position: relative;
}

.msg_cotainer {
  color: #696969;
  background: #f0f5f7;
  border-radius: 8px;
  width: auto;
  max-width: 60%;
  margin-bottom: 5px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: relative;
}

.reply .msg_cotainer {
  text-align: right;
}

.msg_cotainer_send {
  color: #fff;
  background-color: #bdc1c9;
  border-radius: 5px;
  margin-top: 24px;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.msg_time_send {
  color: #5c6770;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  top: -20px;
  right: 0;
}

.chat-widget .msg_head {
  border-bottom: 1px solid #ecedf2;
  justify-content: space-between;
  padding: 20px 40px;
  display: flex;
  box-shadow: 0 6px 15px #404f680d;
}

.chat-widget .msg_head .btn-box {
  align-items: center;
  display: flex;
  position: relative;
}

.chat-widget .dlt-chat {
  color: #d93025;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: underline;
}

#action_menu_btn {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.action_menu {
  z-index: 1;
  color: #fff;
  background-color: #00000080;
  border-radius: 15px;
  padding: 15px 0;
  display: none;
  position: absolute;
  top: 30px;
  right: 15px;
}

.action_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.action_menu ul li {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 15px;
}

.action_menu ul li i {
  padding-right: 10px;
}

.action_menu ul li:hover {
  cursor: pointer;
  background-color: #0003;
}

.toggle-contact {
  margin-left: 20px;
  font-size: 20px;
  display: none;
}

.active-chat-contacts .toggle-contact .fa-bars:before {
  content: "";
}

.ls-widget {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 6px 15px #404f680d;
}

.ls-widget .widget-title {
  background: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding: 20px 30px 30px;
  display: flex;
  position: relative;
}

.ls-widget .widget-title h4 {
  color: #1b2032;
  margin-right: 30px;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.ls-widget .widget-title h4 .icon {
  color: #9fa9b8;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.ls-widget .widget-title .chosen-outer {
  align-items: center;
  display: flex;
  position: relative;
}

.widget-title .chosen-single {
  color: #696969;
  background-color: #f0f5f7;
  height: 45px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}

.widget-title .chosen-container {
  margin-left: 20px;
}

.widget-title .chosen-container-single .chosen-single div:after {
  color: #696969;
  content: "";
  font-family: Flaticon;
  font-size: 10px;
}

.search-box-one {
  position: relative;
}

.search-box-one .form-group {
  margin-bottom: 0;
  position: relative;
}

.search-box-one .form-group input[type="text"], .search-box-one .form-group input[type="search"] {
  color: #696969;
  -o-transition: all .5s ease;
  background: #f0f5f7;
  border-radius: 8px;
  width: 330px;
  max-width: 100%;
  height: 45px;
  padding: 5px 20px 5px 54px;
  font-size: 15px;
  line-height: 25px;
  transition: all .5s;
  display: block;
  position: relative;
}

.search-box-one .form-group input[type="text"]:focus, .search-box-one .form-group input[type="search"]:focus {
  border-color: var(--primary-color);
}

.search-box-one .form-group .icon {
  color: #696969;
  z-index: 1;
  text-align: center;
  -o-transition: all .5s ease;
  width: 54px;
  height: 45px;
  line-height: 45px;
  transition: all .5s;
  position: absolute;
  top: 0;
  left: 0;
}

.ls-widget .widget-content {
  padding: 0 30px 30px;
  position: relative;
}

.ls-widget .widget-content p {
  color: #5c6770;
  margin-bottom: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.notification-list {
  position: relative;
}

.notification-list li {
  color: #696969;
  min-height: 35px;
  margin-bottom: 25px;
  padding: 5px 0 5px 47px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.notification-list li strong {
  color: #202124;
  font-weight: 500;
}

.notification-list li .icon {
  width: 35px;
  height: 35px;
  color: var(--primary-color);
  text-align: center;
  background: #1967d226;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
}

.notification-list li .colored {
  color: var(--primary-color);
}

.notification-list li.success .icon {
  color: #34a853;
  background: #34a85326;
}

.notification-list li.success .colored {
  color: #34a853;
}

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

.features-section {
  padding: 100px 0 70px;
  position: relative;
}

.feature-block {
  margin-bottom: 30px;
  position: relative;
}

.feature-block .inner-box {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.feature-block .image {
  margin-bottom: 0;
  position: relative;
}

.feature-block .image img {
  -o-transition: all .4s ease;
  width: 100%;
  transition: all .4s;
  display: block;
}

.feature-block .inner-box:hover .image img {
  transform: scale(1.2);
}

.feature-block .overlay-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-block .overlay-box .content {
  z-index: 9;
  width: 100%;
  padding: 30px 30px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.feature-block .overlay-box h5 {
  color: #fff;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.feature-block .overlay-box .total-jobs {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.overlay-link {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-footer {
  background-color: #fff;
  position: relative;
}

.main-footer.alternate {
  background: #f5f7fc;
}

.main-footer.alternate5 {
  border-top: 1px solid #ecedf2;
}

.main-footer .widgets-section {
  padding-top: 2rem;
  position: relative;
}

.main-footer .footer-column {
  margin-bottom: 30px;
  position: relative;
}

.main-footer .footer-widget {
  position: relative;
}

.main-footer .widget-title {
  color: #2f2d51;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
}

.main-footer .logo {
  margin-bottom: 25px;
  position: relative;
}

.main-footer .logo img {
  display: block;
}

.main-footer .phone-num {
  color: #202124;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.main-footer .phone-num span {
  display: block;
  position: relative;
}

.main-footer .phone-num a {
  color: var(--primary-color);
}

.main-footer .address {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.main-footer .address a {
  color: #696969;
}

.main-footer .links-widget {
  padding-left: 20px;
  position: relative;
}

.main-footer .list {
  position: relative;
}

.main-footer .list li {
  color: #696969;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  position: relative;
}

.main-footer .list li a {
  color: #696969;
  -o-transition: all .2s ease;
  transition: all .2s;
  display: inline-block;
}

.main-footer .list li:before {
  content: "";
  border-bottom: 2px solid var(--primary-color);
  -o-transition: all .3s ease;
  width: 0;
  height: 2px;
  transition: all .3s;
  position: absolute;
  top: 10px;
  left: 0;
}

.main-footer .list li:hover:before {
  width: 15px;
}

.main-footer .list li:hover a {
  color: var(--primary-color);
  transform: translateX(25px);
}

.main-footer .footer-bottom {
  text-align: center;
  border-top: 1px solid #ecedf2;
  width: 100%;
  padding: 1rem 0;
  position: relative;
}

.main-footer .footer-bottom .bottom-left {
  align-items: center;
  display: flex;
  position: relative;
}

.main-footer .footer-bottom .logo {
  margin-bottom: 0;
  margin-right: 28px;
}

.main-footer .copyright-text {
  color: #696969;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
}

.main-footer .copyright-text a {
  color: #696969;
  -o-transition: all .3s ease;
  line-height: 30px;
  transition: all .3s;
  display: inline-block;
}

.main-footer .copyright-text a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.main-footer .footer-bottom .outer-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.main-footer .social-links {
  align-items: center;
  display: flex;
  position: relative;
}

.main-footer .social-links a {
  color: #696969;
  -o-transition: all .3s ease;
  margin-left: 35px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
  position: relative;
}

.main-footer .social-links a:hover {
  color: #bc91e8;
}

.newsletter-form, .newsletter-form h4 {
  position: relative;
}

.newsletter-form .text {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.newsletter-form .form-group {
  position: relative;
}

.newsletter-form .form-group input[type="text"], .newsletter-form .form-group input[type="email"] {
  color: #696969;
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  padding: 15px 60px 15px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
  display: block;
  box-shadow: 0 6px 15px #404f680d;
}

.newsletter-form .form-group .theme-btn {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: 0 6px 15px #404f680d;
}

.newsletter-form .response {
  position: relative;
}

.newsletter-form .response > div {
  text-align: center;
  padding: 0 15px;
}

.newsletter-form .response .success {
  color: #fff;
  background: #28a745;
}

.newsletter-form .response .failed {
  color: #fff;
  background-color: #dc3545;
}

.newsletter-form .response .text-info {
  background-color: #ffd658;
  color: #222 !important;
}

.main-footer.alternate2 .footer-bottom {
  padding: 100px 0;
  position: relative;
}

.main-footer.alternate3 {
  background: none;
  padding-top: 90px;
}

.main-footer.alternate3:before {
  content: "";
  background-image: url("../media/6.23fed1dd.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-footer.alternate4 .footer-bottom {
  border: 0;
  padding: 116px 0;
}

.main-footer.style-two {
  background-color: var(--primary-color);
}

.main-footer.style-two.alternate {
  background-color: #555;
}

.main-footer.style-two .widgets-section {
  padding: 100px 0 20px;
}

.main-footer.style-two .widget-title {
  color: #fff;
}

.main-footer.style-two .copyright-text, .main-footer.style-two .copyright-text a, .main-footer.style-two .social-links a, .main-footer.style-two .newsletter-form .text, .main-footer.style-two .list li a, .main-footer.style-two .address, .main-footer.style-two .address a, .main-footer.style-two .phone-num, .main-footer.style-two .phone-num a {
  color: #deebff;
}

.main-footer.style-two .social-links a:hover {
  color: var(--primary-2nd-color);
}

.main-footer.style-two .d-flex .list:first-child {
  margin-right: 80px;
}

.main-footer.style-two .footer-bottom {
  border-top: 1px solid #ffffff26;
}

.main-footer.style-two .list li:before {
  border-color: #fff;
}

.main-footer.style-three {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-footer.style-three .widgets-section {
  padding: 180px 0 20px;
}

.main-footer.style-three .widget-title {
  color: #fff;
}

.main-footer.style-three .copyright-text, .main-footer.style-three .copyright-text a, .main-footer.style-three .social-links a, .main-footer.style-three .newsletter-form .text, .main-footer.style-three .list li a, .main-footer.style-three .address, .main-footer.style-three .address a, .main-footer.style-three .phone-num, .main-footer.style-three .phone-num a {
  color: #deebff;
}

.main-footer.style-three .social-links a:hover {
  color: var(--primary-2nd-color);
}

.main-footer.style-three .d-flex .list:first-child {
  margin-right: 80px;
}

.main-footer.style-three .footer-bottom {
  border-top: 1px solid #ffffff26;
}

.main-footer.style-three .list li:before {
  border-color: #fff;
}

.main-footer.style-three .newsletter-form {
  max-width: 492px;
  margin: 0 auto 85px;
  position: relative;
}

.main-footer.style-three .download-btns {
  margin-bottom: 20px;
  position: relative;
}

.main-footer.style-three .download-btns .text {
  color: #fff;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
  display: block;
  position: relative;
}

.download-btns a {
  position: relative;
}

.app-btn {
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -o-transition: all .3s ease;
  background: #ffffff1a;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 22px;
  font-size: 14px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.app-btn:hover {
  background: #fff3;
}

.app-btn .app-icon {
  color: #fff;
  width: 26px;
  font-size: 28px;
  position: relative;
}

.app-btn .inner {
  padding-left: 20px;
  position: relative;
}

.app-btn .sub {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.app-btn .name-app {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.main-footer.style-three .footer-bottom {
  min-height: auto;
  padding: 30px 0;
}

.main-footer.style-three .newsletter-form .form-group input[type="text"], .main-footer.style-three .newsletter-form .form-group input[type="email"] {
  height: 70px;
  color: var(--primary-color);
  border-radius: 50px;
  padding: 15px 140px 15px 28px;
  font-size: 15px;
  line-height: 20px;
}

.main-footer.style-three .newsletter-form .form-group .theme-btn {
  border-radius: 50px;
  width: auto;
  height: 50px;
  padding: 10px 30px;
}

.main-footer.style-four {
  background-color: #555;
}

.main-footer.style-four .widgets-section {
  padding: 100px 0 20px;
}

.main-footer.style-four .social-links a, .main-footer.style-four .widget-title, .main-footer.style-four .copyright-text, .main-footer.style-four .copyright-text a, .main-footer.style-two .social-links a, .main-footer.style-four .newsletter-form .text, .main-footer.style-four .list li a, .main-footer.style-four .address, .main-footer.style-four .address a, .main-footer.style-four .phone-num, .main-footer.style-four .phone-num a, .main-footer.style-four .social-links a:hover {
  color: #fff;
}

.main-footer.style-four .d-flex .list:first-child {
  margin-right: 80px;
}

.main-footer.style-four .footer-bottom {
  border-top: 1px solid #ffffff26;
}

.main-footer.style-four .list li:before {
  border-color: #fff;
}

.main-footer.style-five {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main-footer.style-five .newsletter-form {
  border-bottom: 1px solid #ecedf2;
  padding: 140px 0 150px;
  position: relative;
}

.main-footer.style-five .newsletter-form .sec-title {
  max-width: 490px;
  margin: 0 auto 35px;
}

.main-footer.style-five .newsletter-form .sec-title .text {
  font-size: 15px;
  line-height: 25px;
}

.main-footer.style-five .newsletter-form form {
  max-width: 492px;
  margin: 0 auto;
  position: relative;
}

.main-footer.style-five .newsletter-form .form-group {
  margin-bottom: 0;
}

.main-footer.style-five .newsletter-form .form-group input[type="text"], .main-footer.style-five .newsletter-form .form-group input[type="email"] {
  color: #696969;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  height: 70px;
  padding: 15px 28px;
  font-size: 15px;
  line-height: 20px;
  box-shadow: 0 6px 15px #404f680d;
}

.main-footer.style-five .newsletter-form .form-group .theme-btn {
  background: var(--primary-color);
  width: auto;
  height: 50px;
  padding: 10px 30px;
  right: 10px;
}

.main-footer.style-five .download-btns {
  margin-bottom: 0;
  position: relative;
}

.main-footer.style-five .download-btns .text {
  color: #696969;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
  display: block;
  position: relative;
}

.main-footer.style-five .download-btns a {
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.main-footer.style-five .download-btns a:last-child {
  margin-bottom: 0;
}

.main-footer.style-five .footer-bottom {
  min-height: auto;
  padding: 30px 0;
}

.main-footer.style-six {
  background-color: #2f333c;
}

.main-footer.style-six .widgets-section {
  padding: 100px 0 50px;
}

.main-footer.style-six .phone-num, .main-footer.style-six .phone-num a, .main-footer.style-six .widget-title {
  color: #fff;
}

.main-footer.style-six .copyright-text, .main-footer.style-six .copyright-text a, .main-footer.style-six .social-links a, .main-footer.style-six .newsletter-form .text, .main-footer.style-six .list li a, .main-footer.style-six .address, .main-footer.style-six .address a, .main-footer.style-six .social-links a:hover {
  color: #cad1d8;
}

.main-footer.style-six .d-flex .list:first-child {
  margin-right: 80px;
}

.main-footer.style-six .footer-bottom {
  border-top: 1px solid #ffffff26;
  padding: 36px 0;
}

.main-footer.style-six .list li:before {
  border-color: #fff;
}

.main-footer.style-six .links-widget {
  padding-left: 0;
}

.main-footer.style-six .newsletter-form .form-group .theme-btn {
  background: var(--primary-color);
}

.main-footer.style-six.alternate {
  background-color: #262c3f;
}

.copyright-text {
  text-align: center;
  color: #696969;
  padding: 30px 0 50px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.fun-fact-section {
  z-index: 1;
  padding: 100px 0 70px;
  position: relative;
}

.fun-fact-section .counter-column {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.fun-fact-section .count-box {
  color: #202124;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1em;
  display: block;
  position: relative;
}

.fun-fact-section .counter-title {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.fun-fact-section.style-two {
  padding: 50px 0 20px;
}

.fun-fact-section.style-two .count-box {
  color: var(--primary-color);
}

.fun-fact-section.style-two .counter-title {
  color: #696969;
}

.main-header {
  z-index: 99;
  -o-transition: all .3s ease;
  width: 100%;
  height: auto;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.header-span {
  z-index: 1;
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
}

body:has(.early-bird-banner) .header-span {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  body:has(.early-bird-banner) .header-span {
    margin-bottom: 170px;
  }

  body:has(.early-bird-banner) .banner-section-three {
    margin-top: 80px;
  }
}

.main-header.fixed-header {
  background: #fff;
  position: fixed;
  box-shadow: 0 0 10px #0000001a;
}

.main-header.fixed-header .logo {
  padding: 15px 0;
}

.main-header .main-box {
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  position: relative;
}

.main-header .nav-outer, .main-header .logo-box {
  align-items: center;
  display: flex;
  position: relative;
}

.main-header .logo {
  z-index: 9;
  -o-transition: all .3s ease;
  margin-right: 100px;
  padding: 25px 0;
  transition: all .3s;
  position: relative;
}

.main-header .menu-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.main-menu {
  position: static;
}

.main-menu .navbar-header {
  display: none;
}

.main-menu .navbar-collapse {
  padding: 0;
}

.main-menu .navigation {
  align-items: center;
  display: flex;
  position: static;
}

.main-menu .navigation > li {
  -o-transition: all .3s ease;
  margin-right: 40px;
  padding: 20px 0;
  transition: all .3s;
  position: relative;
}

.main-menu .navigation > li > span, .main-menu .navigation > li > a {
  text-align: center;
  opacity: 1;
  color: #202124;
  cursor: pointer;
  -o-transition: all .3s ease;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.main-menu .navigation > li.current > a, .main-menu .navigation > li.current > span {
  color: var(--primary-color);
}

.main-menu .navigation > li.dropdown > span {
  padding-right: 18px;
}

.main-menu .navigation > li.dropdown > span:after {
  content: "";
  z-index: 5;
  color: #202124;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.main-menu .navigation > li > a > span {
  position: relative;
}

.main-menu .navigation > li > ul {
  opacity: 0;
  z-index: 1;
  border-top: 2px solid var(--primary-color);
  -ms-box-shadow: 0px 6px 15px #404f680d;
  transform-origin: top;
  -o-transition: all .2s;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  min-width: 230px;
  padding: 15px 0;
  transition: all .2s;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  box-shadow: 0 6px 15px #404f680d;
}

.main-menu .navigation > li > ul:before {
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  border-bottom: 5px solid var(--primary-color);
  content: "";
  position: absolute;
  top: -7px;
  left: 20px;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0;
}

.main-menu .navigation > li > ul .from-right {
  margin-right: 2px;
  left: auto;
  right: 100%;
}

.main-menu .navigation > li > ul > li {
  z-index: 1;
  display: block;
  position: relative;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > span, .main-menu .navigation > li > ul > li > a {
  z-index: 1;
  color: #696969;
  white-space: nowrap;
  text-transform: capitalize;
  cursor: pointer;
  -o-transition: all .3s ease;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
  display: block;
  position: relative;
}

.main-menu .navigation > li > ul > li > span:hover, .main-menu .navigation > li > ul > li > a:hover {
  color: var(--primary-color);
}

.main-menu .navigation > li > ul > li > span.current, .main-menu .navigation > li.current.dropdown > span:after, .main-menu .navigation > li > ul > li > ul > li.current > a, .main-menu .navigation > li > ul > li.current > a {
  color: var(--primary-color) !important;
}

.main-menu .navigation > li > ul > li > ul {
  opacity: 0;
  z-index: 1;
  border-top: 2px solid var(--primary-color);
  -ms-box-shadow: 0px 6px 15px #404f680d;
  -o-transition: all .3s;
  background-color: #fff;
  min-width: 220px;
  margin-top: -57px;
  padding: 10px 0;
  transition: all .3s;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translateY(50px);
  box-shadow: 0 6px 15px #404f680d;
}

.main-menu .navigation > li > ul > li > ul > li {
  width: 100%;
  position: relative;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  z-index: 1;
  color: #363636;
  white-space: nowrap;
  text-transform: capitalize;
  -o-transition: all .3s ease;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
  display: block;
  position: relative;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover, .main-menu .navigation > li > ul > li > ul > li > span:hover {
  color: var(--primary-color);
}

.main-menu .navigation > li > ul > li.dropdown > span:before {
  content: "";
  z-index: 5;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  border: 1px solid #fff;
  width: 34px;
  height: 30px;
  font-size: 16px;
  line-height: 26px;
  display: none;
  position: absolute;
  top: 8px;
  right: 10px;
}

.main-header .outer-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.main-header .upload-cv {
  color: var(--primary-color);
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.main-header .outer-box .btn-box {
  display: flex;
  position: relative;
}

.main-header .outer-box .btn-box a, .main-header .outer-box .btn-box2 a {
  min-width: 140px;
  margin-left: 20px;
}

.main-header .menu-btn {
  align-items: center;
  margin-left: 30px;
  display: flex;
  position: relative;
}

.main-header .menu-btn .icon {
  color: #696969;
  font-size: 24px;
}

.main-header .menu-btn .count {
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -4px;
  right: -8px;
}

.main-header.alternate .main-box {
  padding: 0;
}

.main-header.alternate .main-box .logo {
  margin-right: 80px;
}

.main-header.alternate2 .outer-box .btn-box a {
  border-radius: 5px !important;
}

.main-header.header-style-two.alternate .main-box .logo {
  margin-right: 30px;
}

.main-header.header-style-two.fixed-header {
  background-color: #22218c;
}

.main-header.header-shaddow {
  border-bottom: 1px solid #ecedf2;
  box-shadow: 0 6px 15px #404f680d;
}

.main-header.alternate3 {
  background-color: #fff;
  box-shadow: 0 6px 15px #404f680d;
}

.header-style-two .main-box {
  padding: 0;
}

.header-style-two .nav-outer {
  width: 100%;
}

.header-style-two .main-menu {
  margin-left: auto;
  margin-right: 15px;
}

.header-style-two .logo {
  margin-right: 0;
}

.header-style-two .main-menu .navigation > li {
  margin-left: 45px;
  margin-right: 0;
}

.header-style-two .main-menu .navigation > li.dropdown > span:after, .header-style-two .main-menu .navigation > li > span, .header-style-two .main-menu .navigation > li > a {
  color: #fff;
}

.header-style-two .theme-btn {
  border-radius: 50px;
}

.header-style-three .main-box {
  padding: 0 45px;
}

.header-style-four .nav-outer {
  width: 100%;
}

.header-style-four .main-menu {
  margin-left: auto;
  margin-right: 15px;
}

.header-style-four .main-menu .navigation > li {
  margin-left: 45px;
  margin-right: 0;
}

.header-style-four .main-menu .navigation > li.dropdown > span:after, .header-style-four .main-menu .navigation > li > span, .header-style-four .main-menu .navigation > li > a {
  color: #fff;
}

.header-style-four .btn-style-five {
  color: #202124;
}

.header-style-four .btn-style-five:hover {
  color: #fff;
}

.header-style-four.fixed-header {
  background: #262c3f;
}

.header-style-five .logo-box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.header-style-five .logo, .header-style-five .outer-box {
  padding: 25px 0;
}

.header-style-five.fixed-header .outer-box {
  padding: 15px 0;
}

.header-style-five.fixed-header .logo {
  -o-transition: all .3s ease;
  padding: 10px 0;
  transition: all .3s;
}

.sticky-header {
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -o-transition: all .3s ease;
  background: #fffffff3;
  width: 100%;
  padding: 0;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 4px 20px #0000001a;
}

.sticky-header.fixed-header {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

.sticky-header .main-box {
  margin: 0;
  padding: 0;
}

.sticky-header .logo, .sticky-header .outer-box, .sticky-header .main-box:before {
  display: none;
}

.sticky-header .sticky-logo {
  display: block;
}

.sticky-header .main-menu .navigation > li.dropdown > span:after, .sticky-header .main-menu .navigation > li.dropdown > span, .sticky-header .main-menu .navigation > li.dropdown > a:after, .sticky-header .main-menu .navigation > li > a {
  color: #363636;
}

.sticky-header .main-menu .navigation > li.current.dropdown > span:after, .sticky-header .main-menu .navigation > li.current > span, .sticky-header .main-menu .navigation > li.current.dropdown > a:after, .sticky-header .main-menu .navigation > li.current > a {
  color: var(--primary-color);
}

.mobile-header {
  z-index: 99;
  background-color: #fff;
  padding: 20px 15px;
  display: none;
  position: relative;
  box-shadow: 0 6px 15px #404f680d;
}

.mobile-header:after {
  clear: both;
  content: "";
  display: table;
}

.mobile-header .logo {
  float: left;
  position: relative;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.mobile-header .logo img {
  max-height: 50px;
}

.mobile-header .nav-outer {
  float: right;
  position: relative;
}

.mobile-header .outer-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mobile-header .search-box .search-btn {
  color: #fff;
  font-size: 20px;
}

.mobile-header .search-box {
  margin: 0;
}

.mobile-header .cart-btn > a {
  font-size: 20px;
}

.mobile-header .cart-btn > a, .mobile-header .login-box {
  margin-left: 20px;
}

.nav-outer .mobile-nav-toggler {
  float: right;
  cursor: pointer;
  color: #202124;
  order: 3;
  width: 30px;
  margin-left: 20px;
  font-size: 30px;
  line-height: 30px;
  display: none;
  position: relative;
  transform: scaleX(-1);
}

.mobile-header .login-box .icon-user {
  background-image: url("../media/user.37d4a87e.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}

.mobile-header .login-box a {
  color: #202124;
  font-size: 20px;
}

.job-categories {
  border-bottom: 1px solid #ecedf2;
  padding: 115px 0 85px;
  position: relative;
}

.category-block {
  margin-bottom: 30px;
  position: relative;
}

.category-block .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  padding: 19px;
  transition: all .3s;
  position: relative;
}

.category-block .inner-box:hover {
  box-shadow: 0 7px 18px #404f680d;
}

.category-block .content {
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  padding-left: 90px;
  display: flex;
  position: relative;
}

.category-block .icon {
  width: 70px;
  height: 70px;
  color: var(--primary-color);
  -o-transition: all .3s ease;
  background: #ecedf2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.category-block .inner-box:hover .icon {
  color: #fff;
  background: var(--primary-color);
}

.category-block h4 {
  color: #202124;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.category-block h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.category-block h4 a:hover {
  color: var(--primary-color);
}

.category-block p {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}

.category-block-two {
  margin-bottom: 30px;
  position: relative;
}

.category-block-two .inner-box {
  text-align: center;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 40px 20px;
  transition: all .3s;
  position: relative;
}

.category-block-two .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.category-block-two .content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.category-block-two .icon {
  width: 70px;
  height: 70px;
  color: var(--primary-color);
  -o-transition: all .3s ease;
  background: #ecedf2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 36px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.category-block-two .inner-box:hover .icon {
  color: #fff;
  background: var(--primary-color);
}

.category-block-two h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
}

.category-block-two h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.category-block-two h4 a:hover {
  color: var(--primary-color);
}

.category-block-two p {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
}

.category-block-three {
  margin-bottom: 30px;
  position: relative;
}

.category-block-three .inner-box {
  text-align: center;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 40px 20px;
  transition: all .3s;
  position: relative;
}

.category-block-three .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.category-block-three .content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.category-block-three .icon {
  width: 70px;
  height: 70px;
  color: var(--primary-color);
  -o-transition: all .3s ease;
  background: #ecedf2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 36px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.category-block-three h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 29px;
  transition: all .3s;
}

.category-block-three h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.category-block-three h4 a:hover {
  color: var(--primary-color);
}

.category-block-three p {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s;
}

.category-block-three:first-child .icon {
  color: var(--primary-color);
  background: #d4f4f8;
}

.category-block-three:nth-child(2) .icon {
  color: #f20;
  background: #feddd8;
}

.category-block-three:nth-child(3) .icon {
  color: #90f;
  background: #f2e0fe;
}

.category-block-three:nth-child(4) .icon {
  color: #f20;
  background: #ffeee2;
}

.category-block-three:nth-child(5) .icon {
  color: #00ca52;
  background: #d4efdf;
}

.category-block-three:nth-child(6) .icon {
  color: #ecb300;
  background: #fcf4db;
}

.category-block-three:nth-child(7) .icon {
  color: #0800ed;
  background: #dad9f8;
}

.category-block-three:nth-child(8) .icon {
  color: #00d0ea;
  background: #d4f4f8;
}

.job-categories.style-two {
  background: #f5f7fc;
}

.job-categories.style-two .category-block .inner-box .icon {
  color: var(--primary-color);
  background: #e2eaf8;
  border-radius: 50%;
}

.job-categories.style-two .category-block .inner-box:hover .icon {
  background: var(--primary-color);
  color: #fff;
}

.job-categories.style-two .category-block h4 a:hover {
  color: var(--primary-color);
}

.job-section {
  padding: 100px 0;
  position: relative;
}

.job-section.alternate {
  padding: 20px 0 70px;
}

.job-section .tab-buttons {
  justify-content: center;
  margin-bottom: 30px;
}

.job-section .default-tabs .tabs-content {
  padding: 0;
}

.job-block {
  margin-bottom: 30px;
  position: relative;
}

.job-block .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  padding: 32px 20px 22px 30px;
  transition: all .3s;
  position: relative;
}

.job-block .inner-box:hover {
  box-shadow: 0 7px 18px #404f680d;
}

.job-block .content {
  min-height: 51px;
  padding-left: 68px;
  position: relative;
}

.job-block .company-logo {
  -o-transition: all .3s ease;
  width: 50px;
  height: 50px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block h4 {
  color: #202124;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  top: -3px;
}

.job-block h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.job-block h4 a:hover {
  color: var(--primary-color);
}

.job-block .job-info {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.job-block .job-info li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.job-block .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block .job-info li a {
  color: #696969;
}

.job-block .content h4 {
  margin-bottom: 10px;
}

.job-block .bookmark-btn {
  text-align: center;
  cursor: pointer;
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 35px;
  transition: all .3s;
  position: absolute;
  top: -15px;
  right: 0;
}

.job-block .bookmark-btn:hover {
  background: #ecedf2;
}

.job-block .job-other-info {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.job-other-info li {
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 5px 20px;
  font-size: 13px;
  line-height: 15px;
  position: relative;
}

.job-other-info li.time {
  color: var(--primary-color);
  background: #1967d226;
}

.job-other-info li.green, .job-other-info li.privacy {
  color: #34a853;
  background: #34a85326;
}

.job-other-info li.required {
  color: var(--primary-2nd-color);
  background: #f9ab0026;
}

.job-section .btn-box {
  text-align: center;
  margin-top: 15px;
  position: relative;
}

.job-section.style-two {
  background-color: #ecedf2;
}

.job-section.style-two .default-dots .owl-dots {
  margin-top: 20px;
}

.job-section-two {
  background-color: #f5f7fc;
  padding: 100px 0;
  position: relative;
}

.job-block-two {
  margin-bottom: 30px;
  position: relative;
}

.job-block-two .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  justify-content: space-between;
  padding: 32px 20px 15px 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.job-block-two .inner-box:hover {
  box-shadow: 0 7px 18px #404f680d;
}

.job-block-two .content {
  min-height: 60px;
  padding-top: 2px;
  padding-left: 80px;
  position: relative;
}

.job-block-two .company-logo {
  -o-transition: all .3s ease;
  width: 60px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-two .company-logo img {
  width: 100%;
  display: block;
}

.job-block-two h4 {
  color: #202124;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.job-block-two h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.job-block-two h4 a:hover {
  color: var(--primary-color);
}

.job-block-two .job-info {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.job-block-two .job-info li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.job-block-two .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-two .job-info li a {
  color: #696969;
}

.job-block-two .bookmark-btn {
  text-align: center;
  cursor: pointer;
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 35px;
  transition: all .3s;
  position: absolute;
  top: 15px;
  right: 35px;
}

.job-block-two .bookmark-btn:hover {
  background: #ecedf2;
}

.job-block-two .job-other-info {
  align-items: center;
  display: flex;
  position: relative;
  top: 9px;
}

.job-section-two .btn-box {
  text-align: center;
  margin-top: 20px;
  position: relative;
}

.job-section-three {
  padding: 100px 0;
  position: relative;
}

.job-block-three {
  margin-bottom: 30px;
  position: relative;
}

.job-block-three .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  padding: 32px 20px 22px 30px;
  transition: all .3s;
  position: relative;
}

.job-block-three .inner-box:hover {
  box-shadow: 0 7px 18px #404f680d;
}

.job-block-three .content {
  min-height: 51px;
  padding-left: 68px;
  position: relative;
}

.job-block-three .company-logo {
  -o-transition: all .3s ease;
  width: 50px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-three .company-logo img {
  -o-object-fit: fill;
  object-fit: fill;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.job-block-three h4 {
  color: #202124;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  top: -3px;
}

.job-block-three h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.job-block-three h4 a:hover {
  color: var(--primary-color);
}

.job-block-three .job-info {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.job-block-three .job-info li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.job-block-three .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-three .job-info li a {
  color: #696969;
}

.job-block-three .bookmark-btn {
  text-align: center;
  cursor: pointer;
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 30px;
  transition: all .3s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.job-block-three .bookmark-btn:hover {
  background: #ecedf2;
}

.job-block-three .job-other-info {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.job-section-four {
  padding: 100px 0;
  position: relative;
}

.job-block-four {
  margin-bottom: 30px;
  position: relative;
}

.job-block-four .inner-box {
  -o-transition: all .3s ease;
  text-align: center;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  height: 100%;
  padding: 47px 45px 37px;
  transition: all .3s;
  position: relative;
}

.job-block-four .inner-box:hover {
  box-shadow: 0 7px 18px #404f680d;
}

.job-block-four .job-other-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-four .job-other-info li {
  border-radius: 0 30px 30px 0;
  width: auto;
  display: inline-block;
}

.job-block-four .job-other-info .time {
  border-radius: 40px;
  margin-right: 0;
  position: absolute;
  right: 10px;
}

.job-block-four .company-name {
  color: #34a853;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 19px;
  display: block;
  position: relative;
}

.job-block-four .company-logo {
  -o-transition: all .3s ease;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 12px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.job-block-four h4 {
  color: #202124;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  top: -3px;
}

.job-block-four h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.job-block-four h4 a:hover {
  color: var(--primary-color);
}

.job-block-four .location {
  color: #696969;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.job-block-four .location .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-four .location a {
  color: #696969;
}

.job-block-four .post-tags {
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.job-block-four .post-tags li {
  color: #696969;
  background: #f0f5f7;
  border-radius: 20px;
  margin: 0 5px 10px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.job-block-four .post-tags li a {
  color: #696969;
}

.job-block-four .post-tags li.colored {
  background-color: var(--primary-color);
  color: #fff;
}

.job-section-four .btn-box {
  text-align: center;
  margin-top: 20px;
}

.job-section-four.alternate .job-block-four .inner-box {
  height: 100%;
  padding: 45px 35px 35px;
}

.job-section-four.alternate .job-block-four h4 {
  font-size: 16px;
  line-height: 22px;
}

.job-section-five {
  background-color: #ecedf2;
  padding: 100px 0;
  position: relative;
}

.job-section-five .outer-box {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 15px #404f680d;
}

.job-block-five {
  position: relative;
}

.job-block-five .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background: #fff;
  border-left: 2px solid #0000;
  align-items: flex-end;
  padding: 30px 120px 30px 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.job-block-five:nth-child(2n) .inner-box {
  background-color: #f6f6fb;
}

.job-block-five .inner-box:hover {
  border-left: 2px solid var(--primary-color);
}

.job-block-five .inner-box .theme-btn {
  margin-top: -25px;
  position: absolute;
  top: 50%;
  right: 30px;
}

.job-block-five .inner-box .theme-btn:hover {
  background: var(--primary-hover-bg-color);
}

.job-block-five .content {
  min-height: 60px;
  padding-top: 5px;
  padding-left: 80px;
  position: relative;
}

.job-block-five .company-logo {
  -o-transition: all .3s ease;
  width: 80px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-five h4 {
  color: #202124;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  top: -3px;
}

.job-block-five h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.job-block-five h4 a:hover {
  color: var(--primary-color);
}

.job-block-five .job-info {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.job-block-five .job-info li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.job-block-five .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-five .job-info li a {
  color: #696969;
}

.job-block-five .bookmark-btn {
  text-align: center;
  cursor: pointer;
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 35px;
  transition: all .3s;
  position: absolute;
  top: -15px;
  right: 0;
}

.job-block-five .bookmark-btn:hover {
  background: #ecedf2;
}

.job-block-five .job-other-info {
  flex-wrap: wrap;
  margin-left: 10px;
  display: flex;
  position: relative;
  bottom: 3px;
}

.job-section-five .btn-box {
  text-align: center;
  margin-top: 20px;
}

.job-section-five.style-two {
  background-color: #fff;
  padding: 100px 0 50px;
}

.job-section-five.style-two .job-block-five .inner-box:hover {
  border-color: var(--primary-hover-bg-color);
}

.job-section-five.style-two .job-block-five .inner-box .theme-btn {
  background-color: #e0e6f1;
}

.job-section-five.style-two .job-block-five .inner-box .theme-btn:hover {
  background-color: var(--primary-color);
}

.job-section-five.style-two .featured-column {
  margin-bottom: 50px;
}

.job-section-six {
  border-bottom: 1px solid #ecedf2;
  padding: 0 0 50px;
  position: relative;
}

.job-section-six .image-column {
  margin-bottom: 50px;
  position: relative;
}

.job-section-six .image-column .image {
  margin-bottom: 0;
  padding-right: 16px;
}

.job-section-six .image-column .image img {
  width: 100%;
  display: block;
}

.job-section-six .content-column {
  position: relative;
}

.job-section-six .content-column .inner-column {
  padding-top: 36px;
  padding-left: 45px;
  position: relative;
}

.job-section-six .sec-title {
  margin-bottom: 28px;
}

.job-section-six .job-block-five {
  margin-bottom: 30px;
}

.job-section-six .job-block-five .inner-box {
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
}

.job-section-six .job-block-five .job-info {
  margin-bottom: 0;
}

.job-section-six .job-block-five .company-logo {
  width: 50px;
}

.job-section-six .job-block-five .content {
  min-height: 50px;
  padding-top: 0;
  padding-left: 70px;
}

.job-section-six .job-block-five h4 {
  margin-bottom: 0;
}

.job-detail-section {
  position: relative;
}

.job-detail-section .upper-box {
  background-image: url("/images/icons/bg-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 70px;
  position: relative;
}

.job-detail-section.style-three .upper-box {
  background-image: url("/images/icons/bg-5.png");
}

.job-detail-section .job-block-outer {
  margin-bottom: 30px;
  position: relative;
}

.job-block-seven {
  position: relative;
}

.job-block-seven .inner-box {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.job-block-seven .content {
  min-height: 51px;
  padding-left: 120px;
  position: relative;
}

.job-block-seven.style-two .content {
  padding-left: 0;
}

.job-block-seven .company-logo {
  -o-transition: all .3s ease;
  width: 100px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-seven .company-logo img {
  width: 100%;
  display: block;
}

.job-block-seven h4 {
  color: #202124;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3em;
  position: relative;
  top: -3px;
}

.job-block-seven h4 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.job-block-seven h4 a:hover {
  color: var(--primary-color);
}

.job-block-seven .job-info {
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.job-block-seven .job-info li {
  color: #696969;
  margin-bottom: 3px;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.job-block-seven .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.job-block-seven .job-info li a {
  color: #696969;
}

.job-block-seven .job-other-info {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.job-block-seven .btn-box {
  align-items: center;
  display: flex;
  position: relative;
}

.job-block-seven .btn-box .theme-btn {
  min-width: 220px;
}

.job-block-seven .bookmark-btn {
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  -o-transition: all .3s ease;
  background: #1967d212;
  border-radius: 7px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 52px;
  transition: all .3s;
}

.job-block-seven .bookmark-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.job-block-seven.style-three .inner-box {
  flex-direction: column;
}

.job-block-seven.style-three .company-logo {
  margin-bottom: 20px;
  position: relative;
}

.job-block-seven.style-three .job-info {
  justify-content: center;
}

.job-block-seven.style-three .content {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.job-detail-outer {
  padding: 50px 0;
  position: relative;
}

.job-detail {
  padding-right: 30px;
  position: relative;
}

.candidate-detail-section.style-three .job-detail {
  padding-left: 20px;
  padding-right: 0;
}

.job-overview-two h4, .job-detail h4 {
  color: #202124;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.job-detail p {
  color: #696969;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 26px;
  position: relative;
}

.job-detail .image {
  margin-bottom: 50px;
  position: relative;
}

.job-detail .images-outer .image {
  margin-bottom: 30px;
  overflow: hidden;
}

.job-detail .images-outer .image img {
  -o-transition: all .3s ease;
  width: 100%;
  transition: all .3s;
  display: block;
}

.job-detail .images-outer .image .lightbox-image {
  display: block;
  position: relative;
}

.job-detail .images-outer .image .lightbox-image:before {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  content: "+";
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -o-transition: all .3s ease;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 45px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.job-detail .images-outer .image .lightbox-image:hover:before {
  opacity: 1;
  visibility: visible;
}

.job-detail .images-outer .image:hover .lightbox-image img {
  transform: scale(1.1);
}

.list-style-three {
  margin-bottom: 50px;
  position: relative;
}

.list-style-three li {
  color: #696969;
  margin-bottom: 25px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 26px;
  position: relative;
}

.list-style-three li:before {
  content: "";
  background: #202124;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 0;
}

.job-detail-section .other-options {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.job-detail-section .social-share {
  align-items: center;
  display: flex;
}

.social-share h5 {
  color: #202124;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.social-share a {
  color: #fff;
  -o-transition: all .3s ease;
  background: #222;
  border-radius: 8px;
  margin: 5px 10px 5px 0;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
}

.job-detail-section .related-jobs, .job-detail-outer .map-outer {
  margin-bottom: 50px;
  position: relative;
}

.job-detail-outer .map-canvas {
  height: 350px;
}

.related-jobs .title-box {
  margin-bottom: 28px;
  position: relative;
}

.related-jobs .title-box h3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.job-overview, .job-overview li {
  position: relative;
}

.job-overview li:not(:last-child) {
  margin-bottom: 30px;
}

.job-overview .icon {
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.job-overview h5 {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.job-overview span {
  font-size: 15px;
  line-height: 20px;
}

.job-overview-two {
  box-sizing: border-box;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 30px 30px 0;
  position: relative;
}

.job-overview-two ul {
  flex-wrap: wrap;
  align-items: center;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.job-overview-two li {
  flex: 0 0 25%;
  margin-bottom: 30px;
  padding-left: 50px;
  padding-right: 20px;
  position: relative;
}

.job-overview-two .icon {
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.job-overview-two h5 {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.job-overview-two span {
  font-size: 15px;
  line-height: 20px;
}

.sidebar-widget .map-outer {
  margin-bottom: 50px;
}

.sidebar-widget .map-canvas {
  min-height: 250px;
}

.job-skills {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.job-skills li {
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
}

.job-skills li a {
  color: #696969;
  background: #fff;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  color: #202124;
  cursor: default;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}

.list-style-one li:before {
  content: "";
  font-family: flaticon;
  font-size: 17px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.list-style-two {
  position: relative;
}

.list-style-two li {
  color: #696969;
  cursor: default;
  margin-bottom: 20px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}

.list-style-two li:before {
  content: "";
  background: #c4c4c4;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
}

.blocker {
  background: #20212480;
}

#login-modal {
  box-shadow: none;
  background: #fff;
  border-radius: 8px;
  padding: 30px 40px 20px;
}

#login-modal .social-btn-two {
  padding: 10px 20px;
}

.login-from {
  text-align: center;
  background: #fff;
  position: relative;
}

.login-from h3 {
  color: #1b2032;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  position: relative;
}

.login-from .form-group {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
  position: relative;
}

.login-from .form-group .text, .login-from .form-group .forgot-pass, .login-from .form-group label {
  color: #5c5c5c;
  margin: 0;
  font-size: 14px;
  line-height: 1em;
}

.login-from .form-group label {
  cursor: pointer;
}

.login-from .form-group .forgot-pass:hover {
  text-decoration: underline;
}

.login-from .form-group input[type="text"], .login-from .form-group input[type="email"], .login-from .form-group input[type="password"], .login-from .form-group input[type="url"], .login-from .form-group select, .login-from .form-group textarea {
  color: #5c6770;
  -o-transition: all .3s ease;
  background: #fff;
  border: 2px solid #e6e8ed;
  border-radius: 8px;
  width: 100%;
  height: 54px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.login-from .form-group input[type="submit"], .login-from .form-group button {
  width: 100%;
  min-width: auto;
}

.login-from .form-group .text {
  width: 100%;
}

.login-from .form-group .social-btn {
  width: 100%;
  margin-right: 30px;
}

.login-from .form-group .social-btn:last-child {
  margin-right: 0;
}

.login-from .bottom-text {
  flex-direction: column;
}

.login-from .signup-link {
  color: #021f4a;
  font-size: 14px;
  display: inline-block;
  position: relative;
}

.login-from .signup-link:hover {
  text-decoration: underline;
}

.login-from.register .form-group.full-width {
  text-align: left;
  flex-direction: column;
  margin-bottom: 8px;
}

.login-from.register .checkbox-wrap {
  white-space: nowrap;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.login-from.register .checkbox-wrap label {
  margin-left: 10px;
}

.login-from.register .checkbox-wrap label a {
  color: #ef2f24;
}

.login-from.register .checkbox-wrap label a:hover {
  text-decoration: underline;
}

#login-modal .login-form h3 {
  text-align: center;
}

.modal a.close-modal {
  color: #f0f5f7;
  text-indent: 0;
  background: #f0f5f7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal a.close-modal:before {
  content: "";
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  font-family: Flaticon;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.login-section {
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.login-section .image-layer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 42%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.login-section .outer-box {
  justify-content: center;
  align-items: center;
  width: 58%;
  margin-left: 42%;
  display: flex;
  position: relative;
}

.login-section .login-form {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 756px) {
  .login-section .login-form {
    max-width: 100%;
  }
}

.login-form h3 {
  color: #202124;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}

.login-form .field-outer {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.login-form .field-outer label {
  margin-bottom: 0;
}

.login-form .field-outer .pwd {
  color: #202124;
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
  display: block;
  position: relative;
}

.login-form .form-group .theme-btn {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.login-form .bottom-box {
  text-align: center;
  padding-top: 12px;
  position: relative;
}

.login-form .text {
  color: #696969;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}

.login-form .text a {
  color: #696969;
  font-weight: 500;
}

.login-form .bottom-box .divider {
  color: #696969;
  background: #fff;
  margin: 10px 0 25px;
  font-size: 15px;
  line-height: 20px;
  display: block;
  position: relative;
}

.login-form .bottom-box .divider span {
  z-index: 9;
  position: relative;
}

.login-form .bottom-box .divider:before {
  content: "";
  background: #ecedf2;
  border-radius: 8px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
}

.login-form .bottom-box .divider:after {
  content: "";
  background: #fff;
  width: 60px;
  height: 20px;
  margin-left: -30px;
  position: absolute;
  top: 0;
  left: 50%;
}

.login-form .bottom-box .btn-box {
  position: relative;
}

.social-btn-two {
  text-align: center;
  white-space: nowrap;
  width: 100%;
  color: var(--primary-color);
  background-color: inherit;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  position: relative;
}

.social-btn-two i {
  margin-right: 10px;
  font-size: 15px;
}

.social-btn-two.facebook-btn {
  color: #3b5998;
  border-color: #3b5998;
}

.social-btn-two.facebook-btn:hover {
  color: #fff;
  background-color: #3b5998;
}

.social-btn-two.google-btn {
  color: #dc4d28;
  border-color: #dc4d28;
}

.social-btn-two.google-btn:hover {
  color: #fff;
  background-color: #dc4d28;
}

.closed-modal {
  color: #f0f5f7;
  text-indent: 0;
  z-index: 5;
  background: #f0f5f7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 0;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.closed-modal:before {
  content: "";
  color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  font-family: Flaticon;
  font-size: 12px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
  position: relative;
}

.closed-modal:hover {
  background: var(--primary-color);
}

.closed-modal:hover:before {
  color: #fff;
}

.modal-header {
  border: none;
}

.login-modal {
  border-radius: 8px;
  max-width: 500px;
  box-shadow: 0 6px 15px #404f680d;
}

.login-modal .modal-body {
  padding: 0;
}

.cluster-visible {
  text-align: center;
  background-color: var(--primary-color);
  box-sizing: content-box;
  background-clip: content-box;
  border: 7px solid #1967d233;
  border-radius: 50%;
  box-shadow: 0 7px 30px #2121214d;
  color: #fff !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 40px !important;
}

.map-marker-container {
  margin-top: 10px;
  position: absolute;
  transform: translate3d(-50%, -100%, 0);
}

.marker-container {
  z-index: 1;
  cursor: pointer;
  -webkit-perspective: 1000px;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin: 10px auto;
  position: relative;
  top: -5px;
}

.face {
  backface-visibility: hidden;
  text-align: center;
  color: #fff;
  z-index: 100;
  box-sizing: content-box;
  background: #4cbfd8 padding-box content-box;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 24px;
  line-height: 46px;
  position: absolute;
}

.face:before {
  content: "";
  border: 7px solid #fff6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -7px;
  left: -7px;
  box-shadow: 0 7px 30px #2121211a;
}

.face > div {
  background-image: url("../media/3-1.60a8a454.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.map-marker-container:hover .marker-container .marker-card, .clicked .marker-container .marker-card, .map-marker-container.clicked .marker-card {
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  transform: rotateY(360deg);
}

#singleListingMap .marker-container {
  cursor: default;
}

.map-marker-container[data-marker_id="0"] .marker-arrow:before {
  border-color: #4cbfd8 #0000 #0000;
}

.map-marker-container[data-marker_id="1"] .marker-arrow:before {
  border-color: #ff8480 #0000 #0000;
}

.map-marker-container[data-marker_id="2"] .marker-arrow:before {
  border-color: #8c689d #0000 #0000;
}

.map-marker-container[data-marker_id="3"] .marker-arrow:before {
  border-color: #35c2a5 #0000 #0000;
}

.map-marker-container[data-marker_id="4"] .marker-arrow:before {
  border-color: #ff8480 #0000 #0000;
}

.map-marker-container[data-marker_id="5"] .marker-arrow:before {
  border-color: #ffb874 #0000 #0000;
}

.map-marker-container[data-marker_id="6"] .marker-arrow:before {
  border-color: #ff007a #0000 #0000;
}

.map-marker-container[data-marker_id="0"] .face {
  background-color: #4cbfd8;
}

.map-marker-container[data-marker_id="1"] .face {
  background-color: #ff8480;
}

.map-marker-container[data-marker_id="2"] .face {
  background-color: #8c689d;
}

.map-marker-container[data-marker_id="3"] .face {
  background-color: #35c2a5;
}

.map-marker-container[data-marker_id="4"] .face {
  background-color: #ff8480;
}

.map-marker-container[data-marker_id="5"] .face {
  background-color: #ffb874;
}

.map-marker-container[data-marker_id="6"] .face {
  background-color: #ff007a;
}

.marker-card {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
  position: absolute;
}

#map .infoBox {
  margin-bottom: 15px;
  margin-left: -45px;
}

.map-listing-item {
  position: relative;
}

.map-listing-item .infoBox-close {
  color: #202124;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  -o-transition: all .3s ease;
  background: #f0f5f7;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  transition: all .3s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.map-listing-item .infoBox-close:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.map-listing-item .inner-box {
  background: #fff;
  border-radius: 10px;
  min-width: 358px;
  padding: 20px 20px 20px 90px;
  position: relative;
}

.map-listing-item .inner-box:before {
  content: "";
  border-top: 9px solid #fff;
  border-left: 9px solid #0000;
  border-right: 9px solid #0000;
  margin-left: -9px;
  position: absolute;
  top: 100%;
  left: 50%;
}

.map-listing-item .image-box {
  position: absolute;
  top: 20px;
  left: 20px;
}

.map-listing-item .image {
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.map-listing-item .image img {
  -o-transition: all .5s ease;
  max-width: 100%;
  height: auto;
  transition: all .5s;
  display: block;
}

.map-listing-item .content {
  min-height: 50px;
  position: relative;
}

.map-listing-item .title {
  color: #fff;
  opacity: .6;
  margin-left: 3px;
}

.map-listing-item h3 {
  color: #202124;
  margin-bottom: 4px;
  font-family: Sofia Pro;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.map-listing-item h3 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.map-listing-item h3 a:hover {
  color: #202124;
}

.map-listing-item .job-info {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.map-listing-item .job-info li {
  color: #696969;
  margin-right: 20px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.map-listing-item .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.map-listing-item .job-info li a {
  color: #696969;
}

.map-section, .map-area {
  position: relative;
}

.map-data {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8em;
}

.map-data a {
  display: block;
}

.map-data h6 {
  text-align: center;
  color: #121212;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.map-canvas {
  background-color: #f9f9f9;
  border-radius: 10px;
  height: 600px;
  overflow: hidden;
}

.map-canvas iframe {
  width: 100%;
  height: 100%;
}

.main-menu .navigation > li.has-mega-menu {
  position: static;
}

.main-menu .navigation > li > .mega-menu .image-box {
  padding: 20px;
  position: absolute;
  top: -15px;
  right: -230px;
}

.main-menu .navigation > li > .mega-menu {
  z-index: 100;
  opacity: 0;
  border-top: 2px solid var(--primary-color);
  -o-transition: all .3s ease;
  transform-origin: top;
  background: #fff;
  border-radius: 0 0 8px 8px;
  width: 880px;
  min-height: 225px;
  margin: -15px auto auto;
  padding: 30px;
  transition: all .3s;
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  transform: scaleY(0);
  box-shadow: 0 6px 15px #404f680d;
}

.main-menu .navigation > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.main-menu .navigation > li > .mega-menu:before {
  border-left: 7px solid #0000;
  border-right: 7px solid #0000;
  border-bottom: 5px solid var(--primary-color);
  content: "";
  position: absolute;
  top: -7px;
  left: 20px;
}

.main-menu .navigation > li > .mega-menu .mega-menu-bar {
  padding-top: 40px;
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column {
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar h3 {
  color: #202124;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  position: absolute;
  top: -40px;
  left: 15px;
}

.main-menu .navigation > li .mega-menu-bar > ul {
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li {
  text-transform: capitalize;
  -o-transition: all .5s ease;
  width: 100%;
  transition: all .5s;
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column {
  margin-bottom: 10px;
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li:last-child {
  margin-bottom: 0;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a {
  color: #202124;
  text-align: left;
  text-transform: capitalize;
  -o-transition: all .5s ease;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: all .5s;
  display: block;
  position: relative;
}

.main-menu .navigation > li .mega-menu-bar .column > ul > li > a:hover {
  color: var(--primary-color);
}

.main-header-mobile {
  z-index: 99;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 6px 15px #404f680d !important;
}

@media (max-width: 1266px) {
  .main-header-mobile {
    display: block;
  }
}

.main-header-mobile .login-box .icon-user {
  background-image: url("../media/user.37d4a87e.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}

.offcanvas {
  width: 320px !important;
}

.mobile_menu-contnet.offcanvas {
  min-height: 100vh;
  overflow-y: auto;
}

.mobile_menu-contnet.offcanvas .ps-sidebar-root {
  border-top: 1px solid #efefef;
  border-right: none;
  width: 100%;
  min-width: 100%;
}

.mobile_menu-contnet.offcanvas .ps-sidebar-root ul li a {
  font-size: 16px;
}

.mobile_menu-contnet.offcanvas .ps-sidebar-root .ps-submenu-content ul li a {
  padding-left: 30px;
  padding-right: 20px;
  font-size: 15px;
}

.mobile_menu-contnet.offcanvas .ps-sidebar-root .ps-submenu-expand-icon > span {
  color: #666;
  width: 8px;
  height: 8px;
}

.main-header-mobile .inner-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-header-mobile .inner-box .nav-outer {
  flex: none;
  max-width: 50%;
}

.main-header-mobile .inner-box .logo-box {
  flex: none;
}

.main-header-mobile .inner-box .outer-box {
  flex: none;
  align-items: center;
  gap: 10px;
  display: flex;
}

.main-header-mobile .inner-box .mobile-nav-toggler {
  color: #222;
  margin-left: 20px;
  font-size: 25px;
}

.fix-icon {
  color: #666;
  cursor: pointer;
  font-size: 28px;
  font-weight: 600;
}

.pro-header {
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  display: flex;
}

.pro-header .fix-icon {
  color: #666;
  cursor: pointer;
  font-size: 28px;
  font-weight: 600;
}

.mm-add-listing.pro-footer {
  margin-top: 10px;
  padding: 20px 15px;
}

.mm-add-listing.pro-footer .phone-num a {
  color: #555;
}

.message-box {
  border-radius: 4px;
  align-items: center;
  min-height: 75px;
  margin-bottom: 20px;
  padding: 25px 30px;
  display: flex;
  position: relative;
}

.message-box p {
  color: inherit;
  font-size: 16px;
  line-height: 25px;
}

.message-box a {
  color: inherit;
  -o-transition: all .3s ease;
  text-decoration: underline;
  transition: all .3s;
}

.message-box .close-btn {
  z-index: 1;
  text-align: center;
  width: 80px;
  height: 100%;
  color: inherit;
  -o-transition: all .3s ease;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.close_icon:before {
  content: "";
  width: 1px;
  height: 17px;
  font-family: Flaticon;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  left: 10px;
}

.message-box.info {
  color: #4780aa;
  background-color: #cde9f6;
}

.message-box.warning {
  color: #927238;
  background-color: #f7f3d7;
}

.message-box.success {
  color: #5b7052;
  background-color: #def2d7;
}

.message-box.error {
  color: #ab3331;
  background-color: #ecc8c5;
}

.page-title {
  text-align: center;
  background: #f5f7fc;
  padding: 50px 0 40px;
  position: relative;
}

.page-title:before {
  content: "";
  background-image: url("../media/bg-4.4ede3fdc.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-title h1 {
  text-align: center;
  color: #202124;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
  display: block;
  position: relative;
}

.page-breadcrumb {
  font-size: 15px;
  line-height: initial;
  margin: 5px -15px 10px;
}

.page-breadcrumb li {
  color: #696969;
  text-transform: capitalize;
  padding: 0 8px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  position: relative;
}

.page-breadcrumb li:after {
  content: "/";
  color: #696969;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  right: -4px;
}

.page-breadcrumb li:last-child:after {
  display: none;
}

.page-breadcrumb li a {
  color: #000000bf;
  text-transform: capitalize;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.page-breadcrumb li a:hover {
  opacity: .9;
  color: #1370b5;
}

.page-title.style-two {
  padding: 100px 0;
}

.page-title .job-search-form {
  margin-bottom: 0;
}

.page-title.style-three {
  background: #fff;
  padding: 70px 0 50px;
}

.page-title.style-three:before {
  display: none;
}

.page-title .top-filters {
  justify-content: center;
  margin-top: 30px;
}

.page-title .top-filters .form-group {
  margin: 0 10px;
}

.page-title.bg-light {
  background: none !important;
}

.page-title.bg-light:before {
  display: none;
}

.pie-graph {
  margin-bottom: 40px;
  position: relative;
}

.pie-graph .graph-outer {
  text-align: center;
  position: relative;
}

.pie-graph .graph-outer .dial {
  display: block;
  position: relative;
}

.pie-graph .inner-text {
  text-align: center;
  color: #363636;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
}

.pie-graph h4 {
  color: #363636;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  position: relative;
}

.pie-graph.light h4, .pie-graph.light .inner-text {
  color: #fff;
}

.portfolio-outer {
  margin-bottom: 20px;
  position: relative;
}

.portfolio-outer .image {
  margin-bottom: 30px;
  position: relative;
}

.portfolio-outer .image img {
  border-radius: 5px;
  width: 100%;
  display: block;
}

.portfolio-outer .image .icon {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  pointer-events: none;
  -o-transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-outer .image:hover .icon {
  opacity: 1;
  visibility: visible;
}

.preloader {
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.preloader:after {
  content: "";
  background-image: url("../media/favicon.5ffe5668.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.preloader:before {
  text-align: center;
  width: 150px;
  color: var(--primary-color);
  letter-spacing: 2px;
  content: "LOADING";
  margin: 40px auto 0;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.bar-item {
  margin-bottom: 48px;
  position: relative;
}

.bar-item .skill-bar {
  width: 100%;
  height: 10px;
  position: relative;
}

.bar-item .skill-bar .bar-inner {
  background: #d4e1f6;
  border-radius: 5px;
  width: 100%;
  height: 10px;
  position: relative;
}

.bar-item .skill-bar .bar-inner .bar {
  border-bottom: 10px solid var(--primary-color);
  -o-transition: all 2s ease;
  border-radius: 10px;
  width: 0;
  height: 10px;
  transition: all 2s;
  position: relative;
  top: 0;
  left: 0;
}

.bar-item .skill-header {
  margin-bottom: 12px;
  position: relative;
}

.bar-item .skill-header .skill-title {
  color: #5c6770;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.bar-item .skill-percentage {
  color: #202124;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  bottom: 100%;
  right: 0;
}

.registeration-banners {
  border-bottom: 1px solid #ecedf2;
  padding: 100px 0 70px;
  position: relative;
}

.banner-style-one {
  margin-bottom: 30px;
  position: relative;
}

.banner-style-one .inner-box {
  background: #20212466;
  border-radius: 8px;
  padding: 54px 60px;
  position: relative;
}

.banner-style-one .content {
  padding-right: 220px;
  position: relative;
}

.banner-style-one h3 {
  color: #fff;
  margin-bottom: 13px;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  display: block;
  position: relative;
}

.banner-style-one p {
  color: #fff;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.banner-style-one .theme-btn {
  color: #202124;
  background: #fff;
  min-width: 240px;
  position: relative;
}

.banner-style-one .image {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 30px;
}

.banner-style-two {
  margin-bottom: 30px;
  position: relative;
}

.banner-style-two .inner-box {
  background: #d9302599;
  border-radius: 8px;
  padding: 54px 60px;
  position: relative;
}

.banner-style-two .content {
  padding-right: 220px;
  position: relative;
}

.banner-style-two h3 {
  color: #fff;
  margin-bottom: 13px;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  display: block;
  position: relative;
}

.banner-style-two p {
  color: #fff;
  margin-bottom: 17px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.banner-style-two .theme-btn {
  color: #d93025;
  background: #fff;
  min-width: 240px;
  position: relative;
}

.banner-style-two .image {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 30px;
}

.uploading-outer {
  border-bottom: 1px solid #f1f3f7;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.uploading-outer .uploadButton {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.uploadButton .uploadButton-input {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.uploadButton .uploadButton-button {
  cursor: pointer;
  -o-transition: .3s;
  color: #1b2032;
  border: 2px dashed #ced4e1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 120px;
  margin: 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.uploadButton .uploadButton-button:hover {
  border-color: #021f4a;
}

.uploadButton .uploadButton-file-name {
  color: #1b2032;
  background-color: #0000;
  align-items: center;
  min-height: 36px;
  padding: 0 10px 0 18px;
  line-height: 22px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.uploadButton .uploadButton-button:before {
  content: "";
  color: #9fa9b8;
  -o-transition: .3s;
  font-family: Flaticon;
  font-size: 20px;
  transition: all .3s;
}

.widget-content .default-form textarea {
  min-height: 280px;
  padding: 30px;
}

.post-job-steps {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.post-job-steps .step {
  align-items: center;
  margin-bottom: 50px;
  margin-right: 90px;
  display: flex;
  position: relative;
}

.post-job-steps .step .icon {
  width: 80px;
  height: 80px;
  color: var(--primary-color);
  text-align: center;
  background: #1967d226;
  border-radius: 50%;
  margin-right: 30px;
  font-size: 40px;
  line-height: 80px;
  display: inline-block;
  position: relative;
}

.map-height {
  height: 420px;
}

.manage-job-table {
  min-width: 1070px;
  position: relative;
}

.manage-job-table tbody td {
  color: #696969;
  font-size: 15px;
  line-height: 20px;
}

.manage-job-table h6 {
  color: #202124;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.manage-job-table .info {
  color: #696969;
  font-size: 14px;
  line-height: 19px;
}

.manage-job-table .package, .manage-job-table .colored, .manage-job-table .applied {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.manage-job-table a {
  color: inherit;
}

.manage-job-table .status {
  color: #34a853;
}

.aplicants-upper-bar {
  background: #f5f7fc;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 25px 30px;
  display: flex;
  position: relative;
}

.aplicants-upper-bar h6 {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.aplicants-upper-bar .aplicantion-status {
  align-items: center;
  display: flex;
  position: relative;
}

.aplicants-upper-bar .aplicantion-status li {
  color: var(--primary-color);
  margin-left: 115px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.aplicants-upper-bar .aplicantion-status li.react-tabs__tab--selected {
  background: #1967d212;
  border-radius: 4px;
  padding: 2px 10px;
}

.aplicants-upper-bar .aplicantion-status li.approved {
  color: #34a853;
}

.aplicants-upper-bar .aplicantion-status li.rejected {
  color: #d93025;
}

.manage-job-table .job-block {
  margin-bottom: 0;
}

.manage-job-table .job-block .inner-box {
  border: 0;
  padding: 0;
}

.manage-job-table .job-block .job-info {
  margin-bottom: 0;
}

.resume-outer {
  margin-bottom: 30px;
  position: relative;
}

.resume-outer .upper-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.resume-outer .upper-title h4 {
  color: #202124;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.add-info-btn {
  color: #d93025;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: relative;
}

.add-info-btn .icon {
  color: #d93025;
  background: #f9e0df;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  font-size: 10px;
  font-weight: 900;
  display: flex;
}

.resume-block {
  position: relative;
}

.resume-block .inner {
  z-index: 1;
  padding-bottom: 60px;
  padding-left: 60px;
  position: relative;
}

.resume-block .inner:before {
  z-index: -1;
  content: "";
  border-left: 2px dashed #d9302526;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 14px;
}

.resume-block:last-child .inner {
  padding-bottom: 30px;
}

.resume-block:last-child .inner:before {
  display: none;
}

.resume-block .name {
  text-align: center;
  color: #d93025;
  z-index: 2;
  background: #f9e0df;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.resume-block .title-box {
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.resume-block .info-box {
  margin-right: 20px;
  position: relative;
}

.resume-block .info-box h3 {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.resume-block .info-box span {
  color: #d93025;
  font-size: 16px;
  line-height: 22px;
}

.resume-block .edit-box {
  align-items: center;
  display: flex;
}

.resume-block .edit-box .year {
  color: #d93025;
  background: #d9302526;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  position: relative;
}

.resume-block .edit-btns {
  margin-left: 20px;
  display: flex;
  position: relative;
}

.resume-block .edit-btns button {
  text-align: center;
  color: #1967d2;
  background: #1967d212;
  border-radius: 8px;
  width: 30px;
  min-width: auto;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  position: relative;
}

.resume-outer.theme-blue .resume-block .edit-box .year, .resume-outer.theme-blue .resume-block .name {
  color: #1967d2;
  background: #eff4fc;
}

.resume-outer.theme-blue .resume-block .info-box span {
  color: #1967d2;
}

.resume-outer.theme-yellow .resume-block .edit-box .year, .resume-outer.theme-yellow .resume-block .name {
  color: #f9ab00;
  background: #fef2d9;
}

.resume-outer.theme-yellow .resume-block .info-box span {
  color: #f9ab00;
}

.sec-title-outer {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.sec-title {
  margin-bottom: 50px;
  position: relative;
}

.sec-title .sub-title {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: relative;
}

.sec-title h2 {
  color: #202124;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
  position: relative;
}

.sec-title .text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 26px;
  position: relative;
}

.sec-title.light h2, .sec-title.light .text {
  color: #fff;
}

.sec-title-outer .link {
  color: var(--primary-color);
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  position: relative;
}

.sec-title-outer .link .icon {
  margin-left: 5px;
}

.sec-title-outer select {
  color: #202124;
  appearance: none;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  min-width: 202px;
  height: 50px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  box-shadow: 0 6px 15px #404f680d;
}

.sec-title-outer .select-box-outer {
  margin-bottom: 50px;
  position: relative;
}

.sec-title-outer .select-box-outer .icon {
  z-index: 1;
  color: #202124;
  pointer-events: none;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 22px;
}

.select2-container--open, .select2-dropdown--below, .select2-drop {
  z-index: 99;
}

.select2-container .select2-choice {
  z-index: 2;
  position: relative;
}

.select2-container {
  z-index: 9;
  max-width: 100%;
}

.select2-container li:before {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0;
  padding: 6px 10px;
}

.select2-dropdown, .select2-search--dropdown {
  border-color: #e0e6ea;
}

.select2-container--default .select2-results__option {
  color: #4b4342;
  -o-transition: all .3s ease;
  border-top: 1px solid #f1f1f1;
  padding: 13px 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
  position: relative;
}

.select2-search--dropdown, .select2-results .select2-result-label {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: var(--primary-color);
  background-color: #0000;
}

.select2-container--default .select2-selection--single {
  color: #5c6770;
  -o-transition: all .3s ease;
  background-color: #fff;
  border: 2px solid #e6e8ed;
  border-radius: 10px;
  width: 100%;
  height: 54px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: none;
  width: 36px;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: none;
  background-color: inherit;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  top: -1px;
  left: 0;
  border: 1px solid #0000 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "";
  opacity: .25;
  color: inherit;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.chosen-container-single .chosen-single div:after {
  color: #2f2d51;
  content: "";
  margin-top: -10px;
  font-family: Flaticon;
  font-size: 10px;
  line-height: 20px;
  top: 50%;
  right: 20px;
}

.chosen-container-single .chosen-single span {
  min-width: 80px;
}

.chosen-container .chosen-drop, .chosen-container .chosen-results {
  margin-top: -3px;
  border: 0 !important;
  border-radius: 0 0 8px 8px !important;
  outline: none !important;
}

.sidebar {
  position: relative;
}

.sidebar-widget {
  background: #f5f7fc;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 30px;
  position: relative;
}

.sidebar-widget .widget-title {
  color: #202124;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.sidebar .btn-box {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.sidebar .btn-box .theme-btn {
  width: 100%;
}

.sidebar .btn-box .bookmark-btn {
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  -o-transition: all .3s ease;
  background: #1967d212;
  border-radius: 7px;
  flex: 0 0 50px;
  justify-content: center;
  margin-left: 20px;
  font-size: 16px;
  line-height: 50px;
  transition: all .3s;
  display: flex;
}

.sidebar .btn-box .bookmark-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.company-widget {
  position: relative;
}

.company-widget .company-title {
  min-height: 60px;
  padding-top: 5px;
  padding-left: 78px;
  position: relative;
}

.sidebar .company-widget .company-title {
  padding-top: 0;
  padding-left: 75px;
}

.company-widget .company-logo {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.company-widget .company-name {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.company-widget .profile-link {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 19px;
}

.company-widget .company-link {
  color: var(--primary-color);
  background: #1967d226;
  border-radius: 50px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 5px 20px;
  font-size: 13px;
  line-height: 15px;
  position: relative;
}

.company-widget .company-info {
  margin-top: 25px;
  position: relative;
}

.company-widget .company-info li {
  color: #202124;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  position: relative;
}

.company-widget .company-info li span {
  text-align: right;
  color: #696969;
  font-size: 15px;
  line-height: 25px;
}

.company-widget .social-links {
  align-items: center;
  display: flex;
}

.company-widget .social-links a {
  color: #696969;
  -o-transition: all .3s ease;
  margin-left: 17px;
  font-size: 14px;
  line-height: 26px;
  transition: all .3s;
}

.company-widget .social-links a:hover {
  color: #bc91e8;
}

.company-widget .btn-box {
  margin-bottom: 0;
  position: relative;
}

.company-widget .btn-box .theme-btn {
  background: #1967d226;
  border-radius: 8px;
  width: 100%;
}

.company-widget .btn-box .theme-btn:hover {
  background: #1967d2;
}

.sidebar-widget.contact-widget .theme-btn {
  width: 100%;
  position: relative;
}

.sidebar-widget.contact-widget .form-group input, .sidebar-widget.contact-widget .form-group select, .sidebar-widget.contact-widget .form-group textarea {
  background-color: #fff;
  border: 1px solid #ecedf2;
}

.sidebar-widget.contact-widget .form-group textarea {
  min-height: 160px;
  padding: 22px 20px;
}

.job-detail-section.style-two {
  background-color: #f0f5f7;
}

.job-detail-section.style-two .sidebar-widget {
  background: #fff;
}

.job-detail-section.style-two .job-skills li a {
  background: #f0f5f7;
}

.social-media-widget {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.social-media-widget .widget-title {
  margin-bottom: 0;
}

.social-media-widget .social-links {
  align-items: center;
  display: flex;
}

.social-media-widget .social-links a {
  color: #696969;
  -o-transition: all .3s ease;
  margin-left: 17px;
  font-size: 14px;
  line-height: 26px;
  transition: all .3s;
}

.social-media-widget .social-links a:hover {
  color: #bc91e8;
}

.rangeslider-widget {
  position: relative;
}

.range-slider-one .ui-widget.ui-widget-content {
  background: #d4e1f6;
  border: none;
  border-radius: 30px;
  height: 5px;
  margin-bottom: 20px;
}

.range-slider-one .ui-slider .ui-slider-range {
  background: var(--primary-color);
  height: 5px;
  top: 0;
}

.range-slider-one .ui-state-default, .range-slider-one .ui-widget-content .ui-state-default {
  border: 2px solid var(--primary-color);
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
  border-radius: 20px;
  width: 17px;
  height: 17px;
  position: absolute;
  top: -7px;
}

.range-slider-one .input-outer {
  justify-content: center;
  margin-top: 15px;
  display: flex;
}

.range-slider-one .amount-outer {
  text-align: center;
  min-width: 70px;
  height: 30px;
  color: var(--primary-color);
  background: #d4e1f6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  position: relative;
}

.range-slider-one .amount {
  margin-right: 5px;
}

.range-slider-one .ui-state-default:last-child, .range-slider-one.salary-range .ui-state-default {
  display: block !important;
}

.social-btn {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: inherit;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.social-btn span {
  margin-right: 3px;
}

.social-btn.facebook-btn {
  color: #fff;
  background-color: #3b5998;
}

.social-btn.google-btn {
  color: #fff;
  background-color: #dc4d28;
}

.social-icon-one {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon-one li {
  margin: 0 6px 10px;
  position: relative;
}

.social-icon-one li a {
  color: #7b8094;
  text-align: center;
  -o-transition: all .3s ease;
  border: 2px solid #323950;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 14px;
  line-height: 43px;
  transition: all .3s;
  display: block;
  position: relative;
}

.social-icon-one li a:hover {
  background-color: #323950;
}

.social-icon-two {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon-two li {
  margin: 0 6px 10px;
  position: relative;
}

.social-icon-two li a {
  color: #9fa9b8;
  text-align: center;
  -o-transition: all .3s ease;
  border: 2px solid #f7f8f9;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 14px;
  line-height: 43px;
  transition: all .3s;
  display: block;
  position: relative;
}

.social-icon-two li a:hover {
  color: #32383d;
  background-color: #f7f8f9;
}

.social-icon-three {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.social-icon-three li {
  width: 50%;
  margin-bottom: 35px;
  position: relative;
}

.social-icon-three li a {
  color: #32383d;
  align-items: center;
  min-height: 45px;
  padding-left: 65px;
  display: flex;
  position: relative;
}

.social-icon-three li a span {
  color: #32383d;
  -o-transition: all .3s ease;
  border: 2px solid #f7f8f9;
  border-radius: 50%;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 14px;
  line-height: 43px;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.social-icon-three li a:hover span {
  background-color: #f7f8f9;
}

.social-icon-four {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.social-icon-four li {
  margin-right: 25px;
  position: relative;
}

.social-icon-four li a {
  color: #fff;
  -o-transition: all .3s ease;
  font-size: 13px;
  line-height: 24px;
  transition: all .3s;
}

.social-icon-four li a:hover {
  color: #ffa737;
}

.table-outer {
  overflow: auto hidden;
}

.default-table {
  background: #fff;
  border: 0;
  border-radius: 5px;
  width: 100%;
  min-width: 700px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.default-table thead {
  color: #fff;
  background: #f5f7fc;
  border-radius: 8px;
}

.default-table thead th {
  color: var(--primary-color);
  white-space: nowrap;
  border-color: #ecedf2;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
}

.default-table tbody tr {
  border-bottom: 1px solid #ecedf2;
  position: relative;
}

.default-table tr td {
  color: #696969;
  border-color: #ecedf2;
  padding: 21px 30px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.default-tabs {
  position: relative;
  overflow: hidden;
}

.default-tabs .tab-buttons {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.default-tabs .tab-buttons li {
  color: #202124;
  cursor: pointer;
  -o-transition: all .3s ease;
  background: #f0f5f7;
  border: 1px solid #f0f5f7;
  border-radius: 8px;
  flex: none;
  order: 0;
  margin: 0 7px 14px;
  padding: 5px 20px;
  font-size: 15px;
  line-height: 20px;
  transition: all .3s;
  position: relative;
}

.default-tabs .tab-buttons li.active-btn {
  color: #202124;
  background-color: #0000;
  border: 1px solid #ecedf2;
}

.default-tabs .tabs-content {
  width: 100%;
  padding: 25px 0;
  position: relative;
}

.default-tabs .tabs-content p {
  margin-bottom: 24px;
}

.default-tabs .tabs-content p:last-child {
  margin-bottom: 0;
}

.default-tabs.style-two .tab-buttons {
  background: #fff;
  border-bottom: 1px solid #e7e7ec;
}

.default-tabs.style-two .tab-buttons li {
  color: #696969;
  background: none;
  border: 0;
  border-bottom: 3px solid #0000;
  border-radius: 0;
  margin: 0 40px 0 0;
  padding: 9px 10px;
  font-size: 16px;
}

.default-tabs.style-two .tab-buttons li.active-btn {
  color: var(--primary-color);
  border-bottom: 3px solid #5c6770;
}

.testimonial-section {
  background-color: #f0f5f7;
  padding: 100px 0;
  position: relative;
}

.testimonial-section .carousel-outer {
  margin: 0 -10px;
  position: relative;
}

.testimonial-section .testimonial-carousel {
  max-width: 610px;
  margin: 0 auto;
}

.testimonial-block {
  opacity: .5;
  -o-transition: all .3s ease;
  margin-right: 20px;
  padding: 10px;
  transition: all .3s;
  position: relative;
}

.testimonial-section .testimonial-carousel .active .testimonial-block {
  opacity: 1;
}

.testimonial-section .testimonial-carousel .owl-stage-outer {
  overflow: visible;
}

.testimonial-block .inner-box {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  box-shadow: 0 6px 15px #404f680d;
}

.testimonial-block .inner-box:before {
  content: "";
  z-index: 2;
  background-image: url("../media/quote-icon.5a8bba16.png");
  width: 34px;
  height: 26px;
  position: absolute;
  top: 25px;
  right: 28px;
}

.testimonial-block .title {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.testimonial-block .text {
  color: #696969;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-block .info-box {
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  padding-left: 90px;
  display: flex;
  position: relative;
}

.testimonial-block .thumb {
  background: #101c5d;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-block .name {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-block .designation {
  color: #696969;
  font-size: 14px;
  display: block;
  position: relative;
}

.testimonial-section.style-two {
  background-color: #fff;
  padding-bottom: 50px;
}

.testimonial-section.style-two .testimonial-block {
  opacity: 1;
}

.testimonial-section.style-two .default-dots .owl-dots {
  margin-top: 40px;
  position: relative;
}

.testimonial-section.style-two .testimonial-block .name {
  color: #202124;
  font-weight: 500;
}

.testimonial-section.style-two.alternate {
  padding: 100px 0;
}

.testimonial-section.style-two.alternate .testimonial-block {
  padding: 0;
}

.testimonial-section-two {
  min-height: 568px;
  padding: 100px 0;
  position: relative;
}

.testimonial-section-two .testimonial-left {
  margin-right: 410px;
  position: absolute;
  top: 190px;
  right: 50%;
}

.testimonial-section-two .testimonial-right {
  margin-left: 410px;
  position: absolute;
  top: 190px;
  left: 50%;
}

.testimonial-section-two:before {
  content: "";
  background-image: url("../media/shape-2.99ae8503.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-section-two .carousel-outer {
  margin: 0 -10px;
  position: relative;
}

.testimonial-section-two .testimonial-carousel {
  max-width: 560px;
  margin: 0 auto;
}

.testimonial-block-two {
  position: relative;
}

.testimonial-block-two .inner-box {
  text-align: center;
  position: relative;
}

.testimonial-block-two .inner-box:before {
  content: "";
  z-index: 2;
  background-image: url("../media/quote-icon.5a8bba16.png");
  width: 34px;
  height: 26px;
  margin-right: 60px;
  position: absolute;
  top: 0;
  right: 50%;
}

.testimonial-block-two .thumb {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  box-shadow: 0 6px 15px #404f680d;
}

.testimonial-block-two .thumb img {
  border: 10px solid #fff;
  border-radius: 50%;
  width: 100%;
  display: block;
}

.testimonial-block-two .title {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.testimonial-block-two .text {
  color: #696969;
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-block-two .info-box {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.testimonial-block-two .name {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-block-two .designation {
  color: #696969;
  font-size: 14px;
  display: block;
  position: relative;
}

.testimonial-carousel .owl-dots {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.testimonial-carousel .owl-dot {
  -o-transition: all .3s ease;
  background: #bfc8cb;
  border-radius: 10px;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  transition: all .3s;
  position: relative;
}

.testimonial-carousel .owl-dot.active {
  background: #202124;
  width: 20px;
}

.testimonial-section-two.style-two:before {
  display: none;
}

.testimonial-section-two.style-two .testimonial-block-two .inner-box:after {
  background: var(--primary-color);
  content: "";
  z-index: -1;
  border-radius: 30px;
  width: 100%;
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
}

.testimonial-section-two.style-two .testimonial-block-two .inner-box {
  padding: 0 30px 96px;
}

.testimonial-section-two.style-two .testimonial-section-two .testimonial-carousel {
  max-width: 630px;
}

.testimonial-section-two.style-two .testimonial-block-two .designation, .testimonial-section-two.style-two .testimonial-block-two .name, .testimonial-section-two.style-two .testimonial-block-two .title, .testimonial-section-two.style-two .testimonial-block-two .text {
  color: #fff;
  font-weight: 400 !important;
}

.testimonial-section-two.style-two .testimonial-carousel .owl-dots {
  width: 100%;
  margin-top: 0;
  position: absolute;
  bottom: 38px;
}

.testimonial-section-three {
  padding: 100px 0 0;
  position: relative;
}

.testimonial-section-three .auto-container {
  max-width: 1100px;
}

.testimonial-section-three .slide-item {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.testimonial-section-three .image-column {
  width: 100%;
  max-width: 410px;
  margin-bottom: 50px;
  margin-right: 140px;
  position: relative;
}

.testimonial-section-three .image-column .image {
  margin-bottom: 0;
  position: relative;
}

.testimonial-block-three {
  position: relative;
}

.testimonial-block-three .inner-box {
  padding-top: 100px;
  position: relative;
}

.testimonial-block-three .inner-box:before {
  content: "";
  z-index: 2;
  background-image: url("../media/quote-icon.5a8bba16.png");
  width: 34px;
  height: 26px;
  margin-right: 60px;
  position: absolute;
  top: 0;
  right: 50%;
}

.testimonial-block-three .title {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.testimonial-block-three .text {
  color: #696969;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 26px;
}

.testimonial-block-three .info-box {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.testimonial-block-three .name {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-block-three .designation {
  color: #696969;
  font-size: 14px;
  display: block;
  position: relative;
}

.testimonial-section-three .owl-dots {
  display: none;
}

.testimonial-section-three .slick-arrow {
  z-index: 2;
  margin: 0;
  display: inline;
  position: absolute;
  top: auto;
  bottom: 90px;
  left: 57%;
  transform: none;
}

@media (max-width: 1024px) {
  .testimonial-section-three .slick-arrow {
    left: 52%;
  }
}

@media (max-width: 768px) {
  .testimonial-section-three .slick-arrow {
    bottom: 70px;
    left: 51%;
  }
}

@media (max-width: 767px) {
  .testimonial-section-three .slick-arrow {
    bottom: -80px;
  }
}

.testimonial-section-three .slick-arrow.slick-prev {
  left: 51%;
}

@media (max-width: 1024px) {
  .testimonial-section-three .slick-arrow.slick-prev {
    left: 46%;
  }
}

@media (max-width: 768px) {
  .testimonial-section-three .slick-arrow.slick-prev {
    left: 42%;
  }
}

@media (max-width: 767px) {
  .testimonial-section-three .slick-arrow.slick-prev {
    left: 33%;
  }

  .testimonial-section-three {
    margin-bottom: 80px;
  }
}

.testimonial-section-four {
  padding: 100px 0;
  position: relative;
}

.testimonial-section-four .testimonial-carousel {
  max-width: 560px;
  margin: 0 auto;
}

.testimonial-section-four .sec-title {
  margin-bottom: 90px;
}

.testimonial-block-four {
  position: relative;
}

.testimonial-block-four .inner-box {
  text-align: center;
  position: relative;
}

.testimonial-block-four .title {
  color: #fff;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.testimonial-block-four .text {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-block-four .info-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial-block-four .thumb {
  background: #fff;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.testimonial-block-four .thumb img {
  border-radius: 50%;
}

.testimonial-block-four .name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-block-four .designation {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: block;
  position: relative;
}

.tooltip-outer {
  position: relative;
}

.tooltip-btn {
  color: #696969;
  text-align: center;
  text-transform: capitalize;
  background: #f0f5f7;
  border-radius: 8px;
  min-width: 100px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.custom-tooltip-trigger {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.custom-tooltip {
  color: #fff;
  opacity: 0;
  pointer-events: none;
  word-wrap: break-word;
  z-index: 9999;
  white-space: pre-line;
  background-color: #333;
  border-radius: 4px;
  max-width: 300px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
  animation: .15s ease-out forwards tooltipShow;
  position: fixed;
  transform: scale(.95);
  box-shadow: 0 2px 8px #00000026;
}

.custom-tooltip__content {
  z-index: 1;
  position: relative;
}

.custom-tooltip__arrow {
  border: 6px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
}

.custom-tooltip__arrow--top {
  border-top-color: #333;
  border-bottom: none;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-tooltip__arrow--bottom {
  border-top: none;
  border-bottom-color: #333;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-tooltip__arrow--left {
  border-left-color: #333;
  border-right: none;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}

.custom-tooltip__arrow--right {
  border-left: none;
  border-right-color: #333;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.custom-tooltip--top {
  transform-origin: bottom;
}

.custom-tooltip--bottom {
  transform-origin: top;
}

.custom-tooltip--left {
  transform-origin: 100%;
}

.custom-tooltip--right {
  transform-origin: 0;
}

@keyframes tooltipShow {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.dark-mode .custom-tooltip {
  background-color: #1a1a1a;
  border: 1px solid #333;
}

.dark-mode .custom-tooltip__arrow--top {
  border-top-color: #1a1a1a;
}

.dark-mode .custom-tooltip__arrow--bottom {
  border-bottom-color: #1a1a1a;
}

.dark-mode .custom-tooltip__arrow--left {
  border-left-color: #1a1a1a;
}

.dark-mode .custom-tooltip__arrow--right {
  border-right-color: #1a1a1a;
}

.uploading-resume {
  align-items: center;
  display: flex;
  position: relative;
}

.uploading-resume .uploadButton {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.uploading-resume .uploadButton-input {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.uploading-resume .cv-uploadButton {
  cursor: pointer;
  text-align: center;
  -o-transition: .3s;
  color: #1b2032;
  border: 2px dashed #ced4e1;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 30px 20px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.uploading-resume .cv-uploadButton .title {
  color: var(--primary-color);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.uploading-resume .cv-uploadButton .text {
  color: #696969;
  margin-bottom: 28px;
  font-size: 14px;
  line-height: 19px;
}

.uploading-resume .cv-uploadButton .theme-btn {
  position: relative;
}

.uploading-resume .cv-uploadButton:hover {
  border-color: #021f4a;
}

.uploading-resume .uploadButton-file-name {
  color: #1b2032;
  background-color: #0000;
  align-items: center;
  min-height: 36px;
  padding: 0 10px 0 18px;
  line-height: 22px;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.cv-manager-widget .files-outer {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.file-edit-box {
  background: #f5f7fc;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 167px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.file-edit-box .title {
  text-align: center;
  color: #696969;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.file-edit-box .edit-btns {
  margin-left: 20px;
  display: flex;
  position: relative;
}

.file-edit-box .edit-btns button {
  text-align: center;
  color: #1967d2;
  background: #fff;
  border-radius: 8px;
  width: 30px;
  min-width: auto;
  height: 30px;
  margin-right: 10px;
  line-height: 30px;
  position: relative;
}

.app-section {
  padding: 100px 0 50px;
}

.app-section .image-column {
  margin-bottom: 50px;
  position: relative;
}

.app-section .image-column .bg-shape {
  background-image: url("/images/icons/shape-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  right: -10px;
}

.app-section .image-column .image {
  margin-bottom: 0;
  padding-top: 55px;
  position: relative;
}

.app-section .content-column {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.app-section .content-column .inner-column {
  padding: 100px 0 100px 30px;
  position: relative;
}

.app-section .sec-title {
  margin-bottom: 30px;
}

.app-section .sec-title h2 {
  font-size: 46px;
  line-height: 54px;
}

.app-section .download-btn {
  display: flex;
  position: relative;
}

.app-section .download-btn a {
  margin-bottom: 20px;
  margin-right: 20px;
}

.browse-jobs {
  padding: 100px 0 70px;
  position: relative;
}

.browse-jobs .column {
  margin-bottom: 30px;
  position: relative;
}

.browse-jobs h4 {
  color: #202124;
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.links-list {
  position: relative;
}

.links-list li {
  color: #696969;
  font-size: 15px;
  line-height: 30px;
  display: block;
  position: relative;
}

.links-list li a {
  color: #696969;
  -o-transition: all .2s ease;
  transition: all .2s;
  display: inline-block;
}

.links-list li:before {
  content: "";
  border-bottom: 2px solid var(--primary-color);
  -o-transition: all .3s ease;
  width: 0;
  height: 2px;
  margin-top: -1px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 0;
}

.links-list li:hover:before {
  width: 15px;
}

.links-list li:hover a {
  color: var(--primary-color);
  transform: translateX(25px);
}

.candidates-section {
  border-bottom: 1px solid #ecedf2;
  padding: 100px 0;
  position: relative;
}

.candidates-section .carousel-outer {
  margin: 0 -15px;
}

.candidates-carousel .owl-dots {
  margin-top: 20px;
}

.candidate-block {
  margin-bottom: 30px;
  padding: 0 15px;
  position: relative;
}

.candidate-block .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  text-align: center;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 30px;
  transition: all .3s;
  position: relative;
}

.candidate-block .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.candidate-block .image {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
  position: relative;
  overflow: hidden;
}

.candidate-block .image img {
  width: 100%;
}

.candidate-block .name {
  color: #202124;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: relative;
}

.candidate-block .designation {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.candidate-block .location {
  color: #696969;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.candidate-block .location i {
  margin-right: 5px;
  font-size: 14px;
}

.candidate-block .theme-btn {
  width: 100%;
  max-width: 240px;
}

.candidates-section.alternate .candidate-block .designation {
  color: #202124;
}

.candidates-section-two {
  padding: 100px 0 70px;
  position: relative;
}

.candidate-block-two {
  margin-bottom: 30px;
  position: relative;
}

.candidate-block-two .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.candidate-block-two .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.candidate-block-two .content-box {
  padding-top: 7px;
  padding-left: 110px;
  position: relative;
}

.candidate-block-two .image {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.candidate-block-two .image img {
  width: 100%;
}

.candidate-block-two .name {
  color: #202124;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: relative;
}

.candidate-block-two .designation {
  color: #202124;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  display: block;
}

.candidate-block-two .location {
  color: #696969;
  font-size: 14px;
  position: relative;
}

.candidate-block-two .location i {
  margin-right: 5px;
  font-size: 14px;
}

.candidate-block-two .theme-btn {
  width: 100%;
  max-width: 150px;
}

.candidate-block-three {
  margin-bottom: 30px;
  position: relative;
}

.candidate-block-three .inner-box {
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.candidate-block-three .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.candidate-block-three .inner-box .content {
  flex-direction: column;
  justify-content: center;
  min-height: 90px;
  padding-left: 110px;
  display: flex;
  position: relative;
}

.candidate-block-three .image {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 14px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.candidate-block-three .image img {
  width: 100%;
}

.candidate-block-three .name {
  color: #202124;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  position: relative;
}

.candidate-block-three .name a {
  color: #202124;
}

.candidate-block-three .candidate-info {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.candidate-block-three .candidate-info li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.candidate-block-three .candidate-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.candidate-block-three .candidate-info li a {
  color: #696969;
}

.candidate-block-three .candidate-info li.designation {
  color: var(--primary-color);
  padding-left: 0;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.candidate-block-three .post-tags {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.candidate-block-three .post-tags li {
  color: #696969;
  background: #f0f5f7;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.candidate-block-three .post-tags li a {
  color: #696969;
}

.candidate-block-three .post-tags li.colored {
  color: #fff;
  background-color: #34a853;
}

.candidate-block-three .bookmark-btn {
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -o-transition: all .3s ease;
  background: #ecedf2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  line-height: 32px;
  transition: all .3s;
  position: relative;
}

.candidate-block-three .inner-box:hover .bookmark-btn {
  opacity: 1;
  visibility: visible;
}

.candidate-block-three .option-box, .option-list {
  align-items: center;
  display: flex;
  position: relative;
}

.option-list li {
  margin-left: 10px;
  position: relative;
}

.option-list li button, .option-list li a {
  width: 30px;
  height: 30px;
  color: var(--primary-color);
  text-align: center;
  -o-transition: all .3s ease;
  background: #1967d212;
  border-radius: 8px;
  font-size: 16px;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.option-list li button:before, .option-list li a:before {
  color: #fff;
  content: attr(data-text);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  pointer-events: none;
  background: #202124;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.option-list li button:after, .option-list li a:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  -o-transition: all .3s ease;
  border-top: 5px solid #202124;
  border-left: 5px solid #0000;
  border-right: 5px solid #0000;
  transition: all .3s;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.option-list li button:hover:after, .option-list li button:hover:before, .option-list li a:hover:after, .option-list li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.option-list li button:hover, .option-list li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.option-box .delete-btn {
  color: var(--primary-color);
  margin-left: 40px;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: relative;
}

.resume-action .theme-btn:after {
  display: none;
}

.resume-action .theme-btn i {
  margin-left: 40px;
}

.resume-action .dropdown-menu {
  min-width: 200px;
  padding: 10px 15px;
}

.resume-action .dropdown-menu button {
  text-align: left;
  color: #777;
  width: 100%;
  padding: 2px 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: relative;
}

.resume-action .dropdown-menu button .la {
  color: var(--primary-color);
}

.candidate-block-four {
  margin-bottom: 30px;
  position: relative;
}

.candidate-block-four .inner-box {
  text-align: center;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 40px 30px 30px;
  transition: all .3s;
  position: relative;
}

.candidate-block-four .inner-box:hover {
  box-shadow: 0 7px 18px #404f680d;
}

.candidate-block-four .job-other-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.candidate-block-four .thumb {
  -o-transition: all .3s ease;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: 0 auto 12px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.candidate-block-four .name {
  color: #202124;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.candidate-block-four .name a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.candidate-block-four .name a:hover {
  color: var(--primary-color);
}

.candidate-block-four .cat {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  display: block;
  position: relative;
}

.candidate-block-four .job-info {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
  position: relative;
}

.candidate-block-four .job-info li {
  color: #696969;
  margin: 0 15px 5px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.candidate-block-four .job-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.candidate-block-four .job-info li a {
  color: #696969;
}

.candidate-block-four .post-tags {
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.candidate-block-four .post-tags li {
  color: #696969;
  background: #f0f5f7;
  border-radius: 20px;
  margin: 0 5px 10px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.candidate-block-four .post-tags li a {
  color: #696969;
}

.candidate-block-four .post-tags li.colored {
  color: #fff;
  background-color: #34a853;
}

.candidate-block-four .theme-btn {
  width: 100%;
  display: block;
}

.candidate-detail-section {
  position: relative;
}

.candidate-detail-section .upper-box {
  background-image: url("/images/icons/bg-4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 30px;
  position: relative;
}

.candidate-detail-section.style-three .upper-box {
  padding: 70px 0 30px;
}

.candidate-detail-outer {
  padding: 50px 0;
}

.candidate-block-five {
  margin-bottom: 50px;
  position: relative;
}

.candidate-block-five .inner-box {
  -o-transition: all .3s ease;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
}

.candidate-block-five .inner-box .content {
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
  padding-left: 120px;
  display: flex;
  position: relative;
}

.candidate-block-five .inner-box .btn-box {
  display: flex;
  position: relative;
}

.candidate-block-five .image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.candidate-block-five .image img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.candidate-block-five .name {
  color: #202124;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  display: block;
  position: relative;
}

.candidate-block-five .name a {
  color: #202124;
}

.candidate-block-five .candidate-info {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.candidate-block-five .candidate-info li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 30px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.candidate-block-five .candidate-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.candidate-block-five .candidate-info li a {
  color: #696969;
}

.candidate-block-five .candidate-info li.designation {
  color: var(--primary-color);
  padding-left: 0;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.candidate-block-five .post-tags {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.candidate-block-five .post-tags li {
  color: var(--primary-color);
  background: #d3e1f5;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

.candidate-block-five .post-tags li a {
  color: var(--primary-color);
}

.candidate-block-five .post-tags li.colored {
  color: #fff;
  background-color: #34a853;
}

.candidate-block-five .bookmark-btn {
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  -o-transition: all .3s ease;
  background: #1967d212;
  border-radius: 7px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 45px;
  transition: all .3s;
}

.candidate-block-five .option-box {
  align-items: center;
  display: flex;
  position: relative;
}

.candidate-block-five .btn-box .theme-btn {
  min-width: 220px;
}

.candidate-block-six {
  position: relative;
}

.candidate-block-six .inner-box {
  text-align: center;
  position: relative;
}

.candidate-block-six .image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  overflow: hidden;
}

.candidate-block-six .image img {
  width: 100%;
}

.candidate-block-six .name {
  color: #202124;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  display: block;
  position: relative;
}

.candidate-block-six .name a {
  color: #202124;
}

.candidate-block-six .designation {
  color: var(--primary-color);
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 19px;
  display: block;
}

.candidate-block-six .content {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.candidate-block-six .post-tags {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.candidate-block-six .post-tags li {
  color: var(--primary-color);
  background: #d3e1f5;
  border-radius: 20px;
  margin: 5px 10px 5px 0;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  position: relative;
}

.candidate-block-six .post-tags li a {
  color: var(--primary-color);
  display: block;
}

.candidate-block-six .post-tags li.colored {
  color: #fff;
  background-color: #34a853;
}

.candidate-block-six .btn-box {
  display: flex;
  position: relative;
}

.candidate-block-six .candidate-info {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.candidate-block-six .candidate-info li {
  color: #696969;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 30px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.candidate-block-six .candidate-info li .icon {
  color: #696969;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.candidate-block-six .candidate-info li a {
  color: #696969;
}

.candidate-block-six .bookmark-btn {
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  color: var(--primary-color);
  -o-transition: all .3s ease;
  background: #1967d212;
  border-radius: 7px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 50px;
  transition: all .3s;
}

.candidate-block-six .option-box {
  align-items: center;
  display: flex;
  position: relative;
}

.candidate-block-six .btn-box .theme-btn {
  min-width: 220px;
}

.candidate-detail-section .sidebar-widget {
  margin-bottom: 30px;
}

.candidate-detail-section .contact-widget .form-group input, .candidate-detail-section .contact-widget .form-group textarea {
  background-color: #fff;
}

.candidate-detail-section .contact-widget .form-group textarea {
  min-height: 130px;
}

.candidate-detail-section .contact-widget .widget-content .default-form .form-group {
  margin-bottom: 20px;
}

[data-text] {
  cursor: pointer;
  position: relative;
}

[data-text]:before {
  color: #fff;
  content: attr(data-text);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  pointer-events: none;
  background: #202124;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 16px;
  transition: all .3s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

[data-text]:hover:before, [data-text]:focus:before {
  opacity: 1;
  visibility: visible;
}

.call-to-action {
  position: relative;
}

.call-to-action .outer-box {
  background-color: #1967d212;
  border-radius: 10px;
  padding: 50px 60px 10px;
  position: relative;
  overflow: hidden;
}

.call-to-action .sec-title {
  margin-bottom: 0;
}

.call-to-action .image-column {
  background-position: -10px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 360px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.call-to-action .image-column .image {
  margin-bottom: 0;
  display: none;
}

.call-to-action .content-column {
  margin-right: 50px;
  position: relative;
}

.call-to-action .sec-title {
  margin-bottom: 50px;
  position: relative;
}

.call-to-action .sec-title .theme-btn {
  margin-top: 30px;
}

.call-to-action.style-two {
  padding-bottom: 100px;
}

.call-to-action-two {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0 160px;
  position: relative;
}

.call-to-action-two .sec-title {
  margin-bottom: 33px;
}

.call-to-action-two .btn-box {
  display: inline-block;
  position: relative;
}

.call-to-action-two .theme-btn {
  margin: 0 10px 10px;
}

.call-to-action-two .btn-style-two {
  color: #fff;
}

.call-to-action-two.style-two {
  position: relative;
}

.call-to-action-two.style-two:before {
  background-color: var(--primary-color);
  content: "";
  opacity: .85;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.call-to-action-three {
  background-color: #deebff;
  padding: 60px 0;
  position: relative;
}

.call-to-action-three .outer-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.call-to-action-three .sec-title {
  margin-bottom: 0;
  margin-right: 30px;
}

.call-to-action-three.style-two {
  background: var(--primary-color);
}

.call-to-action-three.style-two .sec-title .text a {
  color: #fff;
}

.call-to-action-three.style-two .theme-btn {
  min-width: 180px;
}

.call-to-action-four {
  background-color: #1967d212;
  border-radius: 10px;
  padding: 30px 140px 30px 30px;
  position: relative;
  overflow: hidden;
}

.call-to-action-four h5 {
  color: #202124;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.call-to-action-four p {
  color: #696969;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}

.call-to-action-four .image {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.call-to-action-four.style-two {
  padding: 50px;
}

.call-to-action-four.style-two h5 {
  color: #202124;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
}

.call-to-action-four.style-two p {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 24px;
}

.call-to-action-four.style-two .image {
  width: 350px;
}

.faqs-section {
  padding: 100px 0;
  position: relative;
}

.faqs-section h3 {
  color: #202124;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.faqs-section .accordion-box {
  margin-bottom: 60px;
}

.invoice-section {
  background: #f0f5f7;
  min-height: 100vh;
  padding: 75px 0;
  position: relative;
}

.invoice-section .auto-container {
  max-width: 1200px;
}

.invoice-section .upper-box {
  text-align: right;
  margin-bottom: 75px;
  position: relative;
}

.invoice-section .upper-box .theme-btn {
  min-width: 140px;
}

.invoice-wrap {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 6px 15px #404f680d;
}

.invoice-wrap .invoice-content {
  padding: 125px 100px;
  position: relative;
}

.invoice-wrap .logo-box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.invoice-wrap .logo-box .logo {
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
}

.invoice-wrap .invoice-id {
  color: #202124;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 325px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  display: flex;
  position: relative;
}

.invoice-wrap .invoice-id span {
  text-align: right;
  color: #202124;
  min-width: 155px;
  margin-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.invoice-wrap .info-box {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.invoice-wrap .info-box .right-column {
  width: 100%;
  max-width: 325px;
  padding-right: 30px;
  position: relative;
}

.invoice-wrap .info-box .left-column {
  padding-right: 30px;
}

.invoice-wrap .info {
  margin-bottom: 70px;
  position: relative;
}

.invoice-wrap .info h6 {
  color: #696969;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.invoice-wrap .info span {
  color: #202124;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.invoice-wrap .info h4 {
  color: #202124;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.invoice-wrap .info h5 {
  color: #202124;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.invoice-table tr th:last-child, .invoice-table tr td:last-child {
  text-align: right;
}

.invoice-wrap .invoice-footer {
  border-top: 1px solid #ecedf2;
  padding: 48px 50px 38px;
  position: relative;
}

.invoice-wrap .bottom-links {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.invoice-wrap .bottom-links li {
  margin: 0 30px 10px;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.invoice-wrap .bottom-links li a {
  color: #202124;
}

.invoice-wrap .bottom-links li .link {
  color: var(--primary-color);
}

.jobseeker-section {
  position: relative;
}

.jobseeker-section .outer-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.jobseeker-section .image-column {
  flex: 0 0 50%;
  order: 2;
  width: 50%;
  position: relative;
}

.jobseeker-section .image-column .image {
  margin-bottom: 0;
  display: block;
  position: relative;
}

.jobseeker-section .image-column .image img {
  border-radius: 0 30px 30px 0;
  width: 100%;
}

.jobseeker-section .content-column {
  flex: 0 0 50%;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.jobseeker-section .content-column .inner-column {
  width: 100%;
  max-width: 655px;
  padding: 0 15px;
  position: relative;
}

.jobseeker-section .content-column .sec-title {
  max-width: 420px;
  margin-bottom: 0;
}

.jobseeker-section .content-column .theme-btn {
  min-width: 180px;
  margin-top: 18px;
}

.ls-section {
  padding: 50px 0 100px;
  position: relative;
}

.ls-section .content-column .upper-box {
  padding: 20px 30px;
  position: relative;
}

.ls-section .filters-backdrop {
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -o-transition: all .3s ease;
  background: #1b2032;
  width: 1000%;
  height: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.active-filters .ls-section .filters-backdrop {
  opacity: .8;
  visibility: visible;
}

.ls-section .filters-column.hide-left, .filter_sidebar-active {
  z-index: 99;
  background: #fff;
  width: 100%;
  max-width: 320px;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh !important;
  padding: 0 !important;
  overflow-y: auto !important;
}

.ls-section .filters-column.hide-left .inner-column {
  min-height: 100%;
}

.ls-section .filters-column::-webkit-scrollbar {
  width: 5px;
}

.ls-section .filters-column::-webkit-scrollbar-track {
  background: none;
}

.ls-section .filters-column::-webkit-scrollbar-thumb {
  background-color: #70707080;
  border-radius: 10px;
}

.ls-section .filters-column.hide-left .filters-outer {
  margin-bottom: 0;
}

.active-filters .ls-section .filters-column.hide-left {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.show-1023 {
  display: none;
}

@media (max-width: 1023px) {
  .show-1023 {
    order: 2;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 0;
    display: block;
  }
}

@media (max-width: 575px) {
  .show-1023 {
    margin-left: 0;
  }

  .ls-switcher .text {
    margin-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  .showing-result .text {
    margin-bottom: 15px;
  }

  .hidden-1023 {
    display: none;
  }
}

.ls-section .toggle-filters .icon {
  background-image: url("/images/icons/filter.svg");
  width: 14px;
  height: 10px;
  display: inline-block;
}

.ls-section .toggle-filters.show {
  display: block;
}

.ls-section .sort-by.show-filters {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ls-section .sort-by.show-filters .chosen-select {
  width: auto;
}

.toggle-filters {
  color: var(--primary-color);
  white-space: nowrap;
  background: #1967d212;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 25px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.toggle-filters:hover {
  background: #1967d22b;
}

.toggle-filters span {
  margin-right: 10px;
}

.ls-section .filters-outer {
  background: #f5f7fc;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px 30px 10px;
  position: relative;
}

.ls-section .close-filters {
  color: #000;
  z-index: 3;
  border: 1px solid #333;
  border-radius: 50%;
  width: 25px;
  min-width: auto;
  height: 25px;
  font-size: 12px;
  line-height: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.ls-section .filter-block {
  margin-bottom: 30px;
  position: relative;
}

.ls-section .filter-block.filter-categories .form-control {
  padding: inherit;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ls-section .filter-block.filter-categories #TreeViewHeightCategory {
  padding: 8px 0;
  background: #fff !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ls-section .filter-block.filter-categories .css-1bcfi89-MuiTreeItem-content {
  border-radius: 8px;
}

.ls-section h4 {
  color: #202124;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.ls-section .filter-block p {
  color: #696969;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}

.ls-section .filter-block .form-group {
  margin-bottom: 0;
  position: relative;
}

.chosen-container .chosen-drop {
  border: 1px solid #ecedf2;
}

.ls-section .filter-block .chosen-container .chosen-drop {
  background: #fff;
}

.ls-section .filter-block .chosen-container .chosen-single, .ls-section .filter-block input, .ls-section .filter-block select, .ls-section .filter-block textarea {
  color: #696969;
  width: 100%;
  height: 60px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 14px 20px 14px 54px;
  font-size: 15px;
  line-height: 30px;
  transition: all .3s;
}

.ls-section .filter-block input:focus {
  border-color: var(--primary-color);
}

.ls-section .filter-block .icon {
  margin-top: -15px;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
}

.ls-section .switchbox-outer {
  margin-bottom: 30px;
  position: relative;
}

.tags-style-one {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.tags-style-one li {
  color: #696969;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
  position: relative;
}

.tags-style-one li:hover {
  color: var(--primary-color);
  background: #d4e1f6;
}

.ls-section .ls-outer {
  position: relative;
}

.ls-switcher {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.ls-switcher .showing-result {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .ls-switcher .showing-result {
    justify-content: center;
  }
}

.ls-switcher .showing-result .text {
  color: #1b2032;
  font-size: 16px;
}

.ls-switcher .arrange {
  margin-right: 20px;
  display: flex;
  position: relative;
}

.ls-switcher .arrange a {
  margin-right: 10px;
}

.ls-switcher .arrange .icon {
  text-align: center;
  color: #a3acc2;
  border: 2px solid #d7dbe4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 36px;
  display: block;
  position: relative;
}

.ls-switcher .arrange .active .icon {
  color: #a3acc2;
  border-color: #a3acc2;
}

.top-filters {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.top-filters .form-group {
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
}

.top-filters .chosen-single {
  width: 100%;
  color: var(--primary-color);
  white-space: nowrap;
  background-color: #1967d212;
  justify-content: center;
  align-items: center;
  padding: 10px 44px 10px 22px;
  font-size: 14px;
  line-height: 25px;
  display: flex;
  position: relative;
}

.top-filters .chosen-container-single .chosen-single div:after {
  color: var(--primary-color);
  content: "";
  font-family: Flaticon;
  font-size: 10px;
}

.top-filters .chosen-container .chosen-single span {
  color: var(--primary-color);
  min-width: auto;
  margin: 0;
}

.top-filters .chosen-container .chosen-container-multi .chosen-choices, .top-filters .chosen-container.chosen-with-drop .chosen-drop {
  background: #eff4fc;
}

.ls-switcher .sort-by {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.ls-switcher .sort-by .chosen-single {
  color: #696969;
  background-color: #f0f5f7;
  min-width: 146px;
  height: 45px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}

@media (max-width: 599px) {
  .ls-switcher .sort-by .chosen-single {
    min-width: 150px;
  }

  .ls-switcher .sort-by .chosen-single:first-child {
    margin-left: 0;
  }

  .ls-switcher .sort-by {
    flex-wrap: wrap;
    width: 100%;
  }

  .ls-switcher .sort-by .chosen-single {
    margin-left: 0 !important;
  }

  .ls-switcher .sort-by .btn.me-2 {
    order: 2;
    width: 100%;
    margin-right: 0 !important;
  }
}

.ls-switcher .sort-by .chosen-container {
  margin-left: 10px;
}

.ls-switcher .sort-by .chosen-container-single .chosen-single div:after {
  color: #696969;
  content: "";
  font-family: Flaticon;
  font-size: 10px;
}

.ls-switcher .showing-result {
  position: relative;
}

.ls-switcher .showing-result .text {
  color: #696969;
  font-size: 15px;
  line-height: 20px;
  position: relative;
}

.ls-switcher .showing-result .text strong {
  color: #202124;
  font-weight: 500;
}

.ls-show-more {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.ls-show-more p {
  color: #202124;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}

.ls-show-more .bar {
  background: #d4e1f6;
  border-radius: 10px;
  width: 300px;
  max-width: 300px;
  height: 6px;
  margin-bottom: 17px;
  position: relative;
}

.ls-show-more .bar .bar-inner {
  background-color: var(--primary-color);
  border-radius: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ls-show-more .show-more {
  color: var(--primary-color);
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.ls-show-more .show-more:before {
  background: var(--primary-color);
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ls-pagination {
  margin-top: 10px;
  position: relative;
}

.ls-pagination ul {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ls-pagination li {
  color: #696969;
  text-align: center;
  min-width: 45px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  position: relative;
}

.ls-pagination li a, .ls-pagination li span {
  color: #696969;
  -o-transition: all .3s ease;
  cursor: pointer;
  border-radius: 50%;
  transition: all .3s;
  display: block;
  position: relative;
}

.ls-pagination li a:hover, .ls-pagination li a.current-page, .ls-pagination li span.current-page {
  background: var(--primary-color);
  color: #fff;
}

.ls-pagination li.next a, .ls-pagination li.prev a, .ls-pagination li.next span {
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 0 12px;
  display: flex;
  position: relative;
}

.ls-section .ls-footer {
  text-align: center;
  border-top: 1px solid #ecedf2;
  padding: 40px 0;
  position: relative;
}

.ls-section .copyright-text {
  color: #696969;
  font-size: 14px;
  line-height: 19px;
}

.ls-pagination li.next a:hover, .ls-pagination li.prev a:hover {
  color: var(--primary-color);
  background: none;
}

.ls-section.style-two {
  padding: 0;
}

.ls-section.style-two .ls-outer {
  padding: 50px;
}

.ls-section.style-two .filters-outer {
  height: 100%;
  margin-bottom: 0;
  padding: 50px 60px;
}

@media (max-width: 1023px) {
  .ls-section.style-two .filters-outer {
    padding: 30px 30px 10px;
  }
}

.ls-section.style-two .filters-column .inner-column {
  height: 100%;
}

.ls-section.style-three {
  background: #f0f5f7;
}

.ls-section.style-three .ls-switcher .sort-by .chosen-single {
  background-color: #fff;
}

.ls-section.map-layout {
  padding: 0;
}

.ls-section.map-layout .content-column {
  height: calc(100vh - 110px);
  padding: 0;
  position: relative;
  overflow: hidden auto;
}

.ls-section.map-layout .ls-cotainer {
  height: 100%;
  display: flex;
  position: relative;
}

.ls-section.map-layout ::-webkit-scrollbar {
  background: #eee;
  width: 5px;
}

.ls-section.map-layout ::-webkit-scrollbar-track {
  background: #fff;
}

.ls-section.map-layout ::-webkit-scrollbar-thumb {
  background: #eee;
}

.ls-section.map-layout .ls-outer {
  padding: 30px 60px;
}

.ls-section.map-layout .map-column {
  height: calc(100vh - 100px);
  position: fixed;
  bottom: 0;
  right: 0;
}

.ls-section.map-layout .map-column #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.listing-maps {
  min-height: 500px;
  position: relative;
}

.listing-maps #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.listing-maps.style-two {
  min-height: 670px;
}

.listing-maps .form-outer {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
}

.listing-maps .form-outer .job-search-form {
  margin-bottom: 0;
}

.news-section {
  background-color: #ecedf2;
  padding: 100px 0 70px;
  position: relative;
}

.news-block {
  margin-bottom: 25px;
  position: relative;
}

.news-block .inner-box {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.news-block .image-box {
  position: relative;
}

.news-block .image-box .image {
  border-radius: 10px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.news-block .image-box img {
  object-fit: cover;
  width: 100%;
  min-height: 258px;
  transition: all .3s;
  display: block;
}

.news-block .inner-box:hover img {
  transform: scale(1.1);
}

.news-block .lower-content {
  padding: 20px 20px 16px;
  position: relative;
}

.news-block .post-meta {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.news-block .post-meta li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.news-block .post-meta li:before {
  content: "";
  background: #696969;
  border-radius: 5px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  left: 0;
}

.news-block .post-meta li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.news-block .post-meta li:first-child:before {
  display: none;
}

.news-block .post-meta li a:hover, .news-block .post-meta li a {
  color: inherit;
}

.news-block .lower-content h3 {
  color: #202124;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.news-block .lower-content h3 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
}

.news-block .lower-content h3 a:hover {
  color: var(--primary-color);
}

.news-block .lower-content .text {
  color: #696969;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}

.news-block .read-more {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.news-block .read-more i {
  -o-transition: all .3s ease;
  margin-left: 10px;
  transition: all .3s;
}

.news-block .read-more:hover {
  color: var(--primary-color);
}

.news-block .read-more:hover i {
  opacity: 0;
  margin-left: 20px;
}

.news-section.style-two {
  background: #f3f7fb;
}

.news-section.style-two .row {
  margin: 0 -26px;
}

.news-section.style-two .news-block {
  padding: 0 26px;
}

.news-section.style-two .news-block .inner-box {
  background-color: #0000;
  padding: 0;
}

.news-section.style-two .news-block .lower-content {
  padding: 17px 0 0;
}

.news-section.style-three .news-block .post-meta {
  margin-bottom: 10px;
}

.news-section.style-three .news-block .inner-box {
  border-radius: 8px;
  box-shadow: 0 6px 15px #404f680d;
}

.news-section.style-three .news-block .lower-content h3 {
  margin-bottom: 0;
}

.news-section.style-three .grid .news-block .lower-content {
  padding-top: 19px;
  padding-bottom: 10px;
}

.news-section-two {
  padding: 100px 0 50px;
  position: relative;
}

.news-section-two .sec-title, .news-section-two .news-block {
  margin-bottom: 50px;
}

.news-section-two .news-block .inner-box {
  background-color: #0000;
  padding: 0;
}

.news-section-two .news-block .lower-content {
  padding: 17px 0 0;
}

.news-section-two .news-block .post-meta, .news-section-two .news-block h3 {
  margin-bottom: 0;
}

.news-section-two.style-two {
  background: #f5f7fc;
}

.news-section-three {
  background-color: #ecedf2;
  padding: 100px 0 70px;
  position: relative;
}

.news-block-two {
  margin-bottom: 30px;
  position: relative;
}

.news-block-two .inner-box {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-block-two .image-box {
  flex: 0 0 45%;
  position: relative;
}

.news-block-two .image-box .image {
  border-radius: 10px;
  min-width: 200px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.news-block-two .image-box img {
  object-fit: cover;
  width: 100%;
  min-height: 258px;
  transition: all .3s;
  display: block;
}

.news-block-two .inner-box:hover img {
  transform: scale(1.1);
}

.news-block-two .content-box {
  flex: 1;
  padding: 15px 30px;
  position: relative;
}

.news-block-two .post-meta {
  flex-wrap: wrap;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.news-block-two .post-meta li {
  color: #696969;
  margin-bottom: 5px;
  margin-right: 15px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.news-block-two .post-meta li:before {
  content: "";
  background: #696969;
  border-radius: 5px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  left: 0;
}

.news-block-two .post-meta li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.news-block-two .post-meta li:first-child:before {
  display: none;
}

.news-block-two .post-meta li a:hover, .news-block-two .post-meta li a {
  color: inherit;
}

.news-block-two .content-box h3 {
  color: #202124;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

.news-block-two .content-box h3 a:hover, .news-block-two .content-box h3 a {
  color: #1b2032;
}

.news-block-two .content-box .text {
  color: #696969;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}

.news-block-two .read-more {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.news-block-two .read-more i {
  -o-transition: all .3s ease;
  margin-left: 10px;
  transition: all .3s;
}

.news-block-two .read-more:hover {
  color: var(--primary-color);
}

.news-block-two .read-more:hover i {
  opacity: 0;
  margin-left: 20px;
}

.news-section.style-three .image-large img {
  object-fit: cover;
  min-height: 468px;
}

@media (max-width: 767px) {
  .news-section.style-three .image-large img {
    min-height: 200px;
  }
}

.news-section.style-three .image-regular img {
  object-fit: cover;
  min-height: 163px;
}

@media (max-width: 1024px) {
  .news-section.style-three .image-regular img {
    min-height: 200px;
  }
}

@media (max-width: 991px) {
  .news-section.style_2 .news-block-two .inner-box {
    flex-direction: column;
  }
}

.news-section.style_2 .news-block-two .image-box {
  flex: 0 0 200px;
  height: 200px;
}

.news-section.style_2 .news-block-two .image-box .image {
  height: 100%;
}

.news-section.style_2 .news-block-two .image-box img {
  height: 100%;
  min-height: 100%;
}

.pricing-section {
  padding: 100px 0 70px;
  position: relative;
}

.pricing-tabs {
  position: relative;
}

.pricing-tabs .tab-buttons {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.pricing-tabs .tab-buttons h4 {
  color: #202124;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.pricing-tabs .tab-btns {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-tabs .tab-btns:before {
  background: var(--primary-color);
  box-sizing: border-box;
  content: "";
  -o-transition: all .3s ease;
  -o-transition: all .3s linear;
  border: 1px solid #e7e7ec;
  border-radius: 30px;
  width: 60px;
  height: 30px;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 15px #8c98a41a;
}

.pricing-tabs .tab-btns li {
  color: #696969;
  cursor: pointer;
  z-index: 8;
  -o-transition: all .3s ease;
  min-width: 196px;
  padding: 0 48px;
  font-size: 14px;
  line-height: 30px;
  transition: all .3s;
  position: relative;
}

.pricing-tabs .tab-btns li:before {
  content: "";
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all .3s;
  position: absolute;
  top: 5px;
  right: -26px;
}

.pricing-tabs .tab-btns li.active-btn:before {
  right: 6px;
}

.pricing-tabs .tab-btns li:last-child:before {
  display: none;
}

.pricing-table {
  margin-bottom: 30px;
  position: relative;
}

.pricing-table .inner-box {
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 40px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.pricing-table .inner-box:hover, .pricing-table.tagged .inner-box {
  border: 1px solid var(--primary-color);
  box-shadow: 0 6px 15px #404f680d;
}

.pricing-table .tag {
  color: var(--primary-color);
  border-radius: 30px;
  padding: 5px 25px;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  overflow: hidden;
}

.pricing-table .tag:before {
  background: var(--primary-color);
  opacity: .15;
  content: "";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-table .title {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.pricing-table .price {
  color: #202124;
  align-items: flex-end;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.pricing-table .duration {
  color: #202124;
  margin-left: 7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  bottom: 7px;
}

.pricing-table .table-content {
  margin-bottom: 60px;
  position: relative;
}

.pricing-table .table-content ul {
  position: relative;
}

.pricing-table .table-content ul li {
  color: #696969;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.pricing-table .table-content ul li:before {
  color: #202124;
  content: "";
  font-family: Flaticon;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-table .table-footer {
  position: relative;
}

.pricing-table .table-footer a {
  width: 100%;
  display: block;
  position: relative;
}

.process-section {
  padding: 100px 0;
  position: relative;
}

.process-block {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.process-block .icon-box {
  min-height: 113px;
  margin-bottom: 30px;
  padding-top: 56px;
  display: inline-block;
  position: relative;
}

.process-block .icon-box:before {
  z-index: -1;
  content: "";
  background-image: url("/images/icons/shape-3.png");
  width: 105px;
  height: 113px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.process-block .icon-box img {
  display: block;
}

.process-block h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.recruiter-section {
  position: relative;
}

.recruiter-section .outer-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.recruiter-section .image-column {
  flex: 0 0 50%;
  width: 50%;
  position: relative;
}

.recruiter-section .image-column .image {
  margin-bottom: 0;
  display: block;
  position: relative;
}

.recruiter-section .image-column .image img {
  border-radius: 0 30px 30px 0;
  width: 100%;
}

.recruiter-section .content-column {
  flex: 0 0 50%;
  width: 50%;
  padding: 100px 0;
  position: relative;
}

.recruiter-section .content-column .inner-column {
  padding-left: 140px;
  position: relative;
}

.recruiter-section .content-column .sec-title {
  max-width: 420px;
  margin-bottom: 0;
}

.recruiter-section .content-column .theme-btn {
  min-width: 180px;
  margin-top: 18px;
}

.steps-section {
  padding: 100px 0 50px;
  position: relative;
}

.steps-section .image-column {
  margin-bottom: 50px;
  position: relative;
}

.steps-section .image-column .inner-column {
  padding-right: 20px;
  position: relative;
}

.steps-section .image-column .image {
  margin-bottom: 0;
  position: relative;
}

.steps-section .image-column .image img {
  width: 100%;
  display: block;
}

.steps-section .image-column .count-employers {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 25px 30px 30px;
  position: absolute;
  bottom: 40px;
  left: 0;
  box-shadow: 0 40px 30px #19192e0a;
}

.steps-section .image-column .count-employers .title {
  color: #202124;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: block;
  position: relative;
}

.steps-section .content-column {
  position: relative;
}

.steps-section .content-column .inner-column {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.steps-section .content-column .sec-title {
  margin-bottom: 0;
}

.steps-section .content-column .sec-title h2 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.steps-list {
  margin-top: 64px;
  position: relative;
}

.steps-list li {
  color: #202124;
  min-height: 40px;
  margin-bottom: 55px;
  padding: 8px 0 8px 73px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.steps-list li .count {
  color: #fff;
  background: var(--primary-color);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
}

.steps-list li .count:before {
  opacity: .2;
  content: "";
  background: #34a853;
  border-radius: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.subscribe-section {
  background-color: #deebff;
  padding: 60px 0;
  position: relative;
}

.subscribe-section .outer-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.subscribe-section .sec-title {
  margin-bottom: 0;
  margin-right: 30px;
}

.subscribe-section .form-column {
  width: 100%;
  max-width: 490px;
  position: relative;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .form-group {
  margin-bottom: 0;
  position: relative;
}

.subscribe-form .form-group input[type="text"], .subscribe-form .form-group input[type="email"] {
  color: #696969;
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 8px;
  width: 100%;
  height: 70px;
  padding: 20px 60px 20px 30px;
  font-size: 15px;
  line-height: 20px;
  transition: all .3s;
  display: block;
  box-shadow: 0 6px 15px #404f680d;
}

.subscribe-form .form-group .theme-btn {
  max-width: 120px;
  font-size: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.subscribe-form .response {
  position: relative;
}

.subscribe-form .response > div {
  text-align: center;
  padding: 0 15px;
}

.subscribe-form .response .success {
  color: #fff;
  background: #28a745;
}

.subscribe-form .response .failed {
  color: #fff;
  background-color: #dc3545;
}

.subscribe-form .response .text-info {
  background-color: #ffd658;
  color: #222 !important;
}

.subscribe-section-two {
  padding: 135px 0 148px;
  position: relative;
}

.subscribe-section-two .sec-title h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
}

.subscribe-section-two .background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px 0 0 30px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 60px;
  right: 0;
}

.subscribe-section-two .subscribe-form {
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  position: relative;
}

.tnc-section {
  padding: 100px 0 50px;
  position: relative;
}

.tnc-section .auto-container {
  max-width: 880px;
}

.tnc-section .text-box {
  margin-bottom: 50px;
  position: relative;
}

.tnc-section h3 {
  color: #202124;
  margin-bottom: 23px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.tnc-section p {
  color: #696969;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

.blog-grid .news-block .inner-box {
  border: 1px solid #ecedf2;
  border-radius: 8px;
}

.blog-grid .news-block .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.sidebar-page-container {
  padding: 100px 0 50px;
  position: relative;
}

.sidebar-page-container .content-side {
  margin-bottom: 50px;
}

.blog-sidebar {
  background: #f5f7fc;
  border-radius: 8px;
  margin-left: 20px;
  padding: 30px;
  position: relative;
}

.blog-sidebar .sidebar-widget {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-title {
  margin-bottom: 20px;
  position: relative;
}

.sidebar-title h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.sidebar.pd-right {
  padding-right: 20px;
}

.sidebar .search-widget, .sidebar .search-box {
  position: relative;
}

.sidebar .search-box .form-group {
  margin-bottom: 0;
  position: relative;
}

.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
  color: #696969;
  -o-transition: all .5s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  padding: 20px 20px 20px 54px;
  font-size: 15px;
  line-height: 20px;
  transition: all .5s;
  display: block;
  position: relative;
}

.sidebar .search-box .form-group input[type="text"]:focus, .sidebar .search-box .form-group input[type="search"]:focus {
  border-color: var(--primary-color);
}

.sidebar .search-box .form-group button {
  -o-transition: all .5s ease;
  transition: all .5s;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar .search-box .form-group button:hover {
  color: #fff;
}

.sidebar .search-box .form-group .icon {
  text-align: center;
  z-index: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.catagory-list {
  position: relative;
}

.catagory-list li {
  margin-bottom: 10px;
  position: relative;
}

.catagory-list li a {
  color: #696969;
  -o-transition: all .3s ease;
  padding-left: 15px;
  font-size: 15px;
  line-height: 25px;
  transition: all .3s;
  display: block;
  position: relative;
}

.catagory-list li a:before {
  content: "";
  -o-transition: all .3s ease;
  background: #202124;
  border-radius: 4px;
  width: 4px;
  height: 4px;
  transition: all .3s;
  position: absolute;
  top: 11px;
  left: 0;
}

.catagory-list li a:hover:before, .catagory-list li a:hover {
  color: var(--primary-color);
}

.sidebar .recent-post {
  position: relative;
}

.recent-post .post {
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
  margin-bottom: 20px;
  padding-left: 90px;
  display: flex;
  position: relative;
}

.recent-post .post:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post .post-thumb {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.recent-post .post-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
  position: relative;
}

.recent-post .post:hover .post-thumb img {
  opacity: .9;
  transform: scale(1.1);
}

.recent-post .post h6 {
  color: #202124;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.5em;
  transition: all .3s;
  position: relative;
}

.recent-post .post h6 a {
  color: inherit;
}

.recent-post .post h6:hover {
  color: #202124;
}

.recent-post .post .post-info {
  color: #444c;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.tag-list {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.tag-list li {
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
}

.tag-list a {
  color: #696969;
  text-align: center;
  text-transform: capitalize;
  -o-transition: all .3s ease;
  background: #fff;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
  display: block;
  position: relative;
}

.tag-list a:hover {
  color: #fff;
  background-color: var(--primary-color);
}

.blog-single {
  padding: 80px 0 100px;
  position: relative;
}

.blog-single .upper-box {
  margin-bottom: 50px;
  position: relative;
}

.blog-single .auto-container {
  max-width: 860px;
}

.blog-single .upper-box h3 {
  text-align: center;
  color: #202124;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
  position: relative;
}

.blog-single .post-info {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-single .post-info li {
  color: #696969;
  align-items: center;
  margin-right: 10px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  position: relative;
}

.blog-single .post-info li:before {
  content: "";
  background: #696969;
  border-radius: 3px;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: 0;
}

.blog-single .post-info li:first-child {
  padding-left: 0;
}

.blog-single .post-info li:first-child:before {
  display: none;
}

.blog-single .post-info .thumb {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}

.blog-single .main-image {
  margin-bottom: 0;
  position: relative;
}

.blog-single .main-image img {
  width: 100%;
  margin-bottom: 40px;
}

.blog-single .image {
  margin-bottom: 30px;
  position: relative;
}

.blog-single h4 {
  color: #202124;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.blog-single p {
  color: #77838f;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 30px;
}

.blog-single .list-style-four {
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.blog-single .list-style-four li {
  flex: 0 0 50%;
  width: 50%;
}

.blockquote-style-one {
  background: #f0f5f7;
  border-radius: 8px;
  padding: 40px 60px;
  position: relative;
}

.blockquote-style-one p {
  color: #202124;
  margin-bottom: 0;
  font-size: 15px;
  font-style: italic;
  line-height: 30px;
}

.blockquote-style-one cite {
  color: #696969;
  margin-top: 11px;
  font-size: 15px;
  font-style: normal;
  display: block;
}

.blog-single .other-options {
  border-top: 1px solid #ecedf2;
  border-bottom: 1px solid #ecedf2;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 45px 0;
  padding: 35px 0;
  display: flex;
  position: relative;
}

.blog-single .social-share {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.blog-single .other-options .tags {
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0;
  display: flex;
  position: relative;
}

.other-options .tags a {
  color: #696969;
  -o-transition: all .3s ease;
  background: #f0f5f7;
  border-radius: 4px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
  position: relative;
}

.other-options .tags a:hover {
  background: var(--primary-color);
  color: #fff;
}

.post-control {
  border-bottom: 1px solid #ecedf2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.post-control .prev-post, .post-control .next-post {
  margin-bottom: 30px;
  position: relative;
}

.post-control .next-post {
  text-align: right;
}

.post-control .icon {
  color: var(--primary-color);
  font-size: 9px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.post-control .next-post .icon {
  left: auto;
  right: 0;
}

.post-control .title {
  text-transform: capitalize;
  color: var(--primary-color);
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.post-control .next-post .title {
  padding-left: 0;
  padding-right: 16px;
}

.post-control h5 {
  color: #202124;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.post-control h5 a {
  color: #202124;
  -o-transition: all .3s ease;
  transition: all .3s;
  display: inline-block;
}

.post-control h5 a:hover {
  color: var(--primary-color);
}

.comments-area {
  margin-bottom: 50px;
  position: relative;
}

.comments-area h4 {
  margin-bottom: 35px;
}

.comment-box {
  margin-bottom: 30px;
  position: relative;
}

.comment-box .comment {
  margin-bottom: 50px;
  padding-left: 110px;
  position: relative;
}

.comment-box .comment.reply-comment {
  margin-left: 110px;
}

.comment-box .comment.reply-comment:last-child {
  border-bottom: 0;
}

.comment-box .user-thumb {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.comment-box .author-thumb img {
  width: 100%;
  display: block;
}

.comment-box .comment-info {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.comment-box .user-name {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.comment-box .title {
  color: #696969;
  font-size: 14px;
  line-height: 19px;
}

.comment-box .text {
  color: #696969;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 26px;
}

.comment-box .rating {
  color: #ffc78b;
  font-size: 13px;
  position: absolute;
  top: 8px;
  right: 0;
}

.comment-form {
  border: 1px solid #ecedf2;
  padding: 50px;
  position: relative;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 1.5rem;
}

.cart-section {
  padding: 60px 0 50px;
  position: relative;
}

.cart-section .column {
  margin-bottom: 30px;
  position: relative;
}

.cart-outer {
  position: relative;
}

.cart-outer .table-outer {
  width: 100%;
  position: relative;
  overflow-x: auto;
}

.cart-outer .cart-table {
  width: 100%;
  min-width: 800px;
}

.default-table tr.cart-item td {
  font-size: 15px;
}

.cart-item .product-thumbnail {
  width: 160px;
}

.cart-item .product-name {
  color: #202124;
  text-align: left;
  width: 200px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.cart-item .product-name a {
  color: #202124;
}

.cart-item .product-remove {
  color: #949da6;
}

.cart-section .cart-options {
  margin: 30px 0 10px;
  position: relative;
}

.cart-section .apply-coupon {
  align-items: center;
  display: flex;
  position: relative;
}

.cart-section .apply-coupon .form-group {
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
}

.cart-section .apply-coupon .input {
  color: #5c6770;
  -o-transition: all .3s ease;
  background-color: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  width: 100%;
  min-width: 234px;
  height: 50px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 26px;
  transition: all .3s;
  display: block;
  position: relative;
}

.cart-section .pull-right {
  margin-left: auto;
}

.cart-section .totals-table-outer {
  background: #f5f7fc;
  padding: 25px 30px 30px;
  position: relative;
}

.cart-section .totals-table li {
  border-bottom: 1px solid #e7e7ec;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.cart-section .totals-table li:first-child, .cart-section .totals-table li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart-section .totals-table li h3 {
  color: #202124;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.cart-section .totals-table .col {
  color: #202124;
  text-transform: capitalize;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  position: relative;
}

.cart-section .totals-table .col:last-child {
  text-align: right;
}

.cart-section .totals-table .price {
  color: #696969;
  font-size: 14px;
}

.cart-section .proceed-btn {
  width: 100%;
  margin-top: 30px;
  display: block;
  position: relative;
}

.checkout-page {
  padding: 60px 0 10px;
  position: relative;
}

.checkout-page .column {
  margin-bottom: 50px;
  position: relative;
}

.checkout-page .title {
  color: #202124;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.checkout-form {
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.checkout-form .coupen-outer {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.checkout-form .coupen-outer .text {
  color: #5c6770;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.checkout-form .coupen-outer .text a {
  color: #1b2032;
  font-weight: 500;
}

.checkout-form .coupen-outer .form-grou {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.checkout-form .coupen-outer .input {
  color: #5c6770;
  -o-transition: all .3s ease;
  background-color: #fff;
  border: 2px solid #e6e8ed;
  border-radius: 10px;
  width: 100%;
  max-width: 235px;
  height: 54px;
  margin-right: 22px;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.checkout-form .default-form .field-label {
  color: #202124;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  display: block;
  position: relative;
}

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

.checkout-form .default-form .form-group input:last-child {
  margin-bottom: 0;
}

.checkout-form .default-form .form-group textarea {
  height: 200px;
}

.order-box {
  background: #f5f7fc;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}

.order-box h3 {
  color: #202124;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.order-box table {
  width: 100%;
}

.order-box thead th {
  border-bottom: 1px solid #e7e7ec;
  padding-bottom: 11px;
  position: relative;
}

.order-box thead th strong {
  font-weight: 500;
}

.order-box .cart-item td {
  color: #696969;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
}

.order-box table th:last-child, .order-box table td:last-child {
  text-align: right;
  position: relative;
}

.order-box .cart-subtotal td {
  color: #202124;
  border-bottom: 1px solid #e7e7ec;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.order-box .order-total td {
  color: #202124;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.payment-box {
  position: relative;
}

.payment-options {
  background-color: #f5f7fc;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}

.payment-box .payment-options li {
  margin-bottom: 35px;
  position: relative;
}

.payment-box .payment-options li .radio-option {
  position: relative;
}

.payment-box .payment-options li .radio-option label {
  color: #202124;
  text-transform: capitalize;
  cursor: pointer;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  display: block;
  position: relative;
}

.payment-box .payment-options li .radio-option label .small-text {
  text-transform: none;
  color: #696969;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  display: none;
  position: relative;
}

.payment-box .payment-options li .radio-option input:checked + label .small-text {
  display: block;
}

.payment-box .payment-options li .radio-option label img {
  margin-left: 15px;
  position: relative;
}

.payment-box .btn-box .theme-btn {
  width: 100%;
  display: block;
  position: relative;
}

.order-confirmation {
  padding: 100px 0 70px;
  position: relative;
}

.order-confirmation .auto-container {
  max-width: 770px;
}

.order-confirmation .upper-box {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.order-confirmation .upper-box .icon {
  color: #1967d2;
  text-align: center;
  background: #1967d21a;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 13px;
  font-size: 24px;
  line-height: 80px;
  display: inline-block;
}

.order-confirmation .upper-box h4 {
  color: #202124;
  margin-bottom: 11px;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
}

.order-confirmation .upper-box .text {
  color: #696969;
  font-size: 15px;
  line-height: 20px;
}

.order-confirmation .order-info {
  background: #f5f7fc;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 40px 40px 0;
  display: flex;
  position: relative;
}

.order-confirmation .order-info li {
  color: #696969;
  flex-direction: column;
  margin-bottom: 40px;
  margin-right: 40px;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.order-confirmation .order-info li:last-child {
  margin-right: 0;
}

.order-confirmation .order-info li strong {
  color: #202124;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.order-confirmation .order-box {
  background: none;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 50px 60px 60px;
}

.products-section {
  padding: 100px 0 70px;
  position: relative;
}

.product-block {
  margin-bottom: 30px;
  position: relative;
}

.product-block .inner-box {
  text-align: center;
  -o-transition: all .3s ease;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 25px 30px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.product-block .inner-box:hover {
  box-shadow: 0 6px 15px #404f680d;
}

.product-block .image-box {
  position: relative;
}

.product-block .image {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.product-block .image img {
  max-width: 100%;
  display: inline-block;
}

.product-block .info {
  position: relative;
}

.product-block h3 {
  color: #202124;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.product-block .price {
  color: #696969;
  font-size: 15px;
  line-height: 20px;
  display: block;
  position: relative;
}

.product-block .theme-btn {
  opacity: 0;
  visibility: hidden;
  -o-transition: all .4s ease;
  width: 100%;
  transition: all .4s;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.product-block .theme-btn i {
  margin-right: 10px;
}

.product-block .inner-box:hover .theme-btn {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.shop-single {
  padding: 60px 0;
  position: relative;
}

.product-details {
  margin-bottom: 50px;
  position: relative;
}

.product-details .basic-details {
  margin-bottom: 30px;
  position: relative;
}

.product-details .image-column, .product-details .info-column {
  margin-bottom: 50px;
}

.product-details .image-column .image {
  text-align: center;
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 70px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-details .image-column .image img {
  cursor: pointer;
  display: inline-block;
}

.product-details .image-column .image .icon {
  color: #1b2032;
  text-align: center;
  background-color: #f9fafc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.product-details .info-column .inner-column {
  padding-left: 20px;
  position: relative;
}

.product-details .basic-details .product-name {
  color: #202124;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 41px;
}

.product-details .basic-details .rating {
  color: #5c6770;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1em;
  position: relative;
}

.product-details .basic-details .rating .fa {
  color: #d0d23c;
  margin-right: 2px;
  font-size: 14px;
}

.product-details .basic-details .rating .title {
  margin-left: 3px;
}

.product-details .basic-details .text {
  margin-bottom: 20px;
}

.product-details .basic-details .item-price {
  color: #202124;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.product-details .basic-details .item-price del {
  color: #696969;
  margin-left: 10px;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: line-through;
}

.product-details .other-options {
  position: relative;
}

.product-details .other-options .item-quantity {
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 50px;
}

.item-quantity .qty {
  color: #5c6770;
  border: 1px solid #ecedf2;
  border-radius: 4px;
  width: 110px;
  height: 50px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  position: relative;
}

.qty::-webkit-outer-spin-button {
  opacity: 1;
  visibility: visible;
  background: none;
}

.qty::-webkit-inner-spin-button {
  opacity: 1;
  visibility: visible;
  background: none;
}

.item-quantity .in-stock {
  margin-left: 30px;
  padding-left: 25px;
  position: relative;
}

.item-quantity .in-stock:before {
  content: "";
  color: #fff;
  text-align: center;
  background: #696969;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 900;
  line-height: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

.product-details .other-options .theme-btn span {
  margin-right: 10px;
}

.product-details .other-options .bookmark-btn {
  margin-left: 20px;
  padding: 15px 20px;
}

.product-details .other-options .bookmark-btn span {
  margin: 0;
}

.product-details .product-meta {
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}

.product-details .product-meta li {
  color: #696969;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  display: flex;
  position: relative;
}

.product-details .product-meta li span {
  min-width: 90px;
  margin-right: 10px;
  display: block;
}

.product-info-tabs {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
}

.prod-tabs .tab-btns {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.prod-tabs .tab-btns .tab-btn {
  color: #202124;
  cursor: pointer;
  -o-transition: all .5s ease;
  border-bottom: 2px solid #0000;
  align-items: center;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.prod-tabs .tab-btns .tab-btn.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

.prod-tabs .tab-content .content {
  padding: 65px 0 0;
  position: relative;
}

.prod-tabs .content h4 {
  color: #202124;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.prod-tabs .content p {
  color: #696969;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 26px;
}

.prod-tabs .content .list-style-two {
  flex-wrap: wrap;
  max-width: 500px;
  display: flex;
}

.prod-tabs .content .list-style-two li {
  width: 50%;
}

.mega-menu li.current a {
  color: var(--primary-color) !important;
}

.scrollmagic-pin-spacer {
  width: 100% !important;
  position: absolute !important;
}

.app-section .image-column .image {
  z-index: 50;
}

.bg-shape {
  z-index: 40;
  position: absolute;
}

@media (max-width: 991px) {
  .bg-shape {
    display: none;
  }
}

.bg-shape.-top {
  top: 0;
}

.bg-shape.-bottom {
  bottom: 0;
}

.bg-shape.-right {
  right: 0;
}

.bg-shape.-left {
  left: 0;
}

.category-block-three.-type-2 .inner-box {
  border: none;
}

@media (max-width: 991px) {
  .category-block-three.-type-2 .inner-box {
    padding: 24px 20px;
  }
}

.category-block-three.-type-2 .icon {
  color: var(--primary-color);
  background: none;
  font-size: 48px;
}

.category-block-three.-type-2:hover .inner-box {
  background-color: var(--primary-color);
}

.category-block-three.-type-2:hover h4 a, .category-block-three.-type-2:hover h4, .category-block-three.-type-2:hover p, .category-block-three.-type-2:hover .icon {
  color: #fff;
}

.sec-title.-type-2 h2 {
  font-weight: 500;
  font-size: 40px !important;
  line-height: 1.2 !important;
}

@media (max-width: 991px) {
  .sec-title.-type-2 h2 {
    font-size: 32px !important;
  }
}

.sec-title.-type-2 .text, .sec-title.-type-2 .steps-list {
  margin-top: 30px;
}

.sec-title.-type-2 .steps-list > li:not(:last-child) {
  margin-bottom: 38px;
}

.sec-title.-type-2 .steps-list .count {
  color: #202124;
  opacity: .2;
  background: none;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.sec-title.-type-2 .steps-list .count:after, .sec-title.-type-2 .steps-list .count:before {
  display: none;
}

.border-bottom-none {
  border-bottom: none;
}

.rounded-full {
  border-radius: 100% !important;
}

.bg-purple {
  background-color: var(--primary-color) !important;
}

.bg-orange {
  transition: all .2s ease-out;
  background-color: #fb803e !important;
}

.bg-orange:hover {
  color: #fff;
  background-color: var(--primary-color) !important;
}

.bg-light-blue {
  background-color: #f6f4fc;
}

.banner-section.-type-11 {
  background-image: url("/images/index-11/header/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.-type-11:before {
  display: none;
}

.banner-section.-type-11 .content-column .inner-column {
  padding: 260px 0 240px;
}

@media (max-width: 991px) {
  .banner-section.-type-11 .content-column .inner-column {
    padding: 140px 0 120px;
  }
}

@media (max-width: 767px) {
  .banner-section.-type-11 .content-column .inner-column {
    padding: 120px 0 60px;
  }
}

.banner-section.-type-11 .title-box h3, .banner-section.-type-11 .title-box .text {
  color: #fff;
}

.banner-section.-type-11 .job-search-form {
  margin-bottom: 0;
}

.banner-section.-type-11 .popular-searches {
  color: #fff !important;
  margin-top: 16px !important;
}

.banner-section.-type-11 .popular-searches * {
  color: #fff !important;
}

.banner-section.-type-11 .image-column .image-box {
  position: absolute;
  bottom: 0;
}

.banner-section.-type-11 .image-column .image-box .main-image {
  margin-bottom: 0;
}

.banner-section.-type-11 .image-column .image-box .main-image img {
  max-width: 120%;
}

.banner-section.-type-11 .image-column .image-box .info_block_first {
  max-width: 400px;
  position: absolute;
  bottom: 80px;
  right: -120px;
}

.banner-section.-type-11 .image-column .image-box .info_block_first .job-block .job-info li {
  padding-left: 0;
}

.banner-section.-type-11 .image-column .image-box .info_block_three {
  top: 200px;
  right: -40px;
  bottom: unset !important;
}

.banner-section.-type-11 .image-column .image-box .info_block_four {
  top: 290px;
  left: 0;
}

.applicants-list.-pos-2 {
  bottom: -50px !important;
  right: 30px !important;
}

.content-icons {
  margin-bottom: 30px;
}

.content-icons .item {
  text-align: left;
  display: flex;
}

.content-icons .item + .item {
  margin-top: 40px;
}

.content-icons .icon-wrap .icon {
  font-size: 32px;
}

.content-icons .content {
  margin-left: 33px;
}

.content-icons .content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.content-icons .content p {
  margin-top: 11px;
  font-size: 15px;
  line-height: 26px;
}

.content-icons-btn {
  margin: -6px;
  justify-content: flex-start !important;
}

.content-icons-btn > * {
  padding: 6px;
  margin: 0 !important;
}

.content-icons-btn > * img {
  width: 100%;
  height: auto;
}

.m--15 {
  margin: -15px;
}

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

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

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

.layout-pt-40 {
  padding-top: 40px !important;
}

.layout-pt-60 {
  padding-top: 60px !important;
}

.layout-pt-120 {
  padding-top: 120px !important;
}

.layout-pt-150 {
  padding-top: 150px !important;
}

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

.layout-pb-60 {
  padding-bottom: 60px !important;
}

.layout-pb-100 {
  padding-bottom: 100px !important;
}

.layout-pb-120 {
  padding-bottom: 120px !important;
}

@media (max-width: 991px) {
  .layout-pt-120 {
    padding-top: 90px !important;
  }

  .layout-pb-120 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 767px) {
  .layout-pt-120 {
    padding-top: 70px !important;
  }

  .layout-pt-60 {
    padding-top: 50px !important;
  }

  .layout-pb-120 {
    padding-bottom: 70px !important;
  }

  .layout-pb-60 {
    padding-bottom: 50px !important;
  }
}

.pricingCard {
  text-align: center;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 12px 55px 46px;
  transition: all .3s ease-out;
}

.pricingCard__img {
  justify-content: center;
  align-items: center;
  min-height: 180px;
  display: flex;
}

.pricingCard__title {
  margin-top: 2px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  transition: all .2s ease-out;
}

.pricingCard__price {
  margin-top: 8px;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  transition: all .2s ease-out;
}

.pricingCard__subtitle {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s ease-out;
}

.pricingCard__list {
  text-align: left;
  margin-top: 38px;
}

.pricingCard__list li {
  transition: all .2s ease-out;
}

.pricingCard__list li + li {
  margin-top: 24px;
}

.pricingCard__btn {
  margin-top: 35px;
}

.pricingCard__btn a {
  transition: all .3s ease-out;
}

.pricingCard:hover {
  background-color: var(--primary-color);
}

.pricingCard:hover .pricingCard__title, .pricingCard:hover .pricingCard__price, .pricingCard:hover .pricingCard__subtitle, .pricingCard:hover .pricingCard__list li {
  color: #fff !important;
}

.pricingCard:hover .pricingCard__btn a {
  color: var(--primary-color);
  background-color: #fff;
}

.theme-btn.btn-style-modern {
  padding: 16px 46px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #11243e !important;
  background: #f6f4fc !important;
  border-radius: 200px !important;
}

@media (max-width: 767px) {
  .tab-buttons.-pills {
    justify-content: flex-start;
    display: flex;
  }
}

.tab-buttons.-pills .tab-btn {
  background-color: #0000;
  border-radius: 200px;
  margin-bottom: 4px;
  margin-right: 6px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.tab-buttons.-pills .tab-btn.active-btn {
  color: #fff;
  background-color: var(--primary-color);
}

.main-footer.-type-11 {
  background: #0c071b !important;
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  .main-footer.-type-11 {
    padding-top: 80px !important;
  }
}

.main-footer.-type-11 .widgets-section {
  padding-top: 0 !important;
}

.main-footer.-type-11 .footer-bg-image {
  position: absolute;
  top: -170px;
  left: 0;
}

@media (max-width: 991px) {
  .main-footer.-type-11 .footer-bg-image {
    display: none;
  }
}

.main-footer.-type-11 .footer-bg-image img {
  max-width: 376px;
}

.main-footer.-type-11 .footer-title {
  margin-bottom: 160px;
}

@media (max-width: 991px) {
  .main-footer.-type-11 .footer-title {
    margin-bottom: 80px;
  }
}

.main-footer.-type-11 .footer-title h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.main-footer.-type-11 .footer-title div {
  color: #fff;
  margin-top: 10px;
  font-size: 15px;
  line-height: 24px;
}

.text-white {
  color: #fff !important;
}

.main-header.-type-11.fixed-header {
  background-color: #111;
}

.main-header.-type-11 .navigation > li > a, .main-header.-type-11 .navigation > li > span, .main-header.-type-11 .navigation > li > span:after {
  color: #fff !important;
}

.main-header.-type-11 .nav-outer {
  width: 100%;
}

@media (max-width: 1366px) {
  .main-header.-type-11 .nav-outer {
    width: unset;
  }
}

.main-header.-type-11 .main-menu {
  margin: 0 auto;
}

.btn-white {
  color: var(--primary-color) !important;
  background-color: #fff !important;
}

.btn-white:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.btn-white-10 {
  color: #fff !important;
  background-color: #ffffff1a !important;
}

.btn-white-10:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.main-header.alternate.-type-12 {
  box-shadow: none;
}

.main-header.alternate.-type-12.fixed-header {
  box-shadow: 0 0 10px #0000001a;
}

.banner-section-three.-type-12 .bg-image {
  margin: 0 160px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .banner-section-three.-type-12 .bg-image {
    margin: 0 60px;
  }
}

@media (max-width: 1366px) {
  .banner-section-three.-type-12 .bg-image {
    margin: 0;
  }
}

.banner-section-three.-type-12 .bg-image > img {
  object-fit: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
}

@media (max-width: 1366px) {
  .banner-section-three.-type-12 .bg-image > img {
    border-radius: 0;
  }
}

.banner-section-three.-type-12 .bg-image .main-image {
  position: absolute;
  bottom: 0;
  right: -90px;
}

.banner-section-three.-type-12 .content-column .inner-column {
  padding: 120px 0;
}

@media (max-width: 991px) {
  .banner-section-three.-type-12 .content-column .inner-column {
    padding: 80px 0;
  }
}

.banner-section-three.-type-12 .content-column h3 {
  font-weight: 700;
}

.banner-section-three.-type-12 .content-column .text {
  margin-top: 20px;
}

.banner-section-three.-type-12 .job-search-form-two form {
  border-radius: 8px;
}

.banner-section-three.-type-12 .popular-searches {
  color: #2b3154 !important;
  margin-top: 24px !important;
}

.banner-section-three.-type-12 .popular-searches * {
  color: #2b3154 !important;
}

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

.pt-9 {
  padding-top: 9px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-p {
  margin-bottom: 9px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.category-block-three.-type-3 .icon {
  color: var(--primary-color);
  background: none;
  font-size: 48px;
}

.category-block-three.-type-3:hover .inner-box {
  background-color: #f4f6fa;
}

.job-carousel .owl-dots {
  margin-top: 48px;
  display: flex !important;
}

.theme-btn.-blue {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 8px;
  padding: 15px 50px;
  transition: all .15s ease-in-out;
}

.theme-btn.-blue:hover {
  background-color: rgba(var(--primary-color), .1);
  color: var(--primary-color);
}

.theme-btn.-blue-light {
  background-color: rgba(var(--primary-color), .1);
  color: var(--primary-color);
  border-radius: 8px;
  padding: 15px 50px;
  transition: all .15s ease-in-out;
}

.theme-btn.-blue-light:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.theme-btn.-blue-dark {
  color: #fff;
  background-color: #131a51;
  border-radius: 8px;
  padding: 15px 50px;
}

.theme-btn.-blue-dark:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.icon-item {
  display: flex;
}

.icon-item + .icon-item {
  margin-top: 30px;
}

.icon-item .icon-wrap {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 26px;
  display: flex;
}

.icon-item .icon-wrap.-red {
  color: #ffc4dd;
  background-color: #ffc4dd33;
}

.icon-item .icon-wrap.-green {
  color: #24dbdb;
  background-color: #24dbdb33;
}

.icon-item .content {
  margin-left: 34px;
}

.icon-item .content h4 {
  font-family: Jost;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  color: #1a3454 !important;
}

.icon-item .content p {
  margin-top: 10px;
  font-family: Jost;
  font-size: 14px;
  line-height: 26px;
}

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

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

.image-box.-wide-right {
  margin-right: -40px !important;
}

.color-blue-dark {
  color: #1a3454 !important;
}

.section-bg-color {
  padding: 100px 0;
  position: relative;
}

.section-bg-color__item {
  background-color: #d6ecf4;
  border-radius: 32px;
  position: absolute;
  inset: 0 160px;
}

@media (max-width: 1600px) {
  .section-bg-color__item {
    left: 60px;
    right: 60px;
  }
}

@media (max-width: 1366px) {
  .section-bg-color__item {
    left: 0;
    right: 0;
  }
}

.section-bg-color.-light .section-bg-color__item {
  background-color: #f4f6fa;
}

.job-block.-type-2 .inner-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.job-block.-type-2 .inner-header {
  align-items: center;
  display: flex;
}

.job-block.-type-2 .inner-header .icon-wrap {
  background-color: rgba(var(--primary-color), .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.job-block.-type-2 .inner-header .icon {
  color: var(--primary-color);
  font-size: 19px;
}

.job-block.-type-2 .inner-header .title {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
}

.job-block.-type-2 .inner-content {
  margin-top: 27px;
}

.job-block.-type-2 .inner-content > h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.job-block.-type-2 .inner-content .job-other-info {
  margin-top: 15px;
}

@media (max-width: 599px) {
  .job-block.-type-2 .inner-content .job-other-info {
    margin-left: 0;
  }
}

.job-block.-type-2 .inner-content .job-other-info li {
  color: #696969;
  background-color: #0000;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.job-block.-type-2 .inner-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  display: flex;
}

.job-block.-type-2 .inner-footer > .content {
  min-height: auto;
  padding-left: 0;
}

.job-block.-type-2 .inner-footer > .content .days {
  color: #696969;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.job-block.-type-2 .inner-footer > .content .company-logo {
  color: #202124;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.job-block.-type-2 .inner-footer > .company-logo {
  width: auto;
  position: relative;
}

.job-block.-type-2 .inner-footer > .company-logo img {
  object-fit: cover;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.text-red {
  color: #e13f52 !important;
}

.step-item {
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 32px 54px;
}

.step-item .title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.step-item .text {
  margin-top: 13px;
}

.candidate.-type-1 .image img {
  width: 100%;
}

.candidate.-type-1 .content {
  margin-top: 16px;
}

.candidate.-type-1 .content h4 a {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.candidate.-type-1 .content p {
  color: #696969;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
}

a {
  transition: all .3s;
}

.blog.-type-1 .blog-image img {
  object-fit: cover;
  min-height: 200px;
}

.blog.-type-1 .blog-content {
  margin-top: 20px;
}

.blog.-type-1 .blog-content div {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.blog.-type-1 .blog-content h4 {
  margin-top: 10px;
}

.blog.-type-1 .blog-content h4 a {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.blog.-type-1 .blog-content h4 a:hover {
  color: var(--primary-color);
}

.subscribe-section-two.-type-2 .background-image {
  background-size: cover;
  border-radius: 32px;
  left: 60px;
  right: 60px;
}

@media (max-width: 1023px) {
  .subscribe-section-two.-type-2 .background-image {
    border-radius: 0;
    left: 0;
    right: 0;
  }
}

.row.grid-base {
  margin: -15px;
}

.row.grid-base > * {
  padding: 15px;
}

.testimonial.-type-1 {
  padding-right: 60px;
}

.testimonial.-type-1 .image img {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.testimonial.-type-1 .content {
  margin-top: 30px;
}

.testimonial.-type-1 .content h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.testimonial.-type-1 .content p {
  color: #404046;
  margin-top: 21px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial.-type-1 .author {
  margin-top: 30px;
}

.testimonial.-type-1 .author .name {
  color: #202124;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.testimonial.-type-1 .author .job {
  color: #696969;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.testimonial.-type-2 .image img {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.testimonial.-type-2 .content {
  margin-top: 30px;
}

.testimonial.-type-2 .content h4 {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.testimonial.-type-2 .content p {
  color: #404046;
  margin-top: 21px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial.-type-2 .author {
  margin-top: 30px;
}

.testimonial.-type-2 .author .name {
  color: #202124;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.testimonial.-type-2 .author .job {
  color: #696969;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.banner-section.-type-13 {
  background-image: url("/images/index-13/header/test.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.-type-13:before {
  display: none;
}

.banner-section.-type-13 .content-column .inner-column {
  padding: 260px 0 150px;
}

@media (max-width: 991px) {
  .banner-section.-type-13 .content-column .inner-column {
    padding: 140px 0 120px;
  }
}

@media (max-width: 767px) {
  .banner-section.-type-13 .content-column .inner-column {
    padding: 120px 0 100px;
  }
}

.banner-section.-type-13 .title-box h3, .banner-section.-type-13 .title-box .text {
  color: #fff;
}

.banner-section.-type-13 .popular-searches {
  color: #fff;
  margin-top: 20px !important;
}

.banner-section.-type-13 .popular-searches * {
  color: #fff !important;
}

.banner-section.-type-13 .bottom-box {
  align-items: center;
  margin-top: 120px;
  display: flex;
}

@media (max-width: 991px) {
  .banner-section.-type-13 .bottom-box {
    margin-top: 60px;
  }
}

.banner-section.-type-13 .bottom-box .title {
  color: #fff;
  margin-right: 20px;
}

.banner-section.-type-13 .bottom-box .upload-cv {
  color: #fff;
  margin-left: 98px;
}

@media (max-width: 991px) {
  .banner-section.-type-13 .bottom-box .upload-cv {
    margin-left: 20px;
  }
}

.banner-section.-type-13 .image-column .image-box {
  position: absolute;
  right: -60px;
}

.banner-section.-type-13 .image-column .image-box .main-image {
  margin-bottom: 0;
}

.banner-section.-type-13 .image-column .image-box .main-image img {
  max-width: 120%;
}

.text-dark-blue {
  color: #131a51 !important;
}

.job-block-five-separated {
  box-shadow: none !important;
  border: none !important;
}

.job-block-five-separated > * .inner-box {
  border: 1px solid #ecedf2;
  border-radius: 8px;
  background-color: #f5f7fb !important;
}

.job-block-five-separated > * .inner-box:hover {
  border-color: #ecedf2 !important;
}

.job-block-five-separated > :hover .inner-box {
  box-shadow: 0 6px 15px #404f680d;
  background-color: #fff !important;
}

.job-block-five-separated > * + * {
  margin-top: 30px;
}

.theme-btn.btn-dark-blue {
  border-radius: 8px;
  padding: 16px 38px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #131a51 !important;
  background-color: #131a5112 !important;
}

.theme-btn.btn-dark-blue:hover {
  background-color: var(--primary-hover-bg-color) !important;
  color: #fff !important;
}

.banner-style-two.-type-2 .inner-box, .banner-style-one.-type-2 .inner-box {
  background-repeat: no-repeat;
  background-size: cover;
}

.switchbox.-horizontal {
  justify-content: center;
  margin: -8px -15px;
  display: flex;
}

.switchbox.-horizontal > * {
  padding: 8px 15px;
}

@media (max-width: 991px) {
  .switchbox.-horizontal {
    flex-wrap: wrap;
  }
}

.work-block.-type-2 .icon-wrap {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 111px;
  margin: 0 auto;
  font-size: 50px;
  display: flex;
}

.work-block.-type-2 .icon-wrap.-blue {
  background: #beedff66;
}

.work-block.-type-2 .icon-wrap.-blue .icon:before {
  color: #87deff;
}

.work-block.-type-2 .icon-wrap.-red {
  background: #fecbd166;
}

.work-block.-type-2 .icon-wrap.-red .icon:before {
  color: #ffa3ad;
}

.work-block.-type-2 .icon-wrap.-yellow {
  background: #fddf8e66;
}

.work-block.-type-2 .icon-wrap.-yellow .icon:before {
  color: #ffd257;
}

.work-block.-type-2 h5 {
  margin-top: 29px;
}

.work-block.-type-2 p {
  margin-top: 13px;
}

.image-box.-type-1 > :nth-child(2) {
  position: absolute;
  top: 200px;
  left: -80px;
  box-shadow: 0 40px 30px #19192e0a;
}

@media (max-width: 1199px) {
  .image-box.-type-1 > :nth-child(2) {
    display: none;
  }
}

.image-box.-type-1 > :nth-child(3) {
  position: absolute;
  top: 50px;
  right: -100px;
  box-shadow: 0 40px 30px #19192e0a;
}

@media (max-width: 1199px) {
  .image-box.-type-1 > :nth-child(3) {
    display: none;
  }
}

.image-box.-type-1 > :nth-child(4) {
  position: absolute;
  bottom: -44px;
  left: 115px;
  box-shadow: 0 40px 30px #19192e0a;
}

@media (max-width: 1199px) {
  .image-box.-type-1 > :nth-child(4) {
    display: none;
  }
}

.row.grid-flex {
  margin: -10px;
  display: flex;
}

.row.grid-flex > * {
  padding: 10px;
}

.icon-item.-type-3 {
  background-color: #f5f7fb;
  border: 1px solid #0000;
  border-radius: 120px;
  align-items: center;
  padding: 10px 28px 10px 10px;
  transition: all .2s;
  display: flex;
}

.icon-item.-type-3 .icon-wrap {
  color: #131a51;
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 24px;
  transition: all .2s;
}

.icon-item.-type-3 .content {
  margin-left: 12px;
}

.icon-item.-type-3 .content h4 {
  color: #202124;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.icon-item.-type-3:hover {
  background-color: #fff;
  border: 1px solid #ecedf2;
  box-shadow: 0 6px 15px #404f680d;
}

.icon-item.-type-3:hover .icon-wrap {
  background-color: var(--primary-hover-bg-color);
  color: #fff;
}

.main-footer.-type-13:before {
  background-image: url("/images/index-13/footer/bg.svg");
}

.subscribe-section-two.-type-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.subscribe-section-two.-type-3 .background-image {
  background-size: cover;
  border-radius: 32px;
  left: 60px;
  right: 60px;
}

@media (max-width: 1023px) {
  .subscribe-section-two.-type-3 .background-image {
    border-radius: 0;
    left: 0;
    right: 0;
  }
}

.subscribe-section-two.-type-3 .sec-title {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .subscribe-section-two.-type-3 .sec-title {
    padding-left: 0;
  }
}

.subscribe-section-two.-type-3 .sec-title .text {
  margin-top: 20px;
}

.subscribe-section-two.-type-3 .sec-title .buttons {
  margin: -5px;
  padding-top: 35px;
}

.subscribe-section-two.-type-3 .sec-title .buttons > * {
  padding: 5px;
}

.subscribe-section-two.-type-3 .image {
  justify-content: center;
  width: 100%;
  display: flex;
}

@media (max-width: 991px) {
  .subscribe-section-two.-type-3 .image {
    margin-top: 20px;
  }
}

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

.pricingCard.-type-2 {
  padding-top: 42px;
}

@media (max-width: 991px) {
  .pricingCard.-type-2 {
    padding: 30px;
  }
}

.pricingCard.-type-2 .pricingCard__title {
  color: #131a51;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.pricingCard.-type-2 .pricingCard__price {
  color: #131a51;
  margin-top: 12px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.pricingCard.-type-2 .pricingCard__subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.pricingCard.-type-2 .pricingCard__text {
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.pricingCard.-type-2 .pricingCard__list li + li {
  margin-top: 16px;
}

.pricingCard.-type-2 .pricingCard__btn .theme-btn {
  width: 100%;
  background-color: #e5e8ef !important;
  border-radius: 8px !important;
}

.pricingCard.-type-2:hover {
  color: unset;
  background-color: #f5f7fb !important;
}

.pricingCard.-type-2:hover .pricingCard__title, .pricingCard.-type-2:hover .pricingCard__price {
  color: #3642ad !important;
}

.pricingCard.-type-2:hover .pricingCard__btn .theme-btn {
  background-color: var(--primary-hover-bg-color) !important;
  color: #fff !important;
}

.color-dark-1 {
  color: #202124 !important;
}

.color-dark-2 {
  color: #696969 !important;
}

.button.-arrow {
  align-items: center;
  display: flex;
}

.button.-arrow span {
  margin-left: 8px;
}

.pricing3_hover .pricingCard:hover .pricingCard__list li, .pricing3_hover .pricingCard:hover .pricingCard__subtitle {
  color: #363636 !important;
}

.main-header.alternate.-type-14 .theme-btn.btn-style-three {
  color: #000;
  background-color: #0000;
  transition: all .2s ease-out;
}

.main-header.alternate.-type-14 .theme-btn.btn-style-three:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.banner-section.-type-14 {
  background-color: #f8f8f8;
}

.banner-section.-type-14:before {
  display: none;
}

.banner-section.-type-14 .content-column .inner-column {
  padding: 190px 0 200px;
}

@media (max-width: 991px) {
  .banner-section.-type-14 .content-column .inner-column {
    padding: 140px 0 120px;
  }
}

@media (max-width: 767px) {
  .banner-section.-type-14 .content-column .inner-column {
    padding: 80px 0 20px;
  }
}

.banner-section.-type-14 .title-box h3 span {
  color: var(--primary-color);
}

.banner-section.-type-14 .popular-searches * {
  color: #fff;
}

.banner-section.-type-14 .image-column .image-box {
  top: unset;
  padding-top: unset;
  position: absolute;
}

.banner-section.-type-14 .image-column .image-box .main-image {
  margin-bottom: 0;
}

.banner-section.-type-14 .image-column .image-box .main-image img {
  max-width: 88%;
}

.banner-section.-type-14 .image-column .image-box .image-part {
  position: absolute;
}

.banner-section.-type-14 .image-column .image-box .image-part.-type-1 {
  top: 180px;
  left: 60px;
}

.banner-section.-type-14 .image-column .image-box .image-part.-type-2 {
  top: 168px;
  right: -58px;
}

.banner-section.-type-14 .image-column .image-box .image-part.-type-3 {
  bottom: -31px;
  right: 85px;
}

.section-bg-color__item.-light-blue {
  background-color: #f5f9fe;
}

.section-bg-color__item.-full {
  border-radius: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.category-block.-type-1 {
  margin-bottom: 0;
}

.category-block.-type-1 .inner-box {
  border: 1px solid #ecedf2;
  padding: 30px;
}

.category-block.-type-1 .cat-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.category-block.-type-1 .cat-header .left {
  align-items: center;
  display: flex;
}

.category-block.-type-1 .cat-header .left h4 {
  color: #202124;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.category-block.-type-1 .cat-header .icon-wrap {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin: 0 auto;
  display: flex;
}

.category-block.-type-1 .cat-header .icon-wrap.-blue {
  background: #d4f4f8;
}

.category-block.-type-1 .cat-header .icon-wrap.-blue .icon:before {
  color: var(--primary-color);
}

.category-block.-type-1 .cat-header .icon-wrap.-red {
  background: #feddd8;
}

.category-block.-type-1 .cat-header .icon-wrap.-red .icon:before {
  color: #f20;
}

.category-block.-type-1 .cat-header .icon-wrap.-yellow {
  background: #ffeee2;
}

.category-block.-type-1 .cat-header .icon-wrap.-yellow .icon:before {
  color: var(--primary-color);
}

.category-block.-type-1 .cat-header .icon {
  width: unset;
  height: unset;
  background-color: #0000;
  font-size: 26px;
  position: relative;
}

.category-block.-type-1 .cat-content {
  margin-top: 30px;
}

.category-block.-type-1 .cat-content .title {
  color: #202124;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.category-block.-type-1 .cat-content p {
  color: #404046;
  margin-top: 13px;
  font-size: 14px;
  line-height: 26px;
}

.features__section {
  background: linear-gradient(90.22deg, var(--primary-color) 0%, #4487e2 100%);
  padding: 20px 0 !important;
}

.features__grid > * {
  position: relative;
}

@media (max-width: 991px) {
  .features__grid .features-line-col {
    display: none;
  }
}

.features.-type-1 {
  align-items: center;
  padding: 15px 0;
  display: flex;
  position: relative;
}

.features.-type-1 .icon-wrap {
  font-size: 48px;
}

.features.-type-1 .icon-wrap .icon:before {
  color: #fff;
}

.features.-type-1 .title {
  color: #fff;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media (min-width: 1024px) {
  .features.-type-1:after {
    content: "";
    background-color: #fff3;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -23%;
  }
}

.features.-type-1.last:after {
  display: none;
}

.icon-side-row {
  margin: -15px;
  padding-right: 48px;
}

.icon-side-row > * {
  padding: 15px;
}

.icon-side-row > :nth-child(2) {
  margin-top: 90px;
}

@media (max-width: 991px) {
  .icon-side-row > :nth-child(2) {
    margin-top: 0;
  }
}

.icon-side-row > :nth-child(3) {
  margin-top: -90px;
}

@media (max-width: 991px) {
  .icon-side-row > :nth-child(3) {
    margin-top: 0;
  }

  .icon-side-row {
    padding-right: 0;
  }
}

.icon-side.-type-1 {
  background: #fff;
  border-radius: 8px;
  padding: 50px 28px 50px 42px;
  box-shadow: 0 25px 70px #01213a12;
}

.icon-side.-type-1 .icon-wrap {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  display: flex;
}

.icon-side.-type-1 .icon-wrap.-purple {
  color: #867bf2;
  background-color: #867bf233;
}

.icon-side.-type-1 .icon-wrap.-red {
  color: #db736f;
  background-color: #db736f33;
}

.icon-side.-type-1 .icon-wrap.-orange {
  color: #f0a14c;
  background-color: #f0a14c33;
}

.icon-side.-type-1 .icon-wrap.-green {
  color: #8bc16a;
  background-color: #8bc16a33;
}

.icon-side.-type-1 .content {
  margin-top: 20px;
}

.icon-side.-type-1 .title {
  color: #1a3454;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.icon-side.-type-1 .text {
  color: #404046;
  margin-top: 10px;
  font-family: Jost, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

@media (max-width: 991px) {
  .md\:mt-16 {
    margin-top: 16px !important;
  }

  .md\:mt-20 {
    margin-top: 20px !important;
  }

  .md\:mt-24 {
    margin-top: 24px !important;
  }

  .md\:mt-32 {
    margin-top: 32px !important;
  }
}

.theme-btn.-blue-outline {
  border: 3px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 8px;
  padding: 18px 48px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
}

.theme-btn.-blue-outline:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.about-section.-type-2 .image-box.-type-1 > :nth-child(4) {
  box-shadow: none;
}

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

.subscribe-section.-type-2 {
  background: linear-gradient(90.22deg, var(--primary-color) 0%, #4487e2 100%);
}

.subscribe-section.-type-2 .sec-title h2, .subscribe-section.-type-2 .sec-title .text {
  color: #fff;
}

.subscribe-section.-type-2 .btn-style-seven {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.subscribe-section.-type-2 .btn-style-seven:hover {
  background-color: var(--primary-hover-bg-color) !important;
  color: #fff !important;
}

.sec-title.-type-3 h2 {
  color: #202124;
  font-family: Sofia Pro, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.sec-title.-type-3 .text {
  color: #696969;
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
  line-height: 1;
  margin-top: 12px !important;
}

.sec-title.-type-3 .big-text {
  color: #202124;
  margin-top: 64px;
  font-family: Sofia Pro, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.section-bg-color__item.-light-yellow {
  background-color: #f5f3ee !important;
}

.border-bottom {
  border-bottom: 1px solid #ecedf2;
}

.icon-item.-type-4 {
  background-color: #fff;
  border: 1px solid #ecedf2;
  border-radius: 120px;
  align-items: center;
  width: 370px;
  padding: 12px 28px 12px 12px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 40px 30px #19192e0a;
}

.icon-item.-type-4 .image {
  color: #131a51;
  border-radius: 100%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
}

.icon-item.-type-4 .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-item.-type-4 .content {
  margin-left: 22px;
}

.icon-item.-type-4 .content h4 {
  color: #202124;
  font-family: Sofia Pro;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.icon-item.-type-4 .content p {
  font-family: Sofia Pro;
  font-size: 14px;
  line-height: 26px;
  margin-top: 0 !important;
}

.icon-item.-type-4:hover {
  background-color: #fff;
  border: 1px solid #ecedf2;
  box-shadow: 0 6px 15px #404f680d;
}

.icon-item.-type-4:hover .icon-wrap {
  color: #fff;
  background-color: #131a51;
}

.blog-block.-type-2 {
  border: 1px solid #ecedf2;
  border-radius: 8px;
  padding: 40px 40px 38px 30px;
  transition: all .15s;
}

.blog-block.-type-2 .block-header > div:first-child {
  color: #202124;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-block.-type-2 .block-header > div:nth-child(2) {
  color: #202124;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.blog-block.-type-2 .block-content {
  margin-top: 90px;
}

.blog-block.-type-2 .block-content h4 a {
  color: #202124;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.blog-block.-type-2 .block-footer {
  justify-content: space-between;
  width: 100%;
  margin-top: 28px;
  display: flex;
}

.blog-block.-type-2 .block-footer > div {
  color: #696969;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.blog-block.-type-2 .block-footer > a {
  color: var(--primary-color);
  opacity: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .15s;
  transform: translateY(12px);
}

.blog-block.-type-2:hover {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.blog-block.-type-2:hover .block-footer > a {
  opacity: 1;
  transform: none;
}

.banner-section.-type-15 {
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-section.-type-15:before {
  display: none;
}

.banner-section.-type-15 .cotnent-box {
  padding: 200px 0 150px;
}

@media (min-width: 1920px) {
  .banner-section.-type-15 .cotnent-box {
    padding: 250px 0 200px;
  }
}

@media (max-width: 991px) {
  .banner-section.-type-15 .cotnent-box {
    padding: 100px 0 80px;
  }
}

@media (max-width: 767px) {
  .banner-section.-type-15 .cotnent-box {
    padding: 60px 0 40px;
  }
}

.banner-section.-type-15 .title-box h3 {
  color: #4c4b4c;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .banner-section.-type-15 .title-box h3 {
    font-size: 34px;
  }
}

.banner-section.-type-15 .title-box .text {
  color: #2b3154;
  margin-top: 22px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.banner-section.-type-15 .theme-btn {
  color: #fff;
  background-color: var(--primary-color) !important;
}

.banner-section.-type-15 .job-search-form {
  margin-top: 40px;
}

.banner-section.-type-15 .fun-fact-section {
  margin-top: 46px;
  padding: 0;
}

.banner-section.-type-15 .fun-fact-section .counter-column {
  text-align: left;
  width: 140px;
}

.banner-section.-type-15 .fun-fact-section .counter-column .count-box span {
  color: #4c4b4c;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.banner-section.-type-15 .fun-fact-section .counter-column .counter-title {
  color: #878787;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

@media (max-width: 991px) {
  .work-block.-type-3 .inner-box {
    padding: 22px;
  }
}

.work-block.-type-3 .icon-wrap {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 111px;
  height: 111px;
  margin: 0 auto;
  font-size: 50px;
  display: flex;
}

.work-block.-type-3 .icon-wrap.-green {
  background: rgba(var(--primary-color), .07);
}

.work-block.-type-3 .icon-wrap.-green .icon:before {
  color: var(--primary-color);
}

.work-block.-type-3 h5 {
  margin-top: 29px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.work-block.-type-3 p {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.theme-btn.btn-green, .theme-btn.btn-green:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.theme-btn.btn-outline-green {
  border-radius: 8px;
  padding: 14px 44px;
  transition: all .15s;
  background-color: rgba(var(--primary-color), .07) !important;
  color: var(--primary-color) !important;
}

.theme-btn.btn-outline-green:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.overlay-black-60 {
  position: relative;
}

.overlay-black-60 > * {
  z-index: 1;
  position: relative;
}

.overlay-black-60:after {
  content: "";
  z-index: 0;
  background-color: #0009;
  position: absolute;
  inset: 0;
}

.theme-btn.btn-white-type-2 {
  border-radius: 8px;
  padding: 15px 36px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #202124 !important;
  background-color: #fff !important;
}

.theme-btn.btn-white-type-2:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.text-green, .icon-green:before {
  color: var(--primary-color) !important;
}

.mx-auto {
  margin: 0 auto;
}

.btn-cv {
  color: #202124;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 35px;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
}

.btn-cv .icon {
  margin-right: 9px;
  font-size: 22px;
}

.mt-20 {
  margin-top: 20px;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.subscribe-section-two.-type-4 {
  padding-top: 40px;
  padding-bottom: 0;
}

.subscribe-section-two.-type-4 .background-image {
  background-size: cover;
  border-radius: 32px;
  left: 60px;
  right: 60px;
}

@media (max-width: 1023px) {
  .subscribe-section-two.-type-4 .background-image {
    border-radius: 0;
    left: 0;
    right: 0;
  }
}

.subscribe-section-two.-type-4 .sec-title {
  padding-left: 85px;
}

@media (max-width: 991px) {
  .subscribe-section-two.-type-4 .sec-title {
    padding-left: 0;
  }
}

.subscribe-section-two.-type-4 .sec-title .text {
  margin-top: 20px;
}

.subscribe-section-two.-type-4 .sec-title .buttons {
  margin-top: 35px;
}

.subscribe-section-two.-type-4 .image {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  .subscribe-section-two.-type-4 .image {
    margin-top: 20px;
  }
}

.download-btn {
  flex-wrap: wrap;
  margin: -5px;
  display: flex;
}

.download-btn > * {
  padding: 5px;
}

.tab-buttons-wrap {
  justify-content: center;
  display: flex;
}

.tab-buttons.-pills-condensed {
  border: 1px solid #ecedf2;
  border-radius: 60px;
  justify-content: center;
  padding: 5px;
  display: flex;
}

@media (max-width: 767px) {
  .tab-buttons.-pills-condensed {
    align-items: unset;
    border-radius: 16px;
    flex-flow: column;
    width: 100%;
  }
}

.tab-buttons.-pills-condensed .tab-btn {
  color: #202124;
  background-color: #0000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 7px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  border: none !important;
}

@media (max-width: 767px) {
  .tab-buttons.-pills-condensed .tab-btn {
    height: auto;
    padding: 12px 16px;
  }
}

.tab-buttons.-pills-condensed .tab-btn + .tab-btn {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .tab-buttons.-pills-condensed .tab-btn + .tab-btn {
    margin-left: 0;
  }
}

.tab-buttons.-pills-condensed .tab-btn.active-btn {
  color: #fff;
  background-color: var(--primary-color);
}

.theme-btn.btn-outline-black {
  border-radius: 8px;
  color: #666 !important;
  background-color: #0000 !important;
  border: 2px solid #666 !important;
}

.theme-btn.btn-outline-black:hover {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.main-footer.style-six.-type-2 {
  background-color: #666 !important;
}

.main-footer.style-six.-type-2 .footer-widget.-newsletter .widget-title {
  margin-bottom: 20px;
}

.main-footer.style-six.-type-2 .footer-widget.-newsletter .form-group.-form {
  display: flex;
}

.main-footer.style-six.-type-2 .footer-widget.-newsletter .theme-btn {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-left: 20px;
  position: relative;
  top: 0;
  right: 0;
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.main-footer.style-six.-type-2 .footer-widget.-newsletter .theme-btn:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.main-footer.style-six.-type-2 .footer-text {
  margin-top: 24px;
}

.main-footer.style-six.-type-2 .footer-text p {
  color: #fffc;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.main-footer.style-six.-type-2 .footer-item {
  margin-top: 20px;
}

.main-footer.style-six.-type-2 .footer-item + .footer-item {
  margin-top: 30px;
}

.main-footer.style-six.-type-2 .footer-item .title {
  color: #fffc;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.main-footer.style-six.-type-2 .footer-item .subtitle {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.main-header.header-style-four.-type-16 .main-menu {
  margin-left: 15px;
}

.main-header.header-style-four.-type-16 .theme-btn.btn-style-six {
  border: none;
}

.banner-section-four.-type-16 {
  height: auto;
  padding: 0;
}

.banner-section-four.-type-16 .content-box {
  padding-top: 290px;
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .banner-section-four.-type-16 .content-box {
    padding-top: 220px;
  }
}

@media (max-width: 991px) {
  .banner-section-four.-type-16 .content-box {
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  .banner-section-four.-type-16 .content-box {
    padding-top: 140px;
  }
}

.banner-section-four.-type-16 .content-box .title-box h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .banner-section-four.-type-16 .content-box .title-box h3 {
    font-size: 30px;
  }
}

.banner-section-four.-type-16 .content-box .title-box p {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.banner-section-four.-type-16 .job-search-form {
  border-radius: 150px;
  max-width: 740px;
  margin: 0 auto 20px;
  margin: 56px auto 0 !important;
}

.banner-section-four.-type-16 .job-search-form .theme-btn {
  background-color: var(--primary-color);
  width: 150px;
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.banner-section-four.-type-16 .job-search-form .form-group:first-child {
  border: none;
}

.banner-section-four.-type-16 .features-icons {
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px -30px;
  padding-top: 100px;
  display: flex;
}

@media (max-width: 991px) {
  .banner-section-four.-type-16 .features-icons {
    padding-top: 50px;
  }
}

.banner-section-four.-type-16 .features-icons > * {
  padding: 15px 30px;
}

@media (max-width: 991px) {
  .banner-section-four.-type-16 .features-icons > * {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .banner-section-four.-type-16 .features-icons > * {
    width: 50%;
    padding: 15px 16px;
  }
}

.banner-section-four.-type-16 .features-icons .item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.banner-section-four.-type-16 .features-icons .item .icon-wrap {
  color: #fff;
  background-color: #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: auto;
  font-size: 34px;
  transition: all .15s;
  display: flex;
}

.banner-section-four.-type-16 .features-icons .item .title {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.banner-section-four.-type-16 .features-icons .item:hover .icon-wrap {
  color: var(--primary-color);
  background-color: #fff;
}

.tab-buttons.-pills-condensed.-blue .active-btn {
  background-color: var(--primary-color) !important;
}

.call-to-action-two.-type-4 .theme-btn {
  border-radius: 8px;
  transition: all .15s;
  padding: 15px 38px !important;
}

.call-to-action-two.-type-4 .theme-btn.btn-one {
  color: #121637;
  background-color: #fff;
}

.call-to-action-two.-type-4 .theme-btn.btn-one:hover, .call-to-action-two.-type-4 .theme-btn.btn-two {
  background-color: var(--primary-color);
  color: #fff;
}

.call-to-action-two.-type-4 .theme-btn.btn-two:hover {
  color: #121637;
  background-color: #fff;
}

.work-block.-type-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.work-block.-type-4 .icon-wrap {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  font-size: 40px;
  transition: all .15s;
  display: flex;
  box-shadow: 0 25px 70px #01213a12;
}

.work-block.-type-4 .icon:before {
  color: #1a3454;
  transition: all .15s;
}

.work-block.-type-4 .title {
  color: #202124;
  margin-top: 32px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.work-block.-type-4 .text {
  color: #696969;
  margin-top: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.work-block.-type-4:hover .icon-wrap {
  background-color: var(--primary-color);
}

.work-block.-type-4:hover .icon:before {
  color: #fff;
}

.section-bg-color__item.-very-light-blue {
  background-color: #f3f4f6;
}

.text-dark-3 {
  color: #202124 !important;
}

.sec-title.-type-3 h2 {
  margin: 0;
}

.sec-title.-type-3 .text {
  margin: 5px 0 0;
}

.testimonial-section.-type-2 {
  background-color: #0000;
  overflow: hidden;
}

.testimonial-section.-type-2 .inner-box {
  padding: 60px 80px 60px 60px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .testimonial-section.-type-2 .inner-box {
    padding: 40px;
  }
}

.testimonial-section.-type-2 .inner-box:after {
  content: "";
  background-color: var(--primary-color);
  opacity: 0;
  border: 1px solid #ecedf2;
  width: 100%;
  height: 10px;
  transition: all .15s;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.testimonial-section.-type-2 .slick-active.slick-current .inner-box {
  box-shadow: 0 40px 30px #19192e0a;
}

.testimonial-section.-type-2 .slick-active.slick-current .inner-box:after {
  opacity: 1;
}

.testimonial-section.-type-2 .info-box {
  display: flex;
}

.testimonial-section.-type-2 .info-box .content .name {
  color: #1a3454;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.testimonial-section.-type-2 .info-box .content .designation {
  margin-top: 4px;
  font-size: 14px;
  line-height: 26px;
}

.testimonial-section.-type-2 .text {
  color: #696969;
  margin: 40px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

@media (max-width: 991px) {
  .testimonial-section.-type-2 .text {
    margin-top: 20px;
  }
}

.cta.-type-2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0;
}

@media (max-width: 991px) {
  .cta.-type-2 {
    padding: 80px 0;
  }
}

.cta.-type-2 .cta-item {
  background-color: #121637;
  border-radius: 8px;
  padding: 40px 80px 40px 50px;
  display: flex;
}

@media (max-width: 991px) {
  .cta.-type-2 .cta-item {
    padding: 30px;
  }
}

.cta.-type-2 .cta-item.-blue {
  background-color: var(--primary-color);
  text-align: right;
  padding: 40px 50px 40px 80px;
}

@media (max-width: 991px) {
  .cta.-type-2 .cta-item.-blue {
    padding: 30px;
  }
}

.cta.-type-2 .cta-item.-blue .content {
  margin-left: 0;
  margin-right: 30px;
}

.cta.-type-2 .icon:before {
  color: #fff;
  font-size: 45px;
}

.cta.-type-2 .content {
  margin-left: 30px;
}

.cta.-type-2 .title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.cta.-type-2 .text {
  color: #fff;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 991px) {
  .md\:d-none {
    display: none;
  }
}

.main-header.-type-17 {
  box-shadow: none;
  padding-left: 100px;
  padding-right: 100px;
}

.main-header.-type-17.fixed-header {
  box-shadow: 0 0 10px #0000001a;
}

@media only screen and (max-width: 1600px) {
  .main-header.-type-17 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1366px) {
  .main-header.-type-17 {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-header.-type-17 .main-menu {
  margin-left: 0;
}

.main-header.-type-17 .theme-btn {
  height: 50px;
}

.main-header.-type-17 .theme-btn.-outline-dark-blue {
  color: #21286a;
  background-color: #0000;
  border: 1px solid #21286a;
  line-height: 1;
  transition: all .2s ease-out;
  min-width: auto !important;
  padding: 0 36px !important;
}

.main-header.-type-17 .theme-btn.-outline-dark-blue:hover {
  color: #fff;
  background-color: #21286a;
}

.main-header.-type-17 .theme-btn.-rounded {
  border-radius: 100px;
}

@media (max-width: 991px) {
  .md\:pt-0 {
    padding-top: 0 !important;
  }
}

.banner-section-three.-type-17 {
  background-position: -60px;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 0;
}

.banner-section-three.-type-17 .content-column .inner-column {
  padding-top: 230px;
  padding-bottom: 170px;
}

@media (max-width: 991px) {
  .banner-section-three.-type-17 .content-column .inner-column {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .banner-section-three.-type-17 .content-column .inner-column {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .banner-section-three.-type-17 .content-column .title-box {
    margin-bottom: 24px;
  }
}

.banner-section-three.-type-17 .content-column .title-box h3 {
  color: #21286a;
  font-family: Sofia Pro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .banner-section-three.-type-17 .content-column .title-box h3 {
    font-size: 30px;
  }
}

.banner-section-three.-type-17 .content-column .title-box p {
  color: #21286a;
  font-family: Sofia Pro, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 20px !important;
}

.banner-section-three.-type-17 .job-search-form {
  border: none;
  max-width: 740px;
  border-radius: 100px !important;
  margin: 40px 0 0 !important;
}

@media (max-width: 991px) {
  .banner-section-three.-type-17 .job-search-form {
    margin-top: 20px !important;
  }
}

.banner-section-three.-type-17 .job-search-form form, .banner-section-three.-type-17 .job-search-form form input {
  border-radius: 100px !important;
}

.banner-section-three.-type-17 .job-search-form .theme-btn {
  color: #fff;
  background-color: #21286a;
  border-radius: 100px;
  width: 150px;
  padding-left: 42px !important;
  padding-right: 42px !important;
}

.banner-section-three.-type-17 .job-search-form .form-group:first-child {
  border: none;
}

.banner-section-three.-type-17 .popular-searches {
  color: #21286a;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .banner-section-three.-type-17 .popular-searches {
    margin-top: 14px;
  }
}

.banner-section-three.-type-17 .popular-searches .title {
  color: #21286a;
}

.banner-section-three.-type-17 .image-column .image-box {
  margin-left: 100px;
  margin-right: -220px;
  padding: 0;
  position: relative;
}

.subscribe-section-two.-type-5 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.subscribe-section-two.-type-5 .background-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.subscribe-section-two.-type-5 .sec-title {
  margin: 0;
  padding: 68px 0;
}

.subscribe-section-two.-type-5 .sec-title h2 {
  color: #21286a;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.subscribe-section-two.-type-5 .sec-title .text {
  color: #21286a;
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.subscribe-section-two.-type-5 .sec-title .theme-btn {
  color: #fff;
  background-color: #21286a;
  border-radius: 150px;
  padding: 18px 40px;
}

.section-bg-color.-image {
  background-color: #0000;
  position: relative;
}

.section-bg-color.-image .section-bg-color__item.-image {
  background-color: #0000;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  left: 60px;
}

.text-dark-4 {
  color: #21286a !important;
}

.theme-btn.-dark-blue {
  color: #fff;
  background-color: #010842;
  border-radius: 150px;
  padding: 15px 48px;
  transition: all .2s ease-out;
}

.theme-btn.-dark-blue:hover {
  color: #010842;
  background-color: #0108421a;
}

.theme-btn.-dark-blue-light {
  color: #010842;
  background-color: #f2f7fe;
  border-radius: 150px;
  padding: 15px 48px;
  transition: all .2s ease-out;
}

.theme-btn.-dark-blue-light:hover {
  color: #fff;
  background-color: #010842;
}

html {
  scroll-behavior: smooth;
}

.tab-menu {
  z-index: 20;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding-top: 20px;
  position: relative;
}

.tab-menu__item {
  border-bottom: 1px solid #0000;
  flex-direction: column;
  align-items: center;
  padding: 0 72px 19px;
  transition: all .2s ease-out;
  display: flex;
  position: relative;
  bottom: -1px;
}

@media (max-width: 1199px) {
  .tab-menu__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .tab-menu__item {
    padding: 0 0 14px;
  }
}

@media (max-width: 767px) {
  .tab-menu__item {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 14px;
  }
}

.tab-menu__item.is-pin-active {
  border-color: #4c7ff1;
  color: #4c7ff1 !important;
}

@media (max-width: 767px) {
  .tab-menu__item.is-pin-active {
    border-color: #0000;
  }
}

.tab-menu__item.is-pin-active .icon, .tab-menu__item.is-pin-active .title {
  color: #4c7ff1 !important;
}

.tab-menu .icon {
  font-size: 30px;
  transition: all .2s ease-out;
}

@media (max-width: 991px) {
  .tab-menu .icon {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .tab-menu .icon {
    margin-right: 8px;
  }
}

.tab-menu .title {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1;
  transition: all .2s ease-out;
}

@media (max-width: 991px) {
  .tab-menu .title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .tab-menu .title {
    margin-top: 0;
  }
}

.tab-menu.-horiz .tab-menu__item {
  flex-direction: row;
  justify-content: center;
}

.tab-menu.-horiz .tab-menu__item.is-pin-active, .tab-menu.-horiz .tab-menu__item.is-pin-active .icon, .tab-menu.-horiz .tab-menu__item.is-pin-active .title {
  color: #4c7ff1 !important;
}

.tab-menu.-horiz .icon {
  margin-right: 18px;
  color: #202124 !important;
}

.tab-menu.-horiz .title {
  margin-top: 0;
  color: #202124 !important;
}

.banner-section .image-column {
  position: relative;
}

.banner-section .image-column .image-box {
  margin-right: -170px;
  padding-top: 150px;
  padding-left: 90px;
  display: block;
  position: relative;
}

.banner-section .image-column .main-image {
  text-align: center;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.banner-section .image-column .main-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.banner-section-two {
  padding: 0 55px;
  display: block;
  position: relative;
}

.banner-section-two:before {
  content: "";
  background-image: url("../media/bg-2.efcd1f06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-section-two .content-column {
  position: relative;
}

.banner-section-two .content-column .inner-column {
  padding: 270px 0 75px;
  position: relative;
}

.banner-section-two .content-column .title-box {
  margin-bottom: 40px;
  position: relative;
}

.banner-section-two .content-column h3 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.banner-section-two .content-column h3 .colored {
  color: var(--primary-color);
}

.banner-section-two .content-column .text {
  color: #fff;
  font-size: 15px;
  line-height: 25px;
}

.banner-section-two .popular-searches {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.banner-section-two .popular-searches .title {
  margin-right: 20px;
  font-weight: 500;
}

.banner-section-two .popular-searches a {
  color: #fff;
  font-size: 14px;
}

.banner-section-two .image-column {
  position: relative;
}

.banner-section-two .image-column .image-box {
  text-align: center;
  margin-right: -300px;
  padding: 150px 0 50px;
  position: relative;
}

.banner-section-two .image-column .image-box .image {
  margin-bottom: 0;
  position: relative;
}

.banner-section-two .bottom-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 125px;
  display: flex;
  position: relative;
}

.banner-section-two .count-employers {
  color: #fff;
  position: relative;
}

.banner-section-two .count-employers .title {
  margin-right: 20px;
  position: relative;
}

.banner-section-two .count-employers img {
  max-height: 50px;
}

.banner-section-two .bottom-box .upload-cv {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: relative;
}

.banner-section-two .bottom-box .upload-cv .icon {
  margin-right: 5px;
  font-size: 25px;
  line-height: 25px;
  position: relative;
}

.banner-section-three {
  background-color: #fff;
  padding: 0 55px;
  display: block;
  position: relative;
}

.banner-section-three .content-column {
  z-index: 3;
  position: relative;
}

.banner-section-three .content-column .inner-column {
  padding: 270px 0 150px;
  position: relative;
}

.banner-section-three .content-column .title-box {
  margin-bottom: 40px;
  position: relative;
}

.banner-section-three .content-column h3 {
  color: #202124;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.banner-section-three .content-column h3 .colored {
  color: var(--primary-color);
}

.banner-section-three .content-column .text {
  color: #696969;
  font-size: 15px;
  line-height: 25px;
}

.banner-section-three .popular-searches {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.banner-section-three .popular-searches .title {
  color: #202124;
  margin-right: 20px;
  font-weight: 500;
}

.banner-section-three .popular-searches a {
  color: inherit;
  font-size: 14px;
}

.banner-section-three .image-column {
  position: relative;
}

.banner-section-three .image-column .image-box {
  margin-left: 0;
  margin-right: -280px;
  padding: 120px 0 0;
  position: relative;
}

.banner-section-three .image-column .image-box .image {
  margin-bottom: 0;
}

.banner-section-four {
  text-align: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 700px;
  padding: 120px 0;
  display: flex;
  position: relative;
}

.banner-section-four .title-box {
  margin-bottom: 25px;
  position: relative;
}

.banner-section-four h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 68px;
  position: relative;
}

.banner-section-four .popular-searches {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.banner-section-four .popular-searches .title {
  margin-right: 20px;
  font-weight: 500;
}

.banner-section-four .popular-searches a {
  color: #fff;
  font-size: 14px;
}

.banner-section-four .job-search-form {
  border-radius: 50px;
  max-width: 1070px;
  margin: 0 auto 20px;
  padding: 10px 10px 10px 30px;
}

.banner-section-four .job-search-form .theme-btn {
  color: #fff;
  border-radius: 50px;
}

.banner-section-four .image-column {
  position: relative;
}

.banner-section-four .image-column .image-box {
  text-align: center;
  margin-right: -300px;
  padding: 150px 0 50px;
  position: relative;
}

.banner-section-four .image-column .image-box .image {
  margin-bottom: 0;
  position: relative;
}

.banner-section-four .bottom-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 125px;
  display: flex;
  position: relative;
}

.banner-section-four .count-employers {
  color: #fff;
  position: relative;
}

.banner-section-four .count-employers .title {
  margin-right: 20px;
  position: relative;
}

.banner-section-four .count-employers img {
  max-height: 50px;
}

.banner-section-four .bottom-box .upload-cv {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: relative;
}

.banner-section-four .bottom-box .upload-cv .icon {
  margin-right: 5px;
  font-size: 25px;
  line-height: 25px;
  position: relative;
}

.banner-section-five {
  padding: 0 55px;
  display: block;
  position: relative;
}

.banner-section-five:before {
  content: "";
  background-image: url("../media/bg-3.2f8a7cd1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-section-five .content-column {
  position: relative;
}

.banner-section-five .content-column .inner-column {
  padding: 270px 0 150px;
  position: relative;
}

.banner-section-five .content-column .title-box {
  margin-bottom: 40px;
  position: relative;
}

.banner-section-five .content-column h3 {
  color: #202124;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.banner-section-five .content-column h3 .colored {
  color: var(--primary-color);
}

.banner-section-five .content-column .text {
  color: #696969;
  font-size: 15px;
  line-height: 25px;
}

.banner-section-five .popular-searches {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.banner-section-five .popular-searches .title {
  margin-right: 20px;
  font-weight: 500;
}

.banner-section-five .popular-searches a {
  color: inherit;
  font-size: 14px;
}

.banner-section-five .image-column {
  position: relative;
}

.banner-section-five .image-column .row {
  align-items: center;
  margin: 0 -20px;
}

.banner-section-five .image-column .image-box {
  margin-right: -255px;
  padding-top: 150px;
  padding-left: 100px;
  display: block;
  position: relative;
}

.banner-section-five .image-column .column {
  padding: 0 20px;
  position: relative;
}

.banner-section-five .image-column .column .image {
  text-align: center;
  margin-bottom: 40px;
  display: block;
  position: relative;
}

.banner-section-five .image-column .image-box img {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.banner-section-five .info_block {
  position: absolute;
  top: 200px;
  left: 0;
}

.banner-section-five .info_block_two {
  position: absolute;
  bottom: 60px;
  left: 230px;
}

.banner-section-six {
  padding: 0 55px;
  display: block;
  position: relative;
}

.banner-section-six:after, .banner-section-six:before {
  content: "";
  background: #ecedf2 center / cover no-repeat;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-section-six:before {
  border-radius: 0 60px 60px 0;
  width: 500px;
  left: 50%;
}

.banner-section-six .content-column {
  z-index: 9;
  position: relative;
}

.banner-section-six .content-column .inner-column {
  padding: 185px 0 150px;
  position: relative;
}

.banner-section-six .content-column .title-box {
  margin-bottom: 50px;
  position: relative;
}

.banner-section-six .job-search-form {
  padding: 10px 10px 10px 20px;
}

.banner-section-six .content-column h3 {
  color: #202124;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.banner-section-six .content-column h3 .colored {
  color: var(--primary-color);
}

.banner-section-six .content-column .text {
  color: #696969;
  font-size: 15px;
  line-height: 25px;
}

.banner-section-six .popular-searches {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.banner-section-six .popular-searches .title {
  margin-right: 20px;
  font-weight: 700;
}

.banner-section-six .popular-searches a {
  color: inherit;
  font-size: 14px;
}

.banner-section-six .image-column {
  position: relative;
}

.banner-section-six .image-column .image-box {
  margin-right: -410px;
  padding-top: 67px;
  padding-bottom: 67px;
  display: block;
  position: relative;
}

.banner-section-six .image-column .main-image {
  text-align: center;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.banner-section-six .image-column .main-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.banner-section-six .image-column .info_block {
  position: absolute;
  top: 113px;
  left: -30px;
}

.banner-section-six .image-column .info_block_two {
  position: absolute;
  top: 150px;
  right: 120px;
}

.banner-section-six .image-column .info_block_three {
  position: absolute;
  bottom: 220px;
  right: 185px;
}

.banner-section-six .image-column .info_block_four {
  position: absolute;
  bottom: 40px;
  left: 70px;
}

.banner-section-six .info_block_four .inner {
  padding: 15px 30px 15px 66px;
}

.banner-section-seven {
  padding: 0 55px;
  display: block;
  position: relative;
}

.banner-section-seven .content-column {
  position: relative;
}

.banner-section-seven .content-column .inner-column {
  padding: 175px 0 150px;
  position: relative;
}

.banner-section-seven .content-column .title-box {
  margin-bottom: 50px;
  position: relative;
}

.banner-section-seven .job-search-form {
  border-radius: 100px;
  overflow: hidden;
}

.banner-section-seven .job-search-form .form-group .theme-btn {
  border-radius: 50px;
}

.banner-section-seven .job-search-form {
  padding: 10px 10px 10px 30px;
}

.banner-section-seven .content-column h3 {
  color: #202124;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.banner-section-seven .content-column h3 .colored {
  color: var(--primary-color);
}

.banner-section-seven .content-column .text {
  color: #696969;
  font-size: 15px;
  line-height: 25px;
}

.banner-section-seven .popular-searches {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.banner-section-seven .popular-searches .title {
  margin-right: 20px;
  font-weight: 700;
}

.banner-section-seven .popular-searches a {
  color: inherit;
  font-size: 14px;
}

.banner-section-seven .image-outer {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-section-seven .image-outer .image {
  margin-left: -130px;
  position: relative;
}

.banner-section-seven .image-outer .image img {
  width: 100%;
}

.banner-section-seven .clients-section-two {
  margin-top: 100px;
  margin-right: -220px;
  padding-top: 0;
}

.banner-section-eight {
  margin-bottom: 90px;
  padding: 0 55px;
  display: block;
  position: relative;
}

.banner-section-eight:before {
  content: "";
  background: linear-gradient(258.77deg, #f5f7fc .12% 99.74%);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.banner-section-eight .content-column {
  position: relative;
}

.banner-section-eight .content-column .inner-column {
  padding: 340px 0 90px;
  position: relative;
}

.banner-section-eight .content-column .title-box {
  margin-bottom: 20px;
  position: relative;
}

.banner-section-eight .job-search-form {
  min-width: 1070px;
}

.banner-section-eight .job-search-form .form-group .theme-btn {
  border-radius: 50px;
}

.banner-section-eight .job-search-form {
  padding: 20px 20px 20px 30px;
}

.banner-section-eight .content-column h3 {
  color: #202124;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.banner-section-eight .content-column h3 .colored {
  color: var(--primary-color);
}

.banner-section-eight .content-column .text {
  color: #202124;
  font-size: 15px;
  line-height: 20px;
}

.banner-section-eight .content-column .theme-btn {
  border-radius: 8px !important;
}

.banner-section-eight .bottom-box {
  justify-content: space-between;
  align-items: center;
  margin-top: 160px;
  display: flex;
  position: relative;
}

.banner-section-eight .count-employers {
  color: #202124;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-section-eight .count-employers .title {
  margin-right: 20px;
  position: relative;
}

.banner-section-eight .count-employers img {
  max-height: 50px;
}

.banner-section-eight .bottom-box .upload-cv {
  color: var(--primary-color);
  margin-left: 20px;
  margin-right: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: relative;
}

.banner-section-eight .bottom-box .upload-cv .icon {
  margin-right: 5px;
  font-size: 25px;
  line-height: 25px;
  position: relative;
}

.banner-section-eight .image-outer {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-section-eight .image-outer .image {
  margin-left: 0;
  position: relative;
}

.banner-section-eight .image-outer .image img {
  width: 100%;
}

.banner-section-nine {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 360px 0 75px;
  display: block;
  position: relative;
}

.banner-section-nine .title-box {
  margin-bottom: 90px;
  position: relative;
}

.banner-section-nine h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 500;
  line-height: 68px;
  position: relative;
}

.banner-section-nine .text {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

.banner-section-nine .job-search-form {
  max-width: 1070px;
  margin: 0 auto 20px;
  padding: 10px 10px 10px 30px;
}

.banner-section-nine .job-search-form .form-group label {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: -45px;
  left: 15px;
}

.banner-section-nine .job-search-form .theme-btn {
  color: #fff !important;
}

.banner-section-nine .fun-fact-section {
  max-width: 75%;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 0;
}

.banner-section-nine .fun-fact-section .count-box {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.banner-section-nine .fun-fact-section .counter-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.banner-section-ten {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding: 330px 0 37px;
  display: block;
  position: relative;
}

.banner-section-ten .auto-container {
  z-index: 1;
  position: relative;
}

.banner-section-ten .banner-carousel .owl-item, .banner-section-ten .banner-carousel .owl-stage-outer, .banner-section-ten .banner-carousel .owl-stage {
  height: 100%;
}

.banner-section-ten .banner-carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-section-ten .banner-carousel .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  position: relative;
  top: 0;
  left: 0;
}

.banner-section-ten .banner-carousel.default-nav .owl-next, .banner-section-ten .banner-carousel.default-nav .owl-prev {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  font-size: 14px;
  left: 50px;
}

.banner-section-ten .banner-carousel.default-nav .owl-next {
  left: auto;
  right: 50px;
}

.banner-section-ten .title-box {
  margin-bottom: 40px;
  position: relative;
}

.banner-section-ten h3 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 500;
  line-height: 68px;
  position: relative;
}

.banner-section-ten .text {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}

.banner-section-ten .job-search-form {
  max-width: 1070px;
  margin: 0 auto 210px;
  padding: 20px 20px 20px 30px;
}

@media (max-width: 1366px) {
  .banner-section-ten .job-search-form {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .banner-section-ten .banner-carousel div {
    height: 100%;
  }
}

.banner-section-ten .job-search-form .form-group label {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: -45px;
  left: 15px;
}

.info_block {
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  min-height: 90px;
  padding: 20px 40px 20px 90px;
  display: flex;
  position: relative;
  box-shadow: 0 40px 30px #19192e0a;
}

.info_block .icon {
  width: 50px;
  height: 50px;
  color: var(--primary-2nd-color);
  background: #f9ab0026;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.info_block p {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.info_block_two {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  max-width: 276px;
  min-height: 146px;
  padding: 30px 35px;
  display: flex;
  position: relative;
  box-shadow: 0 40px 30px #19192e0a;
}

.info_block_two .image {
  margin-top: 15px;
  position: relative;
}

.info_block_two p {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.info_block_three {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  min-width: 290px;
  min-height: 90px;
  padding: 20px 80px 20px 90px;
  display: flex;
  position: relative;
  box-shadow: 0 46px 35px #19192e0a;
}

.info_block_three .icon {
  color: #d93025;
  background: #d9302533;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 24px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

.info_block_three p {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.info_block_three .sub-text {
  color: #696969;
  font-size: 15px;
  display: block;
}

.info_block_three .right_icon {
  color: #fff;
  text-align: center;
  background: #d9302533;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 14px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
}

.info_block_four {
  min-width: 320px;
  padding-top: 40px;
  padding-left: 40px;
  position: relative;
}

.info_block_four .inner {
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px 20px 66px;
  display: flex;
  position: relative;
  box-shadow: 0 46px 35px #19192e0a;
}

.info_block_four .icon {
  width: 80px;
  height: 80px;
  color: var(--primary-color);
  z-index: 1;
  background: #fff;
  border-radius: 9.35417px;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  box-shadow: 0 46.7708px 35.0781px #19192e0a;
}

.info_block_four p {
  color: #202124;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.info_block_four .sub-text {
  color: #696969;
  font-size: 15px;
  display: block;
}

.banner-section .image-column .info_block {
  position: absolute;
  top: 160px;
  left: -30px;
}

.banner-section .image-column .info_block_two {
  position: absolute;
  top: 210px;
  right: -100px;
}

.banner-section .image-column .info_block_three {
  position: absolute;
  top: 490px;
  right: -50px;
}

.banner-section .image-column .info_block_four {
  position: absolute;
  bottom: 85px;
  left: 30px;
}

.banner-section {
  padding: 0 55px;
  display: block;
  position: relative;
}

.banner-section:before {
  content: "";
  background-image: url("../media/bg-1.28131b97.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-section .content-column {
  position: relative;
}

.banner-section .content-column .inner-column {
  padding: 270px 0 150px;
  position: relative;
}

.banner-section .content-column .title-box {
  margin-bottom: 40px;
  position: relative;
}

.banner-section .content-column h3 {
  color: #202124;
  margin-bottom: 25px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.banner-section .content-column h3 .colored {
  color: var(--primary-color);
}

.banner-section .content-column .text {
  color: #696969;
  font-size: 15px;
  line-height: 25px;
}

.banner-section .popular-searches {
  color: #696969;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.banner-section .popular-searches .title {
  margin-right: 20px;
  font-weight: 500;
}

.banner-section .popular-searches a {
  color: inherit;
  font-size: 14px;
}

.job-search-form {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  min-width: 740px;
  margin-bottom: 22px;
  padding: 20px 20px 20px 30px;
  position: relative;
  box-shadow: 0 7px 18px #404f680d;
}

.job-search-form .form-group {
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

.job-search-form .form-group .icon {
  text-align: center;
  color: #5c6770;
  z-index: 9;
  background: #fff;
  width: 30px;
  margin-top: -15px;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 15px;
}

.job-search-form .form-group.category {
  border-left: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .job-search-form .form-group.category {
    border: none;
  }
}

.job-search-form .form-group:first-child {
  border-right: 1px solid #e6e6e6;
}

.job-search-form .ui-selectmenu-button.ui-button, .job-search-form .chosen-container-single .chosen-single, .job-search-form .form-group input, .job-search-form .form-group select, .job-search-form .form-group textarea {
  color: #696969;
  -o-transition: all .3s ease;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 60px;
  padding: 15px 0 15px 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  transition: all .3s;
  display: block;
  position: relative;
}

.job-search-form .chosen-container-multi .chosen-choices, .job-search-form .chosen-container.chosen-with-drop .chosen-drop {
  background: #fff;
}

.job-search-form .chosen-container-single .chosen-single {
  border-radius: 8px;
  padding-left: 40px;
  border: 1px solid #fff !important;
  border-bottom: 0 !important;
}

.job-search-form .chosen-container-active .chosen-drop {
  box-shadow: 0 6px 15px #404f680d;
  border: 1px solid #ecedf2 !important;
  border-radius: 8px !important;
  padding-top: 10px !important;
}

.job-search-form .form-group.btn-box {
  text-align: right;
}

.job-search-form .form-group .theme-btn {
  width: 100%;
  min-width: auto;
  height: 60px;
}

.job-search-form.style-two, .job-search-form.style-two form, .job-search-form.style-two .form-group .icon, .job-search-form.style-two .form-group, .job-search-form.style-two .ui-selectmenu-button.ui-button, .job-search-form.style-two .ui-selectmenu-button.ui-button, .job-search-form.style-two .chosen-container-single .chosen-single span, .job-search-form.style-two .chosen-container-single .chosen-single, .job-search-form.style-two .form-group input, .job-search-form.style-two .form-group select, .job-search-form.style-two .form-group textarea {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color) !important;
}

.job-search-form.style-two .form-group:first-child, .job-search-form.style-two .form-group:nth-child(2) {
  border-color: #fff !important;
}

.job-search-form.style-two .chosen-container-single .chosen-single {
  padding-left: 40px;
}

.job-search-form.style-two .chosen-container-single .chosen-single div:after {
  color: #fff;
}

.job-search-form.style-two .form-group {
  border-right: 1px solid #fff3;
}

.work-section {
  padding: 100px 0 50px;
  position: relative;
}

.work-section.style-two {
  background: #f5f7fc;
}

.work-block {
  margin-bottom: 50px;
  position: relative;
}

.work-block .inner-box {
  text-align: center;
  -o-transition: all .3s ease;
  background: #fff;
  border-radius: 8px;
  padding: 50px 44px 60px;
  transition: all .3s;
  position: relative;
}

.work-block .inner-box:hover {
  box-shadow: 0 0 30px #404f681a;
}

.work-block .image {
  margin-bottom: 35px;
  position: relative;
}

.work-block h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.work-block p {
  color: #696969;
  font-size: 14px;
  line-height: 24px;
}

.job-search-form-two {
  background: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  min-width: 740px;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 0 7px 18px #404f680d;
}

.job-search-form-two form {
  background: #fff;
  padding: 20px 20px 20px 30px;
}

.job-search-form-two .row {
  margin: 0 -30px;
}

.job-search-form-two .form-group {
  text-align: left;
  margin-bottom: 0;
  padding: 0 30px;
  position: relative;
}

.job-search-form-two .title {
  color: #202124;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}

.job-search-form-two .form-group .icon {
  text-align: center;
  color: #5c6770;
  z-index: 9;
  background: #fff;
  width: 30px;
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.job-search-form-two .form-group:first-child {
  border-right: 1px solid #e6e6e6;
}

.job-search-form-two .ui-selectmenu-button.ui-button, .job-search-form-two .form-group input, .job-search-form-two .form-group select, .job-search-form-two .form-group textarea {
  color: #696969;
  -o-transition: all .3s ease;
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  height: 30px;
  padding: 5px 40px 5px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: all .3s;
  display: block;
  position: relative;
}

.job-search-form-two .form-group.btn-box {
  text-align: right;
}

.job-search-form-two .form-group .theme-btn {
  width: 100%;
  min-width: auto;
  height: 60px;
}

@media only screen and (max-width: 1600px) {
  .main-menu .navigation > li {
    margin-right: 35px;
  }

  .header-style-two .main-menu .navigation > li {
    margin-left: 40px;
  }

  .main-header .logo {
    padding: 15px 0;
  }

  .banner-section .info_block, .banner-section .info_block_two, .banner-section .info_block_three, .banner-section .info_block_four {
    transform: scale(.8);
  }

  .job-search-form {
    min-width: auto;
  }

  .banner-section .content-column h3 {
    font-size: 50px;
    line-height: 1.2em;
  }

  .banner-section .image-column .image-box {
    margin-right: -40px;
    padding-left: 0;
  }

  .banner-section .image-column .info_block_four {
    left: -40px;
  }

  .banner-section .image-column .info_block_two {
    right: -50px;
  }

  .banner-section .image-column .info_block_three {
    right: 0;
  }

  .banner-section .image-column .info_block {
    left: -100px;
  }

  .banner-section-two .image-column .image-box {
    margin-right: -100px;
  }

  .header-style-five .main-menu .navigation > li {
    margin-right: 20px;
  }

  .header-style-five .logo img {
    max-width: 155px;
  }

  .header-style-five .main-box {
    padding: 0 30px;
  }

  .banner-section-six .image-column .image-box {
    margin-right: -100px;
  }

  .banner-section-six .image-column .info_block_two {
    display: none;
    right: -20px;
  }

  .banner-section-six .image-column .info_block_three {
    right: -55px;
  }

  .main-footer.alternate4 .footer-bottom {
    padding: 36px 0;
  }

  .subscribe-section-two .background-image {
    left: 50px;
  }

  .banner-section-eight .image-outer .image {
    margin-left: 100px;
  }

  .steps-section .image-column .count-employers {
    left: 40px;
  }

  .user-sidebar .sidebar-inner {
    padding: 20px 30px 40px;
  }

  .user-sidebar {
    width: 300px;
  }

  .user-sidebar .navigation li a {
    padding: 10px 25px;
  }

  .page-wrapper.dashboard {
    padding-left: 300px;
  }

  .dashboard .dashboard-outer {
    padding: 40px 30px 0;
  }

  .dashboard .upper-title-box {
    margin-bottom: 40px;
  }

  .dashboard .candidate-block-three .inner-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .dashboard .candidate-block-three .option-box {
    margin-top: 20px;
    margin-left: 110px;
  }

  .option-list li {
    margin-left: 0;
    margin-right: 10px;
  }

  .main-header .outer-box .btn-box .theme-btn, .main-header .outer-box .btn-box2 .theme-btn {
    min-width: 100px;
    padding: 8px 20px;
    font-size: 14px;
  }

  .header-style-five .outer-box {
    padding: 22px 0;
  }

  .card-footer .form-group button {
    padding: 8px 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1266px) {
  .main-header .outer-box .upload-cv {
    margin-right: 0;
  }

  .main-header .main-box {
    padding: 0 15px;
  }

  .dashboard .main-header .main-box, .main-header.header-style-two .main-box {
    padding: 0;
  }

  .banner-carousel.default-nav .owl-nav, .main-header .outer-box .btn-box {
    display: none;
  }

  .main-header .menu-btn {
    margin-left: 20px;
  }

  .header-style-three .main-box {
    padding: 0 15px;
  }

  .header-style-five .main-menu .navigation > li {
    margin-right: 50px;
  }

  .user-sidebar {
    z-index: 1000;
    padding-top: 0;
  }

  .banner-section-seven, .banner-section-six, .banner-section-five, .banner-section-three, .banner-section-two, .banner-section {
    padding: 0 15px;
  }

  .banner-section-ten h3, .banner-section-four h3, .banner-section-seven h3, .banner-section-nine h3, .banner-section-eight .content-column h3, .banner-section-six .content-column h3, .banner-section-seven .content-column h3, .banner-section-five .content-column h3, .banner-section-three .content-column h3, .banner-section-two .content-column h3, .banner-section .content-column h3 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2em;
  }

  .job-search-form {
    min-width: 600px;
  }

  .job-search-form form {
    padding: 10px 20px;
  }

  .banner-section-six .job-search-form {
    padding: 0;
  }

  .large-container {
    max-width: 1200px;
  }

  .banner-section .content-column .inner-column {
    padding: 220px 0 50px;
  }

  .banner-section-two .content-column .inner-column, .banner-section-three .content-column .inner-column {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .banner-section-four {
    padding: 250px 0 150px;
  }

  .banner-section .popular-searches {
    font-size: 14px;
  }

  .job-search-form .form-group .icon {
    font-size: 20px;
  }

  .job-search-form .form-group.btn-box {
    text-align: left;
  }

  .job-search-form .form-group .theme-btn {
    width: auto;
    min-width: 150px;
    display: inline-block;
  }

  .job-search-form .ui-selectmenu-button.ui-button, .job-search-form .form-group input, .job-search-form .form-group select, .job-search-form .form-group textarea {
    height: 50px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .job-search-form .form-group .theme-btn {
    height: 50px;
  }

  .banner-section .image-column .info_block {
    left: -100px;
  }

  .banner-section .image-column .info_block_two {
    top: 10%;
    right: -100px;
  }

  .banner-section .image-column .info_block_three {
    top: auto;
    bottom: 30%;
    right: -100px;
  }

  .banner-section .image-column .info_block_four {
    bottom: 5%;
    left: -50px;
  }

  .job-categories {
    padding: 100px 0 55px;
  }

  .testimonial-block .inner-box {
    padding: 30px;
  }

  .testimonial-block .thumb {
    width: 50px;
    height: 50px;
  }

  .testimonial-block .info-box {
    min-height: 50px;
    padding-left: 70px;
  }

  .testimonial-block .name {
    font-size: 18px;
    line-height: 1.2em;
  }

  .testimonial-block .designation, .news-block .post-meta li {
    font-size: 14px;
  }

  .news-block .lower-content h3 {
    font-size: 18px;
  }

  .news-block .lower-content .text {
    font-size: 15px;
    line-height: 24px;
  }

  .job-block h4 {
    font-size: 16px;
  }

  .main-footer .phone-num {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .main-footer .address {
    font-size: 16px;
    line-height: 26px;
  }

  .main-footer .widgets-section {
    padding-bottom: 0;
  }

  .testimonial-block {
    margin-right: 0;
  }

  .banner-section .image-column .info_block_two {
    top: 15%;
  }

  .banner-section-five .info_block_two {
    display: none;
  }

  .about-section .count-employers {
    margin-top: 30px;
  }

  .about-section .content-column .inner-column {
    padding-left: 0;
  }

  .banner-section-two .job-search-form {
    min-width: auto;
  }

  .banner-section-two .job-search-form .form-group .theme-btn {
    height: auto;
  }

  .job-search-form .form-group:last-child {
    text-align: left !important;
  }

  .banner-section-three .image-column .image-box {
    margin-left: -50px;
  }

  .subscribe-section .sec-title .text br, .banner-section-five .content-column h3 br, .banner-section .content-column h3 br {
    display: none;
  }

  .banner-section-four .job-search-form {
    max-width: 80%;
    overflow: visible;
  }

  .banner-section-four .job-search-form form {
    padding: 10px 15px;
  }

  .banner-section-five .image-column .image-box {
    margin-right: -150px;
    padding-top: 200px;
    padding-left: 70px;
  }

  .testimonial-section-three .image-column {
    margin-right: 50px;
  }

  .testimonial-section-three .owl-nav {
    margin-left: -35px;
  }

  .banner-section-five .content-column .inner-column {
    padding: 220px 0 100px;
  }

  .subscribe-section-two .background-image {
    left: 0;
  }

  .header-style-five .logo-box {
    order: 0;
    position: relative;
    left: 0;
    transform: none;
  }

  .header-style-five .logo {
    padding: 23px 0;
  }

  .header-style-five .logo-box .logo img {
    max-width: 100px;
  }

  .header-style-five .main-box .outer-box {
    display: none;
  }

  .header-style-five .nav-outer {
    order: 2;
  }

  .banner-section-six .content-column .inner-column {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .news-block-two .content-box {
    padding: 15px 18px;
  }

  .banner-section-six .image-column .info_block_three, .banner-section-six .image-column .info_block_four {
    display: none;
  }

  .banner-section-seven .image-outer .image {
    margin-left: -50px;
  }

  .banner-section-seven .job-search-form {
    overflow: visible;
  }

  .about-section.style-two .content-column .inner-column {
    padding-left: 0;
  }

  .testimonial-section .testimonial-left, .testimonial-section .testimonial-right, .testimonial-section-two .testimonial-left, .testimonial-section-two .testimonial-right {
    width: 40%;
    top: 40%;
  }

  .ads-section {
    padding: 100px 0;
  }

  .banner-section-seven .job-search-form {
    padding: 0;
  }

  .banner-section-seven .job-search-form form {
    padding-left: 0;
  }

  .banner-section-eight {
    padding: 0 25px;
  }

  .banner-section-eight .image-outer {
    display: none;
  }

  .banner-section-eight .job-search-form {
    min-width: auto;
    padding-right: 20px;
  }

  .recruiter-section .content-column .inner-column {
    padding-left: 50px;
  }

  .steps-section .content-column .inner-column {
    padding-left: 0;
  }

  .steps-section .image-column .inner-column {
    padding-right: 0;
  }

  .steps-section .image-column .count-employers {
    display: none;
  }

  .steps-list li {
    margin-bottom: 30px;
  }

  .banner-section-nine {
    padding: 200px 0 50px;
  }

  .banner-section-nine .fun-fact-section {
    padding-top: 50px;
  }

  .news-section.style-three .column {
    order: 2;
    margin-bottom: 50px;
  }

  .job-section-six .content-column .inner-column {
    padding-top: 0;
    padding-left: 0;
  }

  .job-section-six .image-column .image {
    padding-right: 0;
  }

  .banner-style-two .inner-box, .banner-style-one .inner-box {
    overflow: hidden;
  }

  .banner-style-two .content, .banner-style-one .content {
    padding-right: 100px;
  }

  .banner-style-two .image, .banner-style-one .image {
    right: -80px;
  }

  .banner-section-ten .job-search-form, .job-detail {
    padding-right: 0;
  }

  .job-overview-two li {
    flex: 0 0 50%;
  }

  .blog-sidebar {
    margin-left: 0;
  }

  .sidebar.pd-right, .ls-section .filters-column .inner-column.pd-right {
    padding-right: 0;
  }

  .ls-section.map-layout .ls-outer {
    padding: 30px 15px;
  }

  .ls-section.map-layout .map-column {
    height: calc(100vh - 80px);
  }

  .contact-section .upper-box {
    padding: 50px 30px 20px;
  }

  .contact-block .inner-box {
    text-align: center;
  }

  .dashboard .ui-block {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .candidate-block-three .post-tags li {
    margin-bottom: 10px;
  }

  .dashboard-option .thumb {
    width: 30px;
    height: 30px;
  }

  .main-header .dashboard-option {
    margin-left: 15px;
  }

  .main-header .dashboard-option .dropdown-menu, .main-header .dashboard-option .dropdown-toggle:after, .main-header .dashboard-option .name {
    display: none;
  }

  .main-header .menu-btn:first-child {
    margin-left: 0;
  }

  .page-wrapper.dashboard {
    padding-left: 0;
  }

  .user-sidebar {
    transform: translateX(-100%);
  }

  .user-sidebar.sidebar_open {
    transform: translateX(0);
  }

  .user-sidebar-active .sidebar-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .top-filters .form-group {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .candidate-block-six .content {
    flex-direction: column;
    align-items: center;
  }

  .candidate-block-six .candidate-info {
    justify-content: center;
    margin: 10px 0 15px;
  }

  .candidate-block-six .candidate-info li {
    margin: 0 15px 10px;
  }

  .hide-sm, .main-header .main-box, .sticky-header {
    display: none !important;
  }

  .mobile-header, .mm-add-listing, #toggle-user-sidebar, .nav-outer .mobile-nav-toggler {
    display: block;
  }

  .nav-outer .mobile-nav-toggler {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .main-header {
    background: #fff;
  }

  .main-header .logo img {
    max-width: none;
    height: 40px;
  }

  .main-header .nav-outer .main-menu {
    display: none;
  }

  .header-style-four .nav-outer, .header-style-two .nav-outer {
    width: auto;
  }

  .mobile-header .outer-box {
    margin-top: 7px;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul, .main-menu .navigation > li > .mega-menu {
    visibility: hidden;
    opacity: 0;
    display: block !important;
  }
}

@media only screen and (max-width: 1023px) {
  .job-search-form .form-group {
    border-radius: 0;
  }

  .job-search-form .form-group:last-child {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .app-section .image-column {
    order: 2;
  }

  .app-section .image-column .image img {
    max-width: 300px;
    display: inline-block;
  }

  .app-section .content-column .inner-column {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .app-section .download-btn {
    justify-content: center;
  }

  .app-section .download-btn a {
    margin: 0 10px 10px;
  }

  .app-section .download-btn a img {
    width: auto;
    height: 50px;
  }

  .call-to-action .image-column {
    width: 150px;
  }

  .main-footer .links-widget {
    padding-left: 0;
  }

  .mega-menu-bar {
    padding: 20px 30px;
    position: relative;
  }

  .mega-menu-bar h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .mega-menu-bar ul {
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
  }

  .mega-menu-bar ul li {
    padding: 0;
  }

  .mega-menu-bar ul li a {
    font-size: 15px;
    line-height: 26px;
  }

  .job-search-form .form-group {
    border: 0;
    margin-bottom: 20px;
  }

  .job-search-form .form-group .icon {
    font-size: 20px;
    left: 35px;
  }

  .job-search-form .ui-selectmenu-button.ui-button, .job-search-form .form-group input, .job-search-form .form-group select, .job-search-form .form-group textarea {
    background-color: #fff;
    border-radius: 8px;
    height: 70px;
    padding: 25px 0 25px 70px;
    line-height: 20px;
    box-shadow: 0 6px 15px #404f680d;
  }

  .job-search-form .chosen-container-single .chosen-single {
    height: 70px;
    padding: 25px 0 25px 70px;
    line-height: 20px;
  }

  .job-search-form form, .job-search-form {
    box-shadow: none;
    background: none;
    border: 0;
    padding: 0;
  }

  .banner-section-seven, .banner-section-three {
    background: #e5ebf5;
    padding: 0;
  }

  .banner-section-seven .image-outer, .banner-section-five .image-column, .banner-section-three .image-column, .banner-section-two .image-column, .banner-section .image-column {
    display: none;
  }

  .banner-section-six .popular-searches, .banner-section-three .popular-searches, .banner-section .popular-searches {
    margin-top: 90px;
  }

  .banner-section .popular-searches .title {
    color: #202124;
  }

  .banner-section-two .job-search-form .form-group .theme-btn {
    height: 60px;
  }

  .banner-section-seven .content-column .inner-column {
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .job-section {
    padding: 50px 0 !important;
  }

  .about-section.style-two .image-column {
    margin-bottom: 50px;
  }

  .job-search-form-two {
    min-width: auto;
  }

  .job-search-form-two form {
    padding: 20px;
  }

  .job-search-form-two .form-group {
    margin-bottom: 20px;
  }

  .job-search-form-two .form-group:last-child {
    margin-bottom: 0;
  }

  .job-search-form-two .form-group .icon {
    right: 30px;
  }

  .banner-section-four .job-search-form {
    max-width: 100%;
  }

  .job-search-form .form-group:first-child {
    border: 0;
  }

  .banner-section-four .job-search-form .form-group .theme-btn {
    border-radius: 8px;
    width: 100%;
    margin-top: 0;
  }

  .about-section .image-column {
    margin-bottom: 100px;
  }

  .about-section .image-column .image img {
    width: 100%;
    display: block;
  }

  .about-section .count-employers {
    margin: 0 auto;
    bottom: -80px;
    left: 0;
    right: 0;
    transform: scale(.9);
  }

  .about-section-two .image-column .image-box {
    margin-right: 0;
  }

  .about-section-two .applicants-list {
    max-width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .about-section-two .content-column .inner-column {
    padding-left: 0;
    padding-right: 0;
  }

  .about-section-two .sec-title h2 br {
    display: none;
  }

  .banner-section-five {
    background-color: #e4f0ed;
  }

  .banner-section-five:before {
    display: none;
  }

  .about-section-two.style-two .image-column .image-box img {
    width: 100%;
  }

  .about-section-two.style-two .content-column .inner-column {
    padding-top: 0;
    padding-left: 0;
  }

  .testimonial-block-three .inner-box {
    padding-top: 0;
  }

  .testimonial-block-three .text {
    margin-bottom: 30px;
  }

  .testimonial-section-three .owl-nav {
    justify-content: flex-end;
    margin: -100px 0 0;
    position: relative;
    top: 0;
    left: auto;
    right: 0;
  }

  .subscribe-section .outer-box {
    text-align: center;
    flex-direction: column;
  }

  .subscribe-section .sec-title {
    margin-bottom: 30px;
  }

  .banner-section-six .image-column, .job-block-five .job-other-info, .job-block-five .inner-box .theme-btn {
    display: none;
  }

  .job-block-five .inner-box {
    padding-right: 32px;
  }

  .job-block-five .job-info {
    margin-bottom: 0;
  }

  .call-to-action-two {
    padding: 100px 0;
  }

  .subscribe-section-two {
    padding: 105px 0 108px;
  }

  .subscribe-section-two .background-image {
    left: -50px;
  }

  .banner-section-eight {
    margin-bottom: 0;
    padding: 0;
  }

  .banner-section-eight .content-column .inner-column {
    padding: 220px 0 50px;
  }

  .banner-section-eight .job-search-form {
    padding: 0;
  }

  .clients-section-two.alternate {
    padding: 50px 0;
  }

  .banner-section-ten .job-search-form form, .banner-section-nine .job-search-form form {
    padding: 0;
  }

  .banner-section-nine .job-search-form .form-group label {
    display: none;
  }

  .job-search-form .form-group .theme-btn {
    width: 100%;
    display: block;
  }

  .banner-section-nine .title-box {
    margin-bottom: 40px;
  }

  .banner-section-ten {
    padding-top: 145px;
  }

  .job-block-seven .inner-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .job-block-seven.style-three .inner-box {
    justify-content: center;
    align-items: center;
  }

  .job-block-seven .btn-box {
    margin-top: 30px;
  }

  .job-block-seven.style-three .btn-box {
    margin-top: 0;
  }

  .job-detail-section .content-column {
    margin-left: 0;
  }

  .listing-maps.style-two #map {
    min-height: 500px;
    position: relative;
  }

  .listing-maps.style-two .form-outer {
    background: #fff;
    padding: 30px 0;
    position: relative;
  }

  .listing-maps.style-two .form-outer .form-group, .listing-maps.style-two .job-search-form.style-two, .listing-maps.style-two .job-search-form.style-two form {
    background: none;
  }

  .ls-section .filters-column {
    order: 2;
  }

  .job-detail-section .content-column {
    order: 0;
  }

  .ls-section .content-column {
    margin-bottom: 50px;
  }

  .ls-section.map-layout .map-column, .ls-section.map-layout .content-column {
    width: 100%;
    height: auto;
    position: relative;
  }

  .ls-section.map-layout .ls-cotainer {
    flex-direction: column;
  }

  .comment-form {
    padding: 30px;
  }

  .product-details .info-column .inner-column {
    padding-left: 0;
  }

  .login-section .image-layer {
    display: none;
  }

  .login-section .outer-box {
    width: 100%;
    margin-left: 0;
  }

  .invoice-section {
    padding: 50px 0;
  }

  .invoice-section .upper-box {
    margin-bottom: 30px;
  }

  .invoice-wrap .invoice-content {
    padding: 50px 50px 30px;
  }

  .main-header {
    box-shadow: none;
  }

  .aplicants-upper-bar .aplicantion-status li {
    margin-left: 40px;
  }

  .toggle-contact {
    display: block;
  }

  .active-chat-contacts .chat-widget .contacts_column {
    transform: translateX(0);
    box-shadow: 0 0 10px #0000001a;
  }

  .card, .contacts_body {
    height: 100vh;
  }

  .chat-widget .contacts_column .card-header {
    padding: 30px 20px 0;
  }

  .contacts li a {
    padding: 15px 20px;
  }

  .bd-highlight .info {
    font-size: 13px;
  }

  .user_info p {
    font-size: 12px !important;
  }

  .message-card {
    margin-bottom: 30px;
  }

  .candidate-detail-outer .content-column {
    order: 0;
  }

  .candidate-detail-section.style-three .job-detail {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .job-search-form {
    min-width: auto;
  }

  .news-block-two .inner-box {
    flex-direction: column;
    display: block;
  }

  .news-block-two .image-box img {
    width: 100%;
  }

  .news-block-two .image-box .image {
    min-width: 100%;
  }

  .banner-section .image-column {
    padding-top: 0;
  }

  .app-section, .news-section-two, .job-categories {
    padding: 50px 0 30px;
  }

  .browse-jobs, .job-section.alternate, .candidates-section-two, .main-footer.style-six .widgets-section, .main-footer.style-three .widgets-section, .features-section {
    padding: 50px 0 20px;
  }

  .top-companies, .job-section-four, .job-section-five, .main-footer.style-five .newsletter-form, .clients-section.alternate, .testimonial-section-two, .job-section-two, .top-companies, .ads-section, .registeration-banners, .ls-section, .call-to-action-two, .candidates-section, .blog-single, .products-section, .sidebar-page-container, .contact-section, .testimonial-section, .job-section {
    padding: 50px 0;
  }

  .work-section, .news-section, .clients-section-two, .about-section-two, .testimonial-section-three, .main-footer .widgets-section, .faqs-section, .job-section-five.style-two, .tnc-section, .fun-fact-section, .about-section {
    padding: 50px 0 0;
  }

  .pricing-section, .order-confirmation {
    padding: 50px 0 30px;
  }

  .call-to-action.style-two {
    padding-bottom: 50px;
  }

  .fun-fact-section .count-box {
    margin-bottom: 20px;
  }

  .call-to-action .outer-box {
    padding: 70px 30px 10px;
  }

  .call-to-action .sec-title {
    padding-right: 120px;
  }

  .call-to-action .sec-title br {
    display: none;
  }

  .sec-title .sub-title {
    font-size: 16px;
  }

  .sec-title h2 {
    font-size: 26px;
  }

  .sec-title .text {
    font-size: 14px;
  }

  .app-section .sec-title h2 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .category-block {
    margin-bottom: 20px;
  }

  .fun-fact-section .counter-column {
    margin-bottom: 50px;
  }

  .about-section-two .sec-title h2, .about-section .sec-title h2 {
    font-size: 28px;
    line-height: 1.2em;
  }

  .job-block-two .inner-box {
    flex-direction: column;
  }

  .job-block-two .job-other-info {
    padding-left: 80px;
  }

  .call-to-action-three .outer-box {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .call-to-action-three .sec-title {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .banner-section-four {
    padding: 220px 0 100px;
  }

  .banner-section-four, .main-footer.style-three {
    background: #143a8f !important;
  }

  .testimonial-section-three .slide-item {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-section-three .image-column {
    margin-right: 0;
  }

  .testimonial-section-three .owl-nav {
    justify-content: center;
    margin: 30px 0;
  }

  .testimonial-section-three .owl-next, .testimonial-section-three .owl-prev {
    margin: 0 5px;
  }

  .main-footer .footer-bottom .logo {
    display: none;
  }

  .sec-title-outer {
    flex-direction: column;
    align-items: flex-start;
  }

  .sec-title-outer .select-box-outer, .sec-title-outer .select-box-outer select {
    width: 100%;
  }

  .main-footer.alternate3 {
    padding-top: 0;
  }

  .recruiter-section .outer-box, .jobseeker-section .outer-box {
    display: block;
  }

  .recruiter-section .image-column, .jobseeker-section .image-column {
    width: 100%;
    padding: 0 15px;
  }

  .recruiter-section .content-column, .jobseeker-section .content-column {
    text-align: center;
    width: 100%;
    padding: 50px 0;
  }

  .recruiter-section .content-column .sec-title, .jobseeker-section .content-column .sec-title {
    max-width: 100%;
  }

  .recruiter-section .content-column .inner-column {
    padding: 0 15px;
  }

  .banner-section-eight .job-search-form .form-group .theme-btn {
    width: 100%;
    display: block;
  }

  .company-block-three .content {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .company-block-three .company-logo {
    margin-bottom: 10px;
    display: block;
    position: relative;
  }

  .company-block-three .inner-box {
    padding-left: 20px;
  }

  .candidate-block-three .inner-box .content {
    padding-left: 0;
  }

  .candidate-block-three .image {
    margin: 0 0 20px;
    position: relative;
  }

  .candidate-block-three .bookmark-btn {
    display: none;
  }

  .candidate-block-three .inner-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .candidate-block-three .inner-box .btn-box {
    margin-top: 10px;
  }

  .candidate-block-three .post-tags li {
    margin-bottom: 10px;
  }

  .candidate-block-five .inner-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .candidate-block-five .inner-box .btn-box {
    margin-top: 20px;
  }

  .candidate-block-five .inner-box .content {
    padding-left: 0;
  }

  .candidate-block-five .image {
    margin: 0 0 20px;
    position: relative;
  }

  .blog-single .upper-box h3 {
    font-size: 24px;
    line-height: 1.3em;
  }

  .blockquote-style-one {
    padding: 20px 30px;
  }

  .contact-section .upper-box {
    margin-top: 0;
  }

  .dashboard .ui-block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aplicants-upper-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .aplicants-upper-bar .aplicantion-status {
    flex-wrap: wrap;
  }

  .aplicants-upper-bar .aplicantion-status li {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .banner-section-six, .banner-section-five, .banner-section-two, .banner-section {
    padding: 0;
  }

  .auto-container {
    padding: 0 20px;
  }

  .job-search-form .chosen-container-single .chosen-single, .job-search-form .ui-selectmenu-button.ui-button, .job-search-form .form-group input, .job-search-form .form-group select, .job-search-form .form-group textarea {
    padding-left: 50px;
  }

  .job-search-form .form-group .icon {
    left: 27px;
  }

  .banner-section:before {
    background-image: url("/images/icons/shape-4.png");
    height: auto;
    top: -60px;
    bottom: 0;
  }

  .banner-section .content-column .inner-column {
    padding-bottom: 20px;
  }

  .banner-section-nine h3 br, .banner-section-ten h3 br, .banner-section-eight .content-column h3 br, .banner-section-seven .content-column h3 br, .banner-section-six .content-column h3 br, .banner-section-three .content-column h3 br, .banner-section-two .content-column h3 br, .banner-section .content-column h3 br {
    display: none;
  }

  .banner-section-four h3, .banner-section-nine h3, .banner-section-ten h3, .banner-section-eight .content-column h3, .banner-section-seven .content-column h3, .banner-section-six .content-column h3, .banner-section-five .content-column h3, .banner-section-three .content-column h3, .banner-section-two .content-column h3, .banner-section .content-column h3 {
    margin-bottom: 6px;
    font-size: 26px;
  }

  .job-search-form .form-group .theme-btn {
    width: 100%;
    display: block;
    border-radius: 5px !important;
  }

  .banner-section-four .job-search-form {
    padding: 0;
  }

  .banner-section-four .popular-searches .title {
    margin-right: 0;
    display: block;
  }

  .banner-section-two .popular-searches, .banner-section .popular-searches {
    text-align: left;
  }

  .banner-section-two .popular-searches .title, .banner-section .popular-searches .title {
    display: block;
  }

  .main-footer .footer-bottom .outer-box {
    flex-direction: column;
  }

  .main-footer .copyright-text {
    order: 2;
  }

  .main-footer .social-links a {
    margin: 0 20px 15px;
  }

  .category-block h4 {
    font-size: 16px;
    line-height: 1.4em;
  }

  .category-block .text {
    font-size: 14px;
  }

  .call-to-action .sec-title {
    padding-right: 20px;
  }

  .call-to-action .image-column {
    background-position: 0;
    background-size: 300px;
    right: -40px;
  }

  .play-btn .icon {
    transform: scale(.7);
  }

  .job-block {
    margin-bottom: 20px;
  }

  .job-block .inner-box {
    padding: 20px;
  }

  .job-block .content {
    padding-top: 2px;
    padding-left: 70px;
  }

  .job-block h4 {
    line-height: 1.4em;
  }

  .job-block-two .job-info li:nth-child(2), .job-block-two .job-info li:first-child, .job-block .job-info li:nth-child(2), .job-block .job-info li:first-child {
    display: block;
  }

  .job-block-two .job-info li, .job-block .job-info li {
    display: none;
  }

  .job-block .job-other-info {
    margin-top: 20px;
    margin-left: -70px;
  }

  .job-block-two .bookmark-btn, .job-block .bookmark-btn, .banner-section-two .count-employers {
    display: none;
  }

  .job-block-two .job-other-info {
    padding-left: 0;
  }

  .job-block-two .inner-box {
    padding: 20px;
  }

  .job-block-two .job-other-info {
    flex-wrap: wrap;
  }

  .job-other-info li {
    margin-right: 10px;
  }

  .call-to-action-two .theme-btn {
    min-width: 200px;
  }

  .main-footer.style-two .links-widget .widget-content {
    flex-direction: column;
  }

  .about-section-two .image-column {
    margin-bottom: 30px;
  }

  .about-section-two .applicants-list {
    margin-top: 30px;
    position: relative;
    bottom: 0;
  }

  .about-section-two.style-two .applicants-list {
    bottom: 0;
    right: 0;
  }

  .pricing-table .inner-box {
    padding: 30px;
  }

  .pricing-table .tag {
    border-radius: 0 20px 20px 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    overflow: hidden;
  }

  .pricing-table .tag:before {
    border-radius: 0;
  }

  .main-footer.style-three .newsletter-form .form-group input[type="text"], .main-footer.style-three .newsletter-form .form-group input[type="email"] {
    border-radius: 10px;
    padding: 15px 25px;
  }

  .main-footer.style-three .newsletter-form {
    border-radius: 0;
  }

  .subscribe-form .form-group .theme-btn, .main-footer.style-three .newsletter-form .form-group .theme-btn {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
    line-height: 20px;
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }

  .subscribe-form .form-group input[type="text"], .subscribe-form .form-group input[type="email"] {
    position: relative;
  }

  .top-companies .sec-title {
    text-align: center;
  }

  .job-block-five .inner-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .job-block-five .content {
    padding: 0;
  }

  .job-block-five .company-logo {
    width: 50px;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
  }

  .job-block-five h4 {
    font-size: 15px;
    line-height: 1.4em;
  }

  .job-block-five .job-other-info {
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }

  .sec-title-outer {
    flex-direction: column;
    align-items: flex-start;
  }

  .sec-title-outer .link {
    display: none;
  }

  .subscribe-section-two .sec-title h2 {
    font-size: 32px;
    line-height: 1.2em;
  }

  .main-footer.alternate4 .footer-bottom .outer-box {
    flex-direction: column-reverse;
  }

  .candidate-block-two .inner-box {
    flex-direction: column;
  }

  .candidate-block-two .content-box {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }

  .candidate-block-two .image {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
  }

  .candidate-block-two .theme-btn {
    margin-top: 10px;
  }

  .advrtise-block .inner-box {
    padding: 50px 20px;
  }

  .about-section.style-two .image-column .inner-column {
    padding-right: 0;
  }

  .banner-section-eight .count-employers {
    display: none;
  }

  .banner-section-eight .bottom-box .upload-cv {
    margin: 0;
  }

  .company-block-two .inner-box {
    flex-direction: column;
  }

  .company-block-two .inner-box .content {
    text-align: center;
    padding-left: 0;
  }

  .company-block-two .image {
    margin-bottom: 10px;
    position: relative;
  }

  .company-block-two .theme-btn {
    margin-top: 10px;
  }

  .main-footer.style-five .newsletter-form .form-group .theme-btn {
    width: 100%;
    margin-top: 10px;
    display: block;
    position: relative;
    right: 0;
  }

  .steps-list li {
    padding-left: 63px;
  }

  .news-block .lower-content {
    padding: 10px;
  }

  .banner-style-two .inner-box, .banner-style-one .inner-box {
    padding: 30px;
  }

  .banner-style-two .content, .banner-style-one .content {
    text-align: center;
    padding: 0;
  }

  .banner-style-two .image, .banner-style-one .image {
    margin: 20px 0 -30px;
    position: relative;
    left: 0;
    right: 0;
  }

  .banner-style-one .theme-btn, .banner-style-two .theme-btn {
    min-width: 100%;
  }

  .job-section-six .job-block-five .content {
    padding-left: 0;
  }

  .fun-fact-section .count-box {
    font-size: 38px;
  }

  .ls-switcher {
    flex-direction: column;
  }

  .job-block-seven .job-info li .icon {
    font-size: 16px;
  }

  .social-share h5 {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .job-detail-section .social-share {
    flex-wrap: wrap;
  }

  .job-detail-section .social-share a {
    margin-bottom: 10px;
  }

  .job-block-seven .content {
    padding-left: 0;
  }

  .job-block-seven .inner-box {
    align-items: flex-start;
  }

  .job-block-seven .company-logo {
    width: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
  }

  .job-block-seven .company-logo img {
    width: auto;
  }

  .job-overview-two li {
    flex: 0 0 100%;
  }

  .job-block-seven.style-three .inner-box {
    text-align: center;
  }

  .job-block-seven.style-three .job-other-info {
    justify-content: center;
  }

  .resume-block .title-box {
    flex-direction: column;
  }

  .resume-block .edit-box {
    margin-top: 10px;
  }

  .resume-block .inner {
    padding-left: 45px;
  }

  .video-box .image .icon {
    transform: scale(.7)translate(-60%, -60%);
  }

  .blog-single .post-info {
    flex-wrap: wrap;
  }

  .blog-single .main-image img {
    object-fit: cover;
    min-height: 200px;
  }

  .prod-tabs .content .list-style-two li, .blog-single .list-style-four li {
    flex: 0 0 100%;
    width: 100%;
  }

  .post-control {
    flex-direction: column;
  }

  .comment-box .user-thumb {
    position: relative;
  }

  .comment-box .comment {
    padding-left: 0;
  }

  .dashboard .upper-title-box h3, .order-confirmation .upper-box h4, .product-details .basic-details .product-name {
    font-size: 24px;
    line-height: 1.3em;
  }

  .dashboard .upper-title-box h3 {
    margin-bottom: 5px;
  }

  .product-details {
    margin-bottom: 0;
  }

  .cart-section .apply-coupon {
    flex-direction: column;
  }

  .cart-section .apply-coupon .input, .cart-section .apply-coupon .theme-btn, .cart-section .apply-coupon .form-group {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .order-confirmation .order-box {
    padding: 30px 25px 20px;
  }

  .invoice-wrap .invoice-content {
    padding: 30px 30px 10px;
  }

  .invoice-wrap .logo-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .invoice-wrap .logo-box .logo {
    margin-bottom: 20px;
  }

  .invoice-wrap .invoice-id {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .invoice-wrap .invoice-id span {
    text-align: center;
    min-width: auto;
    margin-left: 0;
  }

  .invoice-wrap .info {
    margin-bottom: 40px;
  }

  .contact-section .contact-form {
    padding: 50px 20px;
  }

  .widget-title .chosen-container, .dashboard .candidate-block-three .option-box {
    margin-left: 0;
  }

  .widget-title .chosen-container {
    margin-top: 10px;
    margin-right: 20px;
  }

  .ls-widget .widget-title {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .graph-widget {
    overflow: auto;
  }

  .graph-widget .widget-content {
    min-width: 500px;
  }

  .dashboard .dashboard-outer {
    padding: 40px 15px 0;
  }

  .ls-widget .widget-title {
    padding: 20px;
  }

  .ls-widget .widget-content {
    padding: 0 20px 10px;
  }

  .ui-item {
    height: 110px;
    padding: 20px;
  }

  .copyright-text {
    padding: 0 0 30px;
  }

  .uploading-outer {
    flex-direction: column;
    align-items: flex-start;
  }

  .uploading-outer .text {
    margin-top: 20px;
  }

  .post-job-steps .step .icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 20px;
    font-size: 24px;
    line-height: 60px;
  }

  .post-job-steps .step {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .ls-widget .widget-title .chosen-outer {
    flex-wrap: wrap;
  }

  .ls-widget .widget-title .search-box-one {
    margin-top: 10px;
  }

  .search-box-one .form-group input[type="text"], .search-box-one .form-group input[type="search"] {
    width: 100%;
  }

  .chat-widget .msg_head {
    padding: 20px;
  }

  .chat-widget .dlt-chat {
    display: none;
  }

  .msg_card_body {
    padding: 20px 20px 10px;
  }

  .card-footer {
    padding: 20px 25px;
  }

  .type_msg {
    padding-left: 0;
  }

  .msg_cotainer {
    max-width: 100%;
  }

  .card-footer .form-group button {
    width: 100%;
    margin-top: 10px;
    position: relative;
    top: 0;
    left: 0;
  }

  .top-filters {
    flex-direction: column;
    width: 100%;
  }

  .top-filters .form-group {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .ls-switcher .showing-result {
    width: 100%;
  }

  .banner-section-ten .job-search-form {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 479px) {
  .ls-section .filters-outer {
    padding: 30px 20px 10px;
  }

  .candidate-block-three .inner-box {
    padding: 20px;
  }

  .resume-block .edit-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .resume-block .edit-btns {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .file-edit-box {
    width: 100%;
    margin-right: 0;
  }

  #login-modal {
    padding: 30px 20px 20px;
  }

  #login-modal .login-form .field-outer {
    align-items: flex-end;
  }
}

.input-range__slider {
  appearance: none;
  border: 2px solid var(--primary-color);
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  outline: none;
  width: 17px;
  height: 17px;
  margin-top: -.65rem;
  margin-left: -.5rem;
  transition: transform .3s ease-out, box-shadow .3s ease-out;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.input-range__slider:active {
  transform: scale(1.3);
}

.input-range__slider:focus {
  box-shadow: 0 0 0 5px #3f51b533;
}

.input-range--disabled .input-range__slider {
  box-shadow: none;
  background: #ccc;
  border: 1px solid #ccc;
  transform: none;
}

.input-range__slider-container {
  transition: left .3s ease-out;
}

.input-range__label {
  color: #aaa;
  white-space: nowrap;
  font-family: Helvetica Neue, san-serif;
  font-size: .8rem;
  transform: translateZ(0);
}

.input-range__label--min, .input-range__label--max {
  position: absolute;
  bottom: -1.4rem;
}

.input-range__label--min {
  left: 0;
}

.input-range__label--max {
  right: 0;
}

.input-range__label--value {
  position: absolute;
  top: -1.8rem;
}

.input-range__label-container {
  position: relative;
  left: -50%;
}

.input-range__label--max .input-range__label-container {
  left: 50%;
}

.input-range__track {
  cursor: pointer;
  background: #d4e1f6;
  border-radius: .3rem;
  height: 5px;
  transition: left .3s ease-out, width .3s ease-out;
  display: block;
  position: relative;
}

.input-range--disabled .input-range__track {
  background: var(--primary-color);
}

.input-range__track--background {
  margin-top: -.15rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.input-range__track--active {
  background: var(--primary-color);
}

.input-range {
  width: 100%;
  height: 1rem;
  position: relative;
}

.nft__filter-price-box {
  align-items: center;
  width: 47px;
  display: flex;
  position: relative;
}

.nft__filter-price-box input {
  pointer-events: none;
  color: #006c70;
  background-color: #fff;
  border: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito;
  font-size: 16px;
  font-weight: bold;
}

.nft__filter-price-box span {
  color: #006c70;
  font-family: Nunito;
  font-size: 16px;
  font-weight: bold;
}

.nft__filter-price-to span {
  color: #fff;
  opacity: .6;
  margin: 0 10px;
}

.pricing_acontent .input-range {
  margin-top: 20px;
}

.-light-yellow {
  background-color: #f5f3ee !important;
}

.slick-list-visible .slick-list {
  overflow: visible;
}

.center-item-active .slick-current .testimonial-block {
  opacity: 1;
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-carousel {
    padding: 0 15px;
  }
}

.mr-30 {
  margin-right: 30px;
}

@keyframes slideInDown {
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slideInDown {
  animation-name: slideInDown;
}

.testimonial-section-two.style-two .slick-dots {
  position: absolute;
  bottom: 25px;
}

.testimonial-section.style-two.alternate .slick-dots li.slick-active {
  background: #fff;
}

.home8.fixed-header .btn-style-six {
  color: #202124;
  border-color: #202124;
}

.banner-section-ten .slick-arrow {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

.banner-section-ten .slick-arrow:hover, .banner-section-ten .slick-arrow:focus {
  color: #202020;
  background: #fff;
}

.image-1 {
  background-image: url("../media/10.1d9f7204.jpg");
}

.image-2 {
  background-image: url("../media/7.ab2f2926.jpg");
}

.top-features {
  top: 30px;
}

@media (max-width: 1024px) {
  .top-features {
    top: 0;
  }
}

@media (max-width: 1099px) {
  .hide-arrow-1024 .slick-arrow {
    display: none;
  }
}

@media (max-width: 1900px) {
  .banner-section-ten .job-search-form {
    margin: 0 auto 120px;
  }

  .banner-section-ten {
    padding: 210px 0 37px;
  }
}

.job-section-five.style-two .job-block-five .inner-box {
  padding-top: 27px;
  padding-bottom: 27px;
}

.slick-slide .candidate-block {
  margin-bottom: 0;
}

.banner-style-two.dark h3, .banner-style-two.dark p {
  color: #696969;
}

.border-none .counter-column {
  margin-bottom: 0;
}

.isSticky, .fixed-header .noSticky {
  display: none;
}

.fixed-header .isSticky {
  display: block;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-body {
  padding: 0;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.ps-sidebar-container {
  margin-top: 10px;
  background-color: #fff !important;
}

.job-search-form.style-two .form-select {
  background-image: url("../media/arrow-down.72a36d06.png");
  background-size: 16px 16px;
}

.apply-modal-content {
  padding: 40px;
}

.apply-modal-content .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.uploading-outer.apply-cv-outer {
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.uploading-outer.apply-cv-outer .uploadButton .uploadButton-button {
  color: #77838f;
  border-color: #1967d226;
  width: 100%;
  height: auto;
  padding: 30px;
  font-size: 14px;
}

.uploading-outer.apply-cv-outer .uploadButton .uploadButton-button:before {
  display: none;
}

.job-detail-outer.reverse .job-detail {
  padding-right: 0;
}

.tabs-box .chosen-single {
  min-width: 155px;
}

.error-page-wrapper {
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 15px;
  display: flex;
  position: relative;
}

.error-page-wrapper h1 {
  letter-spacing: 5px;
  font-size: 125px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 767px) {
  .error-page-wrapper h1 {
    font-size: 80px;
  }
}

.error-page-wrapper p {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 500;
}

.error-page-wrapper .logo {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.loader_wrapper {
  text-align: center;
  background: red;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-active-link > a, .menu-active > a {
  color: var(--primary-color) !important;
}

.ui-checkbox label {
  cursor: pointer;
  align-items: center;
  padding: 5px 0;
  display: inline-flex;
}

.ui-checkbox li:first-child label {
  padding-top: 0;
}

.ui-checkbox li:last-child label {
  padding-bottom: 0;
}

.ui-checkbox span {
  content: "";
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ecedf2;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  font-weight: 900;
  line-height: 17px;
  transition: all .25s;
  display: inline-block;
  position: relative;
}

.ui-checkbox input[type="radio"] {
  display: none;
}

.ui-checkbox input[type="radio"]:checked ~ span:before {
  content: "";
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  width: 18px;
  height: 18px;
  line-height: 17px;
  position: absolute;
  inset: 0;
}

.ui-danger {
  margin-top: 10px;
  color: #cf3838 !important;
}

:root {
  --bs-primary: var(--primary-color);
  --bs-primary-rgb: 16, 105, 143;
}

.btn-primary {
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-bg: var(--primary-hover-bg-color);
  --bs-btn-hover-border-color: var(--primary-hover-bg-color);
  --bs-btn-focus-shadow-rgb: 16, 105, 143;
  --bs-btn-active-bg: var(--primary-hover-bg-color);
  --bs-btn-active-border-color: var(--primary-hover-bg-color);
  --bs-btn-disabled-bg: var(--primary-color);
  --bs-btn-disabled-border-color: var(--primary-color);
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

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

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

.editor-wrapper {
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  overflow: auto;
}

.editor-wrapper .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content, .editor-wrapper .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners {
  border: none !important;
  border-bottom: 1px solid #c9c9c9 !important;
}

.editor-wrapper .ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .editor-wrapper .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  min-height: 240px;
  border: none !important;
}

.editor-wrapper.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .2rem #dc354540 !important;
}

.editor-wrapper.is-invalid .ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content, .editor-wrapper.is-invalid .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content.ck-rounded-corners {
  border-bottom: 1px solid #dc3545 !important;
}

.candidate-search-visible {
  display: block;
}

.custom-label {
  color: #202124;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.circle-img {
  width: 100% !important;
  height: 100% !important;
}

.default-form .form-group input[type="text"], .default-form .form-group input[type="password"], .default-form .form-group input[type="number"], .default-form .form-group input[type="email"], .default-form .form-group input[type="url"] {
  color: #696969;
  box-sizing: border-box;
  -o-transition: all .3s ease;
  background-color: #f0f5f7;
  border: 1px solid #f0f5f7;
  border-radius: 8px;
  width: 100%;
  height: 45px;
  padding: 7px 10px;
  font-size: 15px;
  line-height: 20px;
  transition: all .3s;
  display: block;
  position: relative;
}

.form-group:has(input:required) > label:after {
  content: " *";
  color: red;
  margin-left: 4px;
}

.form-group:has(textarea:required) > label:after {
  content: " *";
  color: red;
  margin-left: 4px;
}

.form-group .required-field:after, .required-field:after {
  content: " *";
  color: red;
  margin-left: 4px;
}

.widget-content .default-form .form-group {
  margin-bottom: 15px;
}

.ls-widget .widget-title {
  padding: 20px 25px;
}

.form-group .select__control {
  border-radius: 8px !important;
  height: auto !important;
  min-height: 30px !important;
}

.form-group .select__value-container {
  height: auto !important;
  min-height: 30px !important;
  padding: 10px !important;
}

.form-group .select__input {
  height: auto !important;
  min-height: 30px !important;
}

.default-form .form-group .select__control {
  height: auto !important;
  min-height: 20px !important;
}

.default-form .form-group .select__value-container {
  height: auto !important;
  min-height: 20px !important;
  padding: 3px 7px !important;
}

.default-form .form-group .select__input {
  height: auto !important;
  min-height: 20px !important;
}

.react-select-error .select__control {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .2rem #dc354540 !important;
}

.react-select-error .select__control:hover {
  border-color: #dc3545 !important;
}

.react-select-error .select__control--is-focused {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 .2rem #dc354540 !important;
}

.is-invalid {
  border: 2px solid #dc3545 !important;
}

.css-g1d714-ValueContainer, .css-152iwgl-control, .css-7pnjy9-control {
  height: auto !important;
  min-height: 30px !important;
}

textarea:disabled, input:disabled {
  color: #a4a09c !important;
  background-color: #f2f2f2 !important;
}

textarea:disabled.white-area, input:disabled.white-area {
  color: #a4a09c !important;
  background-color: #fff !important;
}

.search-box-one .form-group input[type="text"], .search-box-one .form-group input[type="search"] {
  color: #696969;
  -o-transition: all .5s ease;
  background: #f0f5f7;
  border-radius: 8px;
  max-width: 100%;
  height: 45px;
  padding: 5px 20px 5px 54px;
  font-size: 15px;
  line-height: 25px;
  transition: all .5s;
  display: block;
  position: relative;
  width: auto !important;
}

.react-datepicker-wrapper {
  background-color: #f0f5f7;
  height: 45px;
  align-items: center !important;
  display: flex !important;
}

#date-picker {
  color: #696969;
  background-color: #f0f5f7;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 25px;
  position: relative;
}

.react-datepicker__close-icon {
  padding: 0 12px 0 0 !important;
}

.mb-35 {
  margin-bottom: 35px;
}

.custom-download-btn {
  padding: 15px;
  line-height: 5px;
  min-width: 140px !important;
}

.rdw-editor-main {
  min-height: 250px;
}

.multi-select {
  background-color: #fff;
}

.css-6khpth-MuiFormControl-root {
  border: none !important;
}

.tox-editor-header {
  z-index: 0 !important;
}

.theme-btn:disabled {
  cursor: default;
  background-color: #b0c4de;
}

.modal-content {
  padding: 1rem;
  border: none !important;
}

.filter-block .multi-select {
  height: 55px;
}

.uploadButton .uploadButton-button:before {
  display: none !important;
}

.admin-flag {
  z-index: 1000;
  position: absolute;
  top: 5px;
  right: 19px;
}

.custom-autocomplete {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px;
  transition: border-color .3s;
}

.custom-autocomplete-input {
  font-size: 13px;
}

.custom-menu-item {
  align-items: center;
  padding: 8px;
  display: flex;
}

.custom-checkbox {
  margin-right: 10px;
}

.custom-list-item-text {
  font-size: 14px;
}

.css-1x6bjyf-MuiAutocomplete-root .MuiOutlinedInput-root {
  padding: 0 !important;
}

.css-6od3lo-MuiChip-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.MuiInputBase-root .MuiOutlinedInput-root .MuiInputBase-colorPrimary .MuiInputBase-fullWidth .MuiInputBase-formControl .MuiInputBase-adornedStart .MuiInputBase-adornedEnd .MuiAutocomplete-inputRoot .css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root, .css-1gywuxd-MuiInputBase-root-MuiOutlinedInput-root {
  background-color: #fff !important;
}

#search-cities {
  border: 0;
  height: 30px !important;
}

.MuiOutlinedInput-notchedOutline {
  border: none !important;
}

.MuiInputBase-input .MuiOutlinedInput-input .MuiInputBase-inputAdornedStart .MuiInputBase-inputAdornedEnd .MuiAutocomplete-input .MuiAutocomplete-inputFocused .css-152mnda-MuiInputBase-input-MuiOutlinedInput-input {
  height: 20px !important;
}

.ls-section .filter-block .chosen-container .chosen-single, .ls-section .filter-block input, .ls-section .filter-block select, .ls-section .filter-block textarea {
  border: none !important;
}

#search-cities input {
  border: 2px solid red !important;
  padding: 10px !important;
  font-size: 14px !important;
}

.rating-card {
  color: #333;
  background-color: #fff;
  border-radius: 16px;
  width: 300px;
  padding: 24px;
  font-family: sans-serif;
  box-shadow: 0 4px 20px #0000001a;
}

.rating-section {
  margin-bottom: 16px;
}

.rating-label {
  margin-bottom: 4px;
  font-weight: bold;
}

.rating-stars {
  color: #fbbf24;
  font-size: 1.2em;
}

.rating-value {
  font-size: 1em;
}

.pricing-table .duration {
  margin-left: 3px !important;
}

.or-text {
  color: #202124;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  bottom: 7px;
}

.iframe-container {
  aspect-ratio: 16 / 9;
  width: 100%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

.user-img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto 14px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#home-sidebar input {
  height: 45px;
}

#home-sidebar #grouped-multiselect {
  border: 0;
  width: 100% !important;
  height: 20px !important;
}

#home-sidebar .pricing-table .table-content, #home-sidebar .radio-subscription {
  margin-bottom: 30px;
}

#home-sidebar .select__control {
  box-shadow: none;
  border: none;
  border-radius: 8px;
}

#home-sidebar .select__control:hover {
  border: none;
}

#home-sidebar .select__single-value, #home-sidebar .select__placeholder {
  padding: 10px;
}

#home-sidebar .form-group .select__value-container {
  padding: 0 !important;
}

#grouped-multiselect {
  width: 100% !important;
}

.pricing-table .table-content, .radio-subscription {
  margin-bottom: 30px;
}

.timeline:before {
  content: "";
  border-left: 2px dashed var(--primary-color);
  z-index: 0;
  width: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.process-circle {
  background: var(--primary-color);
  border-radius: 50%;
  width: 240px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}

.process-circle:before {
  content: "";
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.process-icon {
  color: #fff;
  z-index: 3;
  font-size: 30px;
  position: absolute;
}

.icon-top-left {
  top: 20px;
  left: 20px;
}

.icon-top-right {
  top: 20px;
  right: 20px;
}

.icon-bottom-right {
  bottom: 20px;
  right: 20px;
}

.icon-bottom-left {
  bottom: 20px;
  left: 20px;
}

.process-text {
  max-width: 300px;
}

.curve-bg {
  background: radial-gradient(circle, #f5f9ff 0%, #fff 100%);
  padding: 4rem 0;
}

@media (max-width: 425px) {
  .btn-sm-screen {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .btn-sm-screen .btn-jobs, .btn-sm-screen .btn-coaches {
    padding: 12px 25px 10px;
  }
}

@media (max-width: 768px) {
  .process-circle {
    width: 180px;
    height: 180px;
  }

  .btn-jobs {
    width: 100%;
    margin-right: 1rem;
  }

  .btn-coaches {
    width: 100%;
  }
}

.square-wrapper {
  width: 80%;
  margin: auto;
  padding-top: 43%;
  position: relative;
}

.square {
  border: .5px solid #e8ebee;
  border-radius: 5px;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.line-left {
  border-top: 2px dashed var(--primary-color);
  z-index: 1;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -79px;
  transform: translateY(-50%);
}

.circle-1 {
  z-index: 2;
  background-image: url("/images/Icon 4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.circle-2 {
  z-index: 2;
  background-image: url("/images/Icon 5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.circle-3 {
  z-index: 2;
  background-image: url("/images/Icon 6.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.circle-4 {
  z-index: 2;
  background-image: url("/images/Icon 7.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.circle-5 {
  z-index: 2;
  background-image: url("/images/Icon 8.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.circle-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  display: flex;
  position: relative;
}

.with-text {
  flex-direction: row;
  justify-content: flex-start;
}

.label-text {
  white-space: nowrap;
  margin-right: 15px;
  font-weight: bold;
}

.line-between {
  z-index: 1;
  border-left: 2px dashed #6c757d;
  height: 80px;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.line-between-last {
  z-index: 1;
  border-left: 2px dashed #6c757d;
  height: 6px;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-content {
  width: 500px;
  margin-left: 70px;
}

.timeline-content-left {
  width: 500px;
  position: relative;
  left: -510px;
}

.matching-process-text-above {
  gap: 16.5rem;
  position: relative;
  top: 80px;
}

.matching-process-text-under {
  gap: 16.5rem;
  position: relative;
  bottom: 80px;
}

.check-icon {
  color: var(--primary-color);
  margin-right: 8px;
  font-weight: bold;
}

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

.benefit-list li {
  margin-bottom: 15px;
}

.section-title {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.benefit-image {
  max-width: 100%;
  height: auto;
}

.border-main-img {
  border-radius: 52px;
  position: absolute;
}

.second-hero-img {
  height: revert-layer;
  object-fit: cover;
  position: relative;
  top: 250px;
  left: -150px;
}

.banner-section-three:before {
  content: "";
  background-image: url("/images/hero bgd.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80%;
  position: absolute;
  top: 90px;
  left: 0;
}

.matching-section:before {
  content: "";
  background-image: url("/images/process-bgd.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -50px;
}

.benefits-job ul li:before {
  color: var(--primary-color);
  content: "";
  align-items: center;
  height: 100%;
  font-family: Flaticon;
  font-size: 16px;
  font-weight: bolder;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.benefits-job ul li {
  color: #696969;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.benefits-company ul li {
  color: #696969;
  text-align: end;
  margin-bottom: 20px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.benefits-company ul li:after {
  content: "";
  color: var(--primary-color);
  align-items: center;
  height: 100%;
  font-family: Flaticon;
  font-size: 16px;
  font-weight: bolder;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.job-categories {
  border-bottom: none !important;
}

.top-companies, .benefits-section, .job-section, .pricing-section {
  background-color: #f7f9fc;
}

.benefits-section, .comapnies-section, .coaches-section, .matching-section {
  padding: 100px 0;
}

.switch {
  width: 60px;
  height: 34px;
  display: inline-block;
  position: relative;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  cursor: pointer;
  background-color: #ccc;
  transition: all .4s;
  position: absolute;
  inset: 0;
}

.slider:before {
  content: "";
  background-color: #fff;
  width: 26px;
  height: 26px;
  transition: all .4s;
  position: absolute;
  bottom: 4px;
  left: 4px;
}

input:checked + .slider {
  background-color: var(--primary-color);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-color);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-toggle {
  appearance: none;
  cursor: pointer;
  background: #eef0fb;
  border: 1px solid #f5f5f5;
  border-radius: 34px;
  outline: none;
  width: 60px;
  height: 34px;
  transition: background .3s;
  position: relative;
  box-shadow: inset 8px 8px 8px #cbd0e8, inset -2px 2px 8px #fff;
}

.custom-toggle:before {
  content: "";
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  transition: transform .3s, background .3s, box-shadow .3s;
  position: absolute;
  top: 4px;
  left: 4px;
}

.custom-toggle:checked:before {
  transform: translateX(26px);
}

.custom-toggle:checked {
  background: #eef0fb;
}

.form-switch, .form-check {
  padding-left: 0 !important;
}

.text-pricing-active {
  color: var(--primary-color);
  transition: all .2s;
}

.text-pricing-muted {
  color: #ccced1;
  transition: all .2s;
}

.tablet-visible, .mobile-visible {
  display: none;
}

.process-visible {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .benefits-section, .comapnies-section {
    padding: 50px 0;
  }

  .sec-title {
    margin-top: 50px;
  }

  .timeline-content-left {
    width: 460px;
    position: relative;
    left: -475px;
  }

  .timeline-content {
    width: 460px;
  }

  .square-wrapper {
    padding-top: 71%;
  }

  .line-left {
    width: 70px;
    left: -76px;
  }
}

@media only screen and (max-width: 768px) {
  .benefits-section, .comapnies-section, .coaches-section, .matching-section {
    padding: 50px 0;
  }

  .process-text {
    max-width: 250px;
  }

  .matching-process-text-under {
    gap: 201px;
    position: relative;
    bottom: 70px;
  }

  .matching-process-text-above {
    gap: 201px;
    position: relative;
    top: 67px;
  }

  .companies-benefits-title {
    text-align: end;
  }

  .benefits-image {
    margin: 30px 0;
  }

  .timeline-content-left {
    width: 312px;
    position: relative;
    left: -327px;
  }

  .timeline-content {
    width: 312px;
    margin-left: 72px;
  }

  .desktop-visible {
    display: none;
  }

  .tablet-visible {
    display: block;
  }

  .square-mobile {
    border: .5px solid #e8ebee;
    border-radius: 5px;
    padding: 40px;
  }

  .line {
    border-left: 2px dashed var(--primary-color);
    z-index: 1;
    width: 2px;
    height: 40px;
    margin: 5px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .line-last {
    border-left: 2px dashed var(--primary-color);
    z-index: 1;
    width: 2px;
    height: 15px;
    margin: 5px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 426px) {
  .image-candidates-search {
    z-index: 3;
  }

  .process-visible {
    display: none;
  }

  .mobile-visible {
    display: block;
  }

  .candidate-search-visible {
    display: none;
  }

  .image-candidates-search {
    max-width: 55px !important;
    max-height: 55px !important;
  }

  .line-between {
    z-index: 1;
    border-left: 2px dashed #6c757d;
    height: -1px;
    position: relative;
    top: 70px;
    left: -27.5px;
    transform: translateX(-50%);
  }

  .matching-section:before {
    content: "";
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.register-dual ul li.react-tabs__tab--selected .btn-style-four {
  color: #fff;
  background: #08bdae;
}

.btn-style-danger {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #f44336;
  border-radius: 8px;
  padding: 18px 35px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-danger:hover {
  color: #fff;
  background-color: #d93025;
}

.btn-style-success {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #4caf50;
  border-radius: 8px;
  padding: 18px 35px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-success:hover {
  color: #fff;
  background-color: #388e3c;
}

.btn-style-cancelnig-modal {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-cancelnig-modal-cancel {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  background-color: #d93025;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.btn-style-renew-modal-cancel {
  text-align: center;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  background-color: #388e3c;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.xs-btn {
  padding: 9px 17px 7px;
}

.timeline-container {
  position: relative;
}

.dashed-line {
  border-left: 2px dashed var(--primary-color);
  z-index: 0;
  width: 0;
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dashed-line-lectures {
  border-left: 200px dashed var(--primary-color);
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.icon-wrapper {
  z-index: 1;
}

.lectures-card {
  z-index: 2;
  border: .5px solid #e8ebee;
  border-radius: 5px;
  padding: 1rem;
}

.lectures-dashed-line {
  background-image: repeating-linear-gradient(to right, var(--primary-color), var(--primary-color) 10px, transparent 5px, transparent 20px);
  z-index: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translateY(-50%);
}

.lectures-gutter {
  --bs-gutter-x: 4.5rem;
}

.badge {
  width: auto !important;
}

.form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.dark-text-area {
  border: 1px solid #e0e0e0;
  border-radius: 7px;
  overflow-y: auto;
}

.dark-text-area::-webkit-scrollbar {
  background: none;
  border-radius: 7px;
  width: 8px;
}

.dark-text-area::-webkit-scrollbar-thumb {
  background: #b0b0b0;
  border-radius: 7px;
}

.dark-text-area::-webkit-scrollbar-track {
  background: none;
  border-radius: 7px;
}

.favorite-btn:hover {
  color: #b8860b !important;
  background-color: #fffacd !important;
}

.favorite-btn.favorited {
  background-color: #fffacd !important;
}

.favorite-btn:not(.favorited) {
  background-color: #d8e3f8 !important;
}

.favorite-icon {
  width: 30px;
  height: 30px;
}

.favorite-icon.favorited {
  color: #b8860b !important;
}

.favorite-icon:not(.favorited) {
  color: #4685a7 !important;
}

.applied-btn {
  pointer-events: none;
  opacity: .7;
}

.job-detail-title {
  color: #202124;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 30px !important;
}

.candidate-detail-name, .company-detail-name {
  color: #202124;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 30px !important;
}

.candidate-favorite {
  height: 42px;
}

.option-list > li:first-child {
  margin-left: 0 !important;
}

.react-datepicker-wrapper {
  border-radius: 8px !important;
}

.job-block-three {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.coaches-bookmark .bookmark-btn {
  position: relative;
  top: 40px;
  right: 10px;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999 !important;
}

.bookmarked-coaches-filters .form-group .select__value-container {
  padding: 3px 10px !important;
}

.bookmarked-coaches-filters .search-box-one .form-group input[type="text"], .bookmarked-coaches-filters .search-box-one .form-group input[type="search"] {
  background-color: #fff !important;
}

.details-footer-modal {
  transition: transform .3s;
  animation: .3s slideUp;
}

.details-footer-modal.closing {
  animation: .3s forwards slideDown;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

.manage-job-table h4 {
  word-break: break-word;
  white-space: normal;
}

.manage-job-table.sticky-actions {
  overflow: visible !important;
}

.manage-job-table.sticky-actions thead th.sticky-col, .manage-job-table.sticky-actions tbody td.sticky-col {
  z-index: 10;
  position: sticky;
  right: 0;
}

.manage-job-table.sticky-actions thead th.sticky-col {
  background-color: #f5f7fc;
}

.manage-job-table.sticky-actions tbody td.sticky-col {
  background-color: #fff;
}

.manage-job-table.sticky-actions th.sticky-col, .manage-job-table.sticky-actions td.sticky-col {
  box-shadow: -6px 0 12px -4px #0000001a;
}

.theme-btn, .btn-style-one, .btn {
  min-height: 42px;
  padding: 0 35px;
}

.ls-section .filters-column .inner-column.pd-right {
  padding-right: 0 !important;
}

.nav-tabs .nav-item .nav-link {
  color: var(--primary-color) !important;
}

.main-header {
  z-index: 1000;
}

.dashboard-table {
  min-width: 100% !important;
}

.how-to-list li {
  margin-left: 20px;
  list-style: outside !important;
}

.matching-section p {
  z-index: 1;
  position: relative;
}

.all-applicants #searchMemberList, .bookmarked-coaches-filters #searchMemberList {
  width: 100% !important;
}

.language-flags-select {
  min-height: max-content;
  padding-bottom: 0 !important;
}

.ReactFlagsSelect-module_selectBtn__19wW7 {
  height: 42px;
  border: 0 !important;
}

.is-invalid {
  box-shadow: 0 0 0 .2rem #dc354540;
  border-color: #dc3545 !important;
  border-radius: 8px !important;
}

.profile-completion-widget {
  width: 320px;
  max-width: 100%;
}

.upload-area {
  border: 1px dashed #d3dbe2;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 180px;
  transition: all .3s;
  display: flex;
}

.upload-area:hover {
  border-color: var(--primary-color, #1967d2);
  background-color: #f8f9fa;
}

.upload-area.border-danger {
  border-color: #dc3545;
}

.cursor-pointer {
  cursor: pointer;
}

.required-field:after {
  content: " *";
  color: #dc3545;
}

@media (max-width: 767px) {
  .profile-completion-widget {
    width: 100%;
    margin-top: 1rem;
  }
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
  margin-bottom: 1.5rem;
  line-height: 1.4em;
}

.blog-content p {
  margin-bottom: 10px;
}

.early-bird-banner {
  color: #fff;
  z-index: 10000;
  background-color: #166687;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px #00000026;
}

.early-bird-content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1200px;
  display: flex;
}

.early-bird-badge {
  color: #166687;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: .72rem;
  font-weight: 800;
}

.early-bird-text {
  color: #fff;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.early-bird-text strong {
  color: gold;
  font-weight: 700;
}

.early-bird-cta {
  color: #166687;
  white-space: nowrap;
  background-color: #fcf760;
  border-radius: 50px;
  padding: 9px 20px;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  box-shadow: 0 2px 5px #0000001a;
}

.early-bird-cta:hover {
  color: #166687;
  background-color: #e6c200;
  transform: scale(1.04);
}

.early-bird-close {
  color: #ffffffb3;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1;
  transition: color .15s;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.early-bird-close:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .early-bird-banner {
    padding: 14px 44px 14px 16px;
    top: 80px;
  }

  .early-bird-content {
    gap: 10px;
  }

  .early-bird-text {
    text-align: center;
    width: 100%;
    font-size: .9rem;
  }

  .early-bird-badge {
    font-size: .65rem;
  }
}

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

/* [project]/node_modules/aos/dist/aos.css [app-client] (css) */
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"], body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75);
}

[data-aos][data-aos][data-aos-easing="ease"], body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"], body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"], body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"], body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"], body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"], body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"], body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"], body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"], body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"], body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"], body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"], body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"], body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"], body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"], body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"], body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"], body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"], body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"], body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0)scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0)scale(.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0)scale(.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0)scale(.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0)scale(.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0)scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0)scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0)scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0)scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px)rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px)rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px)rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px)rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px)rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px)rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px)rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px)rotateX(0);
}

/* [project]/node_modules/react-toastify/dist/ReactToastify.css [app-client] (css) */
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: #ffffffb3;
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
  padding: 4px;
  position: fixed;
}

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    margin: 0;
    padding: 0;
    left: 0;
  }

  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }

  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}

.Toastify__toast {
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  cursor: default;
  z-index: 0;
  direction: ltr;
  border-radius: 4px;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-body {
  flex: auto;
  align-items: center;
  margin: auto 0;
  padding: 6px;
  display: flex;
}

.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}

.Toastify__toast-icon {
  -webkit-margin-end: 10px;
  flex-shrink: 0;
  width: 20px;
  margin-inline-end: 10px;
  display: flex;
}

.Toastify--animate {
  animation-duration: .7s;
  animation-fill-mode: both;
}

.Toastify--animate-icon {
  animation-duration: .3s;
  animation-fill-mode: both;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    border-radius: 0;
    margin-bottom: 0;
  }
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light, .Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  cursor: pointer;
  opacity: .7;
  background: none;
  border: none;
  outline: none;
  align-self: flex-start;
  padding: 0;
  transition: all .3s;
}

.Toastify__close-button--light {
  color: #000;
  opacity: .3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  width: 14px;
  height: 16px;
}

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: .7;
  transform-origin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.Toastify__progress-bar--animated {
  animation: linear forwards Toastify__trackProgress;
}

.Toastify__progress-bar--controlled {
  transition: transform .2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: 100%;
}

.Toastify__spinner {
  box-sizing: border-box;
  border: 2px solid;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  animation: .65s linear infinite Toastify__spin;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }

  30% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  to {
    opacity: 0;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    visibility: visible;
    transform: translate3d(110%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-110%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 110%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -110%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

/* [project]/node_modules/remixicon/fonts/remixicon.css [app-client] (css) */
@font-face {
  font-family: remixicon;
  src: url("../media/remixicon.ea57a8d5.eot");
  src: url("../media/remixicon.ea57a8d5.eot") format("embedded-opentype"), url("../media/remixicon.ca24eb0e.woff2") format("woff2"), url("../media/remixicon.28dd5440.woff") format("woff"), url("../media/remixicon.edf8cef4.ttf") format("truetype"), url("../media/remixicon.8bc35e9e.svg") format("svg");
  font-display: swap;
}

[class^="ri-"], [class*=" ri-"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-family: remixicon !important;
}

.ri-lg {
  vertical-align: -.0667em;
  font-size: 1.3333em;
  line-height: .75em;
}

.ri-xl {
  vertical-align: -.075em;
  font-size: 1.5em;
  line-height: .6666em;
}

.ri-xxs {
  font-size: .5em;
}

.ri-xs {
  font-size: .75em;
}

.ri-sm {
  font-size: .875em;
}

.ri-1x {
  font-size: 1em;
}

.ri-2x {
  font-size: 2em;
}

.ri-3x {
  font-size: 3em;
}

.ri-4x {
  font-size: 4em;
}

.ri-5x {
  font-size: 5em;
}

.ri-6x {
  font-size: 6em;
}

.ri-7x {
  font-size: 7em;
}

.ri-8x {
  font-size: 8em;
}

.ri-9x {
  font-size: 9em;
}

.ri-10x {
  font-size: 10em;
}

.ri-fw {
  text-align: center;
  width: 1.25em;
}

.ri-24-hours-fill:before {
  content: "";
}

.ri-24-hours-line:before {
  content: "";
}

.ri-4k-fill:before {
  content: "";
}

.ri-4k-line:before {
  content: "";
}

.ri-a-b:before {
  content: "";
}

.ri-account-box-fill:before {
  content: "";
}

.ri-account-box-line:before {
  content: "";
}

.ri-account-circle-fill:before {
  content: "";
}

.ri-account-circle-line:before {
  content: "";
}

.ri-account-pin-box-fill:before {
  content: "";
}

.ri-account-pin-box-line:before {
  content: "";
}

.ri-account-pin-circle-fill:before {
  content: "";
}

.ri-account-pin-circle-line:before {
  content: "";
}

.ri-add-box-fill:before {
  content: "";
}

.ri-add-box-line:before {
  content: "";
}

.ri-add-circle-fill:before {
  content: "";
}

.ri-add-circle-line:before {
  content: "";
}

.ri-add-fill:before {
  content: "";
}

.ri-add-line:before {
  content: "";
}

.ri-admin-fill:before {
  content: "";
}

.ri-admin-line:before {
  content: "";
}

.ri-advertisement-fill:before {
  content: "";
}

.ri-advertisement-line:before {
  content: "";
}

.ri-airplay-fill:before {
  content: "";
}

.ri-airplay-line:before {
  content: "";
}

.ri-alarm-fill:before {
  content: "";
}

.ri-alarm-line:before {
  content: "";
}

.ri-alarm-warning-fill:before {
  content: "";
}

.ri-alarm-warning-line:before {
  content: "";
}

.ri-album-fill:before {
  content: "";
}

.ri-album-line:before {
  content: "";
}

.ri-alert-fill:before {
  content: "";
}

.ri-alert-line:before {
  content: "";
}

.ri-aliens-fill:before {
  content: "";
}

.ri-aliens-line:before {
  content: "";
}

.ri-align-bottom:before {
  content: "";
}

.ri-align-center:before {
  content: "";
}

.ri-align-justify:before {
  content: "";
}

.ri-align-left:before {
  content: "";
}

.ri-align-right:before {
  content: "";
}

.ri-align-top:before {
  content: "";
}

.ri-align-vertically:before {
  content: "";
}

.ri-alipay-fill:before {
  content: "";
}

.ri-alipay-line:before {
  content: "";
}

.ri-amazon-fill:before {
  content: "";
}

.ri-amazon-line:before {
  content: "";
}

.ri-anchor-fill:before {
  content: "";
}

.ri-anchor-line:before {
  content: "";
}

.ri-ancient-gate-fill:before {
  content: "";
}

.ri-ancient-gate-line:before {
  content: "";
}

.ri-ancient-pavilion-fill:before {
  content: "";
}

.ri-ancient-pavilion-line:before {
  content: "";
}

.ri-android-fill:before {
  content: "";
}

.ri-android-line:before {
  content: "";
}

.ri-angularjs-fill:before {
  content: "";
}

.ri-angularjs-line:before {
  content: "";
}

.ri-anticlockwise-2-fill:before {
  content: "";
}

.ri-anticlockwise-2-line:before {
  content: "";
}

.ri-anticlockwise-fill:before {
  content: "";
}

.ri-anticlockwise-line:before {
  content: "";
}

.ri-app-store-fill:before {
  content: "";
}

.ri-app-store-line:before {
  content: "";
}

.ri-apple-fill:before {
  content: "";
}

.ri-apple-line:before {
  content: "";
}

.ri-apps-2-fill:before {
  content: "";
}

.ri-apps-2-line:before {
  content: "";
}

.ri-apps-fill:before {
  content: "";
}

.ri-apps-line:before {
  content: "";
}

.ri-archive-drawer-fill:before {
  content: "";
}

.ri-archive-drawer-line:before {
  content: "";
}

.ri-archive-fill:before {
  content: "";
}

.ri-archive-line:before {
  content: "";
}

.ri-arrow-down-circle-fill:before {
  content: "";
}

.ri-arrow-down-circle-line:before {
  content: "";
}

.ri-arrow-down-fill:before {
  content: "";
}

.ri-arrow-down-line:before {
  content: "";
}

.ri-arrow-down-s-fill:before {
  content: "";
}

.ri-arrow-down-s-line:before {
  content: "";
}

.ri-arrow-drop-down-fill:before {
  content: "";
}

.ri-arrow-drop-down-line:before {
  content: "";
}

.ri-arrow-drop-left-fill:before {
  content: "";
}

.ri-arrow-drop-left-line:before {
  content: "";
}

.ri-arrow-drop-right-fill:before {
  content: "";
}

.ri-arrow-drop-right-line:before {
  content: "";
}

.ri-arrow-drop-up-fill:before {
  content: "";
}

.ri-arrow-drop-up-line:before {
  content: "";
}

.ri-arrow-go-back-fill:before {
  content: "";
}

.ri-arrow-go-back-line:before {
  content: "";
}

.ri-arrow-go-forward-fill:before {
  content: "";
}

.ri-arrow-go-forward-line:before {
  content: "";
}

.ri-arrow-left-circle-fill:before {
  content: "";
}

.ri-arrow-left-circle-line:before {
  content: "";
}

.ri-arrow-left-down-fill:before {
  content: "";
}

.ri-arrow-left-down-line:before {
  content: "";
}

.ri-arrow-left-fill:before {
  content: "";
}

.ri-arrow-left-line:before {
  content: "";
}

.ri-arrow-left-right-fill:before {
  content: "";
}

.ri-arrow-left-right-line:before {
  content: "";
}

.ri-arrow-left-s-fill:before {
  content: "";
}

.ri-arrow-left-s-line:before {
  content: "";
}

.ri-arrow-left-up-fill:before {
  content: "";
}

.ri-arrow-left-up-line:before {
  content: "";
}

.ri-arrow-right-circle-fill:before {
  content: "";
}

.ri-arrow-right-circle-line:before {
  content: "";
}

.ri-arrow-right-down-fill:before {
  content: "";
}

.ri-arrow-right-down-line:before {
  content: "";
}

.ri-arrow-right-fill:before {
  content: "";
}

.ri-arrow-right-line:before {
  content: "";
}

.ri-arrow-right-s-fill:before {
  content: "";
}

.ri-arrow-right-s-line:before {
  content: "";
}

.ri-arrow-right-up-fill:before {
  content: "";
}

.ri-arrow-right-up-line:before {
  content: "";
}

.ri-arrow-up-circle-fill:before {
  content: "";
}

.ri-arrow-up-circle-line:before {
  content: "";
}

.ri-arrow-up-down-fill:before {
  content: "";
}

.ri-arrow-up-down-line:before {
  content: "";
}

.ri-arrow-up-fill:before {
  content: "";
}

.ri-arrow-up-line:before {
  content: "";
}

.ri-arrow-up-s-fill:before {
  content: "";
}

.ri-arrow-up-s-line:before {
  content: "";
}

.ri-artboard-2-fill:before {
  content: "";
}

.ri-artboard-2-line:before {
  content: "";
}

.ri-artboard-fill:before {
  content: "";
}

.ri-artboard-line:before {
  content: "";
}

.ri-article-fill:before {
  content: "";
}

.ri-article-line:before {
  content: "";
}

.ri-aspect-ratio-fill:before {
  content: "";
}

.ri-aspect-ratio-line:before {
  content: "";
}

.ri-asterisk:before {
  content: "";
}

.ri-at-fill:before {
  content: "";
}

.ri-at-line:before {
  content: "";
}

.ri-attachment-2:before {
  content: "";
}

.ri-attachment-fill:before {
  content: "";
}

.ri-attachment-line:before {
  content: "";
}

.ri-auction-fill:before {
  content: "";
}

.ri-auction-line:before {
  content: "";
}

.ri-award-fill:before {
  content: "";
}

.ri-award-line:before {
  content: "";
}

.ri-baidu-fill:before {
  content: "";
}

.ri-baidu-line:before {
  content: "";
}

.ri-ball-pen-fill:before {
  content: "";
}

.ri-ball-pen-line:before {
  content: "";
}

.ri-bank-card-2-fill:before {
  content: "";
}

.ri-bank-card-2-line:before {
  content: "";
}

.ri-bank-card-fill:before {
  content: "";
}

.ri-bank-card-line:before {
  content: "";
}

.ri-bank-fill:before {
  content: "";
}

.ri-bank-line:before {
  content: "";
}

.ri-bar-chart-2-fill:before {
  content: "";
}

.ri-bar-chart-2-line:before {
  content: "";
}

.ri-bar-chart-box-fill:before {
  content: "";
}

.ri-bar-chart-box-line:before {
  content: "";
}

.ri-bar-chart-fill:before {
  content: "";
}

.ri-bar-chart-grouped-fill:before {
  content: "";
}

.ri-bar-chart-grouped-line:before {
  content: "";
}

.ri-bar-chart-horizontal-fill:before {
  content: "";
}

.ri-bar-chart-horizontal-line:before {
  content: "";
}

.ri-bar-chart-line:before {
  content: "";
}

.ri-barcode-box-fill:before {
  content: "";
}

.ri-barcode-box-line:before {
  content: "";
}

.ri-barcode-fill:before {
  content: "";
}

.ri-barcode-line:before {
  content: "";
}

.ri-barricade-fill:before {
  content: "";
}

.ri-barricade-line:before {
  content: "";
}

.ri-base-station-fill:before {
  content: "";
}

.ri-base-station-line:before {
  content: "";
}

.ri-basketball-fill:before {
  content: "";
}

.ri-basketball-line:before {
  content: "";
}

.ri-battery-2-charge-fill:before {
  content: "";
}

.ri-battery-2-charge-line:before {
  content: "";
}

.ri-battery-2-fill:before {
  content: "";
}

.ri-battery-2-line:before {
  content: "";
}

.ri-battery-charge-fill:before {
  content: "";
}

.ri-battery-charge-line:before {
  content: "";
}

.ri-battery-fill:before {
  content: "";
}

.ri-battery-line:before {
  content: "";
}

.ri-battery-low-fill:before {
  content: "";
}

.ri-battery-low-line:before {
  content: "";
}

.ri-battery-saver-fill:before {
  content: "";
}

.ri-battery-saver-line:before {
  content: "";
}

.ri-battery-share-fill:before {
  content: "";
}

.ri-battery-share-line:before {
  content: "";
}

.ri-bear-smile-fill:before {
  content: "";
}

.ri-bear-smile-line:before {
  content: "";
}

.ri-behance-fill:before {
  content: "";
}

.ri-behance-line:before {
  content: "";
}

.ri-bell-fill:before {
  content: "";
}

.ri-bell-line:before {
  content: "";
}

.ri-bike-fill:before {
  content: "";
}

.ri-bike-line:before {
  content: "";
}

.ri-bilibili-fill:before {
  content: "";
}

.ri-bilibili-line:before {
  content: "";
}

.ri-bill-fill:before {
  content: "";
}

.ri-bill-line:before {
  content: "";
}

.ri-billiards-fill:before {
  content: "";
}

.ri-billiards-line:before {
  content: "";
}

.ri-bit-coin-fill:before {
  content: "";
}

.ri-bit-coin-line:before {
  content: "";
}

.ri-blaze-fill:before {
  content: "";
}

.ri-blaze-line:before {
  content: "";
}

.ri-bluetooth-connect-fill:before {
  content: "";
}

.ri-bluetooth-connect-line:before {
  content: "";
}

.ri-bluetooth-fill:before {
  content: "";
}

.ri-bluetooth-line:before {
  content: "";
}

.ri-blur-off-fill:before {
  content: "";
}

.ri-blur-off-line:before {
  content: "";
}

.ri-body-scan-fill:before {
  content: "";
}

.ri-body-scan-line:before {
  content: "";
}

.ri-bold:before {
  content: "";
}

.ri-book-2-fill:before {
  content: "";
}

.ri-book-2-line:before {
  content: "";
}

.ri-book-3-fill:before {
  content: "";
}

.ri-book-3-line:before {
  content: "";
}

.ri-book-fill:before {
  content: "";
}

.ri-book-line:before {
  content: "";
}

.ri-book-marked-fill:before {
  content: "";
}

.ri-book-marked-line:before {
  content: "";
}

.ri-book-open-fill:before {
  content: "";
}

.ri-book-open-line:before {
  content: "";
}

.ri-book-read-fill:before {
  content: "";
}

.ri-book-read-line:before {
  content: "";
}

.ri-booklet-fill:before {
  content: "";
}

.ri-booklet-line:before {
  content: "";
}

.ri-bookmark-2-fill:before {
  content: "";
}

.ri-bookmark-2-line:before {
  content: "";
}

.ri-bookmark-3-fill:before {
  content: "";
}

.ri-bookmark-3-line:before {
  content: "";
}

.ri-bookmark-fill:before {
  content: "";
}

.ri-bookmark-line:before {
  content: "";
}

.ri-boxing-fill:before {
  content: "";
}

.ri-boxing-line:before {
  content: "";
}

.ri-braces-fill:before {
  content: "";
}

.ri-braces-line:before {
  content: "";
}

.ri-brackets-fill:before {
  content: "";
}

.ri-brackets-line:before {
  content: "";
}

.ri-briefcase-2-fill:before {
  content: "";
}

.ri-briefcase-2-line:before {
  content: "";
}

.ri-briefcase-3-fill:before {
  content: "";
}

.ri-briefcase-3-line:before {
  content: "";
}

.ri-briefcase-4-fill:before {
  content: "";
}

.ri-briefcase-4-line:before {
  content: "";
}

.ri-briefcase-5-fill:before {
  content: "";
}

.ri-briefcase-5-line:before {
  content: "";
}

.ri-briefcase-fill:before {
  content: "";
}

.ri-briefcase-line:before {
  content: "";
}

.ri-bring-forward:before {
  content: "";
}

.ri-bring-to-front:before {
  content: "";
}

.ri-broadcast-fill:before {
  content: "";
}

.ri-broadcast-line:before {
  content: "";
}

.ri-brush-2-fill:before {
  content: "";
}

.ri-brush-2-line:before {
  content: "";
}

.ri-brush-3-fill:before {
  content: "";
}

.ri-brush-3-line:before {
  content: "";
}

.ri-brush-4-fill:before {
  content: "";
}

.ri-brush-4-line:before {
  content: "";
}

.ri-brush-fill:before {
  content: "";
}

.ri-brush-line:before {
  content: "";
}

.ri-bubble-chart-fill:before {
  content: "";
}

.ri-bubble-chart-line:before {
  content: "";
}

.ri-bug-2-fill:before {
  content: "";
}

.ri-bug-2-line:before {
  content: "";
}

.ri-bug-fill:before {
  content: "";
}

.ri-bug-line:before {
  content: "";
}

.ri-building-2-fill:before {
  content: "";
}

.ri-building-2-line:before {
  content: "";
}

.ri-building-3-fill:before {
  content: "";
}

.ri-building-3-line:before {
  content: "";
}

.ri-building-4-fill:before {
  content: "";
}

.ri-building-4-line:before {
  content: "";
}

.ri-building-fill:before {
  content: "";
}

.ri-building-line:before {
  content: "";
}

.ri-bus-2-fill:before {
  content: "";
}

.ri-bus-2-line:before {
  content: "";
}

.ri-bus-fill:before {
  content: "";
}

.ri-bus-line:before {
  content: "";
}

.ri-bus-wifi-fill:before {
  content: "";
}

.ri-bus-wifi-line:before {
  content: "";
}

.ri-cactus-fill:before {
  content: "";
}

.ri-cactus-line:before {
  content: "";
}

.ri-cake-2-fill:before {
  content: "";
}

.ri-cake-2-line:before {
  content: "";
}

.ri-cake-3-fill:before {
  content: "";
}

.ri-cake-3-line:before {
  content: "";
}

.ri-cake-fill:before {
  content: "";
}

.ri-cake-line:before {
  content: "";
}

.ri-calculator-fill:before {
  content: "";
}

.ri-calculator-line:before {
  content: "";
}

.ri-calendar-2-fill:before {
  content: "";
}

.ri-calendar-2-line:before {
  content: "";
}

.ri-calendar-check-fill:before {
  content: "";
}

.ri-calendar-check-line:before {
  content: "";
}

.ri-calendar-event-fill:before {
  content: "";
}

.ri-calendar-event-line:before {
  content: "";
}

.ri-calendar-fill:before {
  content: "";
}

.ri-calendar-line:before {
  content: "";
}

.ri-calendar-todo-fill:before {
  content: "";
}

.ri-calendar-todo-line:before {
  content: "";
}

.ri-camera-2-fill:before {
  content: "";
}

.ri-camera-2-line:before {
  content: "";
}

.ri-camera-3-fill:before {
  content: "";
}

.ri-camera-3-line:before {
  content: "";
}

.ri-camera-fill:before {
  content: "";
}

.ri-camera-lens-fill:before {
  content: "";
}

.ri-camera-lens-line:before {
  content: "";
}

.ri-camera-line:before {
  content: "";
}

.ri-camera-off-fill:before {
  content: "";
}

.ri-camera-off-line:before {
  content: "";
}

.ri-camera-switch-fill:before {
  content: "";
}

.ri-camera-switch-line:before {
  content: "";
}

.ri-capsule-fill:before {
  content: "";
}

.ri-capsule-line:before {
  content: "";
}

.ri-car-fill:before {
  content: "";
}

.ri-car-line:before {
  content: "";
}

.ri-car-washing-fill:before {
  content: "";
}

.ri-car-washing-line:before {
  content: "";
}

.ri-caravan-fill:before {
  content: "";
}

.ri-caravan-line:before {
  content: "";
}

.ri-cast-fill:before {
  content: "";
}

.ri-cast-line:before {
  content: "";
}

.ri-cellphone-fill:before {
  content: "";
}

.ri-cellphone-line:before {
  content: "";
}

.ri-celsius-fill:before {
  content: "";
}

.ri-celsius-line:before {
  content: "";
}

.ri-centos-fill:before {
  content: "";
}

.ri-centos-line:before {
  content: "";
}

.ri-character-recognition-fill:before {
  content: "";
}

.ri-character-recognition-line:before {
  content: "";
}

.ri-charging-pile-2-fill:before {
  content: "";
}

.ri-charging-pile-2-line:before {
  content: "";
}

.ri-charging-pile-fill:before {
  content: "";
}

.ri-charging-pile-line:before {
  content: "";
}

.ri-chat-1-fill:before {
  content: "";
}

.ri-chat-1-line:before {
  content: "";
}

.ri-chat-2-fill:before {
  content: "";
}

.ri-chat-2-line:before {
  content: "";
}

.ri-chat-3-fill:before {
  content: "";
}

.ri-chat-3-line:before {
  content: "";
}

.ri-chat-4-fill:before {
  content: "";
}

.ri-chat-4-line:before {
  content: "";
}

.ri-chat-check-fill:before {
  content: "";
}

.ri-chat-check-line:before {
  content: "";
}

.ri-chat-delete-fill:before {
  content: "";
}

.ri-chat-delete-line:before {
  content: "";
}

.ri-chat-download-fill:before {
  content: "";
}

.ri-chat-download-line:before {
  content: "";
}

.ri-chat-follow-up-fill:before {
  content: "";
}

.ri-chat-follow-up-line:before {
  content: "";
}

.ri-chat-forward-fill:before {
  content: "";
}

.ri-chat-forward-line:before {
  content: "";
}

.ri-chat-heart-fill:before {
  content: "";
}

.ri-chat-heart-line:before {
  content: "";
}

.ri-chat-history-fill:before {
  content: "";
}

.ri-chat-history-line:before {
  content: "";
}

.ri-chat-new-fill:before {
  content: "";
}

.ri-chat-new-line:before {
  content: "";
}

.ri-chat-off-fill:before {
  content: "";
}

.ri-chat-off-line:before {
  content: "";
}

.ri-chat-poll-fill:before {
  content: "";
}

.ri-chat-poll-line:before {
  content: "";
}

.ri-chat-private-fill:before {
  content: "";
}

.ri-chat-private-line:before {
  content: "";
}

.ri-chat-quote-fill:before {
  content: "";
}

.ri-chat-quote-line:before {
  content: "";
}

.ri-chat-settings-fill:before {
  content: "";
}

.ri-chat-settings-line:before {
  content: "";
}

.ri-chat-smile-2-fill:before {
  content: "";
}

.ri-chat-smile-2-line:before {
  content: "";
}

.ri-chat-smile-3-fill:before {
  content: "";
}

.ri-chat-smile-3-line:before {
  content: "";
}

.ri-chat-smile-fill:before {
  content: "";
}

.ri-chat-smile-line:before {
  content: "";
}

.ri-chat-upload-fill:before {
  content: "";
}

.ri-chat-upload-line:before {
  content: "";
}

.ri-chat-voice-fill:before {
  content: "";
}

.ri-chat-voice-line:before {
  content: "";
}

.ri-check-double-fill:before {
  content: "";
}

.ri-check-double-line:before {
  content: "";
}

.ri-check-fill:before {
  content: "";
}

.ri-check-line:before {
  content: "";
}

.ri-checkbox-blank-circle-fill:before {
  content: "";
}

.ri-checkbox-blank-circle-line:before {
  content: "";
}

.ri-checkbox-blank-fill:before {
  content: "";
}

.ri-checkbox-blank-line:before {
  content: "";
}

.ri-checkbox-circle-fill:before {
  content: "";
}

.ri-checkbox-circle-line:before {
  content: "";
}

.ri-checkbox-fill:before {
  content: "";
}

.ri-checkbox-indeterminate-fill:before {
  content: "";
}

.ri-checkbox-indeterminate-line:before {
  content: "";
}

.ri-checkbox-line:before {
  content: "";
}

.ri-checkbox-multiple-blank-fill:before {
  content: "";
}

.ri-checkbox-multiple-blank-line:before {
  content: "";
}

.ri-checkbox-multiple-fill:before {
  content: "";
}

.ri-checkbox-multiple-line:before {
  content: "";
}

.ri-china-railway-fill:before {
  content: "";
}

.ri-china-railway-line:before {
  content: "";
}

.ri-chrome-fill:before {
  content: "";
}

.ri-chrome-line:before {
  content: "";
}

.ri-clapperboard-fill:before {
  content: "";
}

.ri-clapperboard-line:before {
  content: "";
}

.ri-clipboard-fill:before {
  content: "";
}

.ri-clipboard-line:before {
  content: "";
}

.ri-clockwise-2-fill:before {
  content: "";
}

.ri-clockwise-2-line:before {
  content: "";
}

.ri-clockwise-fill:before {
  content: "";
}

.ri-clockwise-line:before {
  content: "";
}

.ri-close-circle-fill:before {
  content: "";
}

.ri-close-circle-line:before {
  content: "";
}

.ri-close-fill:before {
  content: "";
}

.ri-close-line:before {
  content: "";
}

.ri-closed-captioning-fill:before {
  content: "";
}

.ri-closed-captioning-line:before {
  content: "";
}

.ri-cloud-fill:before {
  content: "";
}

.ri-cloud-line:before {
  content: "";
}

.ri-cloud-off-fill:before {
  content: "";
}

.ri-cloud-off-line:before {
  content: "";
}

.ri-cloud-windy-fill:before {
  content: "";
}

.ri-cloud-windy-line:before {
  content: "";
}

.ri-cloudy-2-fill:before {
  content: "";
}

.ri-cloudy-2-line:before {
  content: "";
}

.ri-cloudy-fill:before {
  content: "";
}

.ri-cloudy-line:before {
  content: "";
}

.ri-code-box-fill:before {
  content: "";
}

.ri-code-box-line:before {
  content: "";
}

.ri-code-fill:before {
  content: "";
}

.ri-code-line:before {
  content: "";
}

.ri-code-s-fill:before {
  content: "";
}

.ri-code-s-line:before {
  content: "";
}

.ri-code-s-slash-fill:before {
  content: "";
}

.ri-code-s-slash-line:before {
  content: "";
}

.ri-code-view:before {
  content: "";
}

.ri-codepen-fill:before {
  content: "";
}

.ri-codepen-line:before {
  content: "";
}

.ri-coin-fill:before {
  content: "";
}

.ri-coin-line:before {
  content: "";
}

.ri-coins-fill:before {
  content: "";
}

.ri-coins-line:before {
  content: "";
}

.ri-collage-fill:before {
  content: "";
}

.ri-collage-line:before {
  content: "";
}

.ri-command-fill:before {
  content: "";
}

.ri-command-line:before {
  content: "";
}

.ri-community-fill:before {
  content: "";
}

.ri-community-line:before {
  content: "";
}

.ri-compass-2-fill:before {
  content: "";
}

.ri-compass-2-line:before {
  content: "";
}

.ri-compass-3-fill:before {
  content: "";
}

.ri-compass-3-line:before {
  content: "";
}

.ri-compass-4-fill:before {
  content: "";
}

.ri-compass-4-line:before {
  content: "";
}

.ri-compass-discover-fill:before {
  content: "";
}

.ri-compass-discover-line:before {
  content: "";
}

.ri-compass-fill:before {
  content: "";
}

.ri-compass-line:before {
  content: "";
}

.ri-compasses-2-fill:before {
  content: "";
}

.ri-compasses-2-line:before {
  content: "";
}

.ri-compasses-fill:before {
  content: "";
}

.ri-compasses-line:before {
  content: "";
}

.ri-computer-fill:before {
  content: "";
}

.ri-computer-line:before {
  content: "";
}

.ri-contacts-book-2-fill:before {
  content: "";
}

.ri-contacts-book-2-line:before {
  content: "";
}

.ri-contacts-book-fill:before {
  content: "";
}

.ri-contacts-book-line:before {
  content: "";
}

.ri-contacts-book-upload-fill:before {
  content: "";
}

.ri-contacts-book-upload-line:before {
  content: "";
}

.ri-contacts-fill:before {
  content: "";
}

.ri-contacts-line:before {
  content: "";
}

.ri-contrast-2-fill:before {
  content: "";
}

.ri-contrast-2-line:before {
  content: "";
}

.ri-contrast-drop-2-fill:before {
  content: "";
}

.ri-contrast-drop-2-line:before {
  content: "";
}

.ri-contrast-drop-fill:before {
  content: "";
}

.ri-contrast-drop-line:before {
  content: "";
}

.ri-contrast-fill:before {
  content: "";
}

.ri-contrast-line:before {
  content: "";
}

.ri-copper-coin-fill:before {
  content: "";
}

.ri-copper-coin-line:before {
  content: "";
}

.ri-copper-diamond-fill:before {
  content: "";
}

.ri-copper-diamond-line:before {
  content: "";
}

.ri-copyleft-fill:before {
  content: "";
}

.ri-copyleft-line:before {
  content: "";
}

.ri-copyright-fill:before {
  content: "";
}

.ri-copyright-line:before {
  content: "";
}

.ri-coreos-fill:before {
  content: "";
}

.ri-coreos-line:before {
  content: "";
}

.ri-coupon-2-fill:before {
  content: "";
}

.ri-coupon-2-line:before {
  content: "";
}

.ri-coupon-3-fill:before {
  content: "";
}

.ri-coupon-3-line:before {
  content: "";
}

.ri-coupon-4-fill:before {
  content: "";
}

.ri-coupon-4-line:before {
  content: "";
}

.ri-coupon-5-fill:before {
  content: "";
}

.ri-coupon-5-line:before {
  content: "";
}

.ri-coupon-fill:before {
  content: "";
}

.ri-coupon-line:before {
  content: "";
}

.ri-cpu-fill:before {
  content: "";
}

.ri-cpu-line:before {
  content: "";
}

.ri-creative-commons-by-fill:before {
  content: "";
}

.ri-creative-commons-by-line:before {
  content: "";
}

.ri-creative-commons-fill:before {
  content: "";
}

.ri-creative-commons-line:before {
  content: "";
}

.ri-creative-commons-nc-fill:before {
  content: "";
}

.ri-creative-commons-nc-line:before {
  content: "";
}

.ri-creative-commons-nd-fill:before {
  content: "";
}

.ri-creative-commons-nd-line:before {
  content: "";
}

.ri-creative-commons-sa-fill:before {
  content: "";
}

.ri-creative-commons-sa-line:before {
  content: "";
}

.ri-creative-commons-zero-fill:before {
  content: "";
}

.ri-creative-commons-zero-line:before {
  content: "";
}

.ri-criminal-fill:before {
  content: "";
}

.ri-criminal-line:before {
  content: "";
}

.ri-crop-2-fill:before {
  content: "";
}

.ri-crop-2-line:before {
  content: "";
}

.ri-crop-fill:before {
  content: "";
}

.ri-crop-line:before {
  content: "";
}

.ri-css3-fill:before {
  content: "";
}

.ri-css3-line:before {
  content: "";
}

.ri-cup-fill:before {
  content: "";
}

.ri-cup-line:before {
  content: "";
}

.ri-currency-fill:before {
  content: "";
}

.ri-currency-line:before {
  content: "";
}

.ri-cursor-fill:before {
  content: "";
}

.ri-cursor-line:before {
  content: "";
}

.ri-customer-service-2-fill:before {
  content: "";
}

.ri-customer-service-2-line:before {
  content: "";
}

.ri-customer-service-fill:before {
  content: "";
}

.ri-customer-service-line:before {
  content: "";
}

.ri-dashboard-2-fill:before {
  content: "";
}

.ri-dashboard-2-line:before {
  content: "";
}

.ri-dashboard-3-fill:before {
  content: "";
}

.ri-dashboard-3-line:before {
  content: "";
}

.ri-dashboard-fill:before {
  content: "";
}

.ri-dashboard-line:before {
  content: "";
}

.ri-database-2-fill:before {
  content: "";
}

.ri-database-2-line:before {
  content: "";
}

.ri-database-fill:before {
  content: "";
}

.ri-database-line:before {
  content: "";
}

.ri-delete-back-2-fill:before {
  content: "";
}

.ri-delete-back-2-line:before {
  content: "";
}

.ri-delete-back-fill:before {
  content: "";
}

.ri-delete-back-line:before {
  content: "";
}

.ri-delete-bin-2-fill:before {
  content: "";
}

.ri-delete-bin-2-line:before {
  content: "";
}

.ri-delete-bin-3-fill:before {
  content: "";
}

.ri-delete-bin-3-line:before {
  content: "";
}

.ri-delete-bin-4-fill:before {
  content: "";
}

.ri-delete-bin-4-line:before {
  content: "";
}

.ri-delete-bin-5-fill:before {
  content: "";
}

.ri-delete-bin-5-line:before {
  content: "";
}

.ri-delete-bin-6-fill:before {
  content: "";
}

.ri-delete-bin-6-line:before {
  content: "";
}

.ri-delete-bin-7-fill:before {
  content: "";
}

.ri-delete-bin-7-line:before {
  content: "";
}

.ri-delete-bin-fill:before {
  content: "";
}

.ri-delete-bin-line:before {
  content: "";
}

.ri-delete-column:before {
  content: "";
}

.ri-delete-row:before {
  content: "";
}

.ri-device-fill:before {
  content: "";
}

.ri-device-line:before {
  content: "";
}

.ri-device-recover-fill:before {
  content: "";
}

.ri-device-recover-line:before {
  content: "";
}

.ri-dingding-fill:before {
  content: "";
}

.ri-dingding-line:before {
  content: "";
}

.ri-direction-fill:before {
  content: "";
}

.ri-direction-line:before {
  content: "";
}

.ri-disc-fill:before {
  content: "";
}

.ri-disc-line:before {
  content: "";
}

.ri-discord-fill:before {
  content: "";
}

.ri-discord-line:before {
  content: "";
}

.ri-discuss-fill:before {
  content: "";
}

.ri-discuss-line:before {
  content: "";
}

.ri-dislike-fill:before {
  content: "";
}

.ri-dislike-line:before {
  content: "";
}

.ri-disqus-fill:before {
  content: "";
}

.ri-disqus-line:before {
  content: "";
}

.ri-divide-fill:before {
  content: "";
}

.ri-divide-line:before {
  content: "";
}

.ri-donut-chart-fill:before {
  content: "";
}

.ri-donut-chart-line:before {
  content: "";
}

.ri-door-closed-fill:before {
  content: "";
}

.ri-door-closed-line:before {
  content: "";
}

.ri-door-fill:before {
  content: "";
}

.ri-door-line:before {
  content: "";
}

.ri-door-lock-box-fill:before {
  content: "";
}

.ri-door-lock-box-line:before {
  content: "";
}

.ri-door-lock-fill:before {
  content: "";
}

.ri-door-lock-line:before {
  content: "";
}

.ri-door-open-fill:before {
  content: "";
}

.ri-door-open-line:before {
  content: "";
}

.ri-dossier-fill:before {
  content: "";
}

.ri-dossier-line:before {
  content: "";
}

.ri-douban-fill:before {
  content: "";
}

.ri-douban-line:before {
  content: "";
}

.ri-double-quotes-l:before {
  content: "";
}

.ri-double-quotes-r:before {
  content: "";
}

.ri-download-2-fill:before {
  content: "";
}

.ri-download-2-line:before {
  content: "";
}

.ri-download-cloud-2-fill:before {
  content: "";
}

.ri-download-cloud-2-line:before {
  content: "";
}

.ri-download-cloud-fill:before {
  content: "";
}

.ri-download-cloud-line:before {
  content: "";
}

.ri-download-fill:before {
  content: "";
}

.ri-download-line:before {
  content: "";
}

.ri-draft-fill:before {
  content: "";
}

.ri-draft-line:before {
  content: "";
}

.ri-drag-drop-fill:before {
  content: "";
}

.ri-drag-drop-line:before {
  content: "";
}

.ri-drag-move-2-fill:before {
  content: "";
}

.ri-drag-move-2-line:before {
  content: "";
}

.ri-drag-move-fill:before {
  content: "";
}

.ri-drag-move-line:before {
  content: "";
}

.ri-dribbble-fill:before {
  content: "";
}

.ri-dribbble-line:before {
  content: "";
}

.ri-drive-fill:before {
  content: "";
}

.ri-drive-line:before {
  content: "";
}

.ri-drizzle-fill:before {
  content: "";
}

.ri-drizzle-line:before {
  content: "";
}

.ri-drop-fill:before {
  content: "";
}

.ri-drop-line:before {
  content: "";
}

.ri-dropbox-fill:before {
  content: "";
}

.ri-dropbox-line:before {
  content: "";
}

.ri-dual-sim-1-fill:before {
  content: "";
}

.ri-dual-sim-1-line:before {
  content: "";
}

.ri-dual-sim-2-fill:before {
  content: "";
}

.ri-dual-sim-2-line:before {
  content: "";
}

.ri-dv-fill:before {
  content: "";
}

.ri-dv-line:before {
  content: "";
}

.ri-dvd-fill:before {
  content: "";
}

.ri-dvd-line:before {
  content: "";
}

.ri-e-bike-2-fill:before {
  content: "";
}

.ri-e-bike-2-line:before {
  content: "";
}

.ri-e-bike-fill:before {
  content: "";
}

.ri-e-bike-line:before {
  content: "";
}

.ri-earth-fill:before {
  content: "";
}

.ri-earth-line:before {
  content: "";
}

.ri-earthquake-fill:before {
  content: "";
}

.ri-earthquake-line:before {
  content: "";
}

.ri-edge-fill:before {
  content: "";
}

.ri-edge-line:before {
  content: "";
}

.ri-edit-2-fill:before {
  content: "";
}

.ri-edit-2-line:before {
  content: "";
}

.ri-edit-box-fill:before {
  content: "";
}

.ri-edit-box-line:before {
  content: "";
}

.ri-edit-circle-fill:before {
  content: "";
}

.ri-edit-circle-line:before {
  content: "";
}

.ri-edit-fill:before {
  content: "";
}

.ri-edit-line:before {
  content: "";
}

.ri-eject-fill:before {
  content: "";
}

.ri-eject-line:before {
  content: "";
}

.ri-emotion-2-fill:before {
  content: "";
}

.ri-emotion-2-line:before {
  content: "";
}

.ri-emotion-fill:before {
  content: "";
}

.ri-emotion-happy-fill:before {
  content: "";
}

.ri-emotion-happy-line:before {
  content: "";
}

.ri-emotion-laugh-fill:before {
  content: "";
}

.ri-emotion-laugh-line:before {
  content: "";
}

.ri-emotion-line:before {
  content: "";
}

.ri-emotion-normal-fill:before {
  content: "";
}

.ri-emotion-normal-line:before {
  content: "";
}

.ri-emotion-sad-fill:before {
  content: "";
}

.ri-emotion-sad-line:before {
  content: "";
}

.ri-emotion-unhappy-fill:before {
  content: "";
}

.ri-emotion-unhappy-line:before {
  content: "";
}

.ri-empathize-fill:before {
  content: "";
}

.ri-empathize-line:before {
  content: "";
}

.ri-emphasis-cn:before {
  content: "";
}

.ri-emphasis:before {
  content: "";
}

.ri-english-input:before {
  content: "";
}

.ri-equalizer-fill:before {
  content: "";
}

.ri-equalizer-line:before {
  content: "";
}

.ri-eraser-fill:before {
  content: "";
}

.ri-eraser-line:before {
  content: "";
}

.ri-error-warning-fill:before {
  content: "";
}

.ri-error-warning-line:before {
  content: "";
}

.ri-evernote-fill:before {
  content: "";
}

.ri-evernote-line:before {
  content: "";
}

.ri-exchange-box-fill:before {
  content: "";
}

.ri-exchange-box-line:before {
  content: "";
}

.ri-exchange-cny-fill:before {
  content: "";
}

.ri-exchange-cny-line:before {
  content: "";
}

.ri-exchange-dollar-fill:before {
  content: "";
}

.ri-exchange-dollar-line:before {
  content: "";
}

.ri-exchange-fill:before {
  content: "";
}

.ri-exchange-funds-fill:before {
  content: "";
}

.ri-exchange-funds-line:before {
  content: "";
}

.ri-exchange-line:before {
  content: "";
}

.ri-external-link-fill:before {
  content: "";
}

.ri-external-link-line:before {
  content: "";
}

.ri-eye-2-fill:before {
  content: "";
}

.ri-eye-2-line:before {
  content: "";
}

.ri-eye-close-fill:before {
  content: "";
}

.ri-eye-close-line:before {
  content: "";
}

.ri-eye-fill:before {
  content: "";
}

.ri-eye-line:before {
  content: "";
}

.ri-eye-off-fill:before {
  content: "";
}

.ri-eye-off-line:before {
  content: "";
}

.ri-facebook-box-fill:before {
  content: "";
}

.ri-facebook-box-line:before {
  content: "";
}

.ri-facebook-circle-fill:before {
  content: "";
}

.ri-facebook-circle-line:before {
  content: "";
}

.ri-facebook-fill:before {
  content: "";
}

.ri-facebook-line:before {
  content: "";
}

.ri-fahrenheit-fill:before {
  content: "";
}

.ri-fahrenheit-line:before {
  content: "";
}

.ri-feedback-fill:before {
  content: "";
}

.ri-feedback-line:before {
  content: "";
}

.ri-file-2-fill:before {
  content: "";
}

.ri-file-2-line:before {
  content: "";
}

.ri-file-3-fill:before {
  content: "";
}

.ri-file-3-line:before {
  content: "";
}

.ri-file-4-fill:before {
  content: "";
}

.ri-file-4-line:before {
  content: "";
}

.ri-file-add-fill:before {
  content: "";
}

.ri-file-add-line:before {
  content: "";
}

.ri-file-chart-2-fill:before {
  content: "";
}

.ri-file-chart-2-line:before {
  content: "";
}

.ri-file-chart-fill:before {
  content: "";
}

.ri-file-chart-line:before {
  content: "";
}

.ri-file-cloud-fill:before {
  content: "";
}

.ri-file-cloud-line:before {
  content: "";
}

.ri-file-code-fill:before {
  content: "";
}

.ri-file-code-line:before {
  content: "";
}

.ri-file-copy-2-fill:before {
  content: "";
}

.ri-file-copy-2-line:before {
  content: "";
}

.ri-file-copy-fill:before {
  content: "";
}

.ri-file-copy-line:before {
  content: "";
}

.ri-file-damage-fill:before {
  content: "";
}

.ri-file-damage-line:before {
  content: "";
}

.ri-file-download-fill:before {
  content: "";
}

.ri-file-download-line:before {
  content: "";
}

.ri-file-edit-fill:before {
  content: "";
}

.ri-file-edit-line:before {
  content: "";
}

.ri-file-excel-2-fill:before {
  content: "";
}

.ri-file-excel-2-line:before {
  content: "";
}

.ri-file-excel-fill:before {
  content: "";
}

.ri-file-excel-line:before {
  content: "";
}

.ri-file-fill:before {
  content: "";
}

.ri-file-forbid-fill:before {
  content: "";
}

.ri-file-forbid-line:before {
  content: "";
}

.ri-file-gif-fill:before {
  content: "";
}

.ri-file-gif-line:before {
  content: "";
}

.ri-file-history-fill:before {
  content: "";
}

.ri-file-history-line:before {
  content: "";
}

.ri-file-hwp-fill:before {
  content: "";
}

.ri-file-hwp-line:before {
  content: "";
}

.ri-file-info-fill:before {
  content: "";
}

.ri-file-info-line:before {
  content: "";
}

.ri-file-line:before {
  content: "";
}

.ri-file-list-2-fill:before {
  content: "";
}

.ri-file-list-2-line:before {
  content: "";
}

.ri-file-list-3-fill:before {
  content: "";
}

.ri-file-list-3-line:before {
  content: "";
}

.ri-file-list-fill:before {
  content: "";
}

.ri-file-list-line:before {
  content: "";
}

.ri-file-lock-fill:before {
  content: "";
}

.ri-file-lock-line:before {
  content: "";
}

.ri-file-marked-fill:before {
  content: "";
}

.ri-file-marked-line:before {
  content: "";
}

.ri-file-music-fill:before {
  content: "";
}

.ri-file-music-line:before {
  content: "";
}

.ri-file-paper-2-fill:before {
  content: "";
}

.ri-file-paper-2-line:before {
  content: "";
}

.ri-file-paper-fill:before {
  content: "";
}

.ri-file-paper-line:before {
  content: "";
}

.ri-file-pdf-fill:before {
  content: "";
}

.ri-file-pdf-line:before {
  content: "";
}

.ri-file-ppt-2-fill:before {
  content: "";
}

.ri-file-ppt-2-line:before {
  content: "";
}

.ri-file-ppt-fill:before {
  content: "";
}

.ri-file-ppt-line:before {
  content: "";
}

.ri-file-reduce-fill:before {
  content: "";
}

.ri-file-reduce-line:before {
  content: "";
}

.ri-file-search-fill:before {
  content: "";
}

.ri-file-search-line:before {
  content: "";
}

.ri-file-settings-fill:before {
  content: "";
}

.ri-file-settings-line:before {
  content: "";
}

.ri-file-shield-2-fill:before {
  content: "";
}

.ri-file-shield-2-line:before {
  content: "";
}

.ri-file-shield-fill:before {
  content: "";
}

.ri-file-shield-line:before {
  content: "";
}

.ri-file-shred-fill:before {
  content: "";
}

.ri-file-shred-line:before {
  content: "";
}

.ri-file-text-fill:before {
  content: "";
}

.ri-file-text-line:before {
  content: "";
}

.ri-file-transfer-fill:before {
  content: "";
}

.ri-file-transfer-line:before {
  content: "";
}

.ri-file-unknow-fill:before {
  content: "";
}

.ri-file-unknow-line:before {
  content: "";
}

.ri-file-upload-fill:before {
  content: "";
}

.ri-file-upload-line:before {
  content: "";
}

.ri-file-user-fill:before {
  content: "";
}

.ri-file-user-line:before {
  content: "";
}

.ri-file-warning-fill:before {
  content: "";
}

.ri-file-warning-line:before {
  content: "";
}

.ri-file-word-2-fill:before {
  content: "";
}

.ri-file-word-2-line:before {
  content: "";
}

.ri-file-word-fill:before {
  content: "";
}

.ri-file-word-line:before {
  content: "";
}

.ri-file-zip-fill:before {
  content: "";
}

.ri-file-zip-line:before {
  content: "";
}

.ri-film-fill:before {
  content: "";
}

.ri-film-line:before {
  content: "";
}

.ri-filter-2-fill:before {
  content: "";
}

.ri-filter-2-line:before {
  content: "";
}

.ri-filter-3-fill:before {
  content: "";
}

.ri-filter-3-line:before {
  content: "";
}

.ri-filter-fill:before {
  content: "";
}

.ri-filter-line:before {
  content: "";
}

.ri-filter-off-fill:before {
  content: "";
}

.ri-filter-off-line:before {
  content: "";
}

.ri-find-replace-fill:before {
  content: "";
}

.ri-find-replace-line:before {
  content: "";
}

.ri-finder-fill:before {
  content: "";
}

.ri-finder-line:before {
  content: "";
}

.ri-fingerprint-2-fill:before {
  content: "";
}

.ri-fingerprint-2-line:before {
  content: "";
}

.ri-fingerprint-fill:before {
  content: "";
}

.ri-fingerprint-line:before {
  content: "";
}

.ri-fire-fill:before {
  content: "";
}

.ri-fire-line:before {
  content: "";
}

.ri-firefox-fill:before {
  content: "";
}

.ri-firefox-line:before {
  content: "";
}

.ri-first-aid-kit-fill:before {
  content: "";
}

.ri-first-aid-kit-line:before {
  content: "";
}

.ri-flag-2-fill:before {
  content: "";
}

.ri-flag-2-line:before {
  content: "";
}

.ri-flag-fill:before {
  content: "";
}

.ri-flag-line:before {
  content: "";
}

.ri-flashlight-fill:before {
  content: "";
}

.ri-flashlight-line:before {
  content: "";
}

.ri-flask-fill:before {
  content: "";
}

.ri-flask-line:before {
  content: "";
}

.ri-flight-land-fill:before {
  content: "";
}

.ri-flight-land-line:before {
  content: "";
}

.ri-flight-takeoff-fill:before {
  content: "";
}

.ri-flight-takeoff-line:before {
  content: "";
}

.ri-flood-fill:before {
  content: "";
}

.ri-flood-line:before {
  content: "";
}

.ri-flow-chart:before {
  content: "";
}

.ri-flutter-fill:before {
  content: "";
}

.ri-flutter-line:before {
  content: "";
}

.ri-focus-2-fill:before {
  content: "";
}

.ri-focus-2-line:before {
  content: "";
}

.ri-focus-3-fill:before {
  content: "";
}

.ri-focus-3-line:before {
  content: "";
}

.ri-focus-fill:before {
  content: "";
}

.ri-focus-line:before {
  content: "";
}

.ri-foggy-fill:before {
  content: "";
}

.ri-foggy-line:before {
  content: "";
}

.ri-folder-2-fill:before {
  content: "";
}

.ri-folder-2-line:before {
  content: "";
}

.ri-folder-3-fill:before {
  content: "";
}

.ri-folder-3-line:before {
  content: "";
}

.ri-folder-4-fill:before {
  content: "";
}

.ri-folder-4-line:before {
  content: "";
}

.ri-folder-5-fill:before {
  content: "";
}

.ri-folder-5-line:before {
  content: "";
}

.ri-folder-add-fill:before {
  content: "";
}

.ri-folder-add-line:before {
  content: "";
}

.ri-folder-chart-2-fill:before {
  content: "";
}

.ri-folder-chart-2-line:before {
  content: "";
}

.ri-folder-chart-fill:before {
  content: "";
}

.ri-folder-chart-line:before {
  content: "";
}

.ri-folder-download-fill:before {
  content: "";
}

.ri-folder-download-line:before {
  content: "";
}

.ri-folder-fill:before {
  content: "";
}

.ri-folder-forbid-fill:before {
  content: "";
}

.ri-folder-forbid-line:before {
  content: "";
}

.ri-folder-history-fill:before {
  content: "";
}

.ri-folder-history-line:before {
  content: "";
}

.ri-folder-info-fill:before {
  content: "";
}

.ri-folder-info-line:before {
  content: "";
}

.ri-folder-keyhole-fill:before {
  content: "";
}

.ri-folder-keyhole-line:before {
  content: "";
}

.ri-folder-line:before {
  content: "";
}

.ri-folder-lock-fill:before {
  content: "";
}

.ri-folder-lock-line:before {
  content: "";
}

.ri-folder-music-fill:before {
  content: "";
}

.ri-folder-music-line:before {
  content: "";
}

.ri-folder-open-fill:before {
  content: "";
}

.ri-folder-open-line:before {
  content: "";
}

.ri-folder-received-fill:before {
  content: "";
}

.ri-folder-received-line:before {
  content: "";
}

.ri-folder-reduce-fill:before {
  content: "";
}

.ri-folder-reduce-line:before {
  content: "";
}

.ri-folder-settings-fill:before {
  content: "";
}

.ri-folder-settings-line:before {
  content: "";
}

.ri-folder-shared-fill:before {
  content: "";
}

.ri-folder-shared-line:before {
  content: "";
}

.ri-folder-shield-2-fill:before {
  content: "";
}

.ri-folder-shield-2-line:before {
  content: "";
}

.ri-folder-shield-fill:before {
  content: "";
}

.ri-folder-shield-line:before {
  content: "";
}

.ri-folder-transfer-fill:before {
  content: "";
}

.ri-folder-transfer-line:before {
  content: "";
}

.ri-folder-unknow-fill:before {
  content: "";
}

.ri-folder-unknow-line:before {
  content: "";
}

.ri-folder-upload-fill:before {
  content: "";
}

.ri-folder-upload-line:before {
  content: "";
}

.ri-folder-user-fill:before {
  content: "";
}

.ri-folder-user-line:before {
  content: "";
}

.ri-folder-warning-fill:before {
  content: "";
}

.ri-folder-warning-line:before {
  content: "";
}

.ri-folder-zip-fill:before {
  content: "";
}

.ri-folder-zip-line:before {
  content: "";
}

.ri-folders-fill:before {
  content: "";
}

.ri-folders-line:before {
  content: "";
}

.ri-font-color:before {
  content: "";
}

.ri-font-size-2:before {
  content: "";
}

.ri-font-size:before {
  content: "";
}

.ri-football-fill:before {
  content: "";
}

.ri-football-line:before {
  content: "";
}

.ri-footprint-fill:before {
  content: "";
}

.ri-footprint-line:before {
  content: "";
}

.ri-forbid-2-fill:before {
  content: "";
}

.ri-forbid-2-line:before {
  content: "";
}

.ri-forbid-fill:before {
  content: "";
}

.ri-forbid-line:before {
  content: "";
}

.ri-format-clear:before {
  content: "";
}

.ri-fridge-fill:before {
  content: "";
}

.ri-fridge-line:before {
  content: "";
}

.ri-fullscreen-exit-fill:before {
  content: "";
}

.ri-fullscreen-exit-line:before {
  content: "";
}

.ri-fullscreen-fill:before {
  content: "";
}

.ri-fullscreen-line:before {
  content: "";
}

.ri-function-fill:before {
  content: "";
}

.ri-function-line:before {
  content: "";
}

.ri-functions:before {
  content: "";
}

.ri-funds-box-fill:before {
  content: "";
}

.ri-funds-box-line:before {
  content: "";
}

.ri-funds-fill:before {
  content: "";
}

.ri-funds-line:before {
  content: "";
}

.ri-gallery-fill:before {
  content: "";
}

.ri-gallery-line:before {
  content: "";
}

.ri-gallery-upload-fill:before {
  content: "";
}

.ri-gallery-upload-line:before {
  content: "";
}

.ri-game-fill:before {
  content: "";
}

.ri-game-line:before {
  content: "";
}

.ri-gamepad-fill:before {
  content: "";
}

.ri-gamepad-line:before {
  content: "";
}

.ri-gas-station-fill:before {
  content: "";
}

.ri-gas-station-line:before {
  content: "";
}

.ri-gatsby-fill:before {
  content: "";
}

.ri-gatsby-line:before {
  content: "";
}

.ri-genderless-fill:before {
  content: "";
}

.ri-genderless-line:before {
  content: "";
}

.ri-ghost-2-fill:before {
  content: "";
}

.ri-ghost-2-line:before {
  content: "";
}

.ri-ghost-fill:before {
  content: "";
}

.ri-ghost-line:before {
  content: "";
}

.ri-ghost-smile-fill:before {
  content: "";
}

.ri-ghost-smile-line:before {
  content: "";
}

.ri-gift-2-fill:before {
  content: "";
}

.ri-gift-2-line:before {
  content: "";
}

.ri-gift-fill:before {
  content: "";
}

.ri-gift-line:before {
  content: "";
}

.ri-git-branch-fill:before {
  content: "";
}

.ri-git-branch-line:before {
  content: "";
}

.ri-git-commit-fill:before {
  content: "";
}

.ri-git-commit-line:before {
  content: "";
}

.ri-git-merge-fill:before {
  content: "";
}

.ri-git-merge-line:before {
  content: "";
}

.ri-git-pull-request-fill:before {
  content: "";
}

.ri-git-pull-request-line:before {
  content: "";
}

.ri-git-repository-commits-fill:before {
  content: "";
}

.ri-git-repository-commits-line:before {
  content: "";
}

.ri-git-repository-fill:before {
  content: "";
}

.ri-git-repository-line:before {
  content: "";
}

.ri-git-repository-private-fill:before {
  content: "";
}

.ri-git-repository-private-line:before {
  content: "";
}

.ri-github-fill:before {
  content: "";
}

.ri-github-line:before {
  content: "";
}

.ri-gitlab-fill:before {
  content: "";
}

.ri-gitlab-line:before {
  content: "";
}

.ri-global-fill:before {
  content: "";
}

.ri-global-line:before {
  content: "";
}

.ri-globe-fill:before {
  content: "";
}

.ri-globe-line:before {
  content: "";
}

.ri-goblet-fill:before {
  content: "";
}

.ri-goblet-line:before {
  content: "";
}

.ri-google-fill:before {
  content: "";
}

.ri-google-line:before {
  content: "";
}

.ri-google-play-fill:before {
  content: "";
}

.ri-google-play-line:before {
  content: "";
}

.ri-government-fill:before {
  content: "";
}

.ri-government-line:before {
  content: "";
}

.ri-gps-fill:before {
  content: "";
}

.ri-gps-line:before {
  content: "";
}

.ri-gradienter-fill:before {
  content: "";
}

.ri-gradienter-line:before {
  content: "";
}

.ri-grid-fill:before {
  content: "";
}

.ri-grid-line:before {
  content: "";
}

.ri-group-2-fill:before {
  content: "";
}

.ri-group-2-line:before {
  content: "";
}

.ri-group-fill:before {
  content: "";
}

.ri-group-line:before {
  content: "";
}

.ri-guide-fill:before {
  content: "";
}

.ri-guide-line:before {
  content: "";
}

.ri-h-1:before {
  content: "";
}

.ri-h-2:before {
  content: "";
}

.ri-h-3:before {
  content: "";
}

.ri-h-4:before {
  content: "";
}

.ri-h-5:before {
  content: "";
}

.ri-h-6:before {
  content: "";
}

.ri-hail-fill:before {
  content: "";
}

.ri-hail-line:before {
  content: "";
}

.ri-hammer-fill:before {
  content: "";
}

.ri-hammer-line:before {
  content: "";
}

.ri-hand-coin-fill:before {
  content: "";
}

.ri-hand-coin-line:before {
  content: "";
}

.ri-hand-heart-fill:before {
  content: "";
}

.ri-hand-heart-line:before {
  content: "";
}

.ri-hand-sanitizer-fill:before {
  content: "";
}

.ri-hand-sanitizer-line:before {
  content: "";
}

.ri-handbag-fill:before {
  content: "";
}

.ri-handbag-line:before {
  content: "";
}

.ri-hard-drive-2-fill:before {
  content: "";
}

.ri-hard-drive-2-line:before {
  content: "";
}

.ri-hard-drive-fill:before {
  content: "";
}

.ri-hard-drive-line:before {
  content: "";
}

.ri-hashtag:before {
  content: "";
}

.ri-haze-2-fill:before {
  content: "";
}

.ri-haze-2-line:before {
  content: "";
}

.ri-haze-fill:before {
  content: "";
}

.ri-haze-line:before {
  content: "";
}

.ri-hd-fill:before {
  content: "";
}

.ri-hd-line:before {
  content: "";
}

.ri-heading:before {
  content: "";
}

.ri-headphone-fill:before {
  content: "";
}

.ri-headphone-line:before {
  content: "";
}

.ri-health-book-fill:before {
  content: "";
}

.ri-health-book-line:before {
  content: "";
}

.ri-heart-2-fill:before {
  content: "";
}

.ri-heart-2-line:before {
  content: "";
}

.ri-heart-3-fill:before {
  content: "";
}

.ri-heart-3-line:before {
  content: "";
}

.ri-heart-add-fill:before {
  content: "";
}

.ri-heart-add-line:before {
  content: "";
}

.ri-heart-fill:before {
  content: "";
}

.ri-heart-line:before {
  content: "";
}

.ri-heart-pulse-fill:before {
  content: "";
}

.ri-heart-pulse-line:before {
  content: "";
}

.ri-hearts-fill:before {
  content: "";
}

.ri-hearts-line:before {
  content: "";
}

.ri-heavy-showers-fill:before {
  content: "";
}

.ri-heavy-showers-line:before {
  content: "";
}

.ri-history-fill:before {
  content: "";
}

.ri-history-line:before {
  content: "";
}

.ri-home-2-fill:before {
  content: "";
}

.ri-home-2-line:before {
  content: "";
}

.ri-home-3-fill:before {
  content: "";
}

.ri-home-3-line:before {
  content: "";
}

.ri-home-4-fill:before {
  content: "";
}

.ri-home-4-line:before {
  content: "";
}

.ri-home-5-fill:before {
  content: "";
}

.ri-home-5-line:before {
  content: "";
}

.ri-home-6-fill:before {
  content: "";
}

.ri-home-6-line:before {
  content: "";
}

.ri-home-7-fill:before {
  content: "";
}

.ri-home-7-line:before {
  content: "";
}

.ri-home-8-fill:before {
  content: "";
}

.ri-home-8-line:before {
  content: "";
}

.ri-home-fill:before {
  content: "";
}

.ri-home-gear-fill:before {
  content: "";
}

.ri-home-gear-line:before {
  content: "";
}

.ri-home-heart-fill:before {
  content: "";
}

.ri-home-heart-line:before {
  content: "";
}

.ri-home-line:before {
  content: "";
}

.ri-home-smile-2-fill:before {
  content: "";
}

.ri-home-smile-2-line:before {
  content: "";
}

.ri-home-smile-fill:before {
  content: "";
}

.ri-home-smile-line:before {
  content: "";
}

.ri-home-wifi-fill:before {
  content: "";
}

.ri-home-wifi-line:before {
  content: "";
}

.ri-honor-of-kings-fill:before {
  content: "";
}

.ri-honor-of-kings-line:before {
  content: "";
}

.ri-honour-fill:before {
  content: "";
}

.ri-honour-line:before {
  content: "";
}

.ri-hospital-fill:before {
  content: "";
}

.ri-hospital-line:before {
  content: "";
}

.ri-hotel-bed-fill:before {
  content: "";
}

.ri-hotel-bed-line:before {
  content: "";
}

.ri-hotel-fill:before {
  content: "";
}

.ri-hotel-line:before {
  content: "";
}

.ri-hotspot-fill:before {
  content: "";
}

.ri-hotspot-line:before {
  content: "";
}

.ri-hq-fill:before {
  content: "";
}

.ri-hq-line:before {
  content: "";
}

.ri-html5-fill:before {
  content: "";
}

.ri-html5-line:before {
  content: "";
}

.ri-ie-fill:before {
  content: "";
}

.ri-ie-line:before {
  content: "";
}

.ri-image-2-fill:before {
  content: "";
}

.ri-image-2-line:before {
  content: "";
}

.ri-image-add-fill:before {
  content: "";
}

.ri-image-add-line:before {
  content: "";
}

.ri-image-edit-fill:before {
  content: "";
}

.ri-image-edit-line:before {
  content: "";
}

.ri-image-fill:before {
  content: "";
}

.ri-image-line:before {
  content: "";
}

.ri-inbox-archive-fill:before {
  content: "";
}

.ri-inbox-archive-line:before {
  content: "";
}

.ri-inbox-fill:before {
  content: "";
}

.ri-inbox-line:before {
  content: "";
}

.ri-inbox-unarchive-fill:before {
  content: "";
}

.ri-inbox-unarchive-line:before {
  content: "";
}

.ri-increase-decrease-fill:before {
  content: "";
}

.ri-increase-decrease-line:before {
  content: "";
}

.ri-indent-decrease:before {
  content: "";
}

.ri-indent-increase:before {
  content: "";
}

.ri-indeterminate-circle-fill:before {
  content: "";
}

.ri-indeterminate-circle-line:before {
  content: "";
}

.ri-information-fill:before {
  content: "";
}

.ri-information-line:before {
  content: "";
}

.ri-infrared-thermometer-fill:before {
  content: "";
}

.ri-infrared-thermometer-line:before {
  content: "";
}

.ri-ink-bottle-fill:before {
  content: "";
}

.ri-ink-bottle-line:before {
  content: "";
}

.ri-input-cursor-move:before {
  content: "";
}

.ri-input-method-fill:before {
  content: "";
}

.ri-input-method-line:before {
  content: "";
}

.ri-insert-column-left:before {
  content: "";
}

.ri-insert-column-right:before {
  content: "";
}

.ri-insert-row-bottom:before {
  content: "";
}

.ri-insert-row-top:before {
  content: "";
}

.ri-instagram-fill:before {
  content: "";
}

.ri-instagram-line:before {
  content: "";
}

.ri-install-fill:before {
  content: "";
}

.ri-install-line:before {
  content: "";
}

.ri-invision-fill:before {
  content: "";
}

.ri-invision-line:before {
  content: "";
}

.ri-italic:before {
  content: "";
}

.ri-kakao-talk-fill:before {
  content: "";
}

.ri-kakao-talk-line:before {
  content: "";
}

.ri-key-2-fill:before {
  content: "";
}

.ri-key-2-line:before {
  content: "";
}

.ri-key-fill:before {
  content: "";
}

.ri-key-line:before {
  content: "";
}

.ri-keyboard-box-fill:before {
  content: "";
}

.ri-keyboard-box-line:before {
  content: "";
}

.ri-keyboard-fill:before {
  content: "";
}

.ri-keyboard-line:before {
  content: "";
}

.ri-keynote-fill:before {
  content: "";
}

.ri-keynote-line:before {
  content: "";
}

.ri-knife-blood-fill:before {
  content: "";
}

.ri-knife-blood-line:before {
  content: "";
}

.ri-knife-fill:before {
  content: "";
}

.ri-knife-line:before {
  content: "";
}

.ri-landscape-fill:before {
  content: "";
}

.ri-landscape-line:before {
  content: "";
}

.ri-layout-2-fill:before {
  content: "";
}

.ri-layout-2-line:before {
  content: "";
}

.ri-layout-3-fill:before {
  content: "";
}

.ri-layout-3-line:before {
  content: "";
}

.ri-layout-4-fill:before {
  content: "";
}

.ri-layout-4-line:before {
  content: "";
}

.ri-layout-5-fill:before {
  content: "";
}

.ri-layout-5-line:before {
  content: "";
}

.ri-layout-6-fill:before {
  content: "";
}

.ri-layout-6-line:before {
  content: "";
}

.ri-layout-bottom-2-fill:before {
  content: "";
}

.ri-layout-bottom-2-line:before {
  content: "";
}

.ri-layout-bottom-fill:before {
  content: "";
}

.ri-layout-bottom-line:before {
  content: "";
}

.ri-layout-column-fill:before {
  content: "";
}

.ri-layout-column-line:before {
  content: "";
}

.ri-layout-fill:before {
  content: "";
}

.ri-layout-grid-fill:before {
  content: "";
}

.ri-layout-grid-line:before {
  content: "";
}

.ri-layout-left-2-fill:before {
  content: "";
}

.ri-layout-left-2-line:before {
  content: "";
}

.ri-layout-left-fill:before {
  content: "";
}

.ri-layout-left-line:before {
  content: "";
}

.ri-layout-line:before {
  content: "";
}

.ri-layout-masonry-fill:before {
  content: "";
}

.ri-layout-masonry-line:before {
  content: "";
}

.ri-layout-right-2-fill:before {
  content: "";
}

.ri-layout-right-2-line:before {
  content: "";
}

.ri-layout-right-fill:before {
  content: "";
}

.ri-layout-right-line:before {
  content: "";
}

.ri-layout-row-fill:before {
  content: "";
}

.ri-layout-row-line:before {
  content: "";
}

.ri-layout-top-2-fill:before {
  content: "";
}

.ri-layout-top-2-line:before {
  content: "";
}

.ri-layout-top-fill:before {
  content: "";
}

.ri-layout-top-line:before {
  content: "";
}

.ri-leaf-fill:before {
  content: "";
}

.ri-leaf-line:before {
  content: "";
}

.ri-lifebuoy-fill:before {
  content: "";
}

.ri-lifebuoy-line:before {
  content: "";
}

.ri-lightbulb-fill:before {
  content: "";
}

.ri-lightbulb-flash-fill:before {
  content: "";
}

.ri-lightbulb-flash-line:before {
  content: "";
}

.ri-lightbulb-line:before {
  content: "";
}

.ri-line-chart-fill:before {
  content: "";
}

.ri-line-chart-line:before {
  content: "";
}

.ri-line-fill:before {
  content: "";
}

.ri-line-height:before {
  content: "";
}

.ri-line-line:before {
  content: "";
}

.ri-link-m:before {
  content: "";
}

.ri-link-unlink-m:before {
  content: "";
}

.ri-link-unlink:before {
  content: "";
}

.ri-link:before {
  content: "";
}

.ri-linkedin-box-fill:before {
  content: "";
}

.ri-linkedin-box-line:before {
  content: "";
}

.ri-linkedin-fill:before {
  content: "";
}

.ri-linkedin-line:before {
  content: "";
}

.ri-links-fill:before {
  content: "";
}

.ri-links-line:before {
  content: "";
}

.ri-list-check-2:before {
  content: "";
}

.ri-list-check:before {
  content: "";
}

.ri-list-ordered:before {
  content: "";
}

.ri-list-settings-fill:before {
  content: "";
}

.ri-list-settings-line:before {
  content: "";
}

.ri-list-unordered:before {
  content: "";
}

.ri-live-fill:before {
  content: "";
}

.ri-live-line:before {
  content: "";
}

.ri-loader-2-fill:before {
  content: "";
}

.ri-loader-2-line:before {
  content: "";
}

.ri-loader-3-fill:before {
  content: "";
}

.ri-loader-3-line:before {
  content: "";
}

.ri-loader-4-fill:before {
  content: "";
}

.ri-loader-4-line:before {
  content: "";
}

.ri-loader-5-fill:before {
  content: "";
}

.ri-loader-5-line:before {
  content: "";
}

.ri-loader-fill:before {
  content: "";
}

.ri-loader-line:before {
  content: "";
}

.ri-lock-2-fill:before {
  content: "";
}

.ri-lock-2-line:before {
  content: "";
}

.ri-lock-fill:before {
  content: "";
}

.ri-lock-line:before {
  content: "";
}

.ri-lock-password-fill:before {
  content: "";
}

.ri-lock-password-line:before {
  content: "";
}

.ri-lock-unlock-fill:before {
  content: "";
}

.ri-lock-unlock-line:before {
  content: "";
}

.ri-login-box-fill:before {
  content: "";
}

.ri-login-box-line:before {
  content: "";
}

.ri-login-circle-fill:before {
  content: "";
}

.ri-login-circle-line:before {
  content: "";
}

.ri-logout-box-fill:before {
  content: "";
}

.ri-logout-box-line:before {
  content: "";
}

.ri-logout-box-r-fill:before {
  content: "";
}

.ri-logout-box-r-line:before {
  content: "";
}

.ri-logout-circle-fill:before {
  content: "";
}

.ri-logout-circle-line:before {
  content: "";
}

.ri-logout-circle-r-fill:before {
  content: "";
}

.ri-logout-circle-r-line:before {
  content: "";
}

.ri-luggage-cart-fill:before {
  content: "";
}

.ri-luggage-cart-line:before {
  content: "";
}

.ri-luggage-deposit-fill:before {
  content: "";
}

.ri-luggage-deposit-line:before {
  content: "";
}

.ri-lungs-fill:before {
  content: "";
}

.ri-lungs-line:before {
  content: "";
}

.ri-mac-fill:before {
  content: "";
}

.ri-mac-line:before {
  content: "";
}

.ri-macbook-fill:before {
  content: "";
}

.ri-macbook-line:before {
  content: "";
}

.ri-magic-fill:before {
  content: "";
}

.ri-magic-line:before {
  content: "";
}

.ri-mail-add-fill:before {
  content: "";
}

.ri-mail-add-line:before {
  content: "";
}

.ri-mail-check-fill:before {
  content: "";
}

.ri-mail-check-line:before {
  content: "";
}

.ri-mail-close-fill:before {
  content: "";
}

.ri-mail-close-line:before {
  content: "";
}

.ri-mail-download-fill:before {
  content: "";
}

.ri-mail-download-line:before {
  content: "";
}

.ri-mail-fill:before {
  content: "";
}

.ri-mail-forbid-fill:before {
  content: "";
}

.ri-mail-forbid-line:before {
  content: "";
}

.ri-mail-line:before {
  content: "";
}

.ri-mail-lock-fill:before {
  content: "";
}

.ri-mail-lock-line:before {
  content: "";
}

.ri-mail-open-fill:before {
  content: "";
}

.ri-mail-open-line:before {
  content: "";
}

.ri-mail-send-fill:before {
  content: "";
}

.ri-mail-send-line:before {
  content: "";
}

.ri-mail-settings-fill:before {
  content: "";
}

.ri-mail-settings-line:before {
  content: "";
}

.ri-mail-star-fill:before {
  content: "";
}

.ri-mail-star-line:before {
  content: "";
}

.ri-mail-unread-fill:before {
  content: "";
}

.ri-mail-unread-line:before {
  content: "";
}

.ri-mail-volume-fill:before {
  content: "";
}

.ri-mail-volume-line:before {
  content: "";
}

.ri-map-2-fill:before {
  content: "";
}

.ri-map-2-line:before {
  content: "";
}

.ri-map-fill:before {
  content: "";
}

.ri-map-line:before {
  content: "";
}

.ri-map-pin-2-fill:before {
  content: "";
}

.ri-map-pin-2-line:before {
  content: "";
}

.ri-map-pin-3-fill:before {
  content: "";
}

.ri-map-pin-3-line:before {
  content: "";
}

.ri-map-pin-4-fill:before {
  content: "";
}

.ri-map-pin-4-line:before {
  content: "";
}

.ri-map-pin-5-fill:before {
  content: "";
}

.ri-map-pin-5-line:before {
  content: "";
}

.ri-map-pin-add-fill:before {
  content: "";
}

.ri-map-pin-add-line:before {
  content: "";
}

.ri-map-pin-fill:before {
  content: "";
}

.ri-map-pin-line:before {
  content: "";
}

.ri-map-pin-range-fill:before {
  content: "";
}

.ri-map-pin-range-line:before {
  content: "";
}

.ri-map-pin-time-fill:before {
  content: "";
}

.ri-map-pin-time-line:before {
  content: "";
}

.ri-map-pin-user-fill:before {
  content: "";
}

.ri-map-pin-user-line:before {
  content: "";
}

.ri-mark-pen-fill:before {
  content: "";
}

.ri-mark-pen-line:before {
  content: "";
}

.ri-markdown-fill:before {
  content: "";
}

.ri-markdown-line:before {
  content: "";
}

.ri-markup-fill:before {
  content: "";
}

.ri-markup-line:before {
  content: "";
}

.ri-mastercard-fill:before {
  content: "";
}

.ri-mastercard-line:before {
  content: "";
}

.ri-mastodon-fill:before {
  content: "";
}

.ri-mastodon-line:before {
  content: "";
}

.ri-medal-2-fill:before {
  content: "";
}

.ri-medal-2-line:before {
  content: "";
}

.ri-medal-fill:before {
  content: "";
}

.ri-medal-line:before {
  content: "";
}

.ri-medicine-bottle-fill:before {
  content: "";
}

.ri-medicine-bottle-line:before {
  content: "";
}

.ri-medium-fill:before {
  content: "";
}

.ri-medium-line:before {
  content: "";
}

.ri-men-fill:before {
  content: "";
}

.ri-men-line:before {
  content: "";
}

.ri-mental-health-fill:before {
  content: "";
}

.ri-mental-health-line:before {
  content: "";
}

.ri-menu-2-fill:before {
  content: "";
}

.ri-menu-2-line:before {
  content: "";
}

.ri-menu-3-fill:before {
  content: "";
}

.ri-menu-3-line:before {
  content: "";
}

.ri-menu-4-fill:before {
  content: "";
}

.ri-menu-4-line:before {
  content: "";
}

.ri-menu-5-fill:before {
  content: "";
}

.ri-menu-5-line:before {
  content: "";
}

.ri-menu-add-fill:before {
  content: "";
}

.ri-menu-add-line:before {
  content: "";
}

.ri-menu-fill:before {
  content: "";
}

.ri-menu-fold-fill:before {
  content: "";
}

.ri-menu-fold-line:before {
  content: "";
}

.ri-menu-line:before {
  content: "";
}

.ri-menu-unfold-fill:before {
  content: "";
}

.ri-menu-unfold-line:before {
  content: "";
}

.ri-merge-cells-horizontal:before {
  content: "";
}

.ri-merge-cells-vertical:before {
  content: "";
}

.ri-message-2-fill:before {
  content: "";
}

.ri-message-2-line:before {
  content: "";
}

.ri-message-3-fill:before {
  content: "";
}

.ri-message-3-line:before {
  content: "";
}

.ri-message-fill:before {
  content: "";
}

.ri-message-line:before {
  content: "";
}

.ri-messenger-fill:before {
  content: "";
}

.ri-messenger-line:before {
  content: "";
}

.ri-meteor-fill:before {
  content: "";
}

.ri-meteor-line:before {
  content: "";
}

.ri-mic-2-fill:before {
  content: "";
}

.ri-mic-2-line:before {
  content: "";
}

.ri-mic-fill:before {
  content: "";
}

.ri-mic-line:before {
  content: "";
}

.ri-mic-off-fill:before {
  content: "";
}

.ri-mic-off-line:before {
  content: "";
}

.ri-mickey-fill:before {
  content: "";
}

.ri-mickey-line:before {
  content: "";
}

.ri-microscope-fill:before {
  content: "";
}

.ri-microscope-line:before {
  content: "";
}

.ri-microsoft-fill:before {
  content: "";
}

.ri-microsoft-line:before {
  content: "";
}

.ri-mind-map:before {
  content: "";
}

.ri-mini-program-fill:before {
  content: "";
}

.ri-mini-program-line:before {
  content: "";
}

.ri-mist-fill:before {
  content: "";
}

.ri-mist-line:before {
  content: "";
}

.ri-money-cny-box-fill:before {
  content: "";
}

.ri-money-cny-box-line:before {
  content: "";
}

.ri-money-cny-circle-fill:before {
  content: "";
}

.ri-money-cny-circle-line:before {
  content: "";
}

.ri-money-dollar-box-fill:before {
  content: "";
}

.ri-money-dollar-box-line:before {
  content: "";
}

.ri-money-dollar-circle-fill:before {
  content: "";
}

.ri-money-dollar-circle-line:before {
  content: "";
}

.ri-money-euro-box-fill:before {
  content: "";
}

.ri-money-euro-box-line:before {
  content: "";
}

.ri-money-euro-circle-fill:before {
  content: "";
}

.ri-money-euro-circle-line:before {
  content: "";
}

.ri-money-pound-box-fill:before {
  content: "";
}

.ri-money-pound-box-line:before {
  content: "";
}

.ri-money-pound-circle-fill:before {
  content: "";
}

.ri-money-pound-circle-line:before {
  content: "";
}

.ri-moon-clear-fill:before {
  content: "";
}

.ri-moon-clear-line:before {
  content: "";
}

.ri-moon-cloudy-fill:before {
  content: "";
}

.ri-moon-cloudy-line:before {
  content: "";
}

.ri-moon-fill:before {
  content: "";
}

.ri-moon-foggy-fill:before {
  content: "";
}

.ri-moon-foggy-line:before {
  content: "";
}

.ri-moon-line:before {
  content: "";
}

.ri-more-2-fill:before {
  content: "";
}

.ri-more-2-line:before {
  content: "";
}

.ri-more-fill:before {
  content: "";
}

.ri-more-line:before {
  content: "";
}

.ri-motorbike-fill:before {
  content: "";
}

.ri-motorbike-line:before {
  content: "";
}

.ri-mouse-fill:before {
  content: "";
}

.ri-mouse-line:before {
  content: "";
}

.ri-movie-2-fill:before {
  content: "";
}

.ri-movie-2-line:before {
  content: "";
}

.ri-movie-fill:before {
  content: "";
}

.ri-movie-line:before {
  content: "";
}

.ri-music-2-fill:before {
  content: "";
}

.ri-music-2-line:before {
  content: "";
}

.ri-music-fill:before {
  content: "";
}

.ri-music-line:before {
  content: "";
}

.ri-mv-fill:before {
  content: "";
}

.ri-mv-line:before {
  content: "";
}

.ri-navigation-fill:before {
  content: "";
}

.ri-navigation-line:before {
  content: "";
}

.ri-netease-cloud-music-fill:before {
  content: "";
}

.ri-netease-cloud-music-line:before {
  content: "";
}

.ri-netflix-fill:before {
  content: "";
}

.ri-netflix-line:before {
  content: "";
}

.ri-newspaper-fill:before {
  content: "";
}

.ri-newspaper-line:before {
  content: "";
}

.ri-node-tree:before {
  content: "";
}

.ri-notification-2-fill:before {
  content: "";
}

.ri-notification-2-line:before {
  content: "";
}

.ri-notification-3-fill:before {
  content: "";
}

.ri-notification-3-line:before {
  content: "";
}

.ri-notification-4-fill:before {
  content: "";
}

.ri-notification-4-line:before {
  content: "";
}

.ri-notification-badge-fill:before {
  content: "";
}

.ri-notification-badge-line:before {
  content: "";
}

.ri-notification-fill:before {
  content: "";
}

.ri-notification-line:before {
  content: "";
}

.ri-notification-off-fill:before {
  content: "";
}

.ri-notification-off-line:before {
  content: "";
}

.ri-npmjs-fill:before {
  content: "";
}

.ri-npmjs-line:before {
  content: "";
}

.ri-number-0:before {
  content: "";
}

.ri-number-1:before {
  content: "";
}

.ri-number-2:before {
  content: "";
}

.ri-number-3:before {
  content: "";
}

.ri-number-4:before {
  content: "";
}

.ri-number-5:before {
  content: "";
}

.ri-number-6:before {
  content: "";
}

.ri-number-7:before {
  content: "";
}

.ri-number-8:before {
  content: "";
}

.ri-number-9:before {
  content: "";
}

.ri-numbers-fill:before {
  content: "";
}

.ri-numbers-line:before {
  content: "";
}

.ri-nurse-fill:before {
  content: "";
}

.ri-nurse-line:before {
  content: "";
}

.ri-oil-fill:before {
  content: "";
}

.ri-oil-line:before {
  content: "";
}

.ri-omega:before {
  content: "";
}

.ri-open-arm-fill:before {
  content: "";
}

.ri-open-arm-line:before {
  content: "";
}

.ri-open-source-fill:before {
  content: "";
}

.ri-open-source-line:before {
  content: "";
}

.ri-opera-fill:before {
  content: "";
}

.ri-opera-line:before {
  content: "";
}

.ri-order-play-fill:before {
  content: "";
}

.ri-order-play-line:before {
  content: "";
}

.ri-organization-chart:before {
  content: "";
}

.ri-outlet-2-fill:before {
  content: "";
}

.ri-outlet-2-line:before {
  content: "";
}

.ri-outlet-fill:before {
  content: "";
}

.ri-outlet-line:before {
  content: "";
}

.ri-page-separator:before {
  content: "";
}

.ri-pages-fill:before {
  content: "";
}

.ri-pages-line:before {
  content: "";
}

.ri-paint-brush-fill:before {
  content: "";
}

.ri-paint-brush-line:before {
  content: "";
}

.ri-paint-fill:before {
  content: "";
}

.ri-paint-line:before {
  content: "";
}

.ri-palette-fill:before {
  content: "";
}

.ri-palette-line:before {
  content: "";
}

.ri-pantone-fill:before {
  content: "";
}

.ri-pantone-line:before {
  content: "";
}

.ri-paragraph:before {
  content: "";
}

.ri-parent-fill:before {
  content: "";
}

.ri-parent-line:before {
  content: "";
}

.ri-parentheses-fill:before {
  content: "";
}

.ri-parentheses-line:before {
  content: "";
}

.ri-parking-box-fill:before {
  content: "";
}

.ri-parking-box-line:before {
  content: "";
}

.ri-parking-fill:before {
  content: "";
}

.ri-parking-line:before {
  content: "";
}

.ri-passport-fill:before {
  content: "";
}

.ri-passport-line:before {
  content: "";
}

.ri-patreon-fill:before {
  content: "";
}

.ri-patreon-line:before {
  content: "";
}

.ri-pause-circle-fill:before {
  content: "";
}

.ri-pause-circle-line:before {
  content: "";
}

.ri-pause-fill:before {
  content: "";
}

.ri-pause-line:before {
  content: "";
}

.ri-pause-mini-fill:before {
  content: "";
}

.ri-pause-mini-line:before {
  content: "";
}

.ri-paypal-fill:before {
  content: "";
}

.ri-paypal-line:before {
  content: "";
}

.ri-pen-nib-fill:before {
  content: "";
}

.ri-pen-nib-line:before {
  content: "";
}

.ri-pencil-fill:before {
  content: "";
}

.ri-pencil-line:before {
  content: "";
}

.ri-pencil-ruler-2-fill:before {
  content: "";
}

.ri-pencil-ruler-2-line:before {
  content: "";
}

.ri-pencil-ruler-fill:before {
  content: "";
}

.ri-pencil-ruler-line:before {
  content: "";
}

.ri-percent-fill:before {
  content: "";
}

.ri-percent-line:before {
  content: "";
}

.ri-phone-camera-fill:before {
  content: "";
}

.ri-phone-camera-line:before {
  content: "";
}

.ri-phone-fill:before {
  content: "";
}

.ri-phone-find-fill:before {
  content: "";
}

.ri-phone-find-line:before {
  content: "";
}

.ri-phone-line:before {
  content: "";
}

.ri-phone-lock-fill:before {
  content: "";
}

.ri-phone-lock-line:before {
  content: "";
}

.ri-picture-in-picture-2-fill:before {
  content: "";
}

.ri-picture-in-picture-2-line:before {
  content: "";
}

.ri-picture-in-picture-exit-fill:before {
  content: "";
}

.ri-picture-in-picture-exit-line:before {
  content: "";
}

.ri-picture-in-picture-fill:before {
  content: "";
}

.ri-picture-in-picture-line:before {
  content: "";
}

.ri-pie-chart-2-fill:before {
  content: "";
}

.ri-pie-chart-2-line:before {
  content: "";
}

.ri-pie-chart-box-fill:before {
  content: "";
}

.ri-pie-chart-box-line:before {
  content: "";
}

.ri-pie-chart-fill:before {
  content: "";
}

.ri-pie-chart-line:before {
  content: "";
}

.ri-pin-distance-fill:before {
  content: "";
}

.ri-pin-distance-line:before {
  content: "";
}

.ri-ping-pong-fill:before {
  content: "";
}

.ri-ping-pong-line:before {
  content: "";
}

.ri-pinterest-fill:before {
  content: "";
}

.ri-pinterest-line:before {
  content: "";
}

.ri-pinyin-input:before {
  content: "";
}

.ri-pixelfed-fill:before {
  content: "";
}

.ri-pixelfed-line:before {
  content: "";
}

.ri-plane-fill:before {
  content: "";
}

.ri-plane-line:before {
  content: "";
}

.ri-plant-fill:before {
  content: "";
}

.ri-plant-line:before {
  content: "";
}

.ri-play-circle-fill:before {
  content: "";
}

.ri-play-circle-line:before {
  content: "";
}

.ri-play-fill:before {
  content: "";
}

.ri-play-line:before {
  content: "";
}

.ri-play-list-2-fill:before {
  content: "";
}

.ri-play-list-2-line:before {
  content: "";
}

.ri-play-list-add-fill:before {
  content: "";
}

.ri-play-list-add-line:before {
  content: "";
}

.ri-play-list-fill:before {
  content: "";
}

.ri-play-list-line:before {
  content: "";
}

.ri-play-mini-fill:before {
  content: "";
}

.ri-play-mini-line:before {
  content: "";
}

.ri-playstation-fill:before {
  content: "";
}

.ri-playstation-line:before {
  content: "";
}

.ri-plug-2-fill:before {
  content: "";
}

.ri-plug-2-line:before {
  content: "";
}

.ri-plug-fill:before {
  content: "";
}

.ri-plug-line:before {
  content: "";
}

.ri-polaroid-2-fill:before {
  content: "";
}

.ri-polaroid-2-line:before {
  content: "";
}

.ri-polaroid-fill:before {
  content: "";
}

.ri-polaroid-line:before {
  content: "";
}

.ri-police-car-fill:before {
  content: "";
}

.ri-police-car-line:before {
  content: "";
}

.ri-price-tag-2-fill:before {
  content: "";
}

.ri-price-tag-2-line:before {
  content: "";
}

.ri-price-tag-3-fill:before {
  content: "";
}

.ri-price-tag-3-line:before {
  content: "";
}

.ri-price-tag-fill:before {
  content: "";
}

.ri-price-tag-line:before {
  content: "";
}

.ri-printer-cloud-fill:before {
  content: "";
}

.ri-printer-cloud-line:before {
  content: "";
}

.ri-printer-fill:before {
  content: "";
}

.ri-printer-line:before {
  content: "";
}

.ri-product-hunt-fill:before {
  content: "";
}

.ri-product-hunt-line:before {
  content: "";
}

.ri-profile-fill:before {
  content: "";
}

.ri-profile-line:before {
  content: "";
}

.ri-projector-2-fill:before {
  content: "";
}

.ri-projector-2-line:before {
  content: "";
}

.ri-projector-fill:before {
  content: "";
}

.ri-projector-line:before {
  content: "";
}

.ri-psychotherapy-fill:before {
  content: "";
}

.ri-psychotherapy-line:before {
  content: "";
}

.ri-pulse-fill:before {
  content: "";
}

.ri-pulse-line:before {
  content: "";
}

.ri-pushpin-2-fill:before {
  content: "";
}

.ri-pushpin-2-line:before {
  content: "";
}

.ri-pushpin-fill:before {
  content: "";
}

.ri-pushpin-line:before {
  content: "";
}

.ri-qq-fill:before {
  content: "";
}

.ri-qq-line:before {
  content: "";
}

.ri-qr-code-fill:before {
  content: "";
}

.ri-qr-code-line:before {
  content: "";
}

.ri-qr-scan-2-fill:before {
  content: "";
}

.ri-qr-scan-2-line:before {
  content: "";
}

.ri-qr-scan-fill:before {
  content: "";
}

.ri-qr-scan-line:before {
  content: "";
}

.ri-question-answer-fill:before {
  content: "";
}

.ri-question-answer-line:before {
  content: "";
}

.ri-question-fill:before {
  content: "";
}

.ri-question-line:before {
  content: "";
}

.ri-question-mark:before {
  content: "";
}

.ri-questionnaire-fill:before {
  content: "";
}

.ri-questionnaire-line:before {
  content: "";
}

.ri-quill-pen-fill:before {
  content: "";
}

.ri-quill-pen-line:before {
  content: "";
}

.ri-radar-fill:before {
  content: "";
}

.ri-radar-line:before {
  content: "";
}

.ri-radio-2-fill:before {
  content: "";
}

.ri-radio-2-line:before {
  content: "";
}

.ri-radio-button-fill:before {
  content: "";
}

.ri-radio-button-line:before {
  content: "";
}

.ri-radio-fill:before {
  content: "";
}

.ri-radio-line:before {
  content: "";
}

.ri-rainbow-fill:before {
  content: "";
}

.ri-rainbow-line:before {
  content: "";
}

.ri-rainy-fill:before {
  content: "";
}

.ri-rainy-line:before {
  content: "";
}

.ri-reactjs-fill:before {
  content: "";
}

.ri-reactjs-line:before {
  content: "";
}

.ri-record-circle-fill:before {
  content: "";
}

.ri-record-circle-line:before {
  content: "";
}

.ri-record-mail-fill:before {
  content: "";
}

.ri-record-mail-line:before {
  content: "";
}

.ri-recycle-fill:before {
  content: "";
}

.ri-recycle-line:before {
  content: "";
}

.ri-red-packet-fill:before {
  content: "";
}

.ri-red-packet-line:before {
  content: "";
}

.ri-reddit-fill:before {
  content: "";
}

.ri-reddit-line:before {
  content: "";
}

.ri-refresh-fill:before {
  content: "";
}

.ri-refresh-line:before {
  content: "";
}

.ri-refund-2-fill:before {
  content: "";
}

.ri-refund-2-line:before {
  content: "";
}

.ri-refund-fill:before {
  content: "";
}

.ri-refund-line:before {
  content: "";
}

.ri-registered-fill:before {
  content: "";
}

.ri-registered-line:before {
  content: "";
}

.ri-remixicon-fill:before {
  content: "";
}

.ri-remixicon-line:before {
  content: "";
}

.ri-remote-control-2-fill:before {
  content: "";
}

.ri-remote-control-2-line:before {
  content: "";
}

.ri-remote-control-fill:before {
  content: "";
}

.ri-remote-control-line:before {
  content: "";
}

.ri-repeat-2-fill:before {
  content: "";
}

.ri-repeat-2-line:before {
  content: "";
}

.ri-repeat-fill:before {
  content: "";
}

.ri-repeat-line:before {
  content: "";
}

.ri-repeat-one-fill:before {
  content: "";
}

.ri-repeat-one-line:before {
  content: "";
}

.ri-reply-all-fill:before {
  content: "";
}

.ri-reply-all-line:before {
  content: "";
}

.ri-reply-fill:before {
  content: "";
}

.ri-reply-line:before {
  content: "";
}

.ri-reserved-fill:before {
  content: "";
}

.ri-reserved-line:before {
  content: "";
}

.ri-rest-time-fill:before {
  content: "";
}

.ri-rest-time-line:before {
  content: "";
}

.ri-restart-fill:before {
  content: "";
}

.ri-restart-line:before {
  content: "";
}

.ri-restaurant-2-fill:before {
  content: "";
}

.ri-restaurant-2-line:before {
  content: "";
}

.ri-restaurant-fill:before {
  content: "";
}

.ri-restaurant-line:before {
  content: "";
}

.ri-rewind-fill:before {
  content: "";
}

.ri-rewind-line:before {
  content: "";
}

.ri-rewind-mini-fill:before {
  content: "";
}

.ri-rewind-mini-line:before {
  content: "";
}

.ri-rhythm-fill:before {
  content: "";
}

.ri-rhythm-line:before {
  content: "";
}

.ri-riding-fill:before {
  content: "";
}

.ri-riding-line:before {
  content: "";
}

.ri-road-map-fill:before {
  content: "";
}

.ri-road-map-line:before {
  content: "";
}

.ri-roadster-fill:before {
  content: "";
}

.ri-roadster-line:before {
  content: "";
}

.ri-robot-fill:before {
  content: "";
}

.ri-robot-line:before {
  content: "";
}

.ri-rocket-2-fill:before {
  content: "";
}

.ri-rocket-2-line:before {
  content: "";
}

.ri-rocket-fill:before {
  content: "";
}

.ri-rocket-line:before {
  content: "";
}

.ri-rotate-lock-fill:before {
  content: "";
}

.ri-rotate-lock-line:before {
  content: "";
}

.ri-rounded-corner:before {
  content: "";
}

.ri-route-fill:before {
  content: "";
}

.ri-route-line:before {
  content: "";
}

.ri-router-fill:before {
  content: "";
}

.ri-router-line:before {
  content: "";
}

.ri-rss-fill:before {
  content: "";
}

.ri-rss-line:before {
  content: "";
}

.ri-ruler-2-fill:before {
  content: "";
}

.ri-ruler-2-line:before {
  content: "";
}

.ri-ruler-fill:before {
  content: "";
}

.ri-ruler-line:before {
  content: "";
}

.ri-run-fill:before {
  content: "";
}

.ri-run-line:before {
  content: "";
}

.ri-safari-fill:before {
  content: "";
}

.ri-safari-line:before {
  content: "";
}

.ri-safe-2-fill:before {
  content: "";
}

.ri-safe-2-line:before {
  content: "";
}

.ri-safe-fill:before {
  content: "";
}

.ri-safe-line:before {
  content: "";
}

.ri-sailboat-fill:before {
  content: "";
}

.ri-sailboat-line:before {
  content: "";
}

.ri-save-2-fill:before {
  content: "";
}

.ri-save-2-line:before {
  content: "";
}

.ri-save-3-fill:before {
  content: "";
}

.ri-save-3-line:before {
  content: "";
}

.ri-save-fill:before {
  content: "";
}

.ri-save-line:before {
  content: "";
}

.ri-scales-2-fill:before {
  content: "";
}

.ri-scales-2-line:before {
  content: "";
}

.ri-scales-3-fill:before {
  content: "";
}

.ri-scales-3-line:before {
  content: "";
}

.ri-scales-fill:before {
  content: "";
}

.ri-scales-line:before {
  content: "";
}

.ri-scan-2-fill:before {
  content: "";
}

.ri-scan-2-line:before {
  content: "";
}

.ri-scan-fill:before {
  content: "";
}

.ri-scan-line:before {
  content: "";
}

.ri-scissors-2-fill:before {
  content: "";
}

.ri-scissors-2-line:before {
  content: "";
}

.ri-scissors-cut-fill:before {
  content: "";
}

.ri-scissors-cut-line:before {
  content: "";
}

.ri-scissors-fill:before {
  content: "";
}

.ri-scissors-line:before {
  content: "";
}

.ri-screenshot-2-fill:before {
  content: "";
}

.ri-screenshot-2-line:before {
  content: "";
}

.ri-screenshot-fill:before {
  content: "";
}

.ri-screenshot-line:before {
  content: "";
}

.ri-sd-card-fill:before {
  content: "";
}

.ri-sd-card-line:before {
  content: "";
}

.ri-sd-card-mini-fill:before {
  content: "";
}

.ri-sd-card-mini-line:before {
  content: "";
}

.ri-search-2-fill:before {
  content: "";
}

.ri-search-2-line:before {
  content: "";
}

.ri-search-eye-fill:before {
  content: "";
}

.ri-search-eye-line:before {
  content: "";
}

.ri-search-fill:before {
  content: "";
}

.ri-search-line:before {
  content: "";
}

.ri-secure-payment-fill:before {
  content: "";
}

.ri-secure-payment-line:before {
  content: "";
}

.ri-seedling-fill:before {
  content: "";
}

.ri-seedling-line:before {
  content: "";
}

.ri-send-backward:before {
  content: "";
}

.ri-send-plane-2-fill:before {
  content: "";
}

.ri-send-plane-2-line:before {
  content: "";
}

.ri-send-plane-fill:before {
  content: "";
}

.ri-send-plane-line:before {
  content: "";
}

.ri-send-to-back:before {
  content: "";
}

.ri-sensor-fill:before {
  content: "";
}

.ri-sensor-line:before {
  content: "";
}

.ri-separator:before {
  content: "";
}

.ri-server-fill:before {
  content: "";
}

.ri-server-line:before {
  content: "";
}

.ri-service-fill:before {
  content: "";
}

.ri-service-line:before {
  content: "";
}

.ri-settings-2-fill:before {
  content: "";
}

.ri-settings-2-line:before {
  content: "";
}

.ri-settings-3-fill:before {
  content: "";
}

.ri-settings-3-line:before {
  content: "";
}

.ri-settings-4-fill:before {
  content: "";
}

.ri-settings-4-line:before {
  content: "";
}

.ri-settings-5-fill:before {
  content: "";
}

.ri-settings-5-line:before {
  content: "";
}

.ri-settings-6-fill:before {
  content: "";
}

.ri-settings-6-line:before {
  content: "";
}

.ri-settings-fill:before {
  content: "";
}

.ri-settings-line:before {
  content: "";
}

.ri-shape-2-fill:before {
  content: "";
}

.ri-shape-2-line:before {
  content: "";
}

.ri-shape-fill:before {
  content: "";
}

.ri-shape-line:before {
  content: "";
}

.ri-share-box-fill:before {
  content: "";
}

.ri-share-box-line:before {
  content: "";
}

.ri-share-circle-fill:before {
  content: "";
}

.ri-share-circle-line:before {
  content: "";
}

.ri-share-fill:before {
  content: "";
}

.ri-share-forward-2-fill:before {
  content: "";
}

.ri-share-forward-2-line:before {
  content: "";
}

.ri-share-forward-box-fill:before {
  content: "";
}

.ri-share-forward-box-line:before {
  content: "";
}

.ri-share-forward-fill:before {
  content: "";
}

.ri-share-forward-line:before {
  content: "";
}

.ri-share-line:before {
  content: "";
}

.ri-shield-check-fill:before {
  content: "";
}

.ri-shield-check-line:before {
  content: "";
}

.ri-shield-cross-fill:before {
  content: "";
}

.ri-shield-cross-line:before {
  content: "";
}

.ri-shield-fill:before {
  content: "";
}

.ri-shield-flash-fill:before {
  content: "";
}

.ri-shield-flash-line:before {
  content: "";
}

.ri-shield-keyhole-fill:before {
  content: "";
}

.ri-shield-keyhole-line:before {
  content: "";
}

.ri-shield-line:before {
  content: "";
}

.ri-shield-star-fill:before {
  content: "";
}

.ri-shield-star-line:before {
  content: "";
}

.ri-shield-user-fill:before {
  content: "";
}

.ri-shield-user-line:before {
  content: "";
}

.ri-ship-2-fill:before {
  content: "";
}

.ri-ship-2-line:before {
  content: "";
}

.ri-ship-fill:before {
  content: "";
}

.ri-ship-line:before {
  content: "";
}

.ri-shirt-fill:before {
  content: "";
}

.ri-shirt-line:before {
  content: "";
}

.ri-shopping-bag-2-fill:before {
  content: "";
}

.ri-shopping-bag-2-line:before {
  content: "";
}

.ri-shopping-bag-3-fill:before {
  content: "";
}

.ri-shopping-bag-3-line:before {
  content: "";
}

.ri-shopping-bag-fill:before {
  content: "";
}

.ri-shopping-bag-line:before {
  content: "";
}

.ri-shopping-basket-2-fill:before {
  content: "";
}

.ri-shopping-basket-2-line:before {
  content: "";
}

.ri-shopping-basket-fill:before {
  content: "";
}

.ri-shopping-basket-line:before {
  content: "";
}

.ri-shopping-cart-2-fill:before {
  content: "";
}

.ri-shopping-cart-2-line:before {
  content: "";
}

.ri-shopping-cart-fill:before {
  content: "";
}

.ri-shopping-cart-line:before {
  content: "";
}

.ri-showers-fill:before {
  content: "";
}

.ri-showers-line:before {
  content: "";
}

.ri-shuffle-fill:before {
  content: "";
}

.ri-shuffle-line:before {
  content: "";
}

.ri-shut-down-fill:before {
  content: "";
}

.ri-shut-down-line:before {
  content: "";
}

.ri-side-bar-fill:before {
  content: "";
}

.ri-side-bar-line:before {
  content: "";
}

.ri-signal-tower-fill:before {
  content: "";
}

.ri-signal-tower-line:before {
  content: "";
}

.ri-signal-wifi-1-fill:before {
  content: "";
}

.ri-signal-wifi-1-line:before {
  content: "";
}

.ri-signal-wifi-2-fill:before {
  content: "";
}

.ri-signal-wifi-2-line:before {
  content: "";
}

.ri-signal-wifi-3-fill:before {
  content: "";
}

.ri-signal-wifi-3-line:before {
  content: "";
}

.ri-signal-wifi-error-fill:before {
  content: "";
}

.ri-signal-wifi-error-line:before {
  content: "";
}

.ri-signal-wifi-fill:before {
  content: "";
}

.ri-signal-wifi-line:before {
  content: "";
}

.ri-signal-wifi-off-fill:before {
  content: "";
}

.ri-signal-wifi-off-line:before {
  content: "";
}

.ri-sim-card-2-fill:before {
  content: "";
}

.ri-sim-card-2-line:before {
  content: "";
}

.ri-sim-card-fill:before {
  content: "";
}

.ri-sim-card-line:before {
  content: "";
}

.ri-single-quotes-l:before {
  content: "";
}

.ri-single-quotes-r:before {
  content: "";
}

.ri-sip-fill:before {
  content: "";
}

.ri-sip-line:before {
  content: "";
}

.ri-skip-back-fill:before {
  content: "";
}

.ri-skip-back-line:before {
  content: "";
}

.ri-skip-back-mini-fill:before {
  content: "";
}

.ri-skip-back-mini-line:before {
  content: "";
}

.ri-skip-forward-fill:before {
  content: "";
}

.ri-skip-forward-line:before {
  content: "";
}

.ri-skip-forward-mini-fill:before {
  content: "";
}

.ri-skip-forward-mini-line:before {
  content: "";
}

.ri-skull-2-fill:before {
  content: "";
}

.ri-skull-2-line:before {
  content: "";
}

.ri-skull-fill:before {
  content: "";
}

.ri-skull-line:before {
  content: "";
}

.ri-skype-fill:before {
  content: "";
}

.ri-skype-line:before {
  content: "";
}

.ri-slack-fill:before {
  content: "";
}

.ri-slack-line:before {
  content: "";
}

.ri-slice-fill:before {
  content: "";
}

.ri-slice-line:before {
  content: "";
}

.ri-slideshow-2-fill:before {
  content: "";
}

.ri-slideshow-2-line:before {
  content: "";
}

.ri-slideshow-3-fill:before {
  content: "";
}

.ri-slideshow-3-line:before {
  content: "";
}

.ri-slideshow-4-fill:before {
  content: "";
}

.ri-slideshow-4-line:before {
  content: "";
}

.ri-slideshow-fill:before {
  content: "";
}

.ri-slideshow-line:before {
  content: "";
}

.ri-smartphone-fill:before {
  content: "";
}

.ri-smartphone-line:before {
  content: "";
}

.ri-snapchat-fill:before {
  content: "";
}

.ri-snapchat-line:before {
  content: "";
}

.ri-snowy-fill:before {
  content: "";
}

.ri-snowy-line:before {
  content: "";
}

.ri-sort-asc:before {
  content: "";
}

.ri-sort-desc:before {
  content: "";
}

.ri-sound-module-fill:before {
  content: "";
}

.ri-sound-module-line:before {
  content: "";
}

.ri-soundcloud-fill:before {
  content: "";
}

.ri-soundcloud-line:before {
  content: "";
}

.ri-space-ship-fill:before {
  content: "";
}

.ri-space-ship-line:before {
  content: "";
}

.ri-space:before {
  content: "";
}

.ri-spam-2-fill:before {
  content: "";
}

.ri-spam-2-line:before {
  content: "";
}

.ri-spam-3-fill:before {
  content: "";
}

.ri-spam-3-line:before {
  content: "";
}

.ri-spam-fill:before {
  content: "";
}

.ri-spam-line:before {
  content: "";
}

.ri-speaker-2-fill:before {
  content: "";
}

.ri-speaker-2-line:before {
  content: "";
}

.ri-speaker-3-fill:before {
  content: "";
}

.ri-speaker-3-line:before {
  content: "";
}

.ri-speaker-fill:before {
  content: "";
}

.ri-speaker-line:before {
  content: "";
}

.ri-spectrum-fill:before {
  content: "";
}

.ri-spectrum-line:before {
  content: "";
}

.ri-speed-fill:before {
  content: "";
}

.ri-speed-line:before {
  content: "";
}

.ri-speed-mini-fill:before {
  content: "";
}

.ri-speed-mini-line:before {
  content: "";
}

.ri-split-cells-horizontal:before {
  content: "";
}

.ri-split-cells-vertical:before {
  content: "";
}

.ri-spotify-fill:before {
  content: "";
}

.ri-spotify-line:before {
  content: "";
}

.ri-spy-fill:before {
  content: "";
}

.ri-spy-line:before {
  content: "";
}

.ri-stack-fill:before {
  content: "";
}

.ri-stack-line:before {
  content: "";
}

.ri-stack-overflow-fill:before {
  content: "";
}

.ri-stack-overflow-line:before {
  content: "";
}

.ri-stackshare-fill:before {
  content: "";
}

.ri-stackshare-line:before {
  content: "";
}

.ri-star-fill:before {
  content: "";
}

.ri-star-half-fill:before {
  content: "";
}

.ri-star-half-line:before {
  content: "";
}

.ri-star-half-s-fill:before {
  content: "";
}

.ri-star-half-s-line:before {
  content: "";
}

.ri-star-line:before {
  content: "";
}

.ri-star-s-fill:before {
  content: "";
}

.ri-star-s-line:before {
  content: "";
}

.ri-star-smile-fill:before {
  content: "";
}

.ri-star-smile-line:before {
  content: "";
}

.ri-steam-fill:before {
  content: "";
}

.ri-steam-line:before {
  content: "";
}

.ri-steering-2-fill:before {
  content: "";
}

.ri-steering-2-line:before {
  content: "";
}

.ri-steering-fill:before {
  content: "";
}

.ri-steering-line:before {
  content: "";
}

.ri-stethoscope-fill:before {
  content: "";
}

.ri-stethoscope-line:before {
  content: "";
}

.ri-sticky-note-2-fill:before {
  content: "";
}

.ri-sticky-note-2-line:before {
  content: "";
}

.ri-sticky-note-fill:before {
  content: "";
}

.ri-sticky-note-line:before {
  content: "";
}

.ri-stock-fill:before {
  content: "";
}

.ri-stock-line:before {
  content: "";
}

.ri-stop-circle-fill:before {
  content: "";
}

.ri-stop-circle-line:before {
  content: "";
}

.ri-stop-fill:before {
  content: "";
}

.ri-stop-line:before {
  content: "";
}

.ri-stop-mini-fill:before {
  content: "";
}

.ri-stop-mini-line:before {
  content: "";
}

.ri-store-2-fill:before {
  content: "";
}

.ri-store-2-line:before {
  content: "";
}

.ri-store-3-fill:before {
  content: "";
}

.ri-store-3-line:before {
  content: "";
}

.ri-store-fill:before {
  content: "";
}

.ri-store-line:before {
  content: "";
}

.ri-strikethrough-2:before {
  content: "";
}

.ri-strikethrough:before {
  content: "";
}

.ri-subscript-2:before {
  content: "";
}

.ri-subscript:before {
  content: "";
}

.ri-subtract-fill:before {
  content: "";
}

.ri-subtract-line:before {
  content: "";
}

.ri-subway-fill:before {
  content: "";
}

.ri-subway-line:before {
  content: "";
}

.ri-subway-wifi-fill:before {
  content: "";
}

.ri-subway-wifi-line:before {
  content: "";
}

.ri-suitcase-2-fill:before {
  content: "";
}

.ri-suitcase-2-line:before {
  content: "";
}

.ri-suitcase-3-fill:before {
  content: "";
}

.ri-suitcase-3-line:before {
  content: "";
}

.ri-suitcase-fill:before {
  content: "";
}

.ri-suitcase-line:before {
  content: "";
}

.ri-sun-cloudy-fill:before {
  content: "";
}

.ri-sun-cloudy-line:before {
  content: "";
}

.ri-sun-fill:before {
  content: "";
}

.ri-sun-foggy-fill:before {
  content: "";
}

.ri-sun-foggy-line:before {
  content: "";
}

.ri-sun-line:before {
  content: "";
}

.ri-superscript-2:before {
  content: "";
}

.ri-superscript:before {
  content: "";
}

.ri-surgical-mask-fill:before {
  content: "";
}

.ri-surgical-mask-line:before {
  content: "";
}

.ri-surround-sound-fill:before {
  content: "";
}

.ri-surround-sound-line:before {
  content: "";
}

.ri-survey-fill:before {
  content: "";
}

.ri-survey-line:before {
  content: "";
}

.ri-swap-box-fill:before {
  content: "";
}

.ri-swap-box-line:before {
  content: "";
}

.ri-swap-fill:before {
  content: "";
}

.ri-swap-line:before {
  content: "";
}

.ri-switch-fill:before {
  content: "";
}

.ri-switch-line:before {
  content: "";
}

.ri-sword-fill:before {
  content: "";
}

.ri-sword-line:before {
  content: "";
}

.ri-syringe-fill:before {
  content: "";
}

.ri-syringe-line:before {
  content: "";
}

.ri-t-box-fill:before {
  content: "";
}

.ri-t-box-line:before {
  content: "";
}

.ri-t-shirt-2-fill:before {
  content: "";
}

.ri-t-shirt-2-line:before {
  content: "";
}

.ri-t-shirt-air-fill:before {
  content: "";
}

.ri-t-shirt-air-line:before {
  content: "";
}

.ri-t-shirt-fill:before {
  content: "";
}

.ri-t-shirt-line:before {
  content: "";
}

.ri-table-2:before {
  content: "";
}

.ri-table-alt-fill:before {
  content: "";
}

.ri-table-alt-line:before {
  content: "";
}

.ri-table-fill:before {
  content: "";
}

.ri-table-line:before {
  content: "";
}

.ri-tablet-fill:before {
  content: "";
}

.ri-tablet-line:before {
  content: "";
}

.ri-takeaway-fill:before {
  content: "";
}

.ri-takeaway-line:before {
  content: "";
}

.ri-taobao-fill:before {
  content: "";
}

.ri-taobao-line:before {
  content: "";
}

.ri-tape-fill:before {
  content: "";
}

.ri-tape-line:before {
  content: "";
}

.ri-task-fill:before {
  content: "";
}

.ri-task-line:before {
  content: "";
}

.ri-taxi-fill:before {
  content: "";
}

.ri-taxi-line:before {
  content: "";
}

.ri-taxi-wifi-fill:before {
  content: "";
}

.ri-taxi-wifi-line:before {
  content: "";
}

.ri-team-fill:before {
  content: "";
}

.ri-team-line:before {
  content: "";
}

.ri-telegram-fill:before {
  content: "";
}

.ri-telegram-line:before {
  content: "";
}

.ri-temp-cold-fill:before {
  content: "";
}

.ri-temp-cold-line:before {
  content: "";
}

.ri-temp-hot-fill:before {
  content: "";
}

.ri-temp-hot-line:before {
  content: "";
}

.ri-terminal-box-fill:before {
  content: "";
}

.ri-terminal-box-line:before {
  content: "";
}

.ri-terminal-fill:before {
  content: "";
}

.ri-terminal-line:before {
  content: "";
}

.ri-terminal-window-fill:before {
  content: "";
}

.ri-terminal-window-line:before {
  content: "";
}

.ri-test-tube-fill:before {
  content: "";
}

.ri-test-tube-line:before {
  content: "";
}

.ri-text-direction-l:before {
  content: "";
}

.ri-text-direction-r:before {
  content: "";
}

.ri-text-spacing:before {
  content: "";
}

.ri-text-wrap:before {
  content: "";
}

.ri-text:before {
  content: "";
}

.ri-thermometer-fill:before {
  content: "";
}

.ri-thermometer-line:before {
  content: "";
}

.ri-thumb-down-fill:before {
  content: "";
}

.ri-thumb-down-line:before {
  content: "";
}

.ri-thumb-up-fill:before {
  content: "";
}

.ri-thumb-up-line:before {
  content: "";
}

.ri-thunderstorms-fill:before {
  content: "";
}

.ri-thunderstorms-line:before {
  content: "";
}

.ri-ticket-2-fill:before {
  content: "";
}

.ri-ticket-2-line:before {
  content: "";
}

.ri-ticket-fill:before {
  content: "";
}

.ri-ticket-line:before {
  content: "";
}

.ri-time-fill:before {
  content: "";
}

.ri-time-line:before {
  content: "";
}

.ri-timer-2-fill:before {
  content: "";
}

.ri-timer-2-line:before {
  content: "";
}

.ri-timer-fill:before {
  content: "";
}

.ri-timer-flash-fill:before {
  content: "";
}

.ri-timer-flash-line:before {
  content: "";
}

.ri-timer-line:before {
  content: "";
}

.ri-todo-fill:before {
  content: "";
}

.ri-todo-line:before {
  content: "";
}

.ri-toggle-fill:before {
  content: "";
}

.ri-toggle-line:before {
  content: "";
}

.ri-tools-fill:before {
  content: "";
}

.ri-tools-line:before {
  content: "";
}

.ri-tornado-fill:before {
  content: "";
}

.ri-tornado-line:before {
  content: "";
}

.ri-trademark-fill:before {
  content: "";
}

.ri-trademark-line:before {
  content: "";
}

.ri-traffic-light-fill:before {
  content: "";
}

.ri-traffic-light-line:before {
  content: "";
}

.ri-train-fill:before {
  content: "";
}

.ri-train-line:before {
  content: "";
}

.ri-train-wifi-fill:before {
  content: "";
}

.ri-train-wifi-line:before {
  content: "";
}

.ri-translate-2:before {
  content: "";
}

.ri-translate:before {
  content: "";
}

.ri-travesti-fill:before {
  content: "";
}

.ri-travesti-line:before {
  content: "";
}

.ri-treasure-map-fill:before {
  content: "";
}

.ri-treasure-map-line:before {
  content: "";
}

.ri-trello-fill:before {
  content: "";
}

.ri-trello-line:before {
  content: "";
}

.ri-trophy-fill:before {
  content: "";
}

.ri-trophy-line:before {
  content: "";
}

.ri-truck-fill:before {
  content: "";
}

.ri-truck-line:before {
  content: "";
}

.ri-tumblr-fill:before {
  content: "";
}

.ri-tumblr-line:before {
  content: "";
}

.ri-tv-2-fill:before {
  content: "";
}

.ri-tv-2-line:before {
  content: "";
}

.ri-tv-fill:before {
  content: "";
}

.ri-tv-line:before {
  content: "";
}

.ri-twitch-fill:before {
  content: "";
}

.ri-twitch-line:before {
  content: "";
}

.ri-twitter-fill:before {
  content: "";
}

.ri-twitter-line:before {
  content: "";
}

.ri-typhoon-fill:before {
  content: "";
}

.ri-typhoon-line:before {
  content: "";
}

.ri-u-disk-fill:before {
  content: "";
}

.ri-u-disk-line:before {
  content: "";
}

.ri-ubuntu-fill:before {
  content: "";
}

.ri-ubuntu-line:before {
  content: "";
}

.ri-umbrella-fill:before {
  content: "";
}

.ri-umbrella-line:before {
  content: "";
}

.ri-underline:before {
  content: "";
}

.ri-uninstall-fill:before {
  content: "";
}

.ri-uninstall-line:before {
  content: "";
}

.ri-unsplash-fill:before {
  content: "";
}

.ri-unsplash-line:before {
  content: "";
}

.ri-upload-2-fill:before {
  content: "";
}

.ri-upload-2-line:before {
  content: "";
}

.ri-upload-cloud-2-fill:before {
  content: "";
}

.ri-upload-cloud-2-line:before {
  content: "";
}

.ri-upload-cloud-fill:before {
  content: "";
}

.ri-upload-cloud-line:before {
  content: "";
}

.ri-upload-fill:before {
  content: "";
}

.ri-upload-line:before {
  content: "";
}

.ri-usb-fill:before {
  content: "";
}

.ri-usb-line:before {
  content: "";
}

.ri-user-2-fill:before {
  content: "";
}

.ri-user-2-line:before {
  content: "";
}

.ri-user-3-fill:before {
  content: "";
}

.ri-user-3-line:before {
  content: "";
}

.ri-user-4-fill:before {
  content: "";
}

.ri-user-4-line:before {
  content: "";
}

.ri-user-5-fill:before {
  content: "";
}

.ri-user-5-line:before {
  content: "";
}

.ri-user-6-fill:before {
  content: "";
}

.ri-user-6-line:before {
  content: "";
}

.ri-user-add-fill:before {
  content: "";
}

.ri-user-add-line:before {
  content: "";
}

.ri-user-fill:before {
  content: "";
}

.ri-user-follow-fill:before {
  content: "";
}

.ri-user-follow-line:before {
  content: "";
}

.ri-user-heart-fill:before {
  content: "";
}

.ri-user-heart-line:before {
  content: "";
}

.ri-user-line:before {
  content: "";
}

.ri-user-location-fill:before {
  content: "";
}

.ri-user-location-line:before {
  content: "";
}

.ri-user-received-2-fill:before {
  content: "";
}

.ri-user-received-2-line:before {
  content: "";
}

.ri-user-received-fill:before {
  content: "";
}

.ri-user-received-line:before {
  content: "";
}

.ri-user-search-fill:before {
  content: "";
}

.ri-user-search-line:before {
  content: "";
}

.ri-user-settings-fill:before {
  content: "";
}

.ri-user-settings-line:before {
  content: "";
}

.ri-user-shared-2-fill:before {
  content: "";
}

.ri-user-shared-2-line:before {
  content: "";
}

.ri-user-shared-fill:before {
  content: "";
}

.ri-user-shared-line:before {
  content: "";
}

.ri-user-smile-fill:before {
  content: "";
}

.ri-user-smile-line:before {
  content: "";
}

.ri-user-star-fill:before {
  content: "";
}

.ri-user-star-line:before {
  content: "";
}

.ri-user-unfollow-fill:before {
  content: "";
}

.ri-user-unfollow-line:before {
  content: "";
}

.ri-user-voice-fill:before {
  content: "";
}

.ri-user-voice-line:before {
  content: "";
}

.ri-video-add-fill:before {
  content: "";
}

.ri-video-add-line:before {
  content: "";
}

.ri-video-chat-fill:before {
  content: "";
}

.ri-video-chat-line:before {
  content: "";
}

.ri-video-download-fill:before {
  content: "";
}

.ri-video-download-line:before {
  content: "";
}

.ri-video-fill:before {
  content: "";
}

.ri-video-line:before {
  content: "";
}

.ri-video-upload-fill:before {
  content: "";
}

.ri-video-upload-line:before {
  content: "";
}

.ri-vidicon-2-fill:before {
  content: "";
}

.ri-vidicon-2-line:before {
  content: "";
}

.ri-vidicon-fill:before {
  content: "";
}

.ri-vidicon-line:before {
  content: "";
}

.ri-vimeo-fill:before {
  content: "";
}

.ri-vimeo-line:before {
  content: "";
}

.ri-vip-crown-2-fill:before {
  content: "";
}

.ri-vip-crown-2-line:before {
  content: "";
}

.ri-vip-crown-fill:before {
  content: "";
}

.ri-vip-crown-line:before {
  content: "";
}

.ri-vip-diamond-fill:before {
  content: "";
}

.ri-vip-diamond-line:before {
  content: "";
}

.ri-vip-fill:before {
  content: "";
}

.ri-vip-line:before {
  content: "";
}

.ri-virus-fill:before {
  content: "";
}

.ri-virus-line:before {
  content: "";
}

.ri-visa-fill:before {
  content: "";
}

.ri-visa-line:before {
  content: "";
}

.ri-voice-recognition-fill:before {
  content: "";
}

.ri-voice-recognition-line:before {
  content: "";
}

.ri-voiceprint-fill:before {
  content: "";
}

.ri-voiceprint-line:before {
  content: "";
}

.ri-volume-down-fill:before {
  content: "";
}

.ri-volume-down-line:before {
  content: "";
}

.ri-volume-mute-fill:before {
  content: "";
}

.ri-volume-mute-line:before {
  content: "";
}

.ri-volume-off-vibrate-fill:before {
  content: "";
}

.ri-volume-off-vibrate-line:before {
  content: "";
}

.ri-volume-up-fill:before {
  content: "";
}

.ri-volume-up-line:before {
  content: "";
}

.ri-volume-vibrate-fill:before {
  content: "";
}

.ri-volume-vibrate-line:before {
  content: "";
}

.ri-vuejs-fill:before {
  content: "";
}

.ri-vuejs-line:before {
  content: "";
}

.ri-walk-fill:before {
  content: "";
}

.ri-walk-line:before {
  content: "";
}

.ri-wallet-2-fill:before {
  content: "";
}

.ri-wallet-2-line:before {
  content: "";
}

.ri-wallet-3-fill:before {
  content: "";
}

.ri-wallet-3-line:before {
  content: "";
}

.ri-wallet-fill:before {
  content: "";
}

.ri-wallet-line:before {
  content: "";
}

.ri-water-flash-fill:before {
  content: "";
}

.ri-water-flash-line:before {
  content: "";
}

.ri-webcam-fill:before {
  content: "";
}

.ri-webcam-line:before {
  content: "";
}

.ri-wechat-2-fill:before {
  content: "";
}

.ri-wechat-2-line:before {
  content: "";
}

.ri-wechat-fill:before {
  content: "";
}

.ri-wechat-line:before {
  content: "";
}

.ri-wechat-pay-fill:before {
  content: "";
}

.ri-wechat-pay-line:before {
  content: "";
}

.ri-weibo-fill:before {
  content: "";
}

.ri-weibo-line:before {
  content: "";
}

.ri-whatsapp-fill:before {
  content: "";
}

.ri-whatsapp-line:before {
  content: "";
}

.ri-wheelchair-fill:before {
  content: "";
}

.ri-wheelchair-line:before {
  content: "";
}

.ri-wifi-fill:before {
  content: "";
}

.ri-wifi-line:before {
  content: "";
}

.ri-wifi-off-fill:before {
  content: "";
}

.ri-wifi-off-line:before {
  content: "";
}

.ri-window-2-fill:before {
  content: "";
}

.ri-window-2-line:before {
  content: "";
}

.ri-window-fill:before {
  content: "";
}

.ri-window-line:before {
  content: "";
}

.ri-windows-fill:before {
  content: "";
}

.ri-windows-line:before {
  content: "";
}

.ri-windy-fill:before {
  content: "";
}

.ri-windy-line:before {
  content: "";
}

.ri-wireless-charging-fill:before {
  content: "";
}

.ri-wireless-charging-line:before {
  content: "";
}

.ri-women-fill:before {
  content: "";
}

.ri-women-line:before {
  content: "";
}

.ri-wubi-input:before {
  content: "";
}

.ri-xbox-fill:before {
  content: "";
}

.ri-xbox-line:before {
  content: "";
}

.ri-xing-fill:before {
  content: "";
}

.ri-xing-line:before {
  content: "";
}

.ri-youtube-fill:before {
  content: "";
}

.ri-youtube-line:before {
  content: "";
}

.ri-zcool-fill:before {
  content: "";
}

.ri-zcool-line:before {
  content: "";
}

.ri-zhihu-fill:before {
  content: "";
}

.ri-zhihu-line:before {
  content: "";
}

.ri-zoom-in-fill:before {
  content: "";
}

.ri-zoom-in-line:before {
  content: "";
}

.ri-zoom-out-fill:before {
  content: "";
}

.ri-zoom-out-line:before {
  content: "";
}

.ri-zzz-fill:before {
  content: "";
}

.ri-zzz-line:before {
  content: "";
}

.ri-arrow-down-double-fill:before {
  content: "";
}

.ri-arrow-down-double-line:before {
  content: "";
}

.ri-arrow-left-double-fill:before {
  content: "";
}

.ri-arrow-left-double-line:before {
  content: "";
}

.ri-arrow-right-double-fill:before {
  content: "";
}

.ri-arrow-right-double-line:before {
  content: "";
}

.ri-arrow-turn-back-fill:before {
  content: "";
}

.ri-arrow-turn-back-line:before {
  content: "";
}

.ri-arrow-turn-forward-fill:before {
  content: "";
}

.ri-arrow-turn-forward-line:before {
  content: "";
}

.ri-arrow-up-double-fill:before {
  content: "";
}

.ri-arrow-up-double-line:before {
  content: "";
}

.ri-bard-fill:before {
  content: "";
}

.ri-bard-line:before {
  content: "";
}

.ri-bootstrap-fill:before {
  content: "";
}

.ri-bootstrap-line:before {
  content: "";
}

.ri-box-1-fill:before {
  content: "";
}

.ri-box-1-line:before {
  content: "";
}

.ri-box-2-fill:before {
  content: "";
}

.ri-box-2-line:before {
  content: "";
}

.ri-box-3-fill:before {
  content: "";
}

.ri-box-3-line:before {
  content: "";
}

.ri-brain-fill:before {
  content: "";
}

.ri-brain-line:before {
  content: "";
}

.ri-candle-fill:before {
  content: "";
}

.ri-candle-line:before {
  content: "";
}

.ri-cash-fill:before {
  content: "";
}

.ri-cash-line:before {
  content: "";
}

.ri-contract-left-fill:before {
  content: "";
}

.ri-contract-left-line:before {
  content: "";
}

.ri-contract-left-right-fill:before {
  content: "";
}

.ri-contract-left-right-line:before {
  content: "";
}

.ri-contract-right-fill:before {
  content: "";
}

.ri-contract-right-line:before {
  content: "";
}

.ri-contract-up-down-fill:before {
  content: "";
}

.ri-contract-up-down-line:before {
  content: "";
}

.ri-copilot-fill:before {
  content: "";
}

.ri-copilot-line:before {
  content: "";
}

.ri-corner-down-left-fill:before {
  content: "";
}

.ri-corner-down-left-line:before {
  content: "";
}

.ri-corner-down-right-fill:before {
  content: "";
}

.ri-corner-down-right-line:before {
  content: "";
}

.ri-corner-left-down-fill:before {
  content: "";
}

.ri-corner-left-down-line:before {
  content: "";
}

.ri-corner-left-up-fill:before {
  content: "";
}

.ri-corner-left-up-line:before {
  content: "";
}

.ri-corner-right-down-fill:before {
  content: "";
}

.ri-corner-right-down-line:before {
  content: "";
}

.ri-corner-right-up-fill:before {
  content: "";
}

.ri-corner-right-up-line:before {
  content: "";
}

.ri-corner-up-left-double-fill:before {
  content: "";
}

.ri-corner-up-left-double-line:before {
  content: "";
}

.ri-corner-up-left-fill:before {
  content: "";
}

.ri-corner-up-left-line:before {
  content: "";
}

.ri-corner-up-right-double-fill:before {
  content: "";
}

.ri-corner-up-right-double-line:before {
  content: "";
}

.ri-corner-up-right-fill:before {
  content: "";
}

.ri-corner-up-right-line:before {
  content: "";
}

.ri-cross-fill:before {
  content: "";
}

.ri-cross-line:before {
  content: "";
}

.ri-edge-new-fill:before {
  content: "";
}

.ri-edge-new-line:before {
  content: "";
}

.ri-equal-fill:before {
  content: "";
}

.ri-equal-line:before {
  content: "";
}

.ri-expand-left-fill:before {
  content: "";
}

.ri-expand-left-line:before {
  content: "";
}

.ri-expand-left-right-fill:before {
  content: "";
}

.ri-expand-left-right-line:before {
  content: "";
}

.ri-expand-right-fill:before {
  content: "";
}

.ri-expand-right-line:before {
  content: "";
}

.ri-expand-up-down-fill:before {
  content: "";
}

.ri-expand-up-down-line:before {
  content: "";
}

.ri-flickr-fill:before {
  content: "";
}

.ri-flickr-line:before {
  content: "";
}

.ri-forward-10-fill:before {
  content: "";
}

.ri-forward-10-line:before {
  content: "";
}

.ri-forward-15-fill:before {
  content: "";
}

.ri-forward-15-line:before {
  content: "";
}

.ri-forward-30-fill:before {
  content: "";
}

.ri-forward-30-line:before {
  content: "";
}

.ri-forward-5-fill:before {
  content: "";
}

.ri-forward-5-line:before {
  content: "";
}

.ri-graduation-cap-fill:before {
  content: "";
}

.ri-graduation-cap-line:before {
  content: "";
}

.ri-home-office-fill:before {
  content: "";
}

.ri-home-office-line:before {
  content: "";
}

.ri-hourglass-2-fill:before {
  content: "";
}

.ri-hourglass-2-line:before {
  content: "";
}

.ri-hourglass-fill:before {
  content: "";
}

.ri-hourglass-line:before {
  content: "";
}

.ri-javascript-fill:before {
  content: "";
}

.ri-javascript-line:before {
  content: "";
}

.ri-loop-left-fill:before {
  content: "";
}

.ri-loop-left-line:before {
  content: "";
}

.ri-loop-right-fill:before {
  content: "";
}

.ri-loop-right-line:before {
  content: "";
}

.ri-memories-fill:before {
  content: "";
}

.ri-memories-line:before {
  content: "";
}

.ri-meta-fill:before {
  content: "";
}

.ri-meta-line:before {
  content: "";
}

.ri-microsoft-loop-fill:before {
  content: "";
}

.ri-microsoft-loop-line:before {
  content: "";
}

.ri-nft-fill:before {
  content: "";
}

.ri-nft-line:before {
  content: "";
}

.ri-notion-fill:before {
  content: "";
}

.ri-notion-line:before {
  content: "";
}

.ri-openai-fill:before {
  content: "";
}

.ri-openai-line:before {
  content: "";
}

.ri-overline:before {
  content: "";
}

.ri-p2p-fill:before {
  content: "";
}

.ri-p2p-line:before {
  content: "";
}

.ri-presentation-fill:before {
  content: "";
}

.ri-presentation-line:before {
  content: "";
}

.ri-replay-10-fill:before {
  content: "";
}

.ri-replay-10-line:before {
  content: "";
}

.ri-replay-15-fill:before {
  content: "";
}

.ri-replay-15-line:before {
  content: "";
}

.ri-replay-30-fill:before {
  content: "";
}

.ri-replay-30-line:before {
  content: "";
}

.ri-replay-5-fill:before {
  content: "";
}

.ri-replay-5-line:before {
  content: "";
}

.ri-school-fill:before {
  content: "";
}

.ri-school-line:before {
  content: "";
}

.ri-shining-2-fill:before {
  content: "";
}

.ri-shining-2-line:before {
  content: "";
}

.ri-shining-fill:before {
  content: "";
}

.ri-shining-line:before {
  content: "";
}

.ri-sketching:before {
  content: "";
}

.ri-skip-down-fill:before {
  content: "";
}

.ri-skip-down-line:before {
  content: "";
}

.ri-skip-left-fill:before {
  content: "";
}

.ri-skip-left-line:before {
  content: "";
}

.ri-skip-right-fill:before {
  content: "";
}

.ri-skip-right-line:before {
  content: "";
}

.ri-skip-up-fill:before {
  content: "";
}

.ri-skip-up-line:before {
  content: "";
}

.ri-slow-down-fill:before {
  content: "";
}

.ri-slow-down-line:before {
  content: "";
}

.ri-sparkling-2-fill:before {
  content: "";
}

.ri-sparkling-2-line:before {
  content: "";
}

.ri-sparkling-fill:before {
  content: "";
}

.ri-sparkling-line:before {
  content: "";
}

.ri-speak-fill:before {
  content: "";
}

.ri-speak-line:before {
  content: "";
}

.ri-speed-up-fill:before {
  content: "";
}

.ri-speed-up-line:before {
  content: "";
}

.ri-tiktok-fill:before {
  content: "";
}

.ri-tiktok-line:before {
  content: "";
}

.ri-token-swap-fill:before {
  content: "";
}

.ri-token-swap-line:before {
  content: "";
}

.ri-unpin-fill:before {
  content: "";
}

.ri-unpin-line:before {
  content: "";
}

.ri-wechat-channels-fill:before {
  content: "";
}

.ri-wechat-channels-line:before {
  content: "";
}

.ri-wordpress-fill:before {
  content: "";
}

.ri-wordpress-line:before {
  content: "";
}

.ri-blender-fill:before {
  content: "";
}

.ri-blender-line:before {
  content: "";
}

.ri-emoji-sticker-fill:before {
  content: "";
}

.ri-emoji-sticker-line:before {
  content: "";
}

.ri-git-close-pull-request-fill:before {
  content: "";
}

.ri-git-close-pull-request-line:before {
  content: "";
}

.ri-instance-fill:before {
  content: "";
}

.ri-instance-line:before {
  content: "";
}

.ri-megaphone-fill:before {
  content: "";
}

.ri-megaphone-line:before {
  content: "";
}

.ri-pass-expired-fill:before {
  content: "";
}

.ri-pass-expired-line:before {
  content: "";
}

.ri-pass-pending-fill:before {
  content: "";
}

.ri-pass-pending-line:before {
  content: "";
}

.ri-pass-valid-fill:before {
  content: "";
}

.ri-pass-valid-line:before {
  content: "";
}

.ri-ai-generate:before {
  content: "";
}

.ri-calendar-close-fill:before {
  content: "";
}

.ri-calendar-close-line:before {
  content: "";
}

.ri-draggable:before {
  content: "";
}

.ri-font-family:before {
  content: "";
}

.ri-font-mono:before {
  content: "";
}

.ri-font-sans-serif:before {
  content: "";
}

.ri-font-sans:before {
  content: "";
}

.ri-hard-drive-3-fill:before {
  content: "";
}

.ri-hard-drive-3-line:before {
  content: "";
}

.ri-kick-fill:before {
  content: "";
}

.ri-kick-line:before {
  content: "";
}

.ri-list-check-3:before {
  content: "";
}

.ri-list-indefinite:before {
  content: "";
}

.ri-list-ordered-2:before {
  content: "";
}

.ri-list-radio:before {
  content: "";
}

.ri-openbase-fill:before {
  content: "";
}

.ri-openbase-line:before {
  content: "";
}

.ri-planet-fill:before {
  content: "";
}

.ri-planet-line:before {
  content: "";
}

.ri-prohibited-fill:before {
  content: "";
}

.ri-prohibited-line:before {
  content: "";
}

.ri-quote-text:before {
  content: "";
}

.ri-seo-fill:before {
  content: "";
}

.ri-seo-line:before {
  content: "";
}

.ri-slash-commands:before {
  content: "";
}

.ri-archive-2-fill:before {
  content: "";
}

.ri-archive-2-line:before {
  content: "";
}

.ri-inbox-2-fill:before {
  content: "";
}

.ri-inbox-2-line:before {
  content: "";
}

.ri-shake-hands-fill:before {
  content: "";
}

.ri-shake-hands-line:before {
  content: "";
}

.ri-supabase-fill:before {
  content: "";
}

.ri-supabase-line:before {
  content: "";
}

.ri-water-percent-fill:before {
  content: "";
}

.ri-water-percent-line:before {
  content: "";
}

.ri-yuque-fill:before {
  content: "";
}

.ri-yuque-line:before {
  content: "";
}

.ri-crosshair-2-fill:before {
  content: "";
}

.ri-crosshair-2-line:before {
  content: "";
}

.ri-crosshair-fill:before {
  content: "";
}

.ri-crosshair-line:before {
  content: "";
}

.ri-file-close-fill:before {
  content: "";
}

.ri-file-close-line:before {
  content: "";
}

.ri-infinity-fill:before {
  content: "";
}

.ri-infinity-line:before {
  content: "";
}

.ri-rfid-fill:before {
  content: "";
}

.ri-rfid-line:before {
  content: "";
}

.ri-slash-commands-2:before {
  content: "";
}

.ri-user-forbid-fill:before {
  content: "";
}

.ri-user-forbid-line:before {
  content: "";
}

.ri-beer-fill:before {
  content: "";
}

.ri-beer-line:before {
  content: "";
}

.ri-circle-fill:before {
  content: "";
}

.ri-circle-line:before {
  content: "";
}

.ri-dropdown-list:before {
  content: "";
}

.ri-file-image-fill:before {
  content: "";
}

.ri-file-image-line:before {
  content: "";
}

.ri-file-pdf-2-fill:before {
  content: "";
}

.ri-file-pdf-2-line:before {
  content: "";
}

.ri-file-video-fill:before {
  content: "";
}

.ri-file-video-line:before {
  content: "";
}

.ri-folder-image-fill:before {
  content: "";
}

.ri-folder-image-line:before {
  content: "";
}

.ri-folder-video-fill:before {
  content: "";
}

.ri-folder-video-line:before {
  content: "";
}

.ri-hexagon-fill:before {
  content: "";
}

.ri-hexagon-line:before {
  content: "";
}

.ri-menu-search-fill:before {
  content: "";
}

.ri-menu-search-line:before {
  content: "";
}

.ri-octagon-fill:before {
  content: "";
}

.ri-octagon-line:before {
  content: "";
}

.ri-pentagon-fill:before {
  content: "";
}

.ri-pentagon-line:before {
  content: "";
}

.ri-rectangle-fill:before {
  content: "";
}

.ri-rectangle-line:before {
  content: "";
}

.ri-robot-2-fill:before {
  content: "";
}

.ri-robot-2-line:before {
  content: "";
}

.ri-shapes-fill:before {
  content: "";
}

.ri-shapes-line:before {
  content: "";
}

.ri-square-fill:before {
  content: "";
}

.ri-square-line:before {
  content: "";
}

.ri-tent-fill:before {
  content: "";
}

.ri-tent-line:before {
  content: "";
}

.ri-threads-fill:before {
  content: "";
}

.ri-threads-line:before {
  content: "";
}

.ri-tree-fill:before {
  content: "";
}

.ri-tree-line:before {
  content: "";
}

.ri-triangle-fill:before {
  content: "";
}

.ri-triangle-line:before {
  content: "";
}

.ri-twitter-x-fill:before {
  content: "";
}

.ri-twitter-x-line:before {
  content: "";
}

.ri-verified-badge-fill:before {
  content: "";
}

.ri-verified-badge-line:before {
  content: "";
}

.ri-armchair-fill:before {
  content: "";
}

.ri-armchair-line:before {
  content: "";
}

.ri-bnb-fill:before {
  content: "";
}

.ri-bnb-line:before {
  content: "";
}

.ri-bread-fill:before {
  content: "";
}

.ri-bread-line:before {
  content: "";
}

.ri-btc-fill:before {
  content: "";
}

.ri-btc-line:before {
  content: "";
}

.ri-calendar-schedule-fill:before {
  content: "";
}

.ri-calendar-schedule-line:before {
  content: "";
}

.ri-dice-1-fill:before {
  content: "";
}

.ri-dice-1-line:before {
  content: "";
}

.ri-dice-2-fill:before {
  content: "";
}

.ri-dice-2-line:before {
  content: "";
}

.ri-dice-3-fill:before {
  content: "";
}

.ri-dice-3-line:before {
  content: "";
}

.ri-dice-4-fill:before {
  content: "";
}

.ri-dice-4-line:before {
  content: "";
}

.ri-dice-5-fill:before {
  content: "";
}

.ri-dice-5-line:before {
  content: "";
}

.ri-dice-6-fill:before {
  content: "";
}

.ri-dice-6-line:before {
  content: "";
}

.ri-dice-fill:before {
  content: "";
}

.ri-dice-line:before {
  content: "";
}

.ri-drinks-fill:before {
  content: "";
}

.ri-drinks-line:before {
  content: "";
}

.ri-equalizer-2-fill:before {
  content: "";
}

.ri-equalizer-2-line:before {
  content: "";
}

.ri-equalizer-3-fill:before {
  content: "";
}

.ri-equalizer-3-line:before {
  content: "";
}

.ri-eth-fill:before {
  content: "";
}

.ri-eth-line:before {
  content: "";
}

.ri-flower-fill:before {
  content: "";
}

.ri-flower-line:before {
  content: "";
}

.ri-glasses-2-fill:before {
  content: "";
}

.ri-glasses-2-line:before {
  content: "";
}

.ri-glasses-fill:before {
  content: "";
}

.ri-glasses-line:before {
  content: "";
}

.ri-goggles-fill:before {
  content: "";
}

.ri-goggles-line:before {
  content: "";
}

.ri-image-circle-fill:before {
  content: "";
}

.ri-image-circle-line:before {
  content: "";
}

.ri-info-i:before {
  content: "";
}

.ri-money-rupee-circle-fill:before {
  content: "";
}

.ri-money-rupee-circle-line:before {
  content: "";
}

.ri-news-fill:before {
  content: "";
}

.ri-news-line:before {
  content: "";
}

.ri-robot-3-fill:before {
  content: "";
}

.ri-robot-3-line:before {
  content: "";
}

.ri-share-2-fill:before {
  content: "";
}

.ri-share-2-line:before {
  content: "";
}

.ri-sofa-fill:before {
  content: "";
}

.ri-sofa-line:before {
  content: "";
}

.ri-svelte-fill:before {
  content: "";
}

.ri-svelte-line:before {
  content: "";
}

.ri-vk-fill:before {
  content: "";
}

.ri-vk-line:before {
  content: "";
}

.ri-xrp-fill:before {
  content: "";
}

.ri-xrp-line:before {
  content: "";
}

.ri-xtz-fill:before {
  content: "";
}

.ri-xtz-line:before {
  content: "";
}

.ri-archive-stack-fill:before {
  content: "";
}

.ri-archive-stack-line:before {
  content: "";
}

.ri-bowl-fill:before {
  content: "";
}

.ri-bowl-line:before {
  content: "";
}

.ri-calendar-view:before {
  content: "";
}

.ri-carousel-view:before {
  content: "";
}

.ri-code-block:before {
  content: "";
}

.ri-color-filter-fill:before {
  content: "";
}

.ri-color-filter-line:before {
  content: "";
}

.ri-contacts-book-3-fill:before {
  content: "";
}

.ri-contacts-book-3-line:before {
  content: "";
}

.ri-contract-fill:before {
  content: "";
}

.ri-contract-line:before {
  content: "";
}

.ri-drinks-2-fill:before {
  content: "";
}

.ri-drinks-2-line:before {
  content: "";
}

.ri-export-fill:before {
  content: "";
}

.ri-export-line:before {
  content: "";
}

.ri-file-check-fill:before {
  content: "";
}

.ri-file-check-line:before {
  content: "";
}

.ri-focus-mode:before {
  content: "";
}

.ri-folder-6-fill:before {
  content: "";
}

.ri-folder-6-line:before {
  content: "";
}

.ri-folder-check-fill:before {
  content: "";
}

.ri-folder-check-line:before {
  content: "";
}

.ri-folder-close-fill:before {
  content: "";
}

.ri-folder-close-line:before {
  content: "";
}

.ri-folder-cloud-fill:before {
  content: "";
}

.ri-folder-cloud-line:before {
  content: "";
}

.ri-gallery-view-2:before {
  content: "";
}

.ri-gallery-view:before {
  content: "";
}

.ri-hand:before {
  content: "";
}

.ri-import-fill:before {
  content: "";
}

.ri-import-line:before {
  content: "";
}

.ri-information-2-fill:before {
  content: "";
}

.ri-information-2-line:before {
  content: "";
}

.ri-kanban-view-2:before {
  content: "";
}

.ri-kanban-view:before {
  content: "";
}

.ri-list-view:before {
  content: "";
}

.ri-lock-star-fill:before {
  content: "";
}

.ri-lock-star-line:before {
  content: "";
}

.ri-puzzle-2-fill:before {
  content: "";
}

.ri-puzzle-2-line:before {
  content: "";
}

.ri-puzzle-fill:before {
  content: "";
}

.ri-puzzle-line:before {
  content: "";
}

.ri-ram-2-fill:before {
  content: "";
}

.ri-ram-2-line:before {
  content: "";
}

.ri-ram-fill:before {
  content: "";
}

.ri-ram-line:before {
  content: "";
}

.ri-receipt-fill:before {
  content: "";
}

.ri-receipt-line:before {
  content: "";
}

.ri-shadow-fill:before {
  content: "";
}

.ri-shadow-line:before {
  content: "";
}

.ri-sidebar-fold-fill:before {
  content: "";
}

.ri-sidebar-fold-line:before {
  content: "";
}

.ri-sidebar-unfold-fill:before {
  content: "";
}

.ri-sidebar-unfold-line:before {
  content: "";
}

.ri-slideshow-view:before {
  content: "";
}

.ri-sort-alphabet-asc:before {
  content: "";
}

.ri-sort-alphabet-desc:before {
  content: "";
}

.ri-sort-number-asc:before {
  content: "";
}

.ri-sort-number-desc:before {
  content: "";
}

.ri-stacked-view:before {
  content: "";
}

.ri-sticky-note-add-fill:before {
  content: "";
}

.ri-sticky-note-add-line:before {
  content: "";
}

.ri-swap-2-fill:before {
  content: "";
}

.ri-swap-2-line:before {
  content: "";
}

.ri-swap-3-fill:before {
  content: "";
}

.ri-swap-3-line:before {
  content: "";
}

.ri-table-3:before {
  content: "";
}

.ri-table-view:before {
  content: "";
}

.ri-text-block:before {
  content: "";
}

.ri-text-snippet:before {
  content: "";
}

.ri-timeline-view:before {
  content: "";
}

.ri-blogger-fill:before {
  content: "";
}

.ri-blogger-line:before {
  content: "";
}

.ri-chat-thread-fill:before {
  content: "";
}

.ri-chat-thread-line:before {
  content: "";
}

.ri-discount-percent-fill:before {
  content: "";
}

.ri-discount-percent-line:before {
  content: "";
}

.ri-exchange-2-fill:before {
  content: "";
}

.ri-exchange-2-line:before {
  content: "";
}

.ri-git-fork-fill:before {
  content: "";
}

.ri-git-fork-line:before {
  content: "";
}

.ri-input-field:before {
  content: "";
}

.ri-progress-1-fill:before {
  content: "";
}

.ri-progress-1-line:before {
  content: "";
}

.ri-progress-2-fill:before {
  content: "";
}

.ri-progress-2-line:before {
  content: "";
}

.ri-progress-3-fill:before {
  content: "";
}

.ri-progress-3-line:before {
  content: "";
}

.ri-progress-4-fill:before {
  content: "";
}

.ri-progress-4-line:before {
  content: "";
}

.ri-progress-5-fill:before {
  content: "";
}

.ri-progress-5-line:before {
  content: "";
}

.ri-progress-6-fill:before {
  content: "";
}

.ri-progress-6-line:before {
  content: "";
}

.ri-progress-7-fill:before {
  content: "";
}

.ri-progress-7-line:before {
  content: "";
}

.ri-progress-8-fill:before {
  content: "";
}

.ri-progress-8-line:before {
  content: "";
}

.ri-remix-run-fill:before {
  content: "";
}

.ri-remix-run-line:before {
  content: "";
}

.ri-signpost-fill:before {
  content: "";
}

.ri-signpost-line:before {
  content: "";
}

.ri-time-zone-fill:before {
  content: "";
}

.ri-time-zone-line:before {
  content: "";
}

.ri-arrow-down-wide-fill:before {
  content: "";
}

.ri-arrow-down-wide-line:before {
  content: "";
}

.ri-arrow-left-wide-fill:before {
  content: "";
}

.ri-arrow-left-wide-line:before {
  content: "";
}

.ri-arrow-right-wide-fill:before {
  content: "";
}

.ri-arrow-right-wide-line:before {
  content: "";
}

.ri-arrow-up-wide-fill:before {
  content: "";
}

.ri-arrow-up-wide-line:before {
  content: "";
}

.ri-bluesky-fill:before {
  content: "";
}

.ri-bluesky-line:before {
  content: "";
}

.ri-expand-height-fill:before {
  content: "";
}

.ri-expand-height-line:before {
  content: "";
}

.ri-expand-width-fill:before {
  content: "";
}

.ri-expand-width-line:before {
  content: "";
}

.ri-forward-end-fill:before {
  content: "";
}

.ri-forward-end-line:before {
  content: "";
}

.ri-forward-end-mini-fill:before {
  content: "";
}

.ri-forward-end-mini-line:before {
  content: "";
}

.ri-friendica-fill:before {
  content: "";
}

.ri-friendica-line:before {
  content: "";
}

.ri-git-pr-draft-fill:before {
  content: "";
}

.ri-git-pr-draft-line:before {
  content: "";
}

.ri-play-reverse-fill:before {
  content: "";
}

.ri-play-reverse-line:before {
  content: "";
}

.ri-play-reverse-mini-fill:before {
  content: "";
}

.ri-play-reverse-mini-line:before {
  content: "";
}

.ri-rewind-start-fill:before {
  content: "";
}

.ri-rewind-start-line:before {
  content: "";
}

.ri-rewind-start-mini-fill:before {
  content: "";
}

.ri-rewind-start-mini-line:before {
  content: "";
}

.ri-scroll-to-bottom-fill:before {
  content: "";
}

.ri-scroll-to-bottom-line:before {
  content: "";
}

.ri-add-large-fill:before {
  content: "";
}

.ri-add-large-line:before {
  content: "";
}

.ri-aed-electrodes-fill:before {
  content: "";
}

.ri-aed-electrodes-line:before {
  content: "";
}

.ri-aed-fill:before {
  content: "";
}

.ri-aed-line:before {
  content: "";
}

.ri-alibaba-cloud-fill:before {
  content: "";
}

.ri-alibaba-cloud-line:before {
  content: "";
}

.ri-align-item-bottom-fill:before {
  content: "";
}

.ri-align-item-bottom-line:before {
  content: "";
}

.ri-align-item-horizontal-center-fill:before {
  content: "";
}

.ri-align-item-horizontal-center-line:before {
  content: "";
}

.ri-align-item-left-fill:before {
  content: "";
}

.ri-align-item-left-line:before {
  content: "";
}

.ri-align-item-right-fill:before {
  content: "";
}

.ri-align-item-right-line:before {
  content: "";
}

.ri-align-item-top-fill:before {
  content: "";
}

.ri-align-item-top-line:before {
  content: "";
}

.ri-align-item-vertical-center-fill:before {
  content: "";
}

.ri-align-item-vertical-center-line:before {
  content: "";
}

.ri-apps-2-add-fill:before {
  content: "";
}

.ri-apps-2-add-line:before {
  content: "";
}

.ri-close-large-fill:before {
  content: "";
}

.ri-close-large-line:before {
  content: "";
}

.ri-collapse-diagonal-2-fill:before {
  content: "";
}

.ri-collapse-diagonal-2-line:before {
  content: "";
}

.ri-collapse-diagonal-fill:before {
  content: "";
}

.ri-collapse-diagonal-line:before {
  content: "";
}

.ri-dashboard-horizontal-fill:before {
  content: "";
}

.ri-dashboard-horizontal-line:before {
  content: "";
}

.ri-expand-diagonal-2-fill:before {
  content: "";
}

.ri-expand-diagonal-2-line:before {
  content: "";
}

.ri-expand-diagonal-fill:before {
  content: "";
}

.ri-expand-diagonal-line:before {
  content: "";
}

.ri-firebase-fill:before {
  content: "";
}

.ri-firebase-line:before {
  content: "";
}

.ri-flip-horizontal-2-fill:before {
  content: "";
}

.ri-flip-horizontal-2-line:before {
  content: "";
}

.ri-flip-horizontal-fill:before {
  content: "";
}

.ri-flip-horizontal-line:before {
  content: "";
}

.ri-flip-vertical-2-fill:before {
  content: "";
}

.ri-flip-vertical-2-line:before {
  content: "";
}

.ri-flip-vertical-fill:before {
  content: "";
}

.ri-flip-vertical-line:before {
  content: "";
}

.ri-formula:before {
  content: "";
}

.ri-function-add-fill:before {
  content: "";
}

.ri-function-add-line:before {
  content: "";
}

.ri-goblet-2-fill:before {
  content: "";
}

.ri-goblet-2-line:before {
  content: "";
}

.ri-golf-ball-fill:before {
  content: "";
}

.ri-golf-ball-line:before {
  content: "";
}

.ri-group-3-fill:before {
  content: "";
}

.ri-group-3-line:before {
  content: "";
}

.ri-heart-add-2-fill:before {
  content: "";
}

.ri-heart-add-2-line:before {
  content: "";
}

.ri-id-card-fill:before {
  content: "";
}

.ri-id-card-line:before {
  content: "";
}

.ri-information-off-fill:before {
  content: "";
}

.ri-information-off-line:before {
  content: "";
}

.ri-java-fill:before {
  content: "";
}

.ri-java-line:before {
  content: "";
}

.ri-layout-grid-2-fill:before {
  content: "";
}

.ri-layout-grid-2-line:before {
  content: "";
}

.ri-layout-horizontal-fill:before {
  content: "";
}

.ri-layout-horizontal-line:before {
  content: "";
}

.ri-layout-vertical-fill:before {
  content: "";
}

.ri-layout-vertical-line:before {
  content: "";
}

.ri-menu-fold-2-fill:before {
  content: "";
}

.ri-menu-fold-2-line:before {
  content: "";
}

.ri-menu-fold-3-fill:before {
  content: "";
}

.ri-menu-fold-3-line:before {
  content: "";
}

.ri-menu-fold-4-fill:before {
  content: "";
}

.ri-menu-fold-4-line:before {
  content: "";
}

.ri-menu-unfold-2-fill:before {
  content: "";
}

.ri-menu-unfold-2-line:before {
  content: "";
}

.ri-menu-unfold-3-fill:before {
  content: "";
}

.ri-menu-unfold-3-line:before {
  content: "";
}

.ri-menu-unfold-4-fill:before {
  content: "";
}

.ri-menu-unfold-4-line:before {
  content: "";
}

.ri-mobile-download-fill:before {
  content: "";
}

.ri-mobile-download-line:before {
  content: "";
}

.ri-nextjs-fill:before {
  content: "";
}

.ri-nextjs-line:before {
  content: "";
}

.ri-nodejs-fill:before {
  content: "";
}

.ri-nodejs-line:before {
  content: "";
}

.ri-pause-large-fill:before {
  content: "";
}

.ri-pause-large-line:before {
  content: "";
}

.ri-play-large-fill:before {
  content: "";
}

.ri-play-large-line:before {
  content: "";
}

.ri-play-reverse-large-fill:before {
  content: "";
}

.ri-play-reverse-large-line:before {
  content: "";
}

.ri-police-badge-fill:before {
  content: "";
}

.ri-police-badge-line:before {
  content: "";
}

.ri-prohibited-2-fill:before {
  content: "";
}

.ri-prohibited-2-line:before {
  content: "";
}

.ri-shopping-bag-4-fill:before {
  content: "";
}

.ri-shopping-bag-4-line:before {
  content: "";
}

.ri-snowflake-fill:before {
  content: "";
}

.ri-snowflake-line:before {
  content: "";
}

.ri-square-root:before {
  content: "";
}

.ri-stop-large-fill:before {
  content: "";
}

.ri-stop-large-line:before {
  content: "";
}

.ri-tailwind-css-fill:before {
  content: "";
}

.ri-tailwind-css-line:before {
  content: "";
}

.ri-tooth-fill:before {
  content: "";
}

.ri-tooth-line:before {
  content: "";
}

.ri-video-off-fill:before {
  content: "";
}

.ri-video-off-line:before {
  content: "";
}

.ri-video-on-fill:before {
  content: "";
}

.ri-video-on-line:before {
  content: "";
}

.ri-webhook-fill:before {
  content: "";
}

.ri-webhook-line:before {
  content: "";
}

.ri-weight-fill:before {
  content: "";
}

.ri-weight-line:before {
  content: "";
}

.ri-book-shelf-fill:before {
  content: "";
}

.ri-book-shelf-line:before {
  content: "";
}

.ri-brain-2-fill:before {
  content: "";
}

.ri-brain-2-line:before {
  content: "";
}

.ri-chat-search-fill:before {
  content: "";
}

.ri-chat-search-line:before {
  content: "";
}

.ri-chat-unread-fill:before {
  content: "";
}

.ri-chat-unread-line:before {
  content: "";
}

.ri-collapse-horizontal-fill:before {
  content: "";
}

.ri-collapse-horizontal-line:before {
  content: "";
}

.ri-collapse-vertical-fill:before {
  content: "";
}

.ri-collapse-vertical-line:before {
  content: "";
}

.ri-dna-fill:before {
  content: "";
}

.ri-dna-line:before {
  content: "";
}

.ri-dropper-fill:before {
  content: "";
}

.ri-dropper-line:before {
  content: "";
}

.ri-expand-diagonal-s-2-fill:before {
  content: "";
}

.ri-expand-diagonal-s-2-line:before {
  content: "";
}

.ri-expand-diagonal-s-fill:before {
  content: "";
}

.ri-expand-diagonal-s-line:before {
  content: "";
}

.ri-expand-horizontal-fill:before {
  content: "";
}

.ri-expand-horizontal-line:before {
  content: "";
}

.ri-expand-horizontal-s-fill:before {
  content: "";
}

.ri-expand-horizontal-s-line:before {
  content: "";
}

.ri-expand-vertical-fill:before {
  content: "";
}

.ri-expand-vertical-line:before {
  content: "";
}

.ri-expand-vertical-s-fill:before {
  content: "";
}

.ri-expand-vertical-s-line:before {
  content: "";
}

.ri-gemini-fill:before {
  content: "";
}

.ri-gemini-line:before {
  content: "";
}

.ri-reset-left-fill:before {
  content: "";
}

.ri-reset-left-line:before {
  content: "";
}

.ri-reset-right-fill:before {
  content: "";
}

.ri-reset-right-line:before {
  content: "";
}

.ri-stairs-fill:before {
  content: "";
}

.ri-stairs-line:before {
  content: "";
}

.ri-telegram-2-fill:before {
  content: "";
}

.ri-telegram-2-line:before {
  content: "";
}

.ri-triangular-flag-fill:before {
  content: "";
}

.ri-triangular-flag-line:before {
  content: "";
}

.ri-user-minus-fill:before {
  content: "";
}

.ri-user-minus-line:before {
  content: "";
}

.ri-account-box-2-fill:before {
  content: "";
}

.ri-account-box-2-line:before {
  content: "";
}

.ri-account-circle-2-fill:before {
  content: "";
}

.ri-account-circle-2-line:before {
  content: "";
}

.ri-alarm-snooze-fill:before {
  content: "";
}

.ri-alarm-snooze-line:before {
  content: "";
}

.ri-arrow-down-box-fill:before {
  content: "";
}

.ri-arrow-down-box-line:before {
  content: "";
}

.ri-arrow-left-box-fill:before {
  content: "";
}

.ri-arrow-left-box-line:before {
  content: "";
}

.ri-arrow-left-down-box-fill:before {
  content: "";
}

.ri-arrow-left-down-box-line:before {
  content: "";
}

.ri-arrow-left-up-box-fill:before {
  content: "";
}

.ri-arrow-left-up-box-line:before {
  content: "";
}

.ri-arrow-right-box-fill:before {
  content: "";
}

.ri-arrow-right-box-line:before {
  content: "";
}

.ri-arrow-right-down-box-fill:before {
  content: "";
}

.ri-arrow-right-down-box-line:before {
  content: "";
}

.ri-arrow-right-up-box-fill:before {
  content: "";
}

.ri-arrow-right-up-box-line:before {
  content: "";
}

.ri-arrow-up-box-fill:before {
  content: "";
}

.ri-arrow-up-box-line:before {
  content: "";
}

.ri-bar-chart-box-ai-fill:before {
  content: "";
}

.ri-bar-chart-box-ai-line:before {
  content: "";
}

.ri-brush-ai-fill:before {
  content: "";
}

.ri-brush-ai-line:before {
  content: "";
}

.ri-camera-ai-fill:before {
  content: "";
}

.ri-camera-ai-line:before {
  content: "";
}

.ri-chat-ai-fill:before {
  content: "";
}

.ri-chat-ai-line:before {
  content: "";
}

.ri-chat-smile-ai-fill:before {
  content: "";
}

.ri-chat-smile-ai-line:before {
  content: "";
}

.ri-chat-voice-ai-fill:before {
  content: "";
}

.ri-chat-voice-ai-line:before {
  content: "";
}

.ri-code-ai-fill:before {
  content: "";
}

.ri-code-ai-line:before {
  content: "";
}

.ri-color-filter-ai-fill:before {
  content: "";
}

.ri-color-filter-ai-line:before {
  content: "";
}

.ri-custom-size:before {
  content: "";
}

.ri-fediverse-fill:before {
  content: "";
}

.ri-fediverse-line:before {
  content: "";
}

.ri-flag-off-fill:before {
  content: "";
}

.ri-flag-off-line:before {
  content: "";
}

.ri-home-9-fill:before {
  content: "";
}

.ri-home-9-line:before {
  content: "";
}

.ri-image-ai-fill:before {
  content: "";
}

.ri-image-ai-line:before {
  content: "";
}

.ri-image-circle-ai-fill:before {
  content: "";
}

.ri-image-circle-ai-line:before {
  content: "";
}

.ri-info-card-fill:before {
  content: "";
}

.ri-info-card-line:before {
  content: "";
}

.ri-landscape-ai-fill:before {
  content: "";
}

.ri-landscape-ai-line:before {
  content: "";
}

.ri-letter-spacing-2:before {
  content: "";
}

.ri-line-height-2:before {
  content: "";
}

.ri-mail-ai-fill:before {
  content: "";
}

.ri-mail-ai-line:before {
  content: "";
}

.ri-mic-2-ai-fill:before {
  content: "";
}

.ri-mic-2-ai-line:before {
  content: "";
}

.ri-mic-ai-fill:before {
  content: "";
}

.ri-mic-ai-line:before {
  content: "";
}

.ri-movie-ai-fill:before {
  content: "";
}

.ri-movie-ai-line:before {
  content: "";
}

.ri-music-ai-fill:before {
  content: "";
}

.ri-music-ai-line:before {
  content: "";
}

.ri-notification-snooze-fill:before {
  content: "";
}

.ri-notification-snooze-line:before {
  content: "";
}

.ri-php-fill:before {
  content: "";
}

.ri-php-line:before {
  content: "";
}

.ri-pix-fill:before {
  content: "";
}

.ri-pix-line:before {
  content: "";
}

.ri-pulse-ai-fill:before {
  content: "";
}

.ri-pulse-ai-line:before {
  content: "";
}

.ri-quill-pen-ai-fill:before {
  content: "";
}

.ri-quill-pen-ai-line:before {
  content: "";
}

.ri-speak-ai-fill:before {
  content: "";
}

.ri-speak-ai-line:before {
  content: "";
}

.ri-star-off-fill:before {
  content: "";
}

.ri-star-off-line:before {
  content: "";
}

.ri-translate-ai-2:before {
  content: "";
}

.ri-translate-ai:before {
  content: "";
}

.ri-user-community-fill:before {
  content: "";
}

.ri-user-community-line:before {
  content: "";
}

.ri-vercel-fill:before {
  content: "";
}

.ri-vercel-line:before {
  content: "";
}

.ri-video-ai-fill:before {
  content: "";
}

.ri-video-ai-line:before {
  content: "";
}

.ri-video-on-ai-fill:before {
  content: "";
}

.ri-video-on-ai-line:before {
  content: "";
}

.ri-voice-ai-fill:before {
  content: "";
}

.ri-voice-ai-line:before {
  content: "";
}

.ri-ai-generate-2:before {
  content: "";
}

.ri-ai-generate-text:before {
  content: "";
}

.ri-anthropic-fill:before {
  content: "";
}

.ri-anthropic-line:before {
  content: "";
}

.ri-apps-2-ai-fill:before {
  content: "";
}

.ri-apps-2-ai-line:before {
  content: "";
}

.ri-camera-lens-ai-fill:before {
  content: "";
}

.ri-camera-lens-ai-line:before {
  content: "";
}

.ri-clapperboard-ai-fill:before {
  content: "";
}

.ri-clapperboard-ai-line:before {
  content: "";
}

.ri-claude-fill:before {
  content: "";
}

.ri-claude-line:before {
  content: "";
}

.ri-closed-captioning-ai-fill:before {
  content: "";
}

.ri-closed-captioning-ai-line:before {
  content: "";
}

.ri-dvd-ai-fill:before {
  content: "";
}

.ri-dvd-ai-line:before {
  content: "";
}

.ri-film-ai-fill:before {
  content: "";
}

.ri-film-ai-line:before {
  content: "";
}

.ri-font-size-ai:before {
  content: "";
}

.ri-mixtral-fill:before {
  content: "";
}

.ri-mixtral-line:before {
  content: "";
}

.ri-movie-2-ai-fill:before {
  content: "";
}

.ri-movie-2-ai-line:before {
  content: "";
}

.ri-mv-ai-fill:before {
  content: "";
}

.ri-mv-ai-line:before {
  content: "";
}

.ri-perplexity-fill:before {
  content: "";
}

.ri-perplexity-line:before {
  content: "";
}

.ri-poker-clubs-fill:before {
  content: "";
}

.ri-poker-clubs-line:before {
  content: "";
}

.ri-poker-diamonds-fill:before {
  content: "";
}

.ri-poker-diamonds-line:before {
  content: "";
}

.ri-poker-hearts-fill:before {
  content: "";
}

.ri-poker-hearts-line:before {
  content: "";
}

.ri-poker-spades-fill:before {
  content: "";
}

.ri-poker-spades-line:before {
  content: "";
}

.ri-safe-3-fill:before {
  content: "";
}

.ri-safe-3-line:before {
  content: "";
}

.ri-accessibility-fill:before {
  content: "";
}

.ri-accessibility-line:before {
  content: "";
}

.ri-alarm-add-fill:before {
  content: "";
}

.ri-alarm-add-line:before {
  content: "";
}

.ri-arrow-down-long-fill:before {
  content: "";
}

.ri-arrow-down-long-line:before {
  content: "";
}

.ri-arrow-left-down-long-fill:before {
  content: "";
}

.ri-arrow-left-down-long-line:before {
  content: "";
}

.ri-arrow-left-long-fill:before {
  content: "";
}

.ri-arrow-left-long-line:before {
  content: "";
}

.ri-arrow-left-up-long-fill:before {
  content: "";
}

.ri-arrow-left-up-long-line:before {
  content: "";
}

.ri-arrow-right-down-long-fill:before {
  content: "";
}

.ri-arrow-right-down-long-line:before {
  content: "";
}

.ri-arrow-right-long-fill:before {
  content: "";
}

.ri-arrow-right-long-line:before {
  content: "";
}

.ri-arrow-right-up-long-fill:before {
  content: "";
}

.ri-arrow-right-up-long-line:before {
  content: "";
}

.ri-arrow-up-long-fill:before {
  content: "";
}

.ri-arrow-up-long-line:before {
  content: "";
}

.ri-chess-fill:before {
  content: "";
}

.ri-chess-line:before {
  content: "";
}

.ri-diamond-fill:before {
  content: "";
}

.ri-diamond-line:before {
  content: "";
}

.ri-diamond-ring-fill:before {
  content: "";
}

.ri-diamond-ring-line:before {
  content: "";
}

.ri-figma-fill:before {
  content: "";
}

.ri-figma-line:before {
  content: "";
}

.ri-firefox-browser-fill:before {
  content: "";
}

.ri-firefox-browser-line:before {
  content: "";
}

.ri-jewelry-fill:before {
  content: "";
}

.ri-jewelry-line:before {
  content: "";
}

.ri-multi-image-fill:before {
  content: "";
}

.ri-multi-image-line:before {
  content: "";
}

.ri-no-credit-card-fill:before {
  content: "";
}

.ri-no-credit-card-line:before {
  content: "";
}

.ri-service-bell-fill:before {
  content: "";
}

.ri-service-bell-line:before {
  content: "";
}

.ri-ai-agent-fill:before {
  content: "";
}

.ri-ai-agent-line:before {
  content: "";
}

.ri-ai-generate-2-fill:before {
  content: "";
}

.ri-ai-generate-2-line:before {
  content: "";
}

.ri-ai-generate-3d-fill:before {
  content: "";
}

.ri-ai-generate-3d-line:before {
  content: "";
}

.ri-ai:before {
  content: "";
}

.ri-apps-ai-fill:before {
  content: "";
}

.ri-apps-ai-line:before {
  content: "";
}

.ri-atom-fill:before {
  content: "";
}

.ri-atom-line:before {
  content: "";
}

.ri-book-ai-fill:before {
  content: "";
}

.ri-book-ai-line:before {
  content: "";
}

.ri-brain-3-fill:before {
  content: "";
}

.ri-brain-3-line:before {
  content: "";
}

.ri-brain-ai-3-fill:before {
  content: "";
}

.ri-brain-ai-3-line:before {
  content: "";
}

.ri-brush-ai-3-fill:before {
  content: "";
}

.ri-brush-ai-3-line:before {
  content: "";
}

.ri-camera-4-fill:before {
  content: "";
}

.ri-camera-4-line:before {
  content: "";
}

.ri-camera-ai-2-fill:before {
  content: "";
}

.ri-camera-ai-2-line:before {
  content: "";
}

.ri-chat-ai-2-fill:before {
  content: "";
}

.ri-chat-ai-2-line:before {
  content: "";
}

.ri-chat-ai-3-fill:before {
  content: "";
}

.ri-chat-ai-3-line:before {
  content: "";
}

.ri-chat-ai-4-fill:before {
  content: "";
}

.ri-chat-ai-4-line:before {
  content: "";
}

.ri-chat-smile-ai-3-fill:before {
  content: "";
}

.ri-chat-smile-ai-3-line:before {
  content: "";
}

.ri-deepseek-fill:before {
  content: "";
}

.ri-deepseek-line:before {
  content: "";
}

.ri-file-ai-2-fill:before {
  content: "";
}

.ri-file-ai-2-line:before {
  content: "";
}

.ri-file-ai-fill:before {
  content: "";
}

.ri-file-ai-line:before {
  content: "";
}

.ri-function-ai-fill:before {
  content: "";
}

.ri-function-ai-line:before {
  content: "";
}

.ri-game-2-fill:before {
  content: "";
}

.ri-game-2-line:before {
  content: "";
}

.ri-goblet-broken-fill:before {
  content: "";
}

.ri-goblet-broken-line:before {
  content: "";
}

.ri-lightbulb-ai-fill:before {
  content: "";
}

.ri-lightbulb-ai-line:before {
  content: "";
}

.ri-loop-left-ai-fill:before {
  content: "";
}

.ri-loop-left-ai-line:before {
  content: "";
}

.ri-loop-right-ai-fill:before {
  content: "";
}

.ri-loop-right-ai-line:before {
  content: "";
}

.ri-message-ai-3-fill:before {
  content: "";
}

.ri-message-ai-3-line:before {
  content: "";
}

.ri-painting-ai-fill:before {
  content: "";
}

.ri-painting-ai-line:before {
  content: "";
}

.ri-painting-fill:before {
  content: "";
}

.ri-painting-line:before {
  content: "";
}

.ri-pencil-ai-2-fill:before {
  content: "";
}

.ri-pencil-ai-2-line:before {
  content: "";
}

.ri-pencil-ai-fill:before {
  content: "";
}

.ri-pencil-ai-line:before {
  content: "";
}

.ri-remix-fill:before {
  content: "";
}

.ri-remix-line:before {
  content: "";
}

.ri-search-ai-2-fill:before {
  content: "";
}

.ri-search-ai-2-line:before {
  content: "";
}

.ri-search-ai-3-fill:before {
  content: "";
}

.ri-search-ai-3-line:before {
  content: "";
}

.ri-search-ai-4-fill:before {
  content: "";
}

.ri-search-ai-4-line:before {
  content: "";
}

.ri-search-ai-fill:before {
  content: "";
}

.ri-search-ai-line:before {
  content: "";
}

.ri-speech-to-text-fill:before {
  content: "";
}

.ri-speech-to-text-line:before {
  content: "";
}

.ri-target-fill:before {
  content: "";
}

.ri-target-line:before {
  content: "";
}

.ri-text-to-speech-fill:before {
  content: "";
}

.ri-text-to-speech-line:before {
  content: "";
}

.ri-wrench-fill:before {
  content: "";
}

.ri-wrench-line:before {
  content: "";
}

/*# sourceMappingURL=_38d4ed43._.css.map*/