@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--primary-color);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-select{
  padding: 10px 15px ;
  border-radius: 10px;
}
.form-select {
  padding: 7px 15px ;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type="checkbox"] {
  background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  /* background-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"); */
   background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.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)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"),
    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.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.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: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}
.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"] {
  padding-right: 4.125rem;
  background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"),
    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 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.form-label {
  font-size: 1rem;
  font-weight: 500;
  color: #363848;
  margin-bottom: 10px;
}
.form-control {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fbfbfb;
  color: #363848;
  padding: 15px 30px;
  border: 1px solid #c2c2c2;
  border-radius: 20px;
}
.form-control:focus {
  background-color: #fbfbfb;
  border-color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #d1d1d1;
}
.form-control::-moz-placeholder {
  color: #d1d1d1;
}
.form-control:-ms-input-placeholder {
  color: #d1d1d1;
}
.form-control::-ms-input-placeholder {
  color: #d1d1d1;
}
.form-control::placeholder {
  color: #d1d1d1;
}
.form-control.input-date {
  background-image: url("../../assets/icons/calendar.png");
  background-repeat: no-repeat;
  background-position: left calc(100% - 10px) center;
  background-size: 18px;
}
.form-control::-webkit-inner-spin-button,
.form-control::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control[type="number"] {
  -moz-appearance: textfield;
}
.form-upload {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
@media (min-width: 1400px) {
  .form-upload {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
.form-upload .upload-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  padding: 14px 14px;
  border-radius: 14px;
  border: 1px solid #5f4bdb;
}
.form-upload .upload-item .upload-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f6eeff;
  color: #5f4bdb;
  padding: 18px 18px;
  margin-right: 14px;
  border-radius: 17px;
}
.form-upload .upload-item .upload-icon .svg-icon {
  width: 22px;
  height: 22px;
}
.form-upload .upload-item .file-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
}
.form-upload .upload-item .file-info .file-info-title {
  font-size: 1rem;
  font-weight: 600;
  color: #363848;
}
.form-upload .upload-item .file-info .file-info-detail {
  font-size: 0.875rem;
  font-weight: 600;
  color: #5f4bdb;
}
.form-upload .upload-item .action-delete {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #ff4a55;
  color: #ffffff;
  padding: 6px;
  bottom: calc(100% - (12px + 6px - 3px));
  left: calc(100% - (12px + 6px - 3px));
  border-radius: 50rem;
  border: none;
}
.form-upload .upload-item .action-delete .svg-icon {
  width: 12px;
  height: 12px;
}
.form-upload .upload-zone.upload-item {
  background-color: #f5f5f5;
  border: 2px dashed #c2c2c2;
}
.form-upload .upload-zone.upload-item .upload-icon {
  background-color: #5f4bdb;
  color: #ffffff;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.img-avatar {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 10px;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer:before {
  content: "— ";
}
.heading-header-1 {
  font-size: calc(1.5rem + 3vw);
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .heading-header-1 {
    font-size: 3.75rem;
  }
}
.heading-header-2 {
  font-size: calc(1.36875rem + 1.425vw);
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .heading-header-2 {
    font-size: 2.4375rem;
  }
}
.heading-section-1 {
  font-size: calc(1.4125rem + 1.95vw);
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .heading-section-1 {
    font-size: 2.875rem;
  }
}
.heading-section-2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .heading-section-2 {
    font-size: 2.25rem;
  }
}
.heading-section-3 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .heading-section-3 {
    font-size: 2rem;
  }
}
.heading-section-4 {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .heading-section-4 {
    font-size: 1.75rem;
  }
}
.heading-text-1 {
  font-size: 1.1875rem;
  font-weight: 400;
}
.heading-text-2 {
  font-size: 0.875rem;
  font-weight: 400;
}
:root {
  --bs-blue-violet: #8e22e2;
  --bs-blue-violet-200: #8743df;
  --bs-deep-lilac: #8653c7;
  --bs-ocean-blue: #5241bb;
  --bs-mojorelle-blue: #5f4bdb;
  --bs-majorelle-blue-200: #6b58e0;
  --bs-dark-charcoal: #2e2e2e;
  --bs-eerie-black: #2d2a11;
  --bs-arsenic-500: #4e4c3d;
  --bs-black-olive: #3d3d3d;
  --bs-american-blue: #474073;
  --bs-arsenic: #363848;
  --bs-gray: #818181;
  --bs-gray-100: #808080;
  --bs-philippine-gray: #909090;
  --bs-philippine-gray-100: #8a8a8a;
  --bs-spanish-gray: #959595;
  --bs-dark-gray-x11: #a9a9a9;
  --bs-silver-foil: #aeaeae;
  --bs-anti-flash-white: #f2f2f2;
  --bs-alice-blue: #f0eeff;
  --bs-light-silver: #d8d8d8;
  --bs-platinum: #e6e6e6;
  --bs-bright-gray: #ececec;
  --bs-magnolia: #f7f5ff;
  --bs-ghost-white: #f8f9fd;
  --bs-cultured: #f4f4f4;
  --bs-white: #ffffff;
  --bs-ufo-green: #3dcd65;
  --bs-ufo-green-100: #2bc155;
  --bs-lime-green: #30c736;
  --bs-outrageous-orange: #ff754c;
  --bs-pumpkin: #ff8412;
  --bs-royal-orange: #fe8d4d;
  --bs-rajah: #fba556;
  --bs-pale-pink: #ffd9d9;
  --bs-persian-blue: #2b3dc7;
  --bs-picton-blue: #3bb2f4;
  --bs-picton-blue-100: #3cb5db;
  --bs-medium-orchid: #bf58d9;
  --bs-pale-lavender: #e4cfff;
  --bs-lavender-web-100: #ecdeff;
  --bs-lavender-web: #e9e6fe;
  --bs-black-2: #000000;
  --bs-dark-gunmetal: #1f2131;
  --bs-mikado-yellow: #ffbe17;
  --bs-orange-red: #ff5353;
  --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: #5f4bdb;
  --bs-accent: #fe8d4d;
  --bs-dark: #363848;
  --bs-black: #1f2131;
  --bs-primary-rgb: 95, 75, 219;
  --bs-accent-rgb: 254, 141, 77;
  --bs-dark-rgb: 54, 56, 72;
  --bs-black-rgb: 31, 33, 49;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 31, 33, 49;
  --bs-body-color-rgb: 54, 56, 72;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: Poppins, sans-serif;
  /* --bs-font-sans-serif: sans-serif,Georgia, 'Times New Roman', Times, serif; */

  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #363848;
  --bs-body-bg: #ffffff;
}
:root {
  --bs-blue-violet-rgb: 142, 34, 226;
  --bs-blue-violet-200-rgb: 135, 67, 223;
  --bs-deep-lilac-rgb: 134, 83, 199;
  --bs-ocean-blue-rgb: 82, 65, 187;
  --bs-mojorelle-blue-rgb: 95, 75, 219;
  --bs-majorelle-blue-200-rgb: 107, 88, 224;
  --bs-dark-charcoal-rgb: 46, 46, 46;
  --bs-eerie-black-rgb: 45, 42, 17;
  --bs-arsenic-500-rgb: 78, 76, 61;
  --bs-black-olive-rgb: 61, 61, 61;
  --bs-american-blue-rgb: 71, 64, 115;
  --bs-arsenic-rgb: 54, 56, 72;
  --bs-gray-rgb: 129, 129, 129;
  --bs-gray-100-rgb: 128, 128, 128;
  --bs-philippine-gray-rgb: 144, 144, 144;
  --bs-philippine-gray-100-rgb: 138, 138, 138;
  --bs-spanish-gray-rgb: 149, 149, 149;
  --bs-dark-gray-x11-rgb: 169, 169, 169;
  --bs-silver-foil-rgb: 174, 174, 174;
  --bs-anti-flash-white-rgb: 242, 242, 242;
  --bs-alice-blue-rgb: 240, 238, 255;
  --bs-light-silver-rgb: 216, 216, 216;
  --bs-platinum-rgb: 230, 230, 230;
  --bs-bright-gray-rgb: 236, 236, 236;
  --bs-magnolia-rgb: 247, 245, 255;
  --bs-ghost-white-rgb: 248, 249, 253;
  --bs-cultured-rgb: 244, 244, 244;
  --bs-white-rgb: 255, 255, 255;
  --bs-ufo-green-rgb: 61, 205, 101;
  --bs-ufo-green-100-rgb: 43, 193, 85;
  --bs-lime-green-rgb: 48, 199, 54;
  --bs-outrageous-orange-rgb: 255, 117, 76;
  --bs-pumpkin-rgb: 255, 132, 18;
  --bs-royal-orange-rgb: 254, 141, 77;
  --bs-rajah-rgb: 251, 165, 86;
  --bs-pale-pink-rgb: 255, 217, 217;
  --bs-persian-blue-rgb: 43, 61, 199;
  --bs-picton-blue-rgb: 59, 178, 244;
  --bs-picton-blue-100-rgb: 60, 181, 219;
  --bs-medium-orchid-rgb: 191, 88, 217;
  --bs-pale-lavender-rgb: 228, 207, 255;
  --bs-lavender-web-100-rgb: 236, 222, 255;
  --bs-lavender-web-rgb: 233, 230, 254;
  --bs-black-2-rgb: 0, 0, 0;
  --bs-dark-gunmetal-rgb: 31, 33, 49;
  --bs-mikado-yellow-rgb: 255, 190, 23;
  --bs-orange-red-rgb: 255, 83, 83;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(31, 33, 49, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.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 + 0.9vw);
}
@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: 0.875em;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: var(--primary-color);
}
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;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
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 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[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 {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
svg {
  fill: currentColor;
}
/* .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #363848;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
} */
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
/* .btn:hover {
  color: #363848;
} */
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: #4738a4;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #5f4bdb;
  border-color: #5f4bdb;
}
.btn-accent {
  color: #000;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-accent:hover {
  color: #000;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-accent:focus,
.btn-check:focus + .btn-accent {
  color: #000;
  background-color: #fe9e68;
  border-color: #fe985f;
}
.btn-accent.active,
.btn-accent:active,
.btn-check:active + .btn-accent,
.btn-check:checked + .btn-accent,
.show > .btn-accent.dropdown-toggle {
  color: #000;
  background-color: #fea471;
  border-color: #fe985f;
}
.btn-accent.disabled,
.btn-accent:disabled {
  color: #000;
  background-color: #fe8d4d;
  border-color: #fe8d4d;
}
.btn-dark {
  color: #fff;
  background-color: #363848;
  border-color: #363848;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2e303d;
  border-color: #2b2d3a;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #2e303d;
  border-color: #2b2d3a;
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2b2d3a;
  border-color: #292a36;
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #363848;
  border-color: #363848;
}
.btn-black {
  color: #fff;
  background-color: #1f2131;
  border-color: #1f2131;
}
.btn-black:hover {
  color: #fff;
  background-color: #1a1c2a;
  border-color: #191a27;
}
.btn-black:focus,
.btn-check:focus + .btn-black {
  color: #fff;
  background-color: #1a1c2a;
  border-color: #191a27;
}
.btn-black.active,
.btn-black:active,
.btn-check:active + .btn-black,
.btn-check:checked + .btn-black,
.show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: #191a27;
  border-color: #171925;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fff;
  background-color: #1f2131;
  border-color: #1f2131;
}
.btn-outline-primary {
  color: #5f4bdb;
  border-color: #5f4bdb;
}
/* .btn-outline-primary:hover {
  color: #5f4bdb;
  border-color: #5f4bdb;
} */
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #5f4bdb;
  border-color: #5f4bdb;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #5f4bdb;
  background-color: transparent;
}
.btn-outline-accent {
  color: #fe8d4d;
  border-color: #fe8d4d;
}
.btn-outline-accent:hover {
  color: #fe8d4d;
  border-color: #fe8d4d;
}
.btn-check:focus + .btn-outline-accent,
.btn-outline-accent:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-check:active + .btn-outline-accent,
.btn-check:checked + .btn-outline-accent,
.btn-outline-accent.active,
.btn-outline-accent.dropdown-toggle.show,
.btn-outline-accent:active {
  color: #fe8d4d;
  border-color: #fe8d4d;
}
.btn-check:active + .btn-outline-accent:focus,
.btn-check:checked + .btn-outline-accent:focus,
.btn-outline-accent.active:focus,
.btn-outline-accent.dropdown-toggle.show:focus,
.btn-outline-accent:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-accent.disabled,
.btn-outline-accent:disabled {
  color: #fe8d4d;
  background-color: transparent;
}
.btn-outline-dark {
  color: #363848;
  border-color: #363848;
}
.btn-outline-dark:hover {
  color: #363848;
  border-color: #363848;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #363848;
  border-color: #363848;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #363848;
  background-color: transparent;
}
.btn-outline-black {
  color: #1f2131;
  border-color: #1f2131;
}
.btn-outline-black:hover {
  color: #1f2131;
  border-color: #1f2131;
}
.btn-check:focus + .btn-outline-black,
.btn-outline-black:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-check:active + .btn-outline-black,
.btn-check:checked + .btn-outline-black,
.btn-outline-black.active,
.btn-outline-black.dropdown-toggle.show,
.btn-outline-black:active {
  color: #1f2131;
  border-color: #1f2131;
}
.btn-check:active + .btn-outline-black:focus,
.btn-check:checked + .btn-outline-black:focus,
.btn-outline-black.active:focus,
.btn-outline-black.dropdown-toggle.show:focus,
.btn-outline-black:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-black.disabled,
.btn-outline-black:disabled {
  color: #1f2131;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.btn {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out,
    -webkit-box-shadow 0.25s ease-in-out;
}
.btn:hover {
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn:active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-rounded {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px;
  border-radius: 50rem;
}
.btn-rounded .svg-icon {
  width: 20px;
  height: 20px;
}
.btn-book {
  background-color: #ff5353;
  color: #ffffff;
}
.btn-book.booked {
  background-color: #ffffff;
  color: #ff5353;
  border-color: #e6e6e6;
}
.btn-book.booked:hover,
.btn-book:hover {
  background-color: #ffd9d9;
  color: #ff5353;
  border-color: transparent;
}
.btn-apply {
  background-color: var(--secondary-color);
  color: var(--text-color);
}
.btn-apply:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.btn-suggestion {
  color: #363848;
  border: 1px solid #e9e6fe;
}
.btn-suggestion:hover {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-blue-violet {
  color: #fff;
  background-color: #8e22e2;
  border-color: #8e22e2;
}
.btn-blue-violet:hover {
  color: #fff;
  background-color: #791dc0;
  border-color: #721bb5;
}
.btn-blue-violet:focus,
.btn-check:focus + .btn-blue-violet {
  color: #fff;
  background-color: #791dc0;
  border-color: #721bb5;
}
.btn-blue-violet.active,
.btn-blue-violet:active,
.btn-check:active + .btn-blue-violet,
.btn-check:checked + .btn-blue-violet,
.show > .btn-blue-violet.dropdown-toggle {
  color: #fff;
  background-color: #721bb5;
  border-color: #6b1aaa;
}
.btn-blue-violet.disabled,
.btn-blue-violet:disabled {
  color: #fff;
  background-color: #8e22e2;
  border-color: #8e22e2;
}
.btn-blue-violet-200 {
  color: #fff;
  background-color: #8743df;
  border-color: #8743df;
}
.btn-blue-violet-200:hover {
  color: #fff;
  background-color: #7339be;
  border-color: #6c36b2;
}
.btn-blue-violet-200:focus,
.btn-check:focus + .btn-blue-violet-200 {
  color: #fff;
  background-color: #7339be;
  border-color: #6c36b2;
}
.btn-blue-violet-200.active,
.btn-blue-violet-200:active,
.btn-check:active + .btn-blue-violet-200,
.btn-check:checked + .btn-blue-violet-200,
.show > .btn-blue-violet-200.dropdown-toggle {
  color: #fff;
  background-color: #6c36b2;
  border-color: #6532a7;
}
.btn-blue-violet-200.disabled,
.btn-blue-violet-200:disabled {
  color: #fff;
  background-color: #8743df;
  border-color: #8743df;
}
.btn-deep-lilac {
  color: #fff;
  background-color: #8653c7;
  border-color: #8653c7;
}
.btn-deep-lilac:hover {
  color: #fff;
  background-color: #7247a9;
  border-color: #6b429f;
}
.btn-check:focus + .btn-deep-lilac,
.btn-deep-lilac:focus {
  color: #fff;
  background-color: #7247a9;
  border-color: #6b429f;
}
.btn-check:active + .btn-deep-lilac,
.btn-check:checked + .btn-deep-lilac,
.btn-deep-lilac.active,
.btn-deep-lilac:active,
.show > .btn-deep-lilac.dropdown-toggle {
  color: #fff;
  background-color: #6b429f;
  border-color: #653e95;
}
.btn-deep-lilac.disabled,
.btn-deep-lilac:disabled {
  color: #fff;
  background-color: #8653c7;
  border-color: #8653c7;
}
.btn-ocean-blue {
  color: #fff;
  background-color: #5241bb;
  border-color: #5241bb;
}
.btn-ocean-blue:hover {
  color: #fff;
  background-color: #46379f;
  border-color: #423496;
}
.btn-check:focus + .btn-ocean-blue,
.btn-ocean-blue:focus {
  color: #fff;
  background-color: #46379f;
  border-color: #423496;
}
.btn-check:active + .btn-ocean-blue,
.btn-check:checked + .btn-ocean-blue,
.btn-ocean-blue.active,
.btn-ocean-blue:active,
.show > .btn-ocean-blue.dropdown-toggle {
  color: #fff;
  background-color: #423496;
  border-color: #3e318c;
}
.btn-ocean-blue.disabled,
.btn-ocean-blue:disabled {
  color: #fff;
  background-color: #5241bb;
  border-color: #5241bb;
}
.btn-mojorelle-blue {
  color: #fff;
  background-color: #5f4bdb;
  border-color: #5f4bdb;
}
.btn-mojorelle-blue:hover {
  color: #fff;
  background-color: #5140ba;
  border-color: #4c3caf;
}
.btn-check:focus + .btn-mojorelle-blue,
.btn-mojorelle-blue:focus {
  color: #fff;
  background-color: #5140ba;
  border-color: #4c3caf;
}
.btn-check:active + .btn-mojorelle-blue,
.btn-check:checked + .btn-mojorelle-blue,
.btn-mojorelle-blue.active,
.btn-mojorelle-blue:active,
.show > .btn-mojorelle-blue.dropdown-toggle {
  color: #fff;
  background-color: #4c3caf;
  border-color: #4738a4;
}
.btn-mojorelle-blue.disabled,
.btn-mojorelle-blue:disabled {
  color: #fff;
  background-color: #5f4bdb;
  border-color: #5f4bdb;
}
.btn-majorelle-blue-200 {
  color: #fff;
  background-color: #6b58e0;
  border-color: #6b58e0;
}
.btn-majorelle-blue-200:hover {
  color: #fff;
  background-color: #5b4bbe;
  border-color: #5646b3;
}
.btn-check:focus + .btn-majorelle-blue-200,
.btn-majorelle-blue-200:focus {
  color: #fff;
  background-color: #5b4bbe;
  border-color: #5646b3;
}
.btn-check:active + .btn-majorelle-blue-200,
.btn-check:checked + .btn-majorelle-blue-200,
.btn-majorelle-blue-200.active,
.btn-majorelle-blue-200:active,
.show > .btn-majorelle-blue-200.dropdown-toggle {
  color: #fff;
  background-color: #5646b3;
  border-color: #5042a8;
}
.btn-majorelle-blue-200.disabled,
.btn-majorelle-blue-200:disabled {
  color: #fff;
  background-color: #6b58e0;
  border-color: #6b58e0;
}
.btn-dark-charcoal {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-dark-charcoal:hover {
  color: #fff;
  background-color: #272727;
  border-color: #252525;
}
.btn-check:focus + .btn-dark-charcoal,
.btn-dark-charcoal:focus {
  color: #fff;
  background-color: #272727;
  border-color: #252525;
}
.btn-check:active + .btn-dark-charcoal,
.btn-check:checked + .btn-dark-charcoal,
.btn-dark-charcoal.active,
.btn-dark-charcoal:active,
.show > .btn-dark-charcoal.dropdown-toggle {
  color: #fff;
  background-color: #252525;
  border-color: #232323;
}
.btn-dark-charcoal.disabled,
.btn-dark-charcoal:disabled {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #2e2e2e;
}
.btn-eerie-black {
  color: #fff;
  background-color: #2d2a11;
  border-color: #2d2a11;
}
.btn-eerie-black:hover {
  color: #fff;
  background-color: #26240e;
  border-color: #24220e;
}
.btn-check:focus + .btn-eerie-black,
.btn-eerie-black:focus {
  color: #fff;
  background-color: #26240e;
  border-color: #24220e;
}
.btn-check:active + .btn-eerie-black,
.btn-check:checked + .btn-eerie-black,
.btn-eerie-black.active,
.btn-eerie-black:active,
.show > .btn-eerie-black.dropdown-toggle {
  color: #fff;
  background-color: #24220e;
  border-color: #22200d;
}
.btn-eerie-black.disabled,
.btn-eerie-black:disabled {
  color: #fff;
  background-color: #2d2a11;
  border-color: #2d2a11;
}
.btn-arsenic-500 {
  color: #fff;
  background-color: #4e4c3d;
  border-color: #4e4c3d;
}
.btn-arsenic-500:hover {
  color: #fff;
  background-color: #424134;
  border-color: #3e3d31;
}
.btn-arsenic-500:focus,
.btn-check:focus + .btn-arsenic-500 {
  color: #fff;
  background-color: #424134;
  border-color: #3e3d31;
}
.btn-arsenic-500.active,
.btn-arsenic-500:active,
.btn-check:active + .btn-arsenic-500,
.btn-check:checked + .btn-arsenic-500,
.show > .btn-arsenic-500.dropdown-toggle {
  color: #fff;
  background-color: #3e3d31;
  border-color: #3b392e;
}
.btn-arsenic-500.disabled,
.btn-arsenic-500:disabled {
  color: #fff;
  background-color: #4e4c3d;
  border-color: #4e4c3d;
}
.btn-black-olive {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.btn-black-olive:hover {
  color: #fff;
  background-color: #343434;
  border-color: #313131;
}
.btn-black-olive:focus,
.btn-check:focus + .btn-black-olive {
  color: #fff;
  background-color: #343434;
  border-color: #313131;
}
.btn-black-olive.active,
.btn-black-olive:active,
.btn-check:active + .btn-black-olive,
.btn-check:checked + .btn-black-olive,
.show > .btn-black-olive.dropdown-toggle {
  color: #fff;
  background-color: #313131;
  border-color: #2e2e2e;
}
.btn-black-olive.disabled,
.btn-black-olive:disabled {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}
.btn-american-blue {
  color: #fff;
  background-color: #474073;
  border-color: #474073;
}
.btn-american-blue:hover {
  color: #fff;
  background-color: #3c3662;
  border-color: #39335c;
}
.btn-american-blue:focus,
.btn-check:focus + .btn-american-blue {
  color: #fff;
  background-color: #3c3662;
  border-color: #39335c;
}
.btn-american-blue.active,
.btn-american-blue:active,
.btn-check:active + .btn-american-blue,
.btn-check:checked + .btn-american-blue,
.show > .btn-american-blue.dropdown-toggle {
  color: #fff;
  background-color: #39335c;
  border-color: #353056;
}
.btn-american-blue.disabled,
.btn-american-blue:disabled {
  color: #fff;
  background-color: #474073;
  border-color: #474073;
}
.btn-arsenic {
  color: #fff;
  background-color: #363848;
  border-color: #363848;
}
.btn-arsenic:hover {
  color: #fff;
  background-color: #2e303d;
  border-color: #2b2d3a;
}
.btn-arsenic:focus,
.btn-check:focus + .btn-arsenic {
  color: #fff;
  background-color: #2e303d;
  border-color: #2b2d3a;
}
.btn-arsenic.active,
.btn-arsenic:active,
.btn-check:active + .btn-arsenic,
.btn-check:checked + .btn-arsenic,
.show > .btn-arsenic.dropdown-toggle {
  color: #fff;
  background-color: #2b2d3a;
  border-color: #292a36;
}
.btn-arsenic.disabled,
.btn-arsenic:disabled {
  color: #fff;
  background-color: #363848;
  border-color: #363848;
}
.btn-gray {
  color: #000;
  background-color: #818181;
  border-color: #818181;
}
.btn-gray:hover {
  color: #000;
  background-color: #949494;
  border-color: #8e8e8e;
}
.btn-check:focus + .btn-gray,
.btn-gray:focus {
  color: #000;
  background-color: #949494;
  border-color: #8e8e8e;
}
.btn-check:active + .btn-gray,
.btn-check:checked + .btn-gray,
.btn-gray.active,
.btn-gray:active,
.show > .btn-gray.dropdown-toggle {
  color: #000;
  background-color: #9a9a9a;
  border-color: #8e8e8e;
}
.btn-gray.disabled,
.btn-gray:disabled {
  color: #000;
  background-color: #818181;
  border-color: #818181;
}
.btn-gray-100 {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}
.btn-gray-100:hover {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
}
.btn-check:focus + .btn-gray-100,
.btn-gray-100:focus {
  color: #000;
  background-color: #939393;
  border-color: #8d8d8d;
}
.btn-check:active + .btn-gray-100,
.btn-check:checked + .btn-gray-100,
.btn-gray-100.active,
.btn-gray-100:active,
.show > .btn-gray-100.dropdown-toggle {
  color: #000;
  background-color: #999999;
  border-color: #8d8d8d;
}
.btn-gray-100.disabled,
.btn-gray-100:disabled {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}
.btn-philippine-gray {
  color: #000;
  background-color: #909090;
  border-color: #909090;
}
.btn-philippine-gray:hover {
  color: #000;
  background-color: #a1a1a1;
  border-color: #9b9b9b;
}
.btn-check:focus + .btn-philippine-gray,
.btn-philippine-gray:focus {
  color: #000;
  background-color: #a1a1a1;
  border-color: #9b9b9b;
}
.btn-check:active + .btn-philippine-gray,
.btn-check:checked + .btn-philippine-gray,
.btn-philippine-gray.active,
.btn-philippine-gray:active,
.show > .btn-philippine-gray.dropdown-toggle {
  color: #000;
  background-color: #a6a6a6;
  border-color: #9b9b9b;
}
.btn-philippine-gray.disabled,
.btn-philippine-gray:disabled {
  color: #000;
  background-color: #909090;
  border-color: #909090;
}
.btn-philippine-gray-100 {
  color: #000;
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.btn-philippine-gray-100:hover {
  color: #000;
  background-color: #9c9c9c;
  border-color: #969696;
}
.btn-check:focus + .btn-philippine-gray-100,
.btn-philippine-gray-100:focus {
  color: #000;
  background-color: #9c9c9c;
  border-color: #969696;
}
.btn-check:active + .btn-philippine-gray-100,
.btn-check:checked + .btn-philippine-gray-100,
.btn-philippine-gray-100.active,
.btn-philippine-gray-100:active,
.show > .btn-philippine-gray-100.dropdown-toggle {
  color: #000;
  background-color: #a1a1a1;
  border-color: #969696;
}
.btn-philippine-gray-100.disabled,
.btn-philippine-gray-100:disabled {
  color: #000;
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.btn-spanish-gray {
  color: #000;
  background-color: #959595;
  border-color: #959595;
}
.btn-spanish-gray:hover {
  color: #000;
  background-color: #a5a5a5;
  border-color: #a0a0a0;
}
.btn-check:focus + .btn-spanish-gray,
.btn-spanish-gray:focus {
  color: #000;
  background-color: #a5a5a5;
  border-color: #a0a0a0;
}
.btn-check:active + .btn-spanish-gray,
.btn-check:checked + .btn-spanish-gray,
.btn-spanish-gray.active,
.btn-spanish-gray:active,
.show > .btn-spanish-gray.dropdown-toggle {
  color: #000;
  background-color: #aaaaaa;
  border-color: #a0a0a0;
}
.btn-spanish-gray.disabled,
.btn-spanish-gray:disabled {
  color: #000;
  background-color: #959595;
  border-color: #959595;
}
.btn-dark-gray-x11 {
  color: #000;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-dark-gray-x11:hover {
  color: #000;
  background-color: #b6b6b6;
  border-color: #b2b2b2;
}
.btn-check:focus + .btn-dark-gray-x11,
.btn-dark-gray-x11:focus {
  color: #000;
  background-color: #b6b6b6;
  border-color: #b2b2b2;
}
.btn-check:active + .btn-dark-gray-x11,
.btn-check:checked + .btn-dark-gray-x11,
.btn-dark-gray-x11.active,
.btn-dark-gray-x11:active,
.show > .btn-dark-gray-x11.dropdown-toggle {
  color: #000;
  background-color: #bababa;
  border-color: #b2b2b2;
}
.btn-dark-gray-x11.disabled,
.btn-dark-gray-x11:disabled {
  color: #000;
  background-color: #a9a9a9;
  border-color: #a9a9a9;
}
.btn-silver-foil {
  color: #000;
  background-color: #aeaeae;
  border-color: #aeaeae;
}
.btn-silver-foil:hover {
  color: #000;
  background-color: #bababa;
  border-color: #b6b6b6;
}
.btn-check:focus + .btn-silver-foil,
.btn-silver-foil:focus {
  color: #000;
  background-color: #bababa;
  border-color: #b6b6b6;
}
.btn-check:active + .btn-silver-foil,
.btn-check:checked + .btn-silver-foil,
.btn-silver-foil.active,
.btn-silver-foil:active,
.show > .btn-silver-foil.dropdown-toggle {
  color: #000;
  background-color: #bebebe;
  border-color: #b6b6b6;
}
.btn-silver-foil.disabled,
.btn-silver-foil:disabled {
  color: #000;
  background-color: #aeaeae;
  border-color: #aeaeae;
}
.btn-anti-flash-white {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-anti-flash-white:hover {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f3f3f3;
}
.btn-anti-flash-white:focus,
.btn-check:focus + .btn-anti-flash-white {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f3f3f3;
}
.btn-anti-flash-white.active,
.btn-anti-flash-white:active,
.btn-check:active + .btn-anti-flash-white,
.btn-check:checked + .btn-anti-flash-white,
.show > .btn-anti-flash-white.dropdown-toggle {
  color: #000;
  background-color: whitesmoke;
  border-color: #f3f3f3;
}
.btn-anti-flash-white.disabled,
.btn-anti-flash-white:disabled {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-alice-blue {
  color: #000;
  background-color: #f0eeff;
  border-color: #f0eeff;
}
.btn-alice-blue:hover {
  color: #000;
  background-color: #f2f1ff;
  border-color: #f2f0ff;
}
.btn-alice-blue:focus,
.btn-check:focus + .btn-alice-blue {
  color: #000;
  background-color: #f2f1ff;
  border-color: #f2f0ff;
}
.btn-alice-blue.active,
.btn-alice-blue:active,
.btn-check:active + .btn-alice-blue,
.btn-check:checked + .btn-alice-blue,
.show > .btn-alice-blue.dropdown-toggle {
  color: #000;
  background-color: #f3f1ff;
  border-color: #f2f0ff;
}
.btn-alice-blue.disabled,
.btn-alice-blue:disabled {
  color: #000;
  background-color: #f0eeff;
  border-color: #f0eeff;
}
.btn-light-silver {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.btn-light-silver:hover {
  color: #000;
  background-color: #dedede;
  border-color: gainsboro;
}
.btn-check:focus + .btn-light-silver,
.btn-light-silver:focus {
  color: #000;
  background-color: #dedede;
  border-color: gainsboro;
}
.btn-check:active + .btn-light-silver,
.btn-check:checked + .btn-light-silver,
.btn-light-silver.active,
.btn-light-silver:active,
.show > .btn-light-silver.dropdown-toggle {
  color: #000;
  background-color: #e0e0e0;
  border-color: gainsboro;
}
.btn-light-silver.disabled,
.btn-light-silver:disabled {
  color: #000;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}
.btn-platinum {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-platinum:hover {
  color: #000;
  background-color: #eaeaea;
  border-color: #e9e9e9;
}
.btn-check:focus + .btn-platinum,
.btn-platinum:focus {
  color: #000;
  background-color: #eaeaea;
  border-color: #e9e9e9;
}
.btn-check:active + .btn-platinum,
.btn-check:checked + .btn-platinum,
.btn-platinum.active,
.btn-platinum:active,
.show > .btn-platinum.dropdown-toggle {
  color: #000;
  background-color: #ebebeb;
  border-color: #e9e9e9;
}
.btn-platinum.disabled,
.btn-platinum:disabled {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-bright-gray {
  color: #000;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-bright-gray:hover {
  color: #000;
  background-color: #efefef;
  border-color: #eeeeee;
}
.btn-bright-gray:focus,
.btn-check:focus + .btn-bright-gray {
  color: #000;
  background-color: #efefef;
  border-color: #eeeeee;
}
.btn-bright-gray.active,
.btn-bright-gray:active,
.btn-check:active + .btn-bright-gray,
.btn-check:checked + .btn-bright-gray,
.show > .btn-bright-gray.dropdown-toggle {
  color: #000;
  background-color: #f0f0f0;
  border-color: #eeeeee;
}
.btn-bright-gray.disabled,
.btn-bright-gray:disabled {
  color: #000;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-magnolia {
  color: #000;
  background-color: #f7f5ff;
  border-color: #f7f5ff;
}
.btn-magnolia:hover {
  color: #000;
  background-color: #f8f7ff;
  border-color: #f8f6ff;
}
.btn-check:focus + .btn-magnolia,
.btn-magnolia:focus {
  color: #000;
  background-color: #f8f7ff;
  border-color: #f8f6ff;
}
.btn-check:active + .btn-magnolia,
.btn-check:checked + .btn-magnolia,
.btn-magnolia.active,
.btn-magnolia:active,
.show > .btn-magnolia.dropdown-toggle {
  color: #000;
  background-color: #f9f7ff;
  border-color: #f8f6ff;
}
.btn-magnolia.disabled,
.btn-magnolia:disabled {
  color: #000;
  background-color: #f7f5ff;
  border-color: #f7f5ff;
}
.btn-ghost-white {
  color: #000;
  background-color: #f8f9fd;
  border-color: #f8f9fd;
}
.btn-ghost-white:hover {
  color: #000;
  background-color: #f9fafd;
  border-color: #f9fafd;
}
.btn-check:focus + .btn-ghost-white,
.btn-ghost-white:focus {
  color: #000;
  background-color: #f9fafd;
  border-color: #f9fafd;
}
.btn-check:active + .btn-ghost-white,
.btn-check:checked + .btn-ghost-white,
.btn-ghost-white.active,
.btn-ghost-white:active,
.show > .btn-ghost-white.dropdown-toggle {
  color: #000;
  background-color: #f9fafd;
  border-color: #f9fafd;
}
.btn-ghost-white.disabled,
.btn-ghost-white:disabled {
  color: #000;
  background-color: #f8f9fd;
  border-color: #f8f9fd;
}
.btn-cultured {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-cultured:hover {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-check:focus + .btn-cultured,
.btn-cultured:focus {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-check:active + .btn-cultured,
.btn-check:checked + .btn-cultured,
.btn-cultured.active,
.btn-cultured:active,
.show > .btn-cultured.dropdown-toggle {
  color: #000;
  background-color: #f6f6f6;
  border-color: whitesmoke;
}
.btn-cultured.disabled,
.btn-cultured:disabled {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.btn-white {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:active + .btn-white,
.btn-check:checked + .btn-white,
.btn-white.active,
.btn-white:active,
.show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-ufo-green {
  color: #000;
  background-color: #3dcd65;
  border-color: #3dcd65;
}
.btn-ufo-green:hover {
  color: #000;
  background-color: #5ad57c;
  border-color: #50d274;
}
.btn-check:focus + .btn-ufo-green,
.btn-ufo-green:focus {
  color: #000;
  background-color: #5ad57c;
  border-color: #50d274;
}
.btn-check:active + .btn-ufo-green,
.btn-check:checked + .btn-ufo-green,
.btn-ufo-green.active,
.btn-ufo-green:active,
.show > .btn-ufo-green.dropdown-toggle {
  color: #000;
  background-color: #64d784;
  border-color: #50d274;
}
.btn-ufo-green.disabled,
.btn-ufo-green:disabled {
  color: #000;
  background-color: #3dcd65;
  border-color: #3dcd65;
}
.btn-ufo-green-100 {
  color: #000;
  background-color: #2bc155;
  border-color: #2bc155;
}
.btn-ufo-green-100:hover {
  color: #000;
  background-color: #4bca6f;
  border-color: #40c766;
}
.btn-check:focus + .btn-ufo-green-100,
.btn-ufo-green-100:focus {
  color: #000;
  background-color: #4bca6f;
  border-color: #40c766;
}
.btn-check:active + .btn-ufo-green-100,
.btn-check:checked + .btn-ufo-green-100,
.btn-ufo-green-100.active,
.btn-ufo-green-100:active,
.show > .btn-ufo-green-100.dropdown-toggle {
  color: #000;
  background-color: #55cd77;
  border-color: #40c766;
}
.btn-ufo-green-100.disabled,
.btn-ufo-green-100:disabled {
  color: #000;
  background-color: #2bc155;
  border-color: #2bc155;
}
.btn-lime-green {
  color: #000;
  background-color: #30c736;
  border-color: #30c736;
}
.btn-lime-green:hover {
  color: #000;
  background-color: #4fcf54;
  border-color: #45cd4a;
}
.btn-check:focus + .btn-lime-green,
.btn-lime-green:focus {
  color: #000;
  background-color: #4fcf54;
  border-color: #45cd4a;
}
.btn-check:active + .btn-lime-green,
.btn-check:checked + .btn-lime-green,
.btn-lime-green.active,
.btn-lime-green:active,
.show > .btn-lime-green.dropdown-toggle {
  color: #000;
  background-color: #59d25e;
  border-color: #45cd4a;
}
.btn-lime-green.disabled,
.btn-lime-green:disabled {
  color: #000;
  background-color: #30c736;
  border-color: #30c736;
}
.btn-outrageous-orange {
  color: #000;
  background-color: #ff754c;
  border-color: #ff754c;
}
.btn-outrageous-orange:hover {
  color: #000;
  background-color: #ff8a67;
  border-color: #ff835e;
}
.btn-check:focus + .btn-outrageous-orange,
.btn-outrageous-orange:focus {
  color: #000;
  background-color: #ff8a67;
  border-color: #ff835e;
}
.btn-check:active + .btn-outrageous-orange,
.btn-check:checked + .btn-outrageous-orange,
.btn-outrageous-orange.active,
.btn-outrageous-orange:active,
.show > .btn-outrageous-orange.dropdown-toggle {
  color: #000;
  background-color: #ff9170;
  border-color: #ff835e;
}
.btn-outrageous-orange.disabled,
.btn-outrageous-orange:disabled {
  color: #000;
  background-color: #ff754c;
  border-color: #ff754c;
}
.btn-pumpkin {
  color: #000;
  background-color: #ff8412;
  border-color: #ff8412;
}
.btn-pumpkin:hover {
  color: #000;
  background-color: #ff9636;
  border-color: #ff902a;
}
.btn-check:focus + .btn-pumpkin,
.btn-pumpkin:focus {
  color: #000;
  background-color: #ff9636;
  border-color: #ff902a;
}
.btn-check:active + .btn-pumpkin,
.btn-check:checked + .btn-pumpkin,
.btn-pumpkin.active,
.btn-pumpkin:active,
.show > .btn-pumpkin.dropdown-toggle {
  color: #000;
  background-color: #ff9d41;
  border-color: #ff902a;
}
.btn-pumpkin.disabled,
.btn-pumpkin:disabled {
  color: #000;
  background-color: #ff8412;
  border-color: #ff8412;
}
.btn-royal-orange {
  color: #000;
  background-color: #fe8d4d;
  border-color: #fe8d4d;
}
.btn-royal-orange:hover {
  color: #000;
  background-color: #fe9e68;
  border-color: #fe985f;
}
.btn-check:focus + .btn-royal-orange,
.btn-royal-orange:focus {
  color: #000;
  background-color: #fe9e68;
  border-color: #fe985f;
}
.btn-check:active + .btn-royal-orange,
.btn-check:checked + .btn-royal-orange,
.btn-royal-orange.active,
.btn-royal-orange:active,
.show > .btn-royal-orange.dropdown-toggle {
  color: #000;
  background-color: #fea471;
  border-color: #fe985f;
}
.btn-royal-orange.disabled,
.btn-royal-orange:disabled {
  color: #000;
  background-color: #fe8d4d;
  border-color: #fe8d4d;
}
.btn-rajah {
  color: #000;
  background-color: #fba556;
  border-color: #fba556;
}
.btn-rajah:hover {
  color: #000;
  background-color: #fcb36f;
  border-color: #fbae67;
}
.btn-check:focus + .btn-rajah,
.btn-rajah:focus {
  color: #000;
  background-color: #fcb36f;
  border-color: #fbae67;
}
.btn-check:active + .btn-rajah,
.btn-check:checked + .btn-rajah,
.btn-rajah.active,
.btn-rajah:active,
.show > .btn-rajah.dropdown-toggle {
  color: #000;
  background-color: #fcb778;
  border-color: #fbae67;
}
.btn-rajah.disabled,
.btn-rajah:disabled {
  color: #000;
  background-color: #fba556;
  border-color: #fba556;
}
.btn-pale-pink {
  color: #000;
  background-color: #ffd9d9;
  border-color: #ffd9d9;
}
.btn-pale-pink:hover {
  color: #000;
  background-color: #ffdfdf;
  border-color: #ffdddd;
}
.btn-check:focus + .btn-pale-pink,
.btn-pale-pink:focus {
  color: #000;
  background-color: #ffdfdf;
  border-color: #ffdddd;
}
.btn-check:active + .btn-pale-pink,
.btn-check:checked + .btn-pale-pink,
.btn-pale-pink.active,
.btn-pale-pink:active,
.show > .btn-pale-pink.dropdown-toggle {
  color: #000;
  background-color: #ffe1e1;
  border-color: #ffdddd;
}
.btn-pale-pink.disabled,
.btn-pale-pink:disabled {
  color: #000;
  background-color: #ffd9d9;
  border-color: #ffd9d9;
}
.btn-persian-blue {
  color: #fff;
  background-color: #2b3dc7;
  border-color: #2b3dc7;
}
.btn-persian-blue:hover {
  color: #fff;
  background-color: #2534a9;
  border-color: #22319f;
}
.btn-check:focus + .btn-persian-blue,
.btn-persian-blue:focus {
  color: #fff;
  background-color: #2534a9;
  border-color: #22319f;
}
.btn-check:active + .btn-persian-blue,
.btn-check:checked + .btn-persian-blue,
.btn-persian-blue.active,
.btn-persian-blue:active,
.show > .btn-persian-blue.dropdown-toggle {
  color: #fff;
  background-color: #22319f;
  border-color: #202e95;
}
.btn-persian-blue.disabled,
.btn-persian-blue:disabled {
  color: #fff;
  background-color: #2b3dc7;
  border-color: #2b3dc7;
}
.btn-picton-blue {
  color: #000;
  background-color: #3bb2f4;
  border-color: #3bb2f4;
}
.btn-picton-blue:hover {
  color: #000;
  background-color: #58bef6;
  border-color: #4fbaf5;
}
.btn-check:focus + .btn-picton-blue,
.btn-picton-blue:focus {
  color: #000;
  background-color: #58bef6;
  border-color: #4fbaf5;
}
.btn-check:active + .btn-picton-blue,
.btn-check:checked + .btn-picton-blue,
.btn-picton-blue.active,
.btn-picton-blue:active,
.show > .btn-picton-blue.dropdown-toggle {
  color: #000;
  background-color: #62c1f6;
  border-color: #4fbaf5;
}
.btn-picton-blue.disabled,
.btn-picton-blue:disabled {
  color: #000;
  background-color: #3bb2f4;
  border-color: #3bb2f4;
}
.btn-picton-blue-100 {
  color: #000;
  background-color: #3cb5db;
  border-color: #3cb5db;
}
.btn-picton-blue-100:hover {
  color: #000;
  background-color: #59c0e0;
  border-color: #50bcdf;
}
.btn-check:focus + .btn-picton-blue-100,
.btn-picton-blue-100:focus {
  color: #000;
  background-color: #59c0e0;
  border-color: #50bcdf;
}
.btn-check:active + .btn-picton-blue-100,
.btn-check:checked + .btn-picton-blue-100,
.btn-picton-blue-100.active,
.btn-picton-blue-100:active,
.show > .btn-picton-blue-100.dropdown-toggle {
  color: #000;
  background-color: #63c4e2;
  border-color: #50bcdf;
}
.btn-picton-blue-100.disabled,
.btn-picton-blue-100:disabled {
  color: #000;
  background-color: #3cb5db;
  border-color: #3cb5db;
}
.btn-medium-orchid {
  color: #000;
  background-color: #bf58d9;
  border-color: #bf58d9;
}
.btn-medium-orchid:hover {
  color: #000;
  background-color: #c971df;
  border-color: #c569dd;
}
.btn-check:focus + .btn-medium-orchid,
.btn-medium-orchid:focus {
  color: #000;
  background-color: #c971df;
  border-color: #c569dd;
}
.btn-check:active + .btn-medium-orchid,
.btn-check:checked + .btn-medium-orchid,
.btn-medium-orchid.active,
.btn-medium-orchid:active,
.show > .btn-medium-orchid.dropdown-toggle {
  color: #000;
  background-color: #cc79e1;
  border-color: #c569dd;
}
.btn-medium-orchid.disabled,
.btn-medium-orchid:disabled {
  color: #000;
  background-color: #bf58d9;
  border-color: #bf58d9;
}
.btn-pale-lavender {
  color: #000;
  background-color: #e4cfff;
  border-color: #e4cfff;
}
.btn-pale-lavender:hover {
  color: #000;
  background-color: #e8d6ff;
  border-color: #e7d4ff;
}
.btn-check:focus + .btn-pale-lavender,
.btn-pale-lavender:focus {
  color: #000;
  background-color: #e8d6ff;
  border-color: #e7d4ff;
}
.btn-check:active + .btn-pale-lavender,
.btn-check:checked + .btn-pale-lavender,
.btn-pale-lavender.active,
.btn-pale-lavender:active,
.show > .btn-pale-lavender.dropdown-toggle {
  color: #000;
  background-color: #e9d9ff;
  border-color: #e7d4ff;
}
.btn-pale-lavender.disabled,
.btn-pale-lavender:disabled {
  color: #000;
  background-color: #e4cfff;
  border-color: #e4cfff;
}
.btn-lavender-web-100 {
  color: #000;
  background-color: #ecdeff;
  border-color: #ecdeff;
}
.btn-lavender-web-100:hover {
  color: #000;
  background-color: #efe3ff;
  border-color: #eee1ff;
}
.btn-check:focus + .btn-lavender-web-100,
.btn-lavender-web-100:focus {
  color: #000;
  background-color: #efe3ff;
  border-color: #eee1ff;
}
.btn-check:active + .btn-lavender-web-100,
.btn-check:checked + .btn-lavender-web-100,
.btn-lavender-web-100.active,
.btn-lavender-web-100:active,
.show > .btn-lavender-web-100.dropdown-toggle {
  color: #000;
  background-color: #f0e5ff;
  border-color: #eee1ff;
}
.btn-lavender-web-100.disabled,
.btn-lavender-web-100:disabled {
  color: #000;
  background-color: #ecdeff;
  border-color: #ecdeff;
}
.btn-lavender-web {
  color: #000;
  background-color: #e9e6fe;
  border-color: #e9e6fe;
}
.btn-lavender-web:hover {
  color: #000;
  background-color: #eceafe;
  border-color: #ebe9fe;
}
.btn-check:focus + .btn-lavender-web,
.btn-lavender-web:focus {
  color: #000;
  background-color: #eceafe;
  border-color: #ebe9fe;
}
.btn-check:active + .btn-lavender-web,
.btn-check:checked + .btn-lavender-web,
.btn-lavender-web.active,
.btn-lavender-web:active,
.show > .btn-lavender-web.dropdown-toggle {
  color: #000;
  background-color: #edebfe;
  border-color: #ebe9fe;
}
.btn-lavender-web.disabled,
.btn-lavender-web:disabled {
  color: #000;
  background-color: #e9e6fe;
  border-color: #e9e6fe;
}
.btn-black-2 {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black-2:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black-2:focus,
.btn-check:focus + .btn-black-2 {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black-2.active,
.btn-black-2:active,
.btn-check:active + .btn-black-2,
.btn-check:checked + .btn-black-2,
.show > .btn-black-2.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black-2.disabled,
.btn-black-2:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark-gunmetal {
  color: #fff;
  background-color: #1f2131;
  border-color: #1f2131;
}
.btn-dark-gunmetal:hover {
  color: #fff;
  background-color: #1a1c2a;
  border-color: #191a27;
}
.btn-check:focus + .btn-dark-gunmetal,
.btn-dark-gunmetal:focus {
  color: #fff;
  background-color: #1a1c2a;
  border-color: #191a27;
}
.btn-check:active + .btn-dark-gunmetal,
.btn-check:checked + .btn-dark-gunmetal,
.btn-dark-gunmetal.active,
.btn-dark-gunmetal:active,
.show > .btn-dark-gunmetal.dropdown-toggle {
  color: #fff;
  background-color: #191a27;
  border-color: #171925;
}
.btn-dark-gunmetal.disabled,
.btn-dark-gunmetal:disabled {
  color: #fff;
  background-color: #1f2131;
  border-color: #1f2131;
}
.btn-mikado-yellow {
  color: #000;
  background-color: #ffbe17;
  border-color: #ffbe17;
}
.btn-mikado-yellow:hover {
  color: #000;
  background-color: #ffc83a;
  border-color: #ffc52e;
}
.btn-check:focus + .btn-mikado-yellow,
.btn-mikado-yellow:focus {
  color: #000;
  background-color: #ffc83a;
  border-color: #ffc52e;
}
.btn-check:active + .btn-mikado-yellow,
.btn-check:checked + .btn-mikado-yellow,
.btn-mikado-yellow.active,
.btn-mikado-yellow:active,
.show > .btn-mikado-yellow.dropdown-toggle {
  color: #000;
  background-color: #ffcb45;
  border-color: #ffc52e;
}
.btn-mikado-yellow.disabled,
.btn-mikado-yellow:disabled {
  color: #000;
  background-color: #ffbe17;
  border-color: #ffbe17;
}
.btn-orange-red {
  color: #000;
  background-color: #ff5353;
  border-color: #ff5353;
}
.btn-orange-red:hover {
  color: #000;
  background-color: #ff6d6d;
  border-color: #ff6464;
}
.btn-check:focus + .btn-orange-red,
.btn-orange-red:focus {
  color: #000;
  background-color: #ff6d6d;
  border-color: #ff6464;
}
.btn-check:active + .btn-orange-red,
.btn-check:checked + .btn-orange-red,
.btn-orange-red.active,
.btn-orange-red:active,
.show > .btn-orange-red.dropdown-toggle {
  color: #000;
  background-color: #ff7575;
  border-color: #ff6464;
}
.btn-orange-red.disabled,
.btn-orange-red:disabled {
  color: #000;
  background-color: #ff5353;
  border-color: #ff5353;
}
.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle:after {
  display: none;
}
.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.dropdown-toggle-svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-toggle-svg .svg-icon {
  width: 18px;
  height: 18px;
  margin-left: 15px;
}
.dropdown-menu {
  font-size: 14px;
  background-color: #ffffff;
  color: #363848;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.dropdown-menu .dropdown-item {
  font-weight: 400;
  color: #363848;
  padding: 5px 20px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f0eeff;
  color: #5f4bdb;
}
.dropdown-menu .dropdown-item:focus {
  background-color: #f0eeff;
  color: #5f4bdb;
}
.dropdown-menu .dropdown-item:active {
  background-color: #5f4bdb;
  color: #ffffff;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 40px);
  padding-left: var(--bs-gutter-x, 40px);
  margin-right: auto;
  margin-left: 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;
  }
} */

@media (min-width: 2000px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl,
  .container-xxxl {
    max-width: 100%;
    /* max-width: 90%; */
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #cfe2ff;
  --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: #000;
  border-color: #bacbe6;
}
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --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: #000;
  border-color: #cbccce;
}
.table-success {
  --bs-table-bg: #d1e7dd;
  --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: #000;
  border-color: #bcd0c7;
}
.table-info {
  --bs-table-bg: #cff4fc;
  --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: #000;
  border-color: #badce3;
}
.table-warning {
  --bs-table-bg: #fff3cd;
  --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: #000;
  border-color: #e6dbb9;
}
.table-danger {
  --bs-table-bg: #f8d7da;
  --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: #000;
  border-color: #dfc2c4;
}
.table-light {
  --bs-table-bg: #f8f9fa;
  --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: #000;
  border-color: #dfe0e1;
}
.table-dark {
  --bs-table-bg: #212529;
  --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: #fff;
  border-color: #373b3e;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.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-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.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: -1px;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  /* color: #0d6efd; */
  color: #363848;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
  color: var(--primary-color);
  border-color: #fff !important;
  border-bottom: 2px solid !important;
  /* animation: animate 5s linear infinite;  */
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  /* border: 1px solid transparent; */
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  /* color: #495057; */
  /* background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; */
  border-color: #fff;
  color: var(--primary-color);
  border-bottom: 2px solid;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
  border: 1px solid;
  margin: 5px 0px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  /* background-color: #0d6efd; */
  background-color: var(--primary-color);
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl,
.navbar > .container-xxxl 
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-title {
  margin-bottom: 0.5rem;
}
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card: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-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-button:after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button:after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  color: #392d83;
  background-color: #dfdbf8;
  border-color: #cfc9f4;
}
.alert-primary .alert-link {
  color: #2e2469;
}
.alert-accent {
  color: #98552e;
  background-color: #ffe8db;
  border-color: #ffddca;
}
.alert-accent .alert-link {
  color: #7a4425;
}
.alert-dark {
  color: #20222b;
  background-color: #d7d7da;
  border-color: #c3c3c8;
}
.alert-dark .alert-link {
  color: #1a1b22;
}
.alert-black {
  color: #13141d;
  background-color: #d2d3d6;
  border-color: #bcbcc1;
}
.alert-black .alert-link {
  color: #0f1017;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.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: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #392d83;
  background-color: #dfdbf8;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #392d83;
  background-color: #c9c5df;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #392d83;
  border-color: #392d83;
}
.list-group-item-accent {
  color: #98552e;
  background-color: #ffe8db;
}
.list-group-item-accent.list-group-item-action:focus,
.list-group-item-accent.list-group-item-action:hover {
  color: #98552e;
  background-color: #e6d1c5;
}
.list-group-item-accent.list-group-item-action.active {
  color: #ffffff;
  background-color: #98552e;
  border-color: #98552e;
}
.list-group-item-dark {
  color: #20222b;
  background-color: #d7d7da;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #20222b;
  background-color: #c2c2c4;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #20222b;
  border-color: #20222b;
}
.list-group-item-black {
  color: #13141d;
  background-color: #d2d3d6;
}
.list-group-item-black.list-group-item-action:focus,
.list-group-item-black.list-group-item-action:hover {
  color: #13141d;
  background-color: #bdbec1;
}
.list-group-item-black.list-group-item-action.active {
  color: #ffffff;
  background-color: #13141d;
  border-color: #13141d;
}
.btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .popover-arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .popover-arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.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 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.offcanvas.show {
  -webkit-transform: none;
  transform: none;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn:before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #1f2131 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #1f2131 95%
  );
  mask-image: linear-gradient(
    130deg,
    #1f2131 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #1f2131 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.link-primary {
  color: #5f4bdb;
}
.link-primary:focus,
.link-primary:hover {
  color: #4c3caf;
}
.link-accent {
  color: #fe8d4d;
}
.link-accent:focus,
.link-accent:hover {
  color: #fea471;
}
.link-dark {
  color: #363848;
}
.link-dark:focus,
.link-dark:hover {
  color: #2b2d3a;
}
.link-black {
  color: #1f2131;
}
.link-black:focus,
.link-black:hover {
  color: #191a27;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
  /* box-shadow: 0 0.5rem 1rem rgb(133 133 133 / 15%) !important; */
  box-shadow: 0 0.7rem 1rem rgb(78 70 70 / 15%) !important;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-1 {
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14) !important;
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14) !important;
}
.shadow-2 {
  -webkit-box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07) !important;
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-25 {
  top: 25% !important;
}
.top-50 {
  top: 50% !important;
}
.top-85 {
  top: 85% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-25 {
  bottom: 25% !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-85 {
  bottom: 85% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-25 {
  left: 25% !important;
}
.start-50 {
  left: 50% !important;
}
.start-85 {
  left: 85% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-25 {
  right: 25% !important;
}
.end-50 {
  right: 50% !important;
}
.end-85 {
  right: 85% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dee2e6 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dee2e6 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #5f4bdb !important;
}
.border-accent {
  border-color: #fe8d4d !important;
}
.border-dark {
  border-color: #363848 !important;
}
.border-black {
  border-color: #1f2131 !important;
}
.border-white {
  border-color: #ffffff !important;
}
.border-arsenic {
  border-color: #363848 !important;
}
.border-alice-blue {
  border-color: #f0eeff !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;
}

.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-34 {
  width: 34% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}

.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !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-30 {
  height: 30% !important;
}
.h-34 {
  height: 34% !important;
}
.h-35 {
  height: 35% !important;
}
.h-40 {
  height: 40% !important;
}
.h-45 {
  height: 45% !important;
}
.h-50 {
  height: 50% !important;
}
.h-60 {
  height: 60% !important;
}
.h-65 {
  height: 65% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-85 {
  height: 85% !important;
}
.h-90 {
  height: 90% !important;
}
.h-95 {
  height: 95% !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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-nofill {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-5 {
  gap: 5px !important;
}
.gap-10 {
  gap: 10px !important;
}
.gap-12 {
  gap: 12px !important;
}
.gap-15 {
  gap: 15px !important;
}
.gap-17 {
  gap: 17px !important;
}
.gap-20 {
  gap: 20px !important;
}
.gap-24 {
  gap: 24px !important;
}
.gap-25 {
  gap: 25px !important;
}
.gap-34 {
  gap: 34px !important;
}
.gap-43 {
  gap: 43px !important;
}
.gap-60 {
  gap: 60px !important;
}
.gap-80 {
  gap: 80px !important;
}
.gap-90 {
  gap: 90px !important;
}
.gap-100 {
  gap: 100px !important;
}
.gap-120 {
  gap: 120px !important;
}
.gap-180 {
  gap: 180px !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-17 {
  margin: 17px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-34 {
  margin: 34px !important;
}
.m-43 {
  margin: 43px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.mx-17 {
  margin-right: 17px !important;
  margin-left: 17px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.mx-34 {
  margin-right: 34px !important;
  margin-left: 34px !important;
}
.mx-43 {
  margin-right: 43px !important;
  margin-left: 43px !important;
}
.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}
.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.my-17 {
  margin-top: 17px !important;
  margin-bottom: 17px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-34 {
  margin-top: 34px !important;
  margin-bottom: 34px !important;
}
.my-43 {
  margin-top: 43px !important;
  margin-bottom: 43px !important;
}
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-17 {
  margin-top: 17px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-34 {
  margin-top: 34px !important;
}
.mt-43 {
  margin-top: 43px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-5 {
  margin-right: 5px !important;
}
.me-10 {
  margin-right: 10px !important;
}
.me-12 {
  margin-right: 12px !important;
}
.me-15 {
  margin-right: 15px !important;
}
.me-17 {
  margin-right: 17px !important;
}
.me-20 {
  margin-right: 20px !important;
}
.me-24 {
  margin-right: 24px !important;
}
.me-25 {
  margin-right: 25px !important;
}
.me-34 {
  margin-right: 34px !important;
}
.me-43 {
  margin-right: 43px !important;
}
.me-60 {
  margin-right: 60px !important;
}
.me-80 {
  margin-right: 80px !important;
}
.me-90 {
  margin-right: 90px !important;
}
.me-100 {
  margin-right: 100px !important;
}
.me-120 {
  margin-right: 120px !important;
}
.me-180 {
  margin-right: 180px !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-17 {
  margin-bottom: 17px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-34 {
  margin-bottom: 34px !important;
}
.mb-43 {
  margin-bottom: 43px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-5 {
  margin-left: 5px !important;
}
.ms-10 {
  margin-left: 10px !important;
}
.ms-12 {
  margin-left: 12px !important;
}
.ms-15 {
  margin-left: 15px !important;
}
.ms-17 {
  margin-left: 17px !important;
}
.ms-20 {
  margin-left: 20px !important;
}
.ms-24 {
  margin-left: 24px !important;
}
.ms-25 {
  margin-left: 25px !important;
}
.ms-34 {
  margin-left: 34px !important;
}
.ms-43 {
  margin-left: 43px !important;
}
.ms-60 {
  margin-left: 60px !important;
}
.ms-80 {
  margin-left: 80px !important;
}
.ms-90 {
  margin-left: 90px !important;
}
.ms-100 {
  margin-left: 100px !important;
}
.ms-120 {
  margin-left: 120px !important;
}
.ms-180 {
  margin-left: 180px !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n5 {
  margin: -5px !important;
}
.m-n10 {
  margin: -10px !important;
}
.m-n12 {
  margin: -12px !important;
}
.m-n15 {
  margin: -15px !important;
}
.m-n17 {
  margin: -17px !important;
}
.m-n20 {
  margin: -20px !important;
}
.m-n24 {
  margin: -24px !important;
}
.m-n25 {
  margin: -25px !important;
}
.m-n34 {
  margin: -34px !important;
}
.m-n43 {
  margin: -43px !important;
}
.m-n60 {
  margin: -60px !important;
}
.m-n80 {
  margin: -80px !important;
}
.m-n90 {
  margin: -90px !important;
}
.m-n100 {
  margin: -100px !important;
}
.m-n120 {
  margin: -120px !important;
}
.m-n180 {
  margin: -180px !important;
}
.mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.mx-n12 {
  margin-right: -12px !important;
  margin-left: -12px !important;
}
.mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.mx-n17 {
  margin-right: -17px !important;
  margin-left: -17px !important;
}
.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.mx-n24 {
  margin-right: -24px !important;
  margin-left: -24px !important;
}
.mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important;
}
.mx-n34 {
  margin-right: -34px !important;
  margin-left: -34px !important;
}
.mx-n43 {
  margin-right: -43px !important;
  margin-left: -43px !important;
}
.mx-n60 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}
.mx-n80 {
  margin-right: -80px !important;
  margin-left: -80px !important;
}
.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important;
}
.mx-n100 {
  margin-right: -100px !important;
  margin-left: -100px !important;
}
.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important;
}
.mx-n180 {
  margin-right: -180px !important;
  margin-left: -180px !important;
}
.my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.my-n12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}
.my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.my-n17 {
  margin-top: -17px !important;
  margin-bottom: -17px !important;
}
.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.my-n24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}
.my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}
.my-n34 {
  margin-top: -34px !important;
  margin-bottom: -34px !important;
}
.my-n43 {
  margin-top: -43px !important;
  margin-bottom: -43px !important;
}
.my-n60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}
.my-n80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}
.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}
.my-n100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}
.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}
.my-n180 {
  margin-top: -180px !important;
  margin-bottom: -180px !important;
}
.mt-n5 {
  margin-top: -5px !important;
}
.mt-n10 {
  margin-top: -10px !important;
}
.mt-n12 {
  margin-top: -12px !important;
}
.mt-n15 {
  margin-top: -15px !important;
}
.mt-n17 {
  margin-top: -17px !important;
}
.mt-n20 {
  margin-top: -20px !important;
}
.mt-n24 {
  margin-top: -24px !important;
}
.mt-n25 {
  margin-top: -25px !important;
}
.mt-n34 {
  margin-top: -34px !important;
}
.mt-n43 {
  margin-top: -43px !important;
}
.mt-n60 {
  margin-top: -60px !important;
}
.mt-n80 {
  margin-top: -80px !important;
}
.mt-n90 {
  margin-top: -90px !important;
}
.mt-n100 {
  margin-top: -100px !important;
}
.mt-n120 {
  margin-top: -120px !important;
}
.mt-n180 {
  margin-top: -180px !important;
}
.me-n5 {
  margin-right: -5px !important;
}
.me-n10 {
  margin-right: -10px !important;
}
.me-n12 {
  margin-right: -12px !important;
}
.me-n15 {
  margin-right: -15px !important;
}
.me-n17 {
  margin-right: -17px !important;
}
.me-n20 {
  margin-right: -20px !important;
}
.me-n24 {
  margin-right: -24px !important;
}
.me-n25 {
  margin-right: -25px !important;
}
.me-n34 {
  margin-right: -34px !important;
}
.me-n43 {
  margin-right: -43px !important;
}
.me-n60 {
  margin-right: -60px !important;
}
.me-n80 {
  margin-right: -80px !important;
}
.me-n90 {
  margin-right: -90px !important;
}
.me-n100 {
  margin-right: -100px !important;
}
.me-n120 {
  margin-right: -120px !important;
}
.me-n180 {
  margin-right: -180px !important;
}
.mb-n5 {
  margin-bottom: -5px !important;
}
.mb-n10 {
  margin-bottom: -10px !important;
}
.mb-n12 {
  margin-bottom: -12px !important;
}
.mb-n15 {
  margin-bottom: -15px !important;
}
.mb-n17 {
  margin-bottom: -17px !important;
}
.mb-n20 {
  margin-bottom: -20px !important;
}
.mb-n24 {
  margin-bottom: -24px !important;
}
.mb-n25 {
  margin-bottom: -25px !important;
}
.mb-n34 {
  margin-bottom: -34px !important;
}
.mb-n43 {
  margin-bottom: -43px !important;
}
.mb-n60 {
  margin-bottom: -60px !important;
}
.mb-n80 {
  margin-bottom: -80px !important;
}
.mb-n90 {
  margin-bottom: -90px !important;
}
.mb-n100 {
  margin-bottom: -100px !important;
}
.mb-n120 {
  margin-bottom: -120px !important;
}
.mb-n180 {
  margin-bottom: -180px !important;
}
.ms-n5 {
  margin-left: -5px !important;
}
.ms-n10 {
  margin-left: -10px !important;
}
.ms-n12 {
  margin-left: -12px !important;
}
.ms-n15 {
  margin-left: -15px !important;
}
.ms-n17 {
  margin-left: -17px !important;
}
.ms-n20 {
  margin-left: -20px !important;
}
.ms-n24 {
  margin-left: -24px !important;
}
.ms-n25 {
  margin-left: -25px !important;
}
.ms-n34 {
  margin-left: -34px !important;
}
.ms-n43 {
  margin-left: -43px !important;
}
.ms-n60 {
  margin-left: -60px !important;
}
.ms-n80 {
  margin-left: -80px !important;
}
.ms-n90 {
  margin-left: -90px !important;
}
.ms-n100 {
  margin-left: -100px !important;
}
.ms-n120 {
  margin-left: -120px !important;
}
.ms-n180 {
  margin-left: -180px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-17 {
  padding: 17px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-34 {
  padding: 34px !important;
}
.p-43 {
  padding: 43px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-180 {
  padding: 180px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.px-17 {
  padding-right: 17px !important;
  padding-left: 17px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.px-34 {
  padding-right: 34px !important;
  padding-left: 34px !important;
}
.px-43 {
  padding-right: 43px !important;
  padding-left: 43px !important;
}
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}
.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-17 {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-34 {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
.py-43 {
  padding-top: 43px !important;
  padding-bottom: 43px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-17 {
  padding-top: 17px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-34 {
  padding-top: 34px !important;
}
.pt-43 {
  padding-top: 43px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-5 {
  padding-right: 5px !important;
}
.pe-10 {
  padding-right: 10px !important;
}
.pe-12 {
  padding-right: 12px !important;
}
.pe-15 {
  padding-right: 15px !important;
}
.pe-17 {
  padding-right: 17px !important;
}
.pe-20 {
  padding-right: 20px !important;
}
.pe-24 {
  padding-right: 24px !important;
}
.pe-25 {
  padding-right: 25px !important;
}
.pe-34 {
  padding-right: 34px !important;
}
.pe-43 {
  padding-right: 43px !important;
}
.pe-60 {
  padding-right: 60px !important;
}
.pe-80 {
  padding-right: 80px !important;
}
.pe-90 {
  padding-right: 90px !important;
}
.pe-100 {
  padding-right: 100px !important;
}
.pe-120 {
  padding-right: 120px !important;
}
.pe-180 {
  padding-right: 180px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-17 {
  padding-bottom: 17px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-34 {
  padding-bottom: 34px !important;
}
.pb-43 {
  padding-bottom: 43px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-5 {
  padding-left: 5px !important;
}
.ps-10 {
  padding-left: 10px !important;
}
.ps-12 {
  padding-left: 12px !important;
}
.ps-15 {
  padding-left: 15px !important;
}
.ps-17 {
  padding-left: 17px !important;
}
.ps-20 {
  padding-left: 20px !important;
}
.ps-24 {
  padding-left: 24px !important;
}
.ps-25 {
  padding-left: 25px !important;
}
.ps-34 {
  padding-left: 34px !important;
}
.ps-43 {
  padding-left: 43px !important;
}
.ps-60 {
  padding-left: 60px !important;
}
.ps-80 {
  padding-left: 80px !important;
}
.ps-90 {
  padding-left: 90px !important;
}
.ps-100 {
  padding-left: 100px !important;
}
.ps-120 {
  padding-left: 120px !important;
}
.ps-180 {
  padding-left: 180px !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-14 {
  font-size: 0.875rem !important;
}
.fs-16 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !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 {
  color: var(--primary-color);
}
.text-accent {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-accent-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-blue-violet {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-violet-rgb), var(--bs-text-opacity)) !important;
}
.text-blue-violet-200 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-violet-200-rgb), var(--bs-text-opacity)) !important;
}
.text-deep-lilac {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-deep-lilac-rgb), var(--bs-text-opacity)) !important;
}
.text-ocean-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ocean-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-mojorelle-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-mojorelle-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-majorelle-blue-200 {
  --bs-text-opacity: 1;
  color: rgba(
    var(--bs-majorelle-blue-200-rgb),
    var(--bs-text-opacity)
  ) !important;
}
.text-dark-charcoal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-charcoal-rgb), var(--bs-text-opacity)) !important;
}
.text-eerie-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-eerie-black-rgb), var(--bs-text-opacity)) !important;
}
.text-arsenic-500 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-arsenic-500-rgb), var(--bs-text-opacity)) !important;
}
.text-black-olive {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-olive-rgb), var(--bs-text-opacity)) !important;
}
.text-american-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-american-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-arsenic {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-arsenic-rgb), var(--bs-text-opacity)) !important;
}
.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}
.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-100-rgb), var(--bs-text-opacity)) !important;
}
.text-philippine-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-philippine-gray-rgb), var(--bs-text-opacity)) !important;
}
.text-philippine-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(
    var(--bs-philippine-gray-100-rgb),
    var(--bs-text-opacity)
  ) !important;
}
.text-spanish-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-spanish-gray-rgb), var(--bs-text-opacity)) !important;
}
.text-dark-gray-x11 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-gray-x11-rgb), var(--bs-text-opacity)) !important;
}
.text-silver-foil {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-silver-foil-rgb), var(--bs-text-opacity)) !important;
}
.text-anti-flash-white {
  --bs-text-opacity: 1;
  color: rgba(
    var(--bs-anti-flash-white-rgb),
    var(--bs-text-opacity)
  ) !important;
}
.text-alice-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-alice-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-light-silver {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-silver-rgb), var(--bs-text-opacity)) !important;
}
.text-platinum {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-platinum-rgb), var(--bs-text-opacity)) !important;
}
.text-bright-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-bright-gray-rgb), var(--bs-text-opacity)) !important;
}
.text-magnolia {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-magnolia-rgb), var(--bs-text-opacity)) !important;
}
.text-ghost-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ghost-white-rgb), var(--bs-text-opacity)) !important;
}
.text-cultured {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-cultured-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-ufo-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ufo-green-rgb), var(--bs-text-opacity)) !important;
}
.text-ufo-green-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ufo-green-100-rgb), var(--bs-text-opacity)) !important;
}
.text-lime-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lime-green-rgb), var(--bs-text-opacity)) !important;
}
.text-outrageous-orange {
  --bs-text-opacity: 1;
  color: rgba(
    var(--bs-outrageous-orange-rgb),
    var(--bs-text-opacity)
  ) !important;
}
.text-pumpkin {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pumpkin-rgb), var(--bs-text-opacity)) !important;
}
.text-royal-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-royal-orange-rgb), var(--bs-text-opacity)) !important;
}
.text-rajah {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-rajah-rgb), var(--bs-text-opacity)) !important;
}
.text-pale-pink {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pale-pink-rgb), var(--bs-text-opacity)) !important;
}
.text-persian-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-persian-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-picton-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-picton-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-picton-blue-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-picton-blue-100-rgb), var(--bs-text-opacity)) !important;
}
.text-medium-orchid {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-medium-orchid-rgb), var(--bs-text-opacity)) !important;
}
.text-pale-lavender {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-pale-lavender-rgb), var(--bs-text-opacity)) !important;
}
.text-lavender-web-100 {
  --bs-text-opacity: 1;
  color: rgba(
    var(--bs-lavender-web-100-rgb),
    var(--bs-text-opacity)
  ) !important;
}
.text-lavender-web {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lavender-web-rgb), var(--bs-text-opacity)) !important;
}
.text-black-2 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-2-rgb), var(--bs-text-opacity)) !important;
}
.text-dark-gunmetal {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-gunmetal-rgb), var(--bs-text-opacity)) !important;
}
.text-mikado-yellow {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-mikado-yellow-rgb), var(--bs-text-opacity)) !important;
}
.text-orange-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-red-rgb), var(--bs-text-opacity)) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-17 {
  --bs-text-opacity: 0.17;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-33 {
  --bs-text-opacity: 0.33;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-accent {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-accent-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-blue-violet {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-blue-violet-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-blue-violet-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-blue-violet-200-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-deep-lilac {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-deep-lilac-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-ocean-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-ocean-blue-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-mojorelle-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-mojorelle-blue-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-majorelle-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-majorelle-blue-200-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-dark-charcoal {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-dark-charcoal-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-eerie-black {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-eerie-black-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-arsenic-500 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-arsenic-500-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-black-olive {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-black-olive-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-american-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-american-blue-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-arsenic {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-arsenic-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}
.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-gray-100-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-philippine-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-philippine-gray-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-philippine-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-philippine-gray-100-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-spanish-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-spanish-gray-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-dark-gray-x11 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-dark-gray-x11-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-silver-foil {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-silver-foil-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-anti-flash-white {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-anti-flash-white-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-alice-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-alice-blue-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-light-silver {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-light-silver-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-platinum {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-platinum-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-bright-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-bright-gray-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-magnolia {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-magnolia-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-ghost-white {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-ghost-white-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-cultured {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-cultured-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-ufo-green {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-ufo-green-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-ufo-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-ufo-green-100-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-lime-green {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-lime-green-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-outrageous-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-outrageous-orange-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-pumpkin {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-pumpkin-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-royal-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-royal-orange-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-rajah {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-rajah-rgb), var(--bs-bg-opacity)) !important;
}
.bg-pale-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-pale-pink-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-persian-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-persian-blue-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-picton-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-picton-blue-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-picton-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-picton-blue-100-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-medium-orchid {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-medium-orchid-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-pale-lavender {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-pale-lavender-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-lavender-web-100 {
  background-color: var(--secondary-color);
}
.bg-lavender-web {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-lavender-web-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-black-2 {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-black-2-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-dark-gunmetal {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-dark-gunmetal-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-mikado-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-mikado-yellow-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-orange-red {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-orange-red-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-20 {
  border-radius: 20px !important;
}
.rounded-40 {
  border-radius: 40px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.is-14 {
  width: 14px !important;
  height: 14px !important;
}
.is-16 {
  width: 16px !important;
  height: 16px !important;
}
.is-20 {
  width: 20px !important;
  height: 20px !important;
}
.is-80 {
  width: 80px !important;
  height: 80px !important;
}
.is-100 {
  width: 100px !important;
  height: 100px !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .overflow-sm-auto {
    overflow: auto !important;
  }
  .overflow-sm-hidden {
    overflow: hidden !important;
  }
  .overflow-sm-visible {
    overflow: visible !important;
  }
  .overflow-sm-scroll {
    overflow: scroll !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: -ms-grid !important;
    display: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
  .top-sm-0 {
    top: 0 !important;
  }
  .top-sm-25 {
    top: 25% !important;
  }
  .top-sm-50 {
    top: 50% !important;
  }
  .top-sm-85 {
    top: 85% !important;
  }
  .top-sm-100 {
    top: 100% !important;
  }
  .bottom-sm-0 {
    bottom: 0 !important;
  }
  .bottom-sm-25 {
    bottom: 25% !important;
  }
  .bottom-sm-50 {
    bottom: 50% !important;
  }
  .bottom-sm-85 {
    bottom: 85% !important;
  }
  .bottom-sm-100 {
    bottom: 100% !important;
  }
  .start-sm-0 {
    left: 0 !important;
  }
  .start-sm-25 {
    left: 25% !important;
  }
  .start-sm-50 {
    left: 50% !important;
  }
  .start-sm-85 {
    left: 85% !important;
  }
  .start-sm-100 {
    left: 100% !important;
  }
  .end-sm-0 {
    right: 0 !important;
  }
  .end-sm-25 {
    right: 25% !important;
  }
  .end-sm-50 {
    right: 50% !important;
  }
  .end-sm-85 {
    right: 85% !important;
  }
  .end-sm-100 {
    right: 100% !important;
  }
  .translate-middle-sm {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-sm-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-sm-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-34 {
    width: 34% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-34 {
    height: 34% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-nofill {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-5 {
    gap: 5px !important;
  }
  .gap-sm-10 {
    gap: 10px !important;
  }
  .gap-sm-12 {
    gap: 12px !important;
  }
  .gap-sm-15 {
    gap: 15px !important;
  }
  .gap-sm-17 {
    gap: 17px !important;
  }
  .gap-sm-20 {
    gap: 20px !important;
  }
  .gap-sm-24 {
    gap: 24px !important;
  }
  .gap-sm-25 {
    gap: 25px !important;
  }
  .gap-sm-34 {
    gap: 34px !important;
  }
  .gap-sm-43 {
    gap: 43px !important;
  }
  .gap-sm-60 {
    gap: 60px !important;
  }
  .gap-sm-80 {
    gap: 80px !important;
  }
  .gap-sm-90 {
    gap: 90px !important;
  }
  .gap-sm-100 {
    gap: 100px !important;
  }
  .gap-sm-120 {
    gap: 120px !important;
  }
  .gap-sm-180 {
    gap: 180px !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-12 {
    margin: 12px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .m-sm-17 {
    margin: 17px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-24 {
    margin: 24px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .m-sm-34 {
    margin: 34px !important;
  }
  .m-sm-43 {
    margin: 43px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-180 {
    margin: 180px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-sm-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  .mx-sm-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-sm-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .my-sm-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-12 {
    margin-top: 12px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-17 {
    margin-top: 17px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-24 {
    margin-top: 24px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-34 {
    margin-top: 34px !important;
  }
  .mt-sm-43 {
    margin-top: 43px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-5 {
    margin-right: 5px !important;
  }
  .me-sm-10 {
    margin-right: 10px !important;
  }
  .me-sm-12 {
    margin-right: 12px !important;
  }
  .me-sm-15 {
    margin-right: 15px !important;
  }
  .me-sm-17 {
    margin-right: 17px !important;
  }
  .me-sm-20 {
    margin-right: 20px !important;
  }
  .me-sm-24 {
    margin-right: 24px !important;
  }
  .me-sm-25 {
    margin-right: 25px !important;
  }
  .me-sm-34 {
    margin-right: 34px !important;
  }
  .me-sm-43 {
    margin-right: 43px !important;
  }
  .me-sm-60 {
    margin-right: 60px !important;
  }
  .me-sm-80 {
    margin-right: 80px !important;
  }
  .me-sm-90 {
    margin-right: 90px !important;
  }
  .me-sm-100 {
    margin-right: 100px !important;
  }
  .me-sm-120 {
    margin-right: 120px !important;
  }
  .me-sm-180 {
    margin-right: 180px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-12 {
    margin-bottom: 12px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-17 {
    margin-bottom: 17px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-24 {
    margin-bottom: 24px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-34 {
    margin-bottom: 34px !important;
  }
  .mb-sm-43 {
    margin-bottom: 43px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-5 {
    margin-left: 5px !important;
  }
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  .ms-sm-12 {
    margin-left: 12px !important;
  }
  .ms-sm-15 {
    margin-left: 15px !important;
  }
  .ms-sm-17 {
    margin-left: 17px !important;
  }
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  .ms-sm-24 {
    margin-left: 24px !important;
  }
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  .ms-sm-34 {
    margin-left: 34px !important;
  }
  .ms-sm-43 {
    margin-left: 43px !important;
  }
  .ms-sm-60 {
    margin-left: 60px !important;
  }
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  .ms-sm-90 {
    margin-left: 90px !important;
  }
  .ms-sm-100 {
    margin-left: 100px !important;
  }
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  .ms-sm-180 {
    margin-left: 180px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n5 {
    margin: -5px !important;
  }
  .m-sm-n10 {
    margin: -10px !important;
  }
  .m-sm-n12 {
    margin: -12px !important;
  }
  .m-sm-n15 {
    margin: -15px !important;
  }
  .m-sm-n17 {
    margin: -17px !important;
  }
  .m-sm-n20 {
    margin: -20px !important;
  }
  .m-sm-n24 {
    margin: -24px !important;
  }
  .m-sm-n25 {
    margin: -25px !important;
  }
  .m-sm-n34 {
    margin: -34px !important;
  }
  .m-sm-n43 {
    margin: -43px !important;
  }
  .m-sm-n60 {
    margin: -60px !important;
  }
  .m-sm-n80 {
    margin: -80px !important;
  }
  .m-sm-n90 {
    margin: -90px !important;
  }
  .m-sm-n100 {
    margin: -100px !important;
  }
  .m-sm-n120 {
    margin: -120px !important;
  }
  .m-sm-n180 {
    margin: -180px !important;
  }
  .mx-sm-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-sm-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-sm-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-sm-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-sm-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-sm-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-sm-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  .mx-sm-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-sm-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  .my-sm-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-sm-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-sm-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-sm-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-sm-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-sm-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-sm-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .my-sm-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-sm-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  .mt-sm-n5 {
    margin-top: -5px !important;
  }
  .mt-sm-n10 {
    margin-top: -10px !important;
  }
  .mt-sm-n12 {
    margin-top: -12px !important;
  }
  .mt-sm-n15 {
    margin-top: -15px !important;
  }
  .mt-sm-n17 {
    margin-top: -17px !important;
  }
  .mt-sm-n20 {
    margin-top: -20px !important;
  }
  .mt-sm-n24 {
    margin-top: -24px !important;
  }
  .mt-sm-n25 {
    margin-top: -25px !important;
  }
  .mt-sm-n34 {
    margin-top: -34px !important;
  }
  .mt-sm-n43 {
    margin-top: -43px !important;
  }
  .mt-sm-n60 {
    margin-top: -60px !important;
  }
  .mt-sm-n80 {
    margin-top: -80px !important;
  }
  .mt-sm-n90 {
    margin-top: -90px !important;
  }
  .mt-sm-n100 {
    margin-top: -100px !important;
  }
  .mt-sm-n120 {
    margin-top: -120px !important;
  }
  .mt-sm-n180 {
    margin-top: -180px !important;
  }
  .me-sm-n5 {
    margin-right: -5px !important;
  }
  .me-sm-n10 {
    margin-right: -10px !important;
  }
  .me-sm-n12 {
    margin-right: -12px !important;
  }
  .me-sm-n15 {
    margin-right: -15px !important;
  }
  .me-sm-n17 {
    margin-right: -17px !important;
  }
  .me-sm-n20 {
    margin-right: -20px !important;
  }
  .me-sm-n24 {
    margin-right: -24px !important;
  }
  .me-sm-n25 {
    margin-right: -25px !important;
  }
  .me-sm-n34 {
    margin-right: -34px !important;
  }
  .me-sm-n43 {
    margin-right: -43px !important;
  }
  .me-sm-n60 {
    margin-right: -60px !important;
  }
  .me-sm-n80 {
    margin-right: -80px !important;
  }
  .me-sm-n90 {
    margin-right: -90px !important;
  }
  .me-sm-n100 {
    margin-right: -100px !important;
  }
  .me-sm-n120 {
    margin-right: -120px !important;
  }
  .me-sm-n180 {
    margin-right: -180px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10px !important;
  }
  .mb-sm-n12 {
    margin-bottom: -12px !important;
  }
  .mb-sm-n15 {
    margin-bottom: -15px !important;
  }
  .mb-sm-n17 {
    margin-bottom: -17px !important;
  }
  .mb-sm-n20 {
    margin-bottom: -20px !important;
  }
  .mb-sm-n24 {
    margin-bottom: -24px !important;
  }
  .mb-sm-n25 {
    margin-bottom: -25px !important;
  }
  .mb-sm-n34 {
    margin-bottom: -34px !important;
  }
  .mb-sm-n43 {
    margin-bottom: -43px !important;
  }
  .mb-sm-n60 {
    margin-bottom: -60px !important;
  }
  .mb-sm-n80 {
    margin-bottom: -80px !important;
  }
  .mb-sm-n90 {
    margin-bottom: -90px !important;
  }
  .mb-sm-n100 {
    margin-bottom: -100px !important;
  }
  .mb-sm-n120 {
    margin-bottom: -120px !important;
  }
  .mb-sm-n180 {
    margin-bottom: -180px !important;
  }
  .ms-sm-n5 {
    margin-left: -5px !important;
  }
  .ms-sm-n10 {
    margin-left: -10px !important;
  }
  .ms-sm-n12 {
    margin-left: -12px !important;
  }
  .ms-sm-n15 {
    margin-left: -15px !important;
  }
  .ms-sm-n17 {
    margin-left: -17px !important;
  }
  .ms-sm-n20 {
    margin-left: -20px !important;
  }
  .ms-sm-n24 {
    margin-left: -24px !important;
  }
  .ms-sm-n25 {
    margin-left: -25px !important;
  }
  .ms-sm-n34 {
    margin-left: -34px !important;
  }
  .ms-sm-n43 {
    margin-left: -43px !important;
  }
  .ms-sm-n60 {
    margin-left: -60px !important;
  }
  .ms-sm-n80 {
    margin-left: -80px !important;
  }
  .ms-sm-n90 {
    margin-left: -90px !important;
  }
  .ms-sm-n100 {
    margin-left: -100px !important;
  }
  .ms-sm-n120 {
    margin-left: -120px !important;
  }
  .ms-sm-n180 {
    margin-left: -180px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-12 {
    padding: 12px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-17 {
    padding: 17px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-24 {
    padding: 24px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .p-sm-34 {
    padding: 34px !important;
  }
  .p-sm-43 {
    padding: 43px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .p-sm-180 {
    padding: 180px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-sm-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  .px-sm-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-sm-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .py-sm-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-12 {
    padding-top: 12px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-17 {
    padding-top: 17px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-24 {
    padding-top: 24px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-34 {
    padding-top: 34px !important;
  }
  .pt-sm-43 {
    padding-top: 43px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-5 {
    padding-right: 5px !important;
  }
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  .pe-sm-12 {
    padding-right: 12px !important;
  }
  .pe-sm-15 {
    padding-right: 15px !important;
  }
  .pe-sm-17 {
    padding-right: 17px !important;
  }
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  .pe-sm-24 {
    padding-right: 24px !important;
  }
  .pe-sm-25 {
    padding-right: 25px !important;
  }
  .pe-sm-34 {
    padding-right: 34px !important;
  }
  .pe-sm-43 {
    padding-right: 43px !important;
  }
  .pe-sm-60 {
    padding-right: 60px !important;
  }
  .pe-sm-80 {
    padding-right: 80px !important;
  }
  .pe-sm-90 {
    padding-right: 90px !important;
  }
  .pe-sm-100 {
    padding-right: 100px !important;
  }
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  .pe-sm-180 {
    padding-right: 180px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-12 {
    padding-bottom: 12px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-17 {
    padding-bottom: 17px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-24 {
    padding-bottom: 24px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-sm-34 {
    padding-bottom: 34px !important;
  }
  .pb-sm-43 {
    padding-bottom: 43px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-5 {
    padding-left: 5px !important;
  }
  .ps-sm-10 {
    padding-left: 10px !important;
  }
  .ps-sm-12 {
    padding-left: 12px !important;
  }
  .ps-sm-15 {
    padding-left: 15px !important;
  }
  .ps-sm-17 {
    padding-left: 17px !important;
  }
  .ps-sm-20 {
    padding-left: 20px !important;
  }
  .ps-sm-24 {
    padding-left: 24px !important;
  }
  .ps-sm-25 {
    padding-left: 25px !important;
  }
  .ps-sm-34 {
    padding-left: 34px !important;
  }
  .ps-sm-43 {
    padding-left: 43px !important;
  }
  .ps-sm-60 {
    padding-left: 60px !important;
  }
  .ps-sm-80 {
    padding-left: 80px !important;
  }
  .ps-sm-90 {
    padding-left: 90px !important;
  }
  .ps-sm-100 {
    padding-left: 100px !important;
  }
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  .ps-sm-180 {
    padding-left: 180px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .is-sm-14 {
    width: 14px !important;
    height: 14px !important;
  }
  .is-sm-16 {
    width: 16px !important;
    height: 16px !important;
  }
  .is-sm-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .is-sm-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .is-sm-100 {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .overflow-md-auto {
    overflow: auto !important;
  }
  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .overflow-md-visible {
    overflow: visible !important;
  }
  .overflow-md-scroll {
    overflow: scroll !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: -ms-grid !important;
    display: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
  .top-md-0 {
    top: 0 !important;
  }
  .top-md-25 {
    top: 25% !important;
  }
  .top-md-50 {
    top: 50% !important;
  }
  .top-md-85 {
    top: 85% !important;
  }
  .top-md-100 {
    top: 100% !important;
  }
  .bottom-md-0 {
    bottom: 0 !important;
  }
  .bottom-md-25 {
    bottom: 25% !important;
  }
  .bottom-md-50 {
    bottom: 50% !important;
  }
  .bottom-md-85 {
    bottom: 85% !important;
  }
  .bottom-md-100 {
    bottom: 100% !important;
  }
  .start-md-0 {
    left: 0 !important;
  }
  .start-md-25 {
    left: 25% !important;
  }
  .start-md-50 {
    left: 50% !important;
  }
  .start-md-85 {
    left: 85% !important;
  }
  .start-md-100 {
    left: 100% !important;
  }
  .end-md-0 {
    right: 0 !important;
  }
  .end-md-25 {
    right: 25% !important;
  }
  .end-md-50 {
    right: 50% !important;
  }
  .end-md-85 {
    right: 85% !important;
  }
  .end-md-100 {
    right: 100% !important;
  }
  .translate-middle-md {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-md-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-md-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-34 {
    width: 34% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-34 {
    height: 34% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-nofill {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-5 {
    gap: 5px !important;
  }
  .gap-md-10 {
    gap: 10px !important;
  }
  .gap-md-12 {
    gap: 12px !important;
  }
  .gap-md-15 {
    gap: 15px !important;
  }
  .gap-md-17 {
    gap: 17px !important;
  }
  .gap-md-20 {
    gap: 20px !important;
  }
  .gap-md-24 {
    gap: 24px !important;
  }
  .gap-md-25 {
    gap: 25px !important;
  }
  .gap-md-34 {
    gap: 34px !important;
  }
  .gap-md-43 {
    gap: 43px !important;
  }
  .gap-md-60 {
    gap: 60px !important;
  }
  .gap-md-80 {
    gap: 80px !important;
  }
  .gap-md-90 {
    gap: 90px !important;
  }
  .gap-md-100 {
    gap: 100px !important;
  }
  .gap-md-120 {
    gap: 120px !important;
  }
  .gap-md-180 {
    gap: 180px !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-12 {
    margin: 12px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .m-md-17 {
    margin: 17px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .m-md-34 {
    margin: 34px !important;
  }
  .m-md-43 {
    margin: 43px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .m-md-180 {
    margin: 180px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-md-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  .mx-md-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-md-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .my-md-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-12 {
    margin-top: 12px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-17 {
    margin-top: 17px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-24 {
    margin-top: 24px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-34 {
    margin-top: 34px !important;
  }
  .mt-md-43 {
    margin-top: 43px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-5 {
    margin-right: 5px !important;
  }
  .me-md-10 {
    margin-right: 10px !important;
  }
  .me-md-12 {
    margin-right: 12px !important;
  }
  .me-md-15 {
    margin-right: 15px !important;
  }
  .me-md-17 {
    margin-right: 17px !important;
  }
  .me-md-20 {
    margin-right: 20px !important;
  }
  .me-md-24 {
    margin-right: 24px !important;
  }
  .me-md-25 {
    margin-right: 25px !important;
  }
  .me-md-34 {
    margin-right: 34px !important;
  }
  .me-md-43 {
    margin-right: 43px !important;
  }
  .me-md-60 {
    margin-right: 60px !important;
  }
  .me-md-80 {
    margin-right: 80px !important;
  }
  .me-md-90 {
    margin-right: 90px !important;
  }
  .me-md-100 {
    margin-right: 100px !important;
  }
  .me-md-120 {
    margin-right: 120px !important;
  }
  .me-md-180 {
    margin-right: 180px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-12 {
    margin-bottom: 12px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-17 {
    margin-bottom: 17px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-24 {
    margin-bottom: 24px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-34 {
    margin-bottom: 34px !important;
  }
  .mb-md-43 {
    margin-bottom: 43px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-5 {
    margin-left: 5px !important;
  }
  .ms-md-10 {
    margin-left: 10px !important;
  }
  .ms-md-12 {
    margin-left: 12px !important;
  }
  .ms-md-15 {
    margin-left: 15px !important;
  }
  .ms-md-17 {
    margin-left: 17px !important;
  }
  .ms-md-20 {
    margin-left: 20px !important;
  }
  .ms-md-24 {
    margin-left: 24px !important;
  }
  .ms-md-25 {
    margin-left: 25px !important;
  }
  .ms-md-34 {
    margin-left: 34px !important;
  }
  .ms-md-43 {
    margin-left: 43px !important;
  }
  .ms-md-60 {
    margin-left: 60px !important;
  }
  .ms-md-80 {
    margin-left: 80px !important;
  }
  .ms-md-90 {
    margin-left: 90px !important;
  }
  .ms-md-100 {
    margin-left: 100px !important;
  }
  .ms-md-120 {
    margin-left: 120px !important;
  }
  .ms-md-180 {
    margin-left: 180px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n5 {
    margin: -5px !important;
  }
  .m-md-n10 {
    margin: -10px !important;
  }
  .m-md-n12 {
    margin: -12px !important;
  }
  .m-md-n15 {
    margin: -15px !important;
  }
  .m-md-n17 {
    margin: -17px !important;
  }
  .m-md-n20 {
    margin: -20px !important;
  }
  .m-md-n24 {
    margin: -24px !important;
  }
  .m-md-n25 {
    margin: -25px !important;
  }
  .m-md-n34 {
    margin: -34px !important;
  }
  .m-md-n43 {
    margin: -43px !important;
  }
  .m-md-n60 {
    margin: -60px !important;
  }
  .m-md-n80 {
    margin: -80px !important;
  }
  .m-md-n90 {
    margin: -90px !important;
  }
  .m-md-n100 {
    margin: -100px !important;
  }
  .m-md-n120 {
    margin: -120px !important;
  }
  .m-md-n180 {
    margin: -180px !important;
  }
  .mx-md-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-md-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-md-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-md-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-md-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-md-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-md-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  .mx-md-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-md-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  .my-md-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-md-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-md-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-md-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-md-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-md-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-md-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .my-md-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-md-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  .mt-md-n5 {
    margin-top: -5px !important;
  }
  .mt-md-n10 {
    margin-top: -10px !important;
  }
  .mt-md-n12 {
    margin-top: -12px !important;
  }
  .mt-md-n15 {
    margin-top: -15px !important;
  }
  .mt-md-n17 {
    margin-top: -17px !important;
  }
  .mt-md-n20 {
    margin-top: -20px !important;
  }
  .mt-md-n24 {
    margin-top: -24px !important;
  }
  .mt-md-n25 {
    margin-top: -25px !important;
  }
  .mt-md-n34 {
    margin-top: -34px !important;
  }
  .mt-md-n43 {
    margin-top: -43px !important;
  }
  .mt-md-n60 {
    margin-top: -60px !important;
  }
  .mt-md-n80 {
    margin-top: -80px !important;
  }
  .mt-md-n90 {
    margin-top: -90px !important;
  }
  .mt-md-n100 {
    margin-top: -100px !important;
  }
  .mt-md-n120 {
    margin-top: -120px !important;
  }
  .mt-md-n180 {
    margin-top: -180px !important;
  }
  .me-md-n5 {
    margin-right: -5px !important;
  }
  .me-md-n10 {
    margin-right: -10px !important;
  }
  .me-md-n12 {
    margin-right: -12px !important;
  }
  .me-md-n15 {
    margin-right: -15px !important;
  }
  .me-md-n17 {
    margin-right: -17px !important;
  }
  .me-md-n20 {
    margin-right: -20px !important;
  }
  .me-md-n24 {
    margin-right: -24px !important;
  }
  .me-md-n25 {
    margin-right: -25px !important;
  }
  .me-md-n34 {
    margin-right: -34px !important;
  }
  .me-md-n43 {
    margin-right: -43px !important;
  }
  .me-md-n60 {
    margin-right: -60px !important;
  }
  .me-md-n80 {
    margin-right: -80px !important;
  }
  .me-md-n90 {
    margin-right: -90px !important;
  }
  .me-md-n100 {
    margin-right: -100px !important;
  }
  .me-md-n120 {
    margin-right: -120px !important;
  }
  .me-md-n180 {
    margin-right: -180px !important;
  }
  .mb-md-n5 {
    margin-bottom: -5px !important;
  }
  .mb-md-n10 {
    margin-bottom: -10px !important;
  }
  .mb-md-n12 {
    margin-bottom: -12px !important;
  }
  .mb-md-n15 {
    margin-bottom: -15px !important;
  }
  .mb-md-n17 {
    margin-bottom: -17px !important;
  }
  .mb-md-n20 {
    margin-bottom: -20px !important;
  }
  .mb-md-n24 {
    margin-bottom: -24px !important;
  }
  .mb-md-n25 {
    margin-bottom: -25px !important;
  }
  .mb-md-n34 {
    margin-bottom: -34px !important;
  }
  .mb-md-n43 {
    margin-bottom: -43px !important;
  }
  .mb-md-n60 {
    margin-bottom: -60px !important;
  }
  .mb-md-n80 {
    margin-bottom: -80px !important;
  }
  .mb-md-n90 {
    margin-bottom: -90px !important;
  }
  .mb-md-n100 {
    margin-bottom: -100px !important;
  }
  .mb-md-n120 {
    margin-bottom: -120px !important;
  }
  .mb-md-n180 {
    margin-bottom: -180px !important;
  }
  .ms-md-n5 {
    margin-left: -5px !important;
  }
  .ms-md-n10 {
    margin-left: -10px !important;
  }
  .ms-md-n12 {
    margin-left: -12px !important;
  }
  .ms-md-n15 {
    margin-left: -15px !important;
  }
  .ms-md-n17 {
    margin-left: -17px !important;
  }
  .ms-md-n20 {
    margin-left: -20px !important;
  }
  .ms-md-n24 {
    margin-left: -24px !important;
  }
  .ms-md-n25 {
    margin-left: -25px !important;
  }
  .ms-md-n34 {
    margin-left: -34px !important;
  }
  .ms-md-n43 {
    margin-left: -43px !important;
  }
  .ms-md-n60 {
    margin-left: -60px !important;
  }
  .ms-md-n80 {
    margin-left: -80px !important;
  }
  .ms-md-n90 {
    margin-left: -90px !important;
  }
  .ms-md-n100 {
    margin-left: -100px !important;
  }
  .ms-md-n120 {
    margin-left: -120px !important;
  }
  .ms-md-n180 {
    margin-left: -180px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-12 {
    padding: 12px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .p-md-17 {
    padding: 17px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .p-md-34 {
    padding: 34px !important;
  }
  .p-md-43 {
    padding: 43px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .p-md-180 {
    padding: 180px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-md-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  .px-md-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-md-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .py-md-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-12 {
    padding-top: 12px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-17 {
    padding-top: 17px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-24 {
    padding-top: 24px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-34 {
    padding-top: 34px !important;
  }
  .pt-md-43 {
    padding-top: 43px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-5 {
    padding-right: 5px !important;
  }
  .pe-md-10 {
    padding-right: 10px !important;
  }
  .pe-md-12 {
    padding-right: 12px !important;
  }
  .pe-md-15 {
    padding-right: 15px !important;
  }
  .pe-md-17 {
    padding-right: 17px !important;
  }
  .pe-md-20 {
    padding-right: 20px !important;
  }
  .pe-md-24 {
    padding-right: 24px !important;
  }
  .pe-md-25 {
    padding-right: 25px !important;
  }
  .pe-md-34 {
    padding-right: 34px !important;
  }
  .pe-md-43 {
    padding-right: 43px !important;
  }
  .pe-md-60 {
    padding-right: 60px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .pe-md-90 {
    padding-right: 90px !important;
  }
  .pe-md-100 {
    padding-right: 100px !important;
  }
  .pe-md-120 {
    padding-right: 120px !important;
  }
  .pe-md-180 {
    padding-right: 180px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-12 {
    padding-bottom: 12px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-17 {
    padding-bottom: 17px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-24 {
    padding-bottom: 24px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pb-md-34 {
    padding-bottom: 34px !important;
  }
  .pb-md-43 {
    padding-bottom: 43px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-5 {
    padding-left: 5px !important;
  }
  .ps-md-10 {
    padding-left: 10px !important;
  }
  .ps-md-12 {
    padding-left: 12px !important;
  }
  .ps-md-15 {
    padding-left: 15px !important;
  }
  .ps-md-17 {
    padding-left: 17px !important;
  }
  .ps-md-20 {
    padding-left: 20px !important;
  }
  .ps-md-24 {
    padding-left: 24px !important;
  }
  .ps-md-25 {
    padding-left: 25px !important;
  }
  .ps-md-34 {
    padding-left: 34px !important;
  }
  .ps-md-43 {
    padding-left: 43px !important;
  }
  .ps-md-60 {
    padding-left: 60px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .ps-md-90 {
    padding-left: 90px !important;
  }
  .ps-md-100 {
    padding-left: 100px !important;
  }
  .ps-md-120 {
    padding-left: 120px !important;
  }
  .ps-md-180 {
    padding-left: 180px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .is-md-14 {
    width: 14px !important;
    height: 14px !important;
  }
  .is-md-16 {
    width: 16px !important;
    height: 16px !important;
  }
  .is-md-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .is-md-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .is-md-100 {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .overflow-lg-auto {
    overflow: auto !important;
  }
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  .overflow-lg-visible {
    overflow: visible !important;
  }
  .overflow-lg-scroll {
    overflow: scroll !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: -ms-grid !important;
    display: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
  .top-lg-0 {
    top: 0 !important;
  }
  .top-lg-25 {
    top: 25% !important;
  }
  .top-lg-50 {
    top: 50% !important;
  }
  .top-lg-85 {
    top: 85% !important;
  }
  .top-lg-100 {
    top: 100% !important;
  }
  .bottom-lg-0 {
    bottom: 0 !important;
  }
  .bottom-lg-25 {
    bottom: 25% !important;
  }
  .bottom-lg-50 {
    bottom: 50% !important;
  }
  .bottom-lg-85 {
    bottom: 85% !important;
  }
  .bottom-lg-100 {
    bottom: 100% !important;
  }
  .start-lg-0 {
    left: 0 !important;
  }
  .start-lg-25 {
    left: 25% !important;
  }
  .start-lg-50 {
    left: 50% !important;
  }
  .start-lg-85 {
    left: 85% !important;
  }
  .start-lg-100 {
    left: 100% !important;
  }
  .end-lg-0 {
    right: 0 !important;
  }
  .end-lg-25 {
    right: 25% !important;
  }
  .end-lg-50 {
    right: 50% !important;
  }
  .end-lg-85 {
    right: 85% !important;
  }
  .end-lg-100 {
    right: 100% !important;
  }
  .translate-middle-lg {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-lg-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-lg-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-34 {
    width: 34% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-34 {
    height: 34% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-nofill {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-5 {
    gap: 5px !important;
  }
  .gap-lg-10 {
    gap: 10px !important;
  }
  .gap-lg-12 {
    gap: 12px !important;
  }
  .gap-lg-15 {
    gap: 15px !important;
  }
  .gap-lg-17 {
    gap: 17px !important;
  }
  .gap-lg-20 {
    gap: 20px !important;
  }
  .gap-lg-24 {
    gap: 24px !important;
  }
  .gap-lg-25 {
    gap: 25px !important;
  }
  .gap-lg-34 {
    gap: 34px !important;
  }
  .gap-lg-43 {
    gap: 43px !important;
  }
  .gap-lg-60 {
    gap: 60px !important;
  }
  .gap-lg-80 {
    gap: 80px !important;
  }
  .gap-lg-90 {
    gap: 90px !important;
  }
  .gap-lg-100 {
    gap: 100px !important;
  }
  .gap-lg-120 {
    gap: 120px !important;
  }
  .gap-lg-180 {
    gap: 180px !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .m-lg-12 {
    margin: 12px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .m-lg-17 {
    margin: 17px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .m-lg-34 {
    margin: 34px !important;
  }
  .m-lg-43 {
    margin: 43px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .m-lg-180 {
    margin: 180px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-lg-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  .mx-lg-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-lg-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .my-lg-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-12 {
    margin-top: 12px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mt-lg-17 {
    margin-top: 17px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-24 {
    margin-top: 24px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mt-lg-34 {
    margin-top: 34px !important;
  }
  .mt-lg-43 {
    margin-top: 43px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-5 {
    margin-right: 5px !important;
  }
  .me-lg-10 {
    margin-right: 10px !important;
  }
  .me-lg-12 {
    margin-right: 12px !important;
  }
  .me-lg-15 {
    margin-right: 15px !important;
  }
  .me-lg-17 {
    margin-right: 17px !important;
  }
  .me-lg-20 {
    margin-right: 20px !important;
  }
  .me-lg-24 {
    margin-right: 24px !important;
  }
  .me-lg-25 {
    margin-right: 25px !important;
  }
  .me-lg-34 {
    margin-right: 34px !important;
  }
  .me-lg-43 {
    margin-right: 43px !important;
  }
  .me-lg-60 {
    margin-right: 60px !important;
  }
  .me-lg-80 {
    margin-right: 80px !important;
  }
  .me-lg-90 {
    margin-right: 90px !important;
  }
  .me-lg-100 {
    margin-right: 100px !important;
  }
  .me-lg-120 {
    margin-right: 120px !important;
  }
  .me-lg-180 {
    margin-right: 180px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-12 {
    margin-bottom: 12px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-17 {
    margin-bottom: 17px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-24 {
    margin-bottom: 24px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mb-lg-34 {
    margin-bottom: 34px !important;
  }
  .mb-lg-43 {
    margin-bottom: 43px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 5px !important;
  }
  .ms-lg-10 {
    margin-left: 10px !important;
  }
  .ms-lg-12 {
    margin-left: 12px !important;
  }
  .ms-lg-15 {
    margin-left: 15px !important;
  }
  .ms-lg-17 {
    margin-left: 17px !important;
  }
  .ms-lg-20 {
    margin-left: 20px !important;
  }
  .ms-lg-24 {
    margin-left: 24px !important;
  }
  .ms-lg-25 {
    margin-left: 25px !important;
  }
  .ms-lg-34 {
    margin-left: 34px !important;
  }
  .ms-lg-43 {
    margin-left: 43px !important;
  }
  .ms-lg-60 {
    margin-left: 60px !important;
  }
  .ms-lg-80 {
    margin-left: 80px !important;
  }
  .ms-lg-90 {
    margin-left: 90px !important;
  }
  .ms-lg-100 {
    margin-left: 100px !important;
  }
  .ms-lg-120 {
    margin-left: 120px !important;
  }
  .ms-lg-180 {
    margin-left: 180px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n5 {
    margin: -5px !important;
  }
  .m-lg-n10 {
    margin: -10px !important;
  }
  .m-lg-n12 {
    margin: -12px !important;
  }
  .m-lg-n15 {
    margin: -15px !important;
  }
  .m-lg-n17 {
    margin: -17px !important;
  }
  .m-lg-n20 {
    margin: -20px !important;
  }
  .m-lg-n24 {
    margin: -24px !important;
  }
  .m-lg-n25 {
    margin: -25px !important;
  }
  .m-lg-n34 {
    margin: -34px !important;
  }
  .m-lg-n43 {
    margin: -43px !important;
  }
  .m-lg-n60 {
    margin: -60px !important;
  }
  .m-lg-n80 {
    margin: -80px !important;
  }
  .m-lg-n90 {
    margin: -90px !important;
  }
  .m-lg-n100 {
    margin: -100px !important;
  }
  .m-lg-n120 {
    margin: -120px !important;
  }
  .m-lg-n180 {
    margin: -180px !important;
  }
  .mx-lg-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-lg-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-lg-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-lg-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-lg-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-lg-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-lg-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  .mx-lg-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-lg-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  .my-lg-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-lg-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-lg-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-lg-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-lg-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-lg-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-lg-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .my-lg-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-lg-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  .mt-lg-n5 {
    margin-top: -5px !important;
  }
  .mt-lg-n10 {
    margin-top: -10px !important;
  }
  .mt-lg-n12 {
    margin-top: -12px !important;
  }
  .mt-lg-n15 {
    margin-top: -15px !important;
  }
  .mt-lg-n17 {
    margin-top: -17px !important;
  }
  .mt-lg-n20 {
    margin-top: -20px !important;
  }
  .mt-lg-n24 {
    margin-top: -24px !important;
  }
  .mt-lg-n25 {
    margin-top: -25px !important;
  }
  .mt-lg-n34 {
    margin-top: -34px !important;
  }
  .mt-lg-n43 {
    margin-top: -43px !important;
  }
  .mt-lg-n60 {
    margin-top: -60px !important;
  }
  .mt-lg-n80 {
    margin-top: -80px !important;
  }
  .mt-lg-n90 {
    margin-top: -90px !important;
  }
  .mt-lg-n100 {
    margin-top: -100px !important;
  }
  .mt-lg-n120 {
    margin-top: -120px !important;
  }
  .mt-lg-n180 {
    margin-top: -180px !important;
  }
  .me-lg-n5 {
    margin-right: -5px !important;
  }
  .me-lg-n10 {
    margin-right: -10px !important;
  }
  .me-lg-n12 {
    margin-right: -12px !important;
  }
  .me-lg-n15 {
    margin-right: -15px !important;
  }
  .me-lg-n17 {
    margin-right: -17px !important;
  }
  .me-lg-n20 {
    margin-right: -20px !important;
  }
  .me-lg-n24 {
    margin-right: -24px !important;
  }
  .me-lg-n25 {
    margin-right: -25px !important;
  }
  .me-lg-n34 {
    margin-right: -34px !important;
  }
  .me-lg-n43 {
    margin-right: -43px !important;
  }
  .me-lg-n60 {
    margin-right: -60px !important;
  }
  .me-lg-n80 {
    margin-right: -80px !important;
  }
  .me-lg-n90 {
    margin-right: -90px !important;
  }
  .me-lg-n100 {
    margin-right: -100px !important;
  }
  .me-lg-n120 {
    margin-right: -120px !important;
  }
  .me-lg-n180 {
    margin-right: -180px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10px !important;
  }
  .mb-lg-n12 {
    margin-bottom: -12px !important;
  }
  .mb-lg-n15 {
    margin-bottom: -15px !important;
  }
  .mb-lg-n17 {
    margin-bottom: -17px !important;
  }
  .mb-lg-n20 {
    margin-bottom: -20px !important;
  }
  .mb-lg-n24 {
    margin-bottom: -24px !important;
  }
  .mb-lg-n25 {
    margin-bottom: -25px !important;
  }
  .mb-lg-n34 {
    margin-bottom: -34px !important;
  }
  .mb-lg-n43 {
    margin-bottom: -43px !important;
  }
  .mb-lg-n60 {
    margin-bottom: -60px !important;
  }
  .mb-lg-n80 {
    margin-bottom: -80px !important;
  }
  .mb-lg-n90 {
    margin-bottom: -90px !important;
  }
  .mb-lg-n100 {
    margin-bottom: -100px !important;
  }
  .mb-lg-n120 {
    margin-bottom: -120px !important;
  }
  .mb-lg-n180 {
    margin-bottom: -180px !important;
  }
  .ms-lg-n5 {
    margin-left: -5px !important;
  }
  .ms-lg-n10 {
    margin-left: -10px !important;
  }
  .ms-lg-n12 {
    margin-left: -12px !important;
  }
  .ms-lg-n15 {
    margin-left: -15px !important;
  }
  .ms-lg-n17 {
    margin-left: -17px !important;
  }
  .ms-lg-n20 {
    margin-left: -20px !important;
  }
  .ms-lg-n24 {
    margin-left: -24px !important;
  }
  .ms-lg-n25 {
    margin-left: -25px !important;
  }
  .ms-lg-n34 {
    margin-left: -34px !important;
  }
  .ms-lg-n43 {
    margin-left: -43px !important;
  }
  .ms-lg-n60 {
    margin-left: -60px !important;
  }
  .ms-lg-n80 {
    margin-left: -80px !important;
  }
  .ms-lg-n90 {
    margin-left: -90px !important;
  }
  .ms-lg-n100 {
    margin-left: -100px !important;
  }
  .ms-lg-n120 {
    margin-left: -120px !important;
  }
  .ms-lg-n180 {
    margin-left: -180px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .p-lg-12 {
    padding: 12px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .p-lg-17 {
    padding: 17px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .p-lg-34 {
    padding: 34px !important;
  }
  .p-lg-43 {
    padding: 43px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .p-lg-180 {
    padding: 180px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-lg-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  .px-lg-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-lg-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .py-lg-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-12 {
    padding-top: 12px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pt-lg-17 {
    padding-top: 17px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-24 {
    padding-top: 24px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pt-lg-34 {
    padding-top: 34px !important;
  }
  .pt-lg-43 {
    padding-top: 43px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-5 {
    padding-right: 5px !important;
  }
  .pe-lg-10 {
    padding-right: 10px !important;
  }
  .pe-lg-12 {
    padding-right: 12px !important;
  }
  .pe-lg-15 {
    padding-right: 15px !important;
  }
  .pe-lg-17 {
    padding-right: 17px !important;
  }
  .pe-lg-20 {
    padding-right: 20px !important;
  }
  .pe-lg-24 {
    padding-right: 24px !important;
  }
  .pe-lg-25 {
    padding-right: 25px !important;
  }
  .pe-lg-34 {
    padding-right: 34px !important;
  }
  .pe-lg-43 {
    padding-right: 43px !important;
  }
  .pe-lg-60 {
    padding-right: 60px !important;
  }
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  .pe-lg-90 {
    padding-right: 90px !important;
  }
  .pe-lg-100 {
    padding-right: 100px !important;
  }
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  .pe-lg-180 {
    padding-right: 180px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-12 {
    padding-bottom: 12px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pb-lg-17 {
    padding-bottom: 17px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-24 {
    padding-bottom: 24px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pb-lg-34 {
    padding-bottom: 34px !important;
  }
  .pb-lg-43 {
    padding-bottom: 43px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-5 {
    padding-left: 5px !important;
  }
  .ps-lg-10 {
    padding-left: 10px !important;
  }
  .ps-lg-12 {
    padding-left: 12px !important;
  }
  .ps-lg-15 {
    padding-left: 15px !important;
  }
  .ps-lg-17 {
    padding-left: 17px !important;
  }
  .ps-lg-20 {
    padding-left: 20px !important;
  }
  .ps-lg-24 {
    padding-left: 24px !important;
  }
  .ps-lg-25 {
    padding-left: 25px !important;
  }
  .ps-lg-34 {
    padding-left: 34px !important;
  }
  .ps-lg-43 {
    padding-left: 43px !important;
  }
  .ps-lg-60 {
    padding-left: 60px !important;
  }
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  .ps-lg-90 {
    padding-left: 90px !important;
  }
  .ps-lg-100 {
    padding-left: 100px !important;
  }
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  .ps-lg-180 {
    padding-left: 180px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .is-lg-14 {
    width: 14px !important;
    height: 14px !important;
  }
  .is-lg-16 {
    width: 16px !important;
    height: 16px !important;
  }
  .is-lg-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .is-lg-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .is-lg-100 {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .overflow-xl-auto {
    overflow: auto !important;
  }
  .overflow-xl-hidden {
    overflow: hidden !important;
  }
  .overflow-xl-visible {
    overflow: visible !important;
  }
  .overflow-xl-scroll {
    overflow: scroll !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: -ms-grid !important;
    display: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
  .top-xl-0 {
    top: 0 !important;
  }
  .top-xl-25 {
    top: 25% !important;
  }
  .top-xl-50 {
    top: 50% !important;
  }
  .top-xl-85 {
    top: 85% !important;
  }
  .top-xl-100 {
    top: 100% !important;
  }
  .bottom-xl-0 {
    bottom: 0 !important;
  }
  .bottom-xl-25 {
    bottom: 25% !important;
  }
  .bottom-xl-50 {
    bottom: 50% !important;
  }
  .bottom-xl-85 {
    bottom: 85% !important;
  }
  .bottom-xl-100 {
    bottom: 100% !important;
  }
  .start-xl-0 {
    left: 0 !important;
  }
  .start-xl-25 {
    left: 25% !important;
  }
  .start-xl-50 {
    left: 50% !important;
  }
  .start-xl-85 {
    left: 85% !important;
  }
  .start-xl-100 {
    left: 100% !important;
  }
  .end-xl-0 {
    right: 0 !important;
  }
  .end-xl-25 {
    right: 25% !important;
  }
  .end-xl-50 {
    right: 50% !important;
  }
  .end-xl-85 {
    right: 85% !important;
  }
  .end-xl-100 {
    right: 100% !important;
  }
  .translate-middle-xl {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xl-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-xl-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-34 {
    width: 34% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-34 {
    height: 34% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-nofill {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-5 {
    gap: 5px !important;
  }
  .gap-xl-10 {
    gap: 10px !important;
  }
  .gap-xl-12 {
    gap: 12px !important;
  }
  .gap-xl-15 {
    gap: 15px !important;
  }
  .gap-xl-17 {
    gap: 17px !important;
  }
  .gap-xl-20 {
    gap: 20px !important;
  }
  .gap-xl-24 {
    gap: 24px !important;
  }
  .gap-xl-25 {
    gap: 25px !important;
  }
  .gap-xl-34 {
    gap: 34px !important;
  }
  .gap-xl-43 {
    gap: 43px !important;
  }
  .gap-xl-60 {
    gap: 60px !important;
  }
  .gap-xl-80 {
    gap: 80px !important;
  }
  .gap-xl-90 {
    gap: 90px !important;
  }
  .gap-xl-100 {
    gap: 100px !important;
  }
  .gap-xl-120 {
    gap: 120px !important;
  }
  .gap-xl-180 {
    gap: 180px !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .m-xl-12 {
    margin: 12px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .m-xl-17 {
    margin: 17px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .m-xl-24 {
    margin: 24px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .m-xl-34 {
    margin: 34px !important;
  }
  .m-xl-43 {
    margin: 43px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .m-xl-180 {
    margin: 180px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xl-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  .mx-xl-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xl-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .my-xl-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-12 {
    margin-top: 12px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mt-xl-17 {
    margin-top: 17px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-24 {
    margin-top: 24px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mt-xl-34 {
    margin-top: 34px !important;
  }
  .mt-xl-43 {
    margin-top: 43px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-5 {
    margin-right: 5px !important;
  }
  .me-xl-10 {
    margin-right: 10px !important;
  }
  .me-xl-12 {
    margin-right: 12px !important;
  }
  .me-xl-15 {
    margin-right: 15px !important;
  }
  .me-xl-17 {
    margin-right: 17px !important;
  }
  .me-xl-20 {
    margin-right: 20px !important;
  }
  .me-xl-24 {
    margin-right: 24px !important;
  }
  .me-xl-25 {
    margin-right: 25px !important;
  }
  .me-xl-34 {
    margin-right: 34px !important;
  }
  .me-xl-43 {
    margin-right: 43px !important;
  }
  .me-xl-60 {
    margin-right: 60px !important;
  }
  .me-xl-80 {
    margin-right: 80px !important;
  }
  .me-xl-90 {
    margin-right: 90px !important;
  }
  .me-xl-100 {
    margin-right: 100px !important;
  }
  .me-xl-120 {
    margin-right: 120px !important;
  }
  .me-xl-180 {
    margin-right: 180px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-12 {
    margin-bottom: 12px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-17 {
    margin-bottom: 17px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-24 {
    margin-bottom: 24px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xl-34 {
    margin-bottom: 34px !important;
  }
  .mb-xl-43 {
    margin-bottom: 43px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-5 {
    margin-left: 5px !important;
  }
  .ms-xl-10 {
    margin-left: 10px !important;
  }
  .ms-xl-12 {
    margin-left: 12px !important;
  }
  .ms-xl-15 {
    margin-left: 15px !important;
  }
  .ms-xl-17 {
    margin-left: 17px !important;
  }
  .ms-xl-20 {
    margin-left: 20px !important;
  }
  .ms-xl-24 {
    margin-left: 24px !important;
  }
  .ms-xl-25 {
    margin-left: 25px !important;
  }
  .ms-xl-34 {
    margin-left: 34px !important;
  }
  .ms-xl-43 {
    margin-left: 43px !important;
  }
  .ms-xl-60 {
    margin-left: 60px !important;
  }
  .ms-xl-80 {
    margin-left: 80px !important;
  }
  .ms-xl-90 {
    margin-left: 90px !important;
  }
  .ms-xl-100 {
    margin-left: 100px !important;
  }
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  .ms-xl-180 {
    margin-left: 180px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n5 {
    margin: -5px !important;
  }
  .m-xl-n10 {
    margin: -10px !important;
  }
  .m-xl-n12 {
    margin: -12px !important;
  }
  .m-xl-n15 {
    margin: -15px !important;
  }
  .m-xl-n17 {
    margin: -17px !important;
  }
  .m-xl-n20 {
    margin: -20px !important;
  }
  .m-xl-n24 {
    margin: -24px !important;
  }
  .m-xl-n25 {
    margin: -25px !important;
  }
  .m-xl-n34 {
    margin: -34px !important;
  }
  .m-xl-n43 {
    margin: -43px !important;
  }
  .m-xl-n60 {
    margin: -60px !important;
  }
  .m-xl-n80 {
    margin: -80px !important;
  }
  .m-xl-n90 {
    margin: -90px !important;
  }
  .m-xl-n100 {
    margin: -100px !important;
  }
  .m-xl-n120 {
    margin: -120px !important;
  }
  .m-xl-n180 {
    margin: -180px !important;
  }
  .mx-xl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xl-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-xl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xl-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xl-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-xl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-xl-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  .mx-xl-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-xl-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  .my-xl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xl-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-xl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xl-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xl-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-xl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-xl-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .my-xl-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-xl-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  .mt-xl-n5 {
    margin-top: -5px !important;
  }
  .mt-xl-n10 {
    margin-top: -10px !important;
  }
  .mt-xl-n12 {
    margin-top: -12px !important;
  }
  .mt-xl-n15 {
    margin-top: -15px !important;
  }
  .mt-xl-n17 {
    margin-top: -17px !important;
  }
  .mt-xl-n20 {
    margin-top: -20px !important;
  }
  .mt-xl-n24 {
    margin-top: -24px !important;
  }
  .mt-xl-n25 {
    margin-top: -25px !important;
  }
  .mt-xl-n34 {
    margin-top: -34px !important;
  }
  .mt-xl-n43 {
    margin-top: -43px !important;
  }
  .mt-xl-n60 {
    margin-top: -60px !important;
  }
  .mt-xl-n80 {
    margin-top: -80px !important;
  }
  .mt-xl-n90 {
    margin-top: -90px !important;
  }
  .mt-xl-n100 {
    margin-top: -100px !important;
  }
  .mt-xl-n120 {
    margin-top: -120px !important;
  }
  .mt-xl-n180 {
    margin-top: -180px !important;
  }
  .me-xl-n5 {
    margin-right: -5px !important;
  }
  .me-xl-n10 {
    margin-right: -10px !important;
  }
  .me-xl-n12 {
    margin-right: -12px !important;
  }
  .me-xl-n15 {
    margin-right: -15px !important;
  }
  .me-xl-n17 {
    margin-right: -17px !important;
  }
  .me-xl-n20 {
    margin-right: -20px !important;
  }
  .me-xl-n24 {
    margin-right: -24px !important;
  }
  .me-xl-n25 {
    margin-right: -25px !important;
  }
  .me-xl-n34 {
    margin-right: -34px !important;
  }
  .me-xl-n43 {
    margin-right: -43px !important;
  }
  .me-xl-n60 {
    margin-right: -60px !important;
  }
  .me-xl-n80 {
    margin-right: -80px !important;
  }
  .me-xl-n90 {
    margin-right: -90px !important;
  }
  .me-xl-n100 {
    margin-right: -100px !important;
  }
  .me-xl-n120 {
    margin-right: -120px !important;
  }
  .me-xl-n180 {
    margin-right: -180px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10px !important;
  }
  .mb-xl-n12 {
    margin-bottom: -12px !important;
  }
  .mb-xl-n15 {
    margin-bottom: -15px !important;
  }
  .mb-xl-n17 {
    margin-bottom: -17px !important;
  }
  .mb-xl-n20 {
    margin-bottom: -20px !important;
  }
  .mb-xl-n24 {
    margin-bottom: -24px !important;
  }
  .mb-xl-n25 {
    margin-bottom: -25px !important;
  }
  .mb-xl-n34 {
    margin-bottom: -34px !important;
  }
  .mb-xl-n43 {
    margin-bottom: -43px !important;
  }
  .mb-xl-n60 {
    margin-bottom: -60px !important;
  }
  .mb-xl-n80 {
    margin-bottom: -80px !important;
  }
  .mb-xl-n90 {
    margin-bottom: -90px !important;
  }
  .mb-xl-n100 {
    margin-bottom: -100px !important;
  }
  .mb-xl-n120 {
    margin-bottom: -120px !important;
  }
  .mb-xl-n180 {
    margin-bottom: -180px !important;
  }
  .ms-xl-n5 {
    margin-left: -5px !important;
  }
  .ms-xl-n10 {
    margin-left: -10px !important;
  }
  .ms-xl-n12 {
    margin-left: -12px !important;
  }
  .ms-xl-n15 {
    margin-left: -15px !important;
  }
  .ms-xl-n17 {
    margin-left: -17px !important;
  }
  .ms-xl-n20 {
    margin-left: -20px !important;
  }
  .ms-xl-n24 {
    margin-left: -24px !important;
  }
  .ms-xl-n25 {
    margin-left: -25px !important;
  }
  .ms-xl-n34 {
    margin-left: -34px !important;
  }
  .ms-xl-n43 {
    margin-left: -43px !important;
  }
  .ms-xl-n60 {
    margin-left: -60px !important;
  }
  .ms-xl-n80 {
    margin-left: -80px !important;
  }
  .ms-xl-n90 {
    margin-left: -90px !important;
  }
  .ms-xl-n100 {
    margin-left: -100px !important;
  }
  .ms-xl-n120 {
    margin-left: -120px !important;
  }
  .ms-xl-n180 {
    margin-left: -180px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .p-xl-12 {
    padding: 12px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .p-xl-17 {
    padding: 17px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .p-xl-24 {
    padding: 24px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .p-xl-34 {
    padding: 34px !important;
  }
  .p-xl-43 {
    padding: 43px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .p-xl-180 {
    padding: 180px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xl-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  .px-xl-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xl-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .py-xl-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pt-xl-12 {
    padding-top: 12px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pt-xl-17 {
    padding-top: 17px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pt-xl-24 {
    padding-top: 24px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pt-xl-34 {
    padding-top: 34px !important;
  }
  .pt-xl-43 {
    padding-top: 43px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-5 {
    padding-right: 5px !important;
  }
  .pe-xl-10 {
    padding-right: 10px !important;
  }
  .pe-xl-12 {
    padding-right: 12px !important;
  }
  .pe-xl-15 {
    padding-right: 15px !important;
  }
  .pe-xl-17 {
    padding-right: 17px !important;
  }
  .pe-xl-20 {
    padding-right: 20px !important;
  }
  .pe-xl-24 {
    padding-right: 24px !important;
  }
  .pe-xl-25 {
    padding-right: 25px !important;
  }
  .pe-xl-34 {
    padding-right: 34px !important;
  }
  .pe-xl-43 {
    padding-right: 43px !important;
  }
  .pe-xl-60 {
    padding-right: 60px !important;
  }
  .pe-xl-80 {
    padding-right: 80px !important;
  }
  .pe-xl-90 {
    padding-right: 90px !important;
  }
  .pe-xl-100 {
    padding-right: 100px !important;
  }
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  .pe-xl-180 {
    padding-right: 180px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xl-12 {
    padding-bottom: 12px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pb-xl-17 {
    padding-bottom: 17px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xl-24 {
    padding-bottom: 24px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xl-34 {
    padding-bottom: 34px !important;
  }
  .pb-xl-43 {
    padding-bottom: 43px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-5 {
    padding-left: 5px !important;
  }
  .ps-xl-10 {
    padding-left: 10px !important;
  }
  .ps-xl-12 {
    padding-left: 12px !important;
  }
  .ps-xl-15 {
    padding-left: 15px !important;
  }
  .ps-xl-17 {
    padding-left: 17px !important;
  }
  .ps-xl-20 {
    padding-left: 20px !important;
  }
  .ps-xl-24 {
    padding-left: 24px !important;
  }
  .ps-xl-25 {
    padding-left: 25px !important;
  }
  .ps-xl-34 {
    padding-left: 34px !important;
  }
  .ps-xl-43 {
    padding-left: 43px !important;
  }
  .ps-xl-60 {
    padding-left: 60px !important;
  }
  .ps-xl-80 {
    padding-left: 80px !important;
  }
  .ps-xl-90 {
    padding-left: 90px !important;
  }
  .ps-xl-100 {
    padding-left: 100px !important;
  }
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  .ps-xl-180 {
    padding-left: 180px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .is-xl-14 {
    width: 14px !important;
    height: 14px !important;
  }
  .is-xl-16 {
    width: 16px !important;
    height: 16px !important;
  }
  .is-xl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .is-xl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .is-xl-100 {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .overflow-xxl-auto {
    overflow: auto !important;
  }
  .overflow-xxl-hidden {
    overflow: hidden !important;
  }
  .overflow-xxl-visible {
    overflow: visible !important;
  }
  .overflow-xxl-scroll {
    overflow: scroll !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: -ms-grid !important;
    display: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
  .position-xxl-sticky {
    position: sticky !important;
  }
  .top-xxl-0 {
    top: 0 !important;
  }
  .top-xxl-25 {
    top: 25% !important;
  }
  .top-xxl-50 {
    top: 50% !important;
  }
  .top-xxl-85 {
    top: 85% !important;
  }
  .top-xxl-100 {
    top: 100% !important;
  }
  .bottom-xxl-0 {
    bottom: 0 !important;
  }
  .bottom-xxl-25 {
    bottom: 25% !important;
  }
  .bottom-xxl-50 {
    bottom: 50% !important;
  }
  .bottom-xxl-85 {
    bottom: 85% !important;
  }
  .bottom-xxl-100 {
    bottom: 100% !important;
  }
  .start-xxl-0 {
    left: 0 !important;
  }
  .start-xxl-25 {
    left: 25% !important;
  }
  .start-xxl-50 {
    left: 50% !important;
  }
  .start-xxl-85 {
    left: 85% !important;
  }
  .start-xxl-100 {
    left: 100% !important;
  }
  .end-xxl-0 {
    right: 0 !important;
  }
  .end-xxl-25 {
    right: 25% !important;
  }
  .end-xxl-50 {
    right: 50% !important;
  }
  .end-xxl-85 {
    right: 85% !important;
  }
  .end-xxl-100 {
    right: 100% !important;
  }
  .translate-middle-xxl {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .translate-middle-xxl-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
  .translate-middle-xxl-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .w-xxl-34 {
    width: 34% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-30 {
    height: 30% !important;
  }
  .h-xxl-34 {
    height: 34% !important;
  }
  .h-xxl-35 {
    height: 35% !important;
  }
  .h-xxl-40 {
    height: 40% !important;
  }
  .h-xxl-45 {
    height: 45% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-60 {
    height: 60% !important;
  }
  .h-xxl-65 {
    height: 65% !important;
  }
  .h-xxl-70 {
    height: 70% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-85 {
    height: 85% !important;
  }
  .h-xxl-90 {
    height: 90% !important;
  }
  .h-xxl-95 {
    height: 95% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-nofill {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-5 {
    gap: 5px !important;
  }
  .gap-xxl-10 {
    gap: 10px !important;
  }
  .gap-xxl-12 {
    gap: 12px !important;
  }
  .gap-xxl-15 {
    gap: 15px !important;
  }
  .gap-xxl-17 {
    gap: 17px !important;
  }
  .gap-xxl-20 {
    gap: 20px !important;
  }
  .gap-xxl-24 {
    gap: 24px !important;
  }
  .gap-xxl-25 {
    gap: 25px !important;
  }
  .gap-xxl-34 {
    gap: 34px !important;
  }
  .gap-xxl-43 {
    gap: 43px !important;
  }
  .gap-xxl-60 {
    gap: 60px !important;
  }
  .gap-xxl-80 {
    gap: 80px !important;
  }
  .gap-xxl-90 {
    gap: 90px !important;
  }
  .gap-xxl-100 {
    gap: 100px !important;
  }
  .gap-xxl-120 {
    gap: 120px !important;
  }
  .gap-xxl-180 {
    gap: 180px !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-5 {
    margin: 5px !important;
  }
  .m-xxl-10 {
    margin: 10px !important;
  }
  .m-xxl-12 {
    margin: 12px !important;
  }
  .m-xxl-15 {
    margin: 15px !important;
  }
  .m-xxl-17 {
    margin: 17px !important;
  }
  .m-xxl-20 {
    margin: 20px !important;
  }
  .m-xxl-24 {
    margin: 24px !important;
  }
  .m-xxl-25 {
    margin: 25px !important;
  }
  .m-xxl-34 {
    margin: 34px !important;
  }
  .m-xxl-43 {
    margin: 43px !important;
  }
  .m-xxl-60 {
    margin: 60px !important;
  }
  .m-xxl-80 {
    margin: 80px !important;
  }
  .m-xxl-90 {
    margin: 90px !important;
  }
  .m-xxl-100 {
    margin: 100px !important;
  }
  .m-xxl-120 {
    margin: 120px !important;
  }
  .m-xxl-180 {
    margin: 180px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xxl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xxl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }
  .mx-xxl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xxl-17 {
    margin-right: 17px !important;
    margin-left: 17px !important;
  }
  .mx-xxl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
  .mx-xxl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xxl-34 {
    margin-right: 34px !important;
    margin-left: 34px !important;
  }
  .mx-xxl-43 {
    margin-right: 43px !important;
    margin-left: 43px !important;
  }
  .mx-xxl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xxl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xxl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xxl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xxl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xxl-17 {
    margin-top: 17px !important;
    margin-bottom: 17px !important;
  }
  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xxl-34 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
  }
  .my-xxl-43 {
    margin-top: 43px !important;
    margin-bottom: 43px !important;
  }
  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mt-xxl-12 {
    margin-top: 12px !important;
  }
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  .mt-xxl-17 {
    margin-top: 17px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mt-xxl-24 {
    margin-top: 24px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mt-xxl-34 {
    margin-top: 34px !important;
  }
  .mt-xxl-43 {
    margin-top: 43px !important;
  }
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  .mt-xxl-180 {
    margin-top: 180px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-5 {
    margin-right: 5px !important;
  }
  .me-xxl-10 {
    margin-right: 10px !important;
  }
  .me-xxl-12 {
    margin-right: 12px !important;
  }
  .me-xxl-15 {
    margin-right: 15px !important;
  }
  .me-xxl-17 {
    margin-right: 17px !important;
  }
  .me-xxl-20 {
    margin-right: 20px !important;
  }
  .me-xxl-24 {
    margin-right: 24px !important;
  }
  .me-xxl-25 {
    margin-right: 25px !important;
  }
  .me-xxl-34 {
    margin-right: 34px !important;
  }
  .me-xxl-43 {
    margin-right: 43px !important;
  }
  .me-xxl-60 {
    margin-right: 60px !important;
  }
  .me-xxl-80 {
    margin-right: 80px !important;
  }
  .me-xxl-90 {
    margin-right: 90px !important;
  }
  .me-xxl-100 {
    margin-right: 100px !important;
  }
  .me-xxl-120 {
    margin-right: 120px !important;
  }
  .me-xxl-180 {
    margin-right: 180px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-12 {
    margin-bottom: 12px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xxl-17 {
    margin-bottom: 17px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-24 {
    margin-bottom: 24px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xxl-34 {
    margin-bottom: 34px !important;
  }
  .mb-xxl-43 {
    margin-bottom: 43px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-5 {
    margin-left: 5px !important;
  }
  .ms-xxl-10 {
    margin-left: 10px !important;
  }
  .ms-xxl-12 {
    margin-left: 12px !important;
  }
  .ms-xxl-15 {
    margin-left: 15px !important;
  }
  .ms-xxl-17 {
    margin-left: 17px !important;
  }
  .ms-xxl-20 {
    margin-left: 20px !important;
  }
  .ms-xxl-24 {
    margin-left: 24px !important;
  }
  .ms-xxl-25 {
    margin-left: 25px !important;
  }
  .ms-xxl-34 {
    margin-left: 34px !important;
  }
  .ms-xxl-43 {
    margin-left: 43px !important;
  }
  .ms-xxl-60 {
    margin-left: 60px !important;
  }
  .ms-xxl-80 {
    margin-left: 80px !important;
  }
  .ms-xxl-90 {
    margin-left: 90px !important;
  }
  .ms-xxl-100 {
    margin-left: 100px !important;
  }
  .ms-xxl-120 {
    margin-left: 120px !important;
  }
  .ms-xxl-180 {
    margin-left: 180px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n5 {
    margin: -5px !important;
  }
  .m-xxl-n10 {
    margin: -10px !important;
  }
  .m-xxl-n12 {
    margin: -12px !important;
  }
  .m-xxl-n15 {
    margin: -15px !important;
  }
  .m-xxl-n17 {
    margin: -17px !important;
  }
  .m-xxl-n20 {
    margin: -20px !important;
  }
  .m-xxl-n24 {
    margin: -24px !important;
  }
  .m-xxl-n25 {
    margin: -25px !important;
  }
  .m-xxl-n34 {
    margin: -34px !important;
  }
  .m-xxl-n43 {
    margin: -43px !important;
  }
  .m-xxl-n60 {
    margin: -60px !important;
  }
  .m-xxl-n80 {
    margin: -80px !important;
  }
  .m-xxl-n90 {
    margin: -90px !important;
  }
  .m-xxl-n100 {
    margin: -100px !important;
  }
  .m-xxl-n120 {
    margin: -120px !important;
  }
  .m-xxl-n180 {
    margin: -180px !important;
  }
  .mx-xxl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xxl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xxl-n12 {
    margin-right: -12px !important;
    margin-left: -12px !important;
  }
  .mx-xxl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xxl-n17 {
    margin-right: -17px !important;
    margin-left: -17px !important;
  }
  .mx-xxl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xxl-n24 {
    margin-right: -24px !important;
    margin-left: -24px !important;
  }
  .mx-xxl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-xxl-n34 {
    margin-right: -34px !important;
    margin-left: -34px !important;
  }
  .mx-xxl-n43 {
    margin-right: -43px !important;
    margin-left: -43px !important;
  }
  .mx-xxl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-xxl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-xxl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xxl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-xxl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .mx-xxl-n180 {
    margin-right: -180px !important;
    margin-left: -180px !important;
  }
  .my-xxl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xxl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xxl-n12 {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-xxl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xxl-n17 {
    margin-top: -17px !important;
    margin-bottom: -17px !important;
  }
  .my-xxl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xxl-n24 {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-xxl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-xxl-n34 {
    margin-top: -34px !important;
    margin-bottom: -34px !important;
  }
  .my-xxl-n43 {
    margin-top: -43px !important;
    margin-bottom: -43px !important;
  }
  .my-xxl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-xxl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-xxl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xxl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-xxl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-xxl-n180 {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  .mt-xxl-n5 {
    margin-top: -5px !important;
  }
  .mt-xxl-n10 {
    margin-top: -10px !important;
  }
  .mt-xxl-n12 {
    margin-top: -12px !important;
  }
  .mt-xxl-n15 {
    margin-top: -15px !important;
  }
  .mt-xxl-n17 {
    margin-top: -17px !important;
  }
  .mt-xxl-n20 {
    margin-top: -20px !important;
  }
  .mt-xxl-n24 {
    margin-top: -24px !important;
  }
  .mt-xxl-n25 {
    margin-top: -25px !important;
  }
  .mt-xxl-n34 {
    margin-top: -34px !important;
  }
  .mt-xxl-n43 {
    margin-top: -43px !important;
  }
  .mt-xxl-n60 {
    margin-top: -60px !important;
  }
  .mt-xxl-n80 {
    margin-top: -80px !important;
  }
  .mt-xxl-n90 {
    margin-top: -90px !important;
  }
  .mt-xxl-n100 {
    margin-top: -100px !important;
  }
  .mt-xxl-n120 {
    margin-top: -120px !important;
  }
  .mt-xxl-n180 {
    margin-top: -180px !important;
  }
  .me-xxl-n5 {
    margin-right: -5px !important;
  }
  .me-xxl-n10 {
    margin-right: -10px !important;
  }
  .me-xxl-n12 {
    margin-right: -12px !important;
  }
  .me-xxl-n15 {
    margin-right: -15px !important;
  }
  .me-xxl-n17 {
    margin-right: -17px !important;
  }
  .me-xxl-n20 {
    margin-right: -20px !important;
  }
  .me-xxl-n24 {
    margin-right: -24px !important;
  }
  .me-xxl-n25 {
    margin-right: -25px !important;
  }
  .me-xxl-n34 {
    margin-right: -34px !important;
  }
  .me-xxl-n43 {
    margin-right: -43px !important;
  }
  .me-xxl-n60 {
    margin-right: -60px !important;
  }
  .me-xxl-n80 {
    margin-right: -80px !important;
  }
  .me-xxl-n90 {
    margin-right: -90px !important;
  }
  .me-xxl-n100 {
    margin-right: -100px !important;
  }
  .me-xxl-n120 {
    margin-right: -120px !important;
  }
  .me-xxl-n180 {
    margin-right: -180px !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -5px !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -10px !important;
  }
  .mb-xxl-n12 {
    margin-bottom: -12px !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -15px !important;
  }
  .mb-xxl-n17 {
    margin-bottom: -17px !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -20px !important;
  }
  .mb-xxl-n24 {
    margin-bottom: -24px !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -25px !important;
  }
  .mb-xxl-n34 {
    margin-bottom: -34px !important;
  }
  .mb-xxl-n43 {
    margin-bottom: -43px !important;
  }
  .mb-xxl-n60 {
    margin-bottom: -60px !important;
  }
  .mb-xxl-n80 {
    margin-bottom: -80px !important;
  }
  .mb-xxl-n90 {
    margin-bottom: -90px !important;
  }
  .mb-xxl-n100 {
    margin-bottom: -100px !important;
  }
  .mb-xxl-n120 {
    margin-bottom: -120px !important;
  }
  .mb-xxl-n180 {
    margin-bottom: -180px !important;
  }
  .ms-xxl-n5 {
    margin-left: -5px !important;
  }
  .ms-xxl-n10 {
    margin-left: -10px !important;
  }
  .ms-xxl-n12 {
    margin-left: -12px !important;
  }
  .ms-xxl-n15 {
    margin-left: -15px !important;
  }
  .ms-xxl-n17 {
    margin-left: -17px !important;
  }
  .ms-xxl-n20 {
    margin-left: -20px !important;
  }
  .ms-xxl-n24 {
    margin-left: -24px !important;
  }
  .ms-xxl-n25 {
    margin-left: -25px !important;
  }
  .ms-xxl-n34 {
    margin-left: -34px !important;
  }
  .ms-xxl-n43 {
    margin-left: -43px !important;
  }
  .ms-xxl-n60 {
    margin-left: -60px !important;
  }
  .ms-xxl-n80 {
    margin-left: -80px !important;
  }
  .ms-xxl-n90 {
    margin-left: -90px !important;
  }
  .ms-xxl-n100 {
    margin-left: -100px !important;
  }
  .ms-xxl-n120 {
    margin-left: -120px !important;
  }
  .ms-xxl-n180 {
    margin-left: -180px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-5 {
    padding: 5px !important;
  }
  .p-xxl-10 {
    padding: 10px !important;
  }
  .p-xxl-12 {
    padding: 12px !important;
  }
  .p-xxl-15 {
    padding: 15px !important;
  }
  .p-xxl-17 {
    padding: 17px !important;
  }
  .p-xxl-20 {
    padding: 20px !important;
  }
  .p-xxl-24 {
    padding: 24px !important;
  }
  .p-xxl-25 {
    padding: 25px !important;
  }
  .p-xxl-34 {
    padding: 34px !important;
  }
  .p-xxl-43 {
    padding: 43px !important;
  }
  .p-xxl-60 {
    padding: 60px !important;
  }
  .p-xxl-80 {
    padding: 80px !important;
  }
  .p-xxl-90 {
    padding: 90px !important;
  }
  .p-xxl-100 {
    padding: 100px !important;
  }
  .p-xxl-120 {
    padding: 120px !important;
  }
  .p-xxl-180 {
    padding: 180px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xxl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xxl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }
  .px-xxl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xxl-17 {
    padding-right: 17px !important;
    padding-left: 17px !important;
  }
  .px-xxl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .px-xxl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xxl-34 {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  .px-xxl-43 {
    padding-right: 43px !important;
    padding-left: 43px !important;
  }
  .px-xxl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xxl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xxl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-xxl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .px-xxl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xxl-17 {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xxl-34 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }
  .py-xxl-43 {
    padding-top: 43px !important;
    padding-bottom: 43px !important;
  }
  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-xxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  .pt-xxl-12 {
    padding-top: 12px !important;
  }
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  .pt-xxl-17 {
    padding-top: 17px !important;
  }
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  .pt-xxl-24 {
    padding-top: 24px !important;
  }
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  .pt-xxl-34 {
    padding-top: 34px !important;
  }
  .pt-xxl-43 {
    padding-top: 43px !important;
  }
  .pt-xxl-60 {
    padding-top: 60px !important;
  }
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  .pt-xxl-90 {
    padding-top: 90px !important;
  }
  .pt-xxl-100 {
    padding-top: 100px !important;
  }
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  .pt-xxl-180 {
    padding-top: 180px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-5 {
    padding-right: 5px !important;
  }
  .pe-xxl-10 {
    padding-right: 10px !important;
  }
  .pe-xxl-12 {
    padding-right: 12px !important;
  }
  .pe-xxl-15 {
    padding-right: 15px !important;
  }
  .pe-xxl-17 {
    padding-right: 17px !important;
  }
  .pe-xxl-20 {
    padding-right: 20px !important;
  }
  .pe-xxl-24 {
    padding-right: 24px !important;
  }
  .pe-xxl-25 {
    padding-right: 25px !important;
  }
  .pe-xxl-34 {
    padding-right: 34px !important;
  }
  .pe-xxl-43 {
    padding-right: 43px !important;
  }
  .pe-xxl-60 {
    padding-right: 60px !important;
  }
  .pe-xxl-80 {
    padding-right: 80px !important;
  }
  .pe-xxl-90 {
    padding-right: 90px !important;
  }
  .pe-xxl-100 {
    padding-right: 100px !important;
  }
  .pe-xxl-120 {
    padding-right: 120px !important;
  }
  .pe-xxl-180 {
    padding-right: 180px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-12 {
    padding-bottom: 12px !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  .pb-xxl-17 {
    padding-bottom: 17px !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-24 {
    padding-bottom: 24px !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xxl-34 {
    padding-bottom: 34px !important;
  }
  .pb-xxl-43 {
    padding-bottom: 43px !important;
  }
  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xxl-180 {
    padding-bottom: 180px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-5 {
    padding-left: 5px !important;
  }
  .ps-xxl-10 {
    padding-left: 10px !important;
  }
  .ps-xxl-12 {
    padding-left: 12px !important;
  }
  .ps-xxl-15 {
    padding-left: 15px !important;
  }
  .ps-xxl-17 {
    padding-left: 17px !important;
  }
  .ps-xxl-20 {
    padding-left: 20px !important;
  }
  .ps-xxl-24 {
    padding-left: 24px !important;
  }
  .ps-xxl-25 {
    padding-left: 25px !important;
  }
  .ps-xxl-34 {
    padding-left: 34px !important;
  }
  .ps-xxl-43 {
    padding-left: 43px !important;
  }
  .ps-xxl-60 {
    padding-left: 60px !important;
  }
  .ps-xxl-80 {
    padding-left: 80px !important;
  }
  .ps-xxl-90 {
    padding-left: 90px !important;
  }
  .ps-xxl-100 {
    padding-left: 100px !important;
  }
  .ps-xxl-120 {
    padding-left: 120px !important;
  }
  .ps-xxl-180 {
    padding-left: 180px !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .is-xxl-14 {
    width: 14px !important;
    height: 14px !important;
  }
  .is-xxl-16 {
    width: 16px !important;
    height: 16px !important;
  }
  .is-xxl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .is-xxl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .is-xxl-100 {
    width: 100px !important;
    height: 100px !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: -ms-grid !important;
    display: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.accordion.accordion-number .accordion-item {
  border: 0;
}
.accordion.accordion-number .accordion-item:not(:first-child) {
  margin-top: 34px;
}
.accordion.accordion-number .accordion-item .accordion-button {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
}
.accordion.accordion-number .accordion-item .accordion-button:after {
  content: none;
}
.accordion.accordion-number .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  -webkit-box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
}
.accordion.accordion-number
  .accordion-item
  .accordion-button:not(.collapsed)
  .accordion-arrow {
  opacity: 0;
}
.accordion.accordion-number
  .accordion-item
  .accordion-button
  .accordion-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 600;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 24px;
  border-radius: 24px;
}
@media (min-width: 1200px) {
  .accordion.accordion-number
    .accordion-item
    .accordion-button
    .accordion-number {
    font-size: 2.1875rem;
  }
}
@media (max-width: 767.98px) {
  .accordion.accordion-number
    .accordion-item
    .accordion-button
    .accordion-number {
    width: 70px;
    min-width: 70px;
    height: 70px;
  }
}
.accordion.accordion-number
  .accordion-item
  .accordion-button
  .accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  width: 100%;
}
.accordion.accordion-number
  .accordion-item
  .accordion-button
  .accordion-content
  .accordion-header {
  font-size: calc(1.29375rem + 0.525vw);
  font-weight: 600;
  color: #363848;
  padding-right: 60px;
  margin-top: auto;
  margin-bottom: auto;
  width: inherit;
}
@media (min-width: 1200px) {
  .accordion.accordion-number
    .accordion-item
    .accordion-button
    .accordion-content
    .accordion-header {
    font-size: 1.6875rem;
  }
}
.accordion.accordion-number
  .accordion-item
  .accordion-button
  .accordion-content
  .accordion-body {
  font-size: 1rem;
  font-weight: 400;
  color: #909090;
  margin-top: 14px;
  padding: 0;
}
.accordion.accordion-number .accordion-item .accordion-button .accordion-arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.accordion.accordion-number
  .accordion-item
  .accordion-button
  .accordion-arrow
  .svg-icon {
  color: #5f4bdb;
  width: 20px;
  height: 20px;
}
.avatar-rounded {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50rem;
}
.avatar-rounded img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: inherit;
  z-index: 5;
}
.avatar-rounded:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  border-radius: inherit;
}
.avatar-rounded:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.7);
  transform: scale(1.7);
  border: 1px solid #8f98bf;
  opacity: 0.28;
  border-radius: inherit;
}
.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.avatar-group .avatar {
  width: 57px;
  height: 57px;
  overflow: hidden;
  border-radius: 50rem;
  border: 3px solid #ffffff;
}
.avatar-group .avatar:not(:first-child) {
  margin-left: -15px;
}
.avatar-group .avatar-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
}
.avatar-group .avatar img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-slider .blog-item {
  width: 100%;
  height: 450px;
  max-height: 450px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .blog-slider .blog-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-slider .blog-item .blog-item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.blog-slider .blog-item .blog-item-inner .blog-btn-categories {
  position: absolute;
  font-size: 0.9375rem;
  font-weight: 700;
  background-color: var(--primary-color);
  color: #ffffff;
  right: 15px;
  top: 15px;
  padding: 12px 25px;
  text-transform: uppercase;
  border-radius: 50rem;
  text-decoration: none;
}
.blog-slider .blog-item .blog-item-inner .blog-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.blog-slider .blog-item .blog-item-inner .blog-thumb .overlay {
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.01)),
    to(rgba(0, 0, 0, 0.51))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.01) 0%,
    rgba(0, 0, 0, 0.51) 100%
  );
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-slider .blog-item .blog-item-inner .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-slider .blog-item .blog-item-inner .blog-content {
  padding: 40px 40px;
}
.blog-slider .blog-item .blog-item-inner .blog-content .blog-meta {
  margin-bottom: 15px;
}
.blog-slider
  .blog-item
  .blog-item-inner
  .blog-content
  .blog-meta
  .blog-meta-link {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
.blog-slider
  .blog-item
  .blog-item-inner
  .blog-content
  .blog-meta
  .blog-meta-link:not(:first-child) {
  margin-left: 18px;
}
.blog-slider .blog-item .blog-item-inner .blog-content .blog-title {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .blog-slider .blog-item .blog-item-inner .blog-content .blog-title {
    font-size: 1.75rem;
  }
}
.blog-slider .blog-item .blog-item-inner .blog-content .blog-title a {
  color: #ffffff;
  text-decoration: none;
}
.blog-slider .blog-item .blog-item-inner .blog-content .blog-title a:hover {
  text-decoration: underline;
}
.blog-slider .blog-item .blog-item-inner .blog-content .blog-summary {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .blog-slider .blog-item .blog-item-inner .blog-content .blog-summary {
    display: none;
  }
}
.blog-slider .blog-item .blog-item-inner .blog-content .blog-summary p {
  line-height: 1.5;
}
.blog-slider
  .blog-item
  .blog-item-inner
  .blog-content
  .blog-summary
  p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-slider .blog-item:nth-child(odd) {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-slider .blog-item:nth-child(odd) {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .blog-slider .blog-item:nth-child(odd) {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .blog-slider
    .blog-item:nth-child(odd)
    .blog-item-inner
    .blog-content
    .blog-summary {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog-slider .blog-item:nth-child(2n) {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-slider .blog-item:nth-child(2n) {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .blog-slider .blog-item:nth-child(2n) {
    width: 65%;
  }
}
.card.card-icon {
  padding: 40px;
  border: 0;
  border-radius: 30px;
  -webkit-box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.card.card-icon:hover {
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.card.card-icon .card-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 81px;
  height: 81px;
  border-radius: 20px;
}
.card.card-icon .card-box-icon .svg-icon {
  width: 41px;
  height: 41px;
}
.card.card-icon .card-title {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: 600;
  color: #363848;
  margin-top: 22px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .card.card-icon .card-title {
    font-size: 1.875rem;
  }
}
.card.card-icon .card-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #363848;
  margin-top: 22px;
}
.event-card {
  background-color: #ffffff;
  height: 100%;
  border-radius: 30px;
  -webkit-box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  overflow: hidden;
}
.event-card .event-thumb {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.event-card .event-thumb img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  top: 0;
  left: 0;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.event-card .event-content {
  padding: 25px 25px;
}
.event-card .event-content .event-content-header {
  position: relative;
}
.event-card .event-content .event-content-header .event-content-date-book {
  position: absolute;
  display: -ms-grid;
  display: grid;
  background-color: #363848;
  padding: 13px 13px;
  bottom: 0;
  left: 0;
  gap: 10px;
  border-radius: 50rem;
}
.event-card
  .event-content
  .event-content-header
  .event-content-date-book
  .event-date {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 700;
  color: #ffffff;
  padding: 5px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .event-card
    .event-content
    .event-content-header
    .event-content-date-book
    .event-date {
    font-size: 1.75rem;
  }
}
.event-card
  .event-content
  .event-content-header
  .event-content-date-book
  .event-date
  span {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.44);
}
.event-card
  .event-content
  .event-content-header
  .event-content-date-book
  .btn-event-book {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  padding: 16px 16px;
  border-radius: 50rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.event-card
  .event-content
  .event-content-header
  .event-content-date-book
  .btn-event-book:hover {
  background-color: #ff477e;
  color: #ffffff;
}
.event-card
  .event-content
  .event-content-header
  .event-content-date-book
  .btn-event-book
  svg {
  width: 25px;
  height: 25px;
}
.event-card .event-content .event-content-header .event-content-info {
  padding-left: 98px;
}
.event-card
  .event-content
  .event-content-header
  .event-content-info
  .event-categories {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.event-card
  .event-content
  .event-content-header
  .event-content-info
  .event-categories
  .event-categories-link {
  color: #fe8d4d;
  text-decoration: none;
}
.event-card
  .event-content
  .event-content-header
  .event-content-info
  .event-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 5px;
}
.event-card
  .event-content
  .event-content-header
  .event-content-info
  .event-title
  .event-title-link {
  color: #363848;
  text-decoration: none;
}
.event-card .event-content .event-content-footer {
  margin-top: 14px;
}
.event-card .event-content .event-content-footer .event-summary {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #363848;
}
.event-card .event-content .event-content-footer .event-summary p:last-child {
  margin-bottom: 0;
}
.event-card.complete .event-content-date-book {
  background-color: #30c736 !important;
}
.event-card.complete .event-content-date-book .btn-event-book {
  background-color: #ffffff !important;
  color: #30c736 !important;
}
.event-card.cancelled .event-content-date-book {
  background-color: #ff5353 !important;
}
.event-card.cancelled .event-content-date-book .btn-event-book {
  background-color: #ffffff !important;
  color: #ff5353 !important;
}
.info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-card .info-card-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* background-color: #818181; */
  /* color: #ffffff; */
  padding: 10px;
  border-radius: 10px;
      font-size: 20px;
  /* border: 1px solid; */
}
.info-card .info-card-icon .svg-icon {
  width: 20px;
  height: 20px;
}
.info-card .info-card-content {
  display: -ms-grid;
  display: grid;
  margin-left: 15px;
  gap: 5px;
}
.info-card .info-card-content .info-card-title {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #363848;
  margin-bottom: 0;
}
.info-card .info-card-content .info-card-desc {
  font-size: 0.9375rem;
  font-weight: 400;
  /* color: #8a8a8a; */
  color: #3e3838;
}
.job-card-grid {
  position: relative;
  background-color: #ffffff;
  padding: 40px 30px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.job-card-grid:hover {
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.job-card-grid .job-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.job-card-grid .job-info .job-image {
  margin-bottom: 20px;
}
.job-card-grid .job-info .job-image img {
  width: 115px;
  height: 115px;
  border-radius: 50rem;
}
.job-card-grid .job-info .job-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
.job-card-grid .job-info .job-title a {
  color: #363848;
  text-decoration: none;
}
.job-card-grid .job-info .job-author {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.job-card-grid .job-info .job-author a {
  color: #5f4bdb;
  text-decoration: none;
}
.job-card-grid .job-detail {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.job-card-grid .job-detail .job-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.job-card-grid .job-detail .job-detail-item:not(:first-child) {
  margin-top: 18px;
}
.job-card-grid .job-detail .job-detail-item .svg-icon {
  color: #a9a9a9;
  width: 24px;
  height: 24px;
}
.job-card-grid .job-detail .job-detail-item .job-detail-first {
  text-align: left;
}
.job-card-grid .job-detail .job-detail-item .job-detail-center {
  text-align: center;
}
@media (min-width: 1200px) {
  .job-card-grid .job-detail .job-detail-item .job-detail-center {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.job-card-grid
  .job-detail
  .job-detail-item
  .job-detail-center
  .job-detail-text {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2e2e2e;
}
.job-card-grid .job-detail .job-detail-item .job-detail-end {
  text-align: right;
}
.job-card-grid .job-detail .job-detail-item .job-detail-end .job-detail-text {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #a9a9a9;
}
.job-card-grid .job-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.job-card-grid .job-action .btn.btn-apply {
  width: 100%;
  margin-left: 15px;
}
.job-card-grid .job-action .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.job-card-grid .job-dropdown {
  position: absolute;
  top: 40px;
  right: 30px;
}
.job-card-grid .job-dropdown .job-dropdown-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #363848;
  border: 0;
  padding: 0;
  padding-bottom: 10px;
}
.job-card-grid .job-dropdown .dropdown-menu {
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.job-card-grid .job-dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  font-weight: 400;
  color: #363848;
  padding: 5px 20px;
}
.job-card-grid .job-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f0eeff;
  color: #5f4bdb;
}
.job-card-harizontal {
  position: relative;
  display: -ms-grid;
  display: grid;
  background-color: #ffffff;
  padding: 20px 20px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .job-card-harizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .job-card-harizontal {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.job-card-harizontal:hover {
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.job-card-harizontal .job-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .job-card-harizontal .job-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
  }
}
.job-card-harizontal .job-info .job-image {
  margin-right: 20px;
}
.job-card-harizontal .job-info .job-image img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 15px;
}
.job-card-harizontal .job-info .job-info-inner {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.job-card-harizontal .job-info .job-info-inner .job-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
.job-card-harizontal .job-info .job-info-inner .job-title a {
  color: #000000;
  text-decoration: none;
}
.job-card-harizontal .job-info .job-info-inner .job-author {
  font-size: 0.9375rem;
  font-weight: 500;
}
.job-card-harizontal .job-info .job-info-inner .job-author a {
  color: #5f4bdb;
  text-decoration: none;
}
@media (max-width: 1199.98px) {
  .job-card-harizontal .job-info-card-collapse {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .job-card-harizontal .job-info-card-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
  }
}
.job-card-harizontal .job-info-card-collapse .job-info-card {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
@media (max-width: 1199.98px) {
  .job-card-harizontal .job-info-card-collapse .job-info-card {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .job-card-harizontal .job-info-card-collapse .job-info-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 20px;
  }
}
.job-card-harizontal .job-info-card-collapse .job-info-card .info-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.job-card-harizontal .job-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .job-card-harizontal .job-action {
    margin-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .job-card-harizontal .job-action {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .job-card-harizontal .job-action {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
  }
}
.job-card-harizontal .job-action .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing-card {
  display: -ms-grid;
  display: grid;
  background-color: #ffffff;
  /* padding: 47px; */
  padding: 20px 15px;
  /* gap: 40px; */
  gap: 10px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 28px 0px rgba(62, 53, 120, 0.07);
  box-shadow: 0px 10px 28px 0px rgba(62, 53, 120, 0.07);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.pricing-card:hover {
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.pricing-card .pricing-title {
  font-size: calc(1.2875rem + 0.45vw);
  font-weight: 800;
  color: #363848;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;

}
@media (min-width: 1200px) {
  .pricing-card .pricing-title {
    font-size: 1.2rem;
  }
}
.pricing-card .pricing-price .pricing-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 600;
  color: #363848;
}
@media (min-width: 1200px) {
  .pricing-card .pricing-price .pricing-price-inner {
    /* font-size: 3.125rem; */
    /* font-size: 2.125rem; */
    font-size: 1.6rem;
  }
}
.pricing-card .pricing-price .pricing-price-inner .pricing-price-currency {
  margin-right: 10px;
}
.pricing-card .pricing-price .pricing-price-period {
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
  text-align: center;
}
.pricing-card .pricing-detail {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.pricing-card .pricing-detail .pricing-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
  padding-bottom: 3px;
}
.pricing-card .pricing-detail .pricing-detail-item .pricing-detail-icon {
  color: #091eed;
  margin-right: 10px;
  margin-top: 2px;
}
.pricing-card
  .pricing-detail
  .pricing-detail-item
  .pricing-detail-icon
  .svg-icon {
  width: 20px;
  height: 20px;
}
.pricing-card .pricing-detail .pricing-detail-item .pricing-detail-text {
  /* font-size: 0.9375rem; */
  font-size: 14px;
  font-weight: 400;
  color: #363848;
}
.pricing-card .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.profile-card-slider .swiper-wrapper .swiper-slide {
  padding: 35px 12px;
}
.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide {
  background-color: #ffffff;
  padding: 33px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.profile-card-slider .swiper-wrapper .swiper-slide .profile-card-slide:hover {
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-image {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-image
  img {
  width: 83px;
  height: 83px;
  border-radius: 50rem;
  object-fit: cover;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-image
  .profile-online-status {
  position: absolute;
  background-color: #8a8a8a;
  width: 31px;
  height: 31px;
  bottom: -5px;
  right: 0;
  border-radius: 50rem;
  border: 5px solid #ffffff;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-image
  .profile-online-status.online {
  background-color: #30c736;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-name
  a {
  color: #363848;
  text-decoration: none;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-work {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-top: 5px;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-work
  a {
  color: #000000;
  text-decoration: none;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 29px;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-action
  .profile-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-action
  .profile-rating
  .profile-rating-icon
  .svg-icon {
  color: #d8d8d8;
  width: 18px;
  height: 18px;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-action
  .profile-rating
  .profile-rating-icon
  .svg-icon.checked {
  color: #ff8412;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-action
  .profile-rating
  .profile-rating-number {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-left: 12px;
}
.profile-card-slider
  .swiper-wrapper
  .swiper-slide
  .profile-card-slide
  .profile-action
  .profile-price-badge {
  font-size: 1rem;
  font-weight: 600;
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 9px 23px;
  border-radius: 50rem;
}
.profile-card-slider .profile-card-button-next,
.profile-card-slider .profile-card-button-prev {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: #ffffff;
  width: 50px;
  height: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50rem;
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  z-index: 10;
}
.profile-card-slider .profile-card-button-next .svg-icon,
.profile-card-slider .profile-card-button-prev .svg-icon {
  width: 22px;
  height: 22px;
}
.profile-card-slider .profile-card-button-next {
  right: 0;
}
.profile-card-slider .profile-card-button-prev {
  left: 0;
}
.profile-card-grid {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  padding: 40px 40px;
  border-radius: 18px;
  -webkit-box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.profile-card-grid:hover {
  -webkit-box-shadow: 0px 11px 39px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 11px 39px 0px rgba(0, 0, 0, 0.07);
}
.profile-card-grid .profile-card-dropdown {
  position: absolute;
  top: 40px;
  right: 40px;
}
.profile-card-grid .profile-card-dropdown .profile-card-dropdown-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #363848;
  border: 0;
  padding: 0;
  padding-bottom: 10px;
}
.profile-card-grid .profile-card-dropdown .dropdown-menu {
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.profile-card-grid .profile-card-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #363848;
  padding: 5px 20px;
}
.profile-card-grid .profile-card-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f0eeff;
  color: #5f4bdb;
}
.profile-card-grid .profile-image {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.profile-card-grid .profile-image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 50rem;
}
.profile-card-grid .profile-image .profile-online-status {
  position: absolute;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #8a8a8a;
  color: #ffffff;
  padding: 7px 20px;
  padding-left: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: calc(100% - 15px);
  text-transform: uppercase;
  border-radius: 50rem;
}
.profile-card-grid .profile-image .profile-online-status.online {
  background-color: var(--primary-color);
}
.profile-card-grid .profile-image .profile-online-status:before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 9px;
  height: 9px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50rem;
}
.profile-card-grid .profile-info {
  margin-top: 50px;
  text-align: center;
}
.profile-card-grid .profile-info .profile-name {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .profile-card-grid .profile-info .profile-name {
    font-size: 1.5rem;
  }
}
.profile-card-grid .profile-info .profile-name a {
  color: #363848;
  text-decoration: none;
}
.profile-card-grid .profile-info .profile-work {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 5px;
}
.profile-card-grid .profile-info .profile-work a {
  color: #000000;
  text-decoration: none;
}
.profile-card-grid .profile-info .profile-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px;
}
.profile-card-grid
  .profile-info
  .profile-rating
  .profile-rating-icon
  .svg-icon {
  color: #d8d8d8;
  width: 18px;
  height: 18px;
}
.profile-card-grid
  .profile-info
  .profile-rating
  .profile-rating-icon
  .svg-icon.checked {
  color: #ff8412;
}
.profile-card-grid .profile-info .profile-rating .profile-rating-number {
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  margin-left: 12px;
}
.profile-card-grid .profile-detail {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.profile-card-grid .profile-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.profile-card-grid .profile-detail li .profile-detail-title {
  font-size: 0.875rem;
  font-weight: 400;
  color: #636363;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.profile-card-grid .profile-detail li .profile-detail-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000000;
  text-align: end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.counter {
  position: relative;
  display: -ms-grid;
  display: grid;
  background-color: #5f4bdb;
  gap: 60px;
  overflow: hidden;
  padding: 80px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .counter {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
@media (min-width: 992px) {
  .counter {
    -ms-grid-columns: auto 60px auto 60px auto 60px auto;
    grid-template-columns: auto auto auto auto;
    gap: 0 60px;
    padding: 80px;
  }
}
.counter .count-item {
  display: -ms-grid;
  display: grid;
  gap: 5px;
  text-align: center;
  z-index: 5;
}
@media (min-width: 992px) {
  .counter .count-item {
    gap: 15px;
  }
}
.counter .count-item .count-number {
  font-size: calc(1.4375rem + 2.25vw);
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .counter .count-item .count-number {
    font-size: 3.125rem;
  }
}
.counter .count-item .count-title {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}
.counter figure {
  margin: 0;
}
.counter figure .figure {
  position: absolute;
}
.counter figure .figure-1 {
  width: 286px;
  height: 286px;
  top: -10rem;
  left: -10rem;
}
.counter figure .figure-2 {
  width: 60px;
  height: 60px;
  top: 3.7rem;
  left: 6.5rem;
}
.counter figure .figure-3 {
  width: 300px;
  height: 300px;
  top: 14rem;
  left: 10rem;
}
@media (max-width: 991.98px) {
  .counter figure .figure-3 {
    top: 22rem;
    left: 4rem;
  }
}
.counter figure .figure-4 {
  width: 40px;
  height: 40px;
  top: 14rem;
  left: 25rem;
}
.counter figure .figure-5 {
  width: 265px;
  height: 265px;
  top: -9rem;
  right: 1rem;
}
@media (max-width: 991.98px) {
  .counter figure .figure-5 {
    right: -11rem;
  }
}
.counter figure .figure-6 {
  width: 77px;
  height: 77px;
  bottom: 2.5rem;
  right: 1rem;
}
.event-banner-slider {
  position: relative;
  background-color: #372f67;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .event-banner-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event-banner-slider .event-banner-slider-image {
  position: relative;
}
@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-image {
    width: 50%;
  }
}
.event-banner-slider .event-banner-slider-image:after {
  position: absolute;
  content: "";
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(5.62%, #372f67),
    color-stop(57.06%, rgba(55, 47, 103, 0.33)),
    color-stop(83.91%, rgba(55, 47, 103, 0))
  );
  background: linear-gradient(
    0deg,
    #372f67 5.62%,
    rgba(55, 47, 103, 0.33) 57.06%,
    rgba(55, 47, 103, 0) 83.91%
  );
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-image:after {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(5.62%, #372f67),
      color-stop(57.06%, rgba(55, 47, 103, 0.33)),
      color-stop(83.91%, rgba(55, 47, 103, 0))
    );
    background: linear-gradient(
      270deg,
      #372f67 5.62%,
      rgba(55, 47, 103, 0.33) 57.06%,
      rgba(55, 47, 103, 0) 83.91%
    );
  }
}
.event-banner-slider .event-banner-slider-image .swiper {
  height: 100%;
}
.event-banner-slider .event-banner-slider-image .swiper .swiper-slide {
  position: relative;
  height: 300px;
}
@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-image .swiper .swiper-slide {
    height: 100%;
  }
}
.event-banner-slider
  .event-banner-slider-image
  .swiper
  .swiper-slide
  .event-thumb {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 992px) {
  .event-banner-slider
    .event-banner-slider-image
    .swiper
    .swiper-slide
    .event-thumb {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.event-banner-slider
  .event-banner-slider-image
  .swiper
  .swiper-slide
  .event-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: -1;
}
@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-content {
    width: 50%;
  }
}
.event-banner-slider .event-banner-slider-content .event-content-item {
  padding: 20px 20px;
}
@media (min-width: 768px) {
  .event-banner-slider .event-banner-slider-content .event-content-item {
    padding: 40px 40px;
    padding-top: 60px;
  }
}
@media (min-width: 1400px) {
  .event-banner-slider .event-banner-slider-content .event-content-item {
    padding-top: 110px;
    padding-right: 110px;
  }
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-sub-title {
  font-size: 1rem;
  font-weight: 600;
  color: #fe8d4d;
  text-transform: uppercase;
  margin-bottom: 0;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-title {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 600;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .event-banner-slider
    .event-banner-slider-content
    .event-content-item
    .event-content-title {
    font-size: 2.5rem;
  }
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-title
  a {
  color: #ffffff;
  text-decoration: none;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .event-banner-slider
    .event-banner-slider-content
    .event-content-item
    .event-content-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-meta
  .event-content-meta-item {
  position: relative;
}
@media (min-width: 1200px) {
  .event-banner-slider
    .event-banner-slider-content
    .event-content-item
    .event-content-meta
    .event-content-meta-item:not(:first-child) {
    padding-left: 50px;
  }
  .event-banner-slider
    .event-banner-slider-content
    .event-content-item
    .event-content-meta
    .event-content-meta-item:not(:first-child):after {
    position: absolute;
    content: "";
    background-color: #bfb5ff;
    width: 8px;
    height: 8px;
    right: calc(100% - (8px + 12px + 10px));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50rem;
  }
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-meta
  .event-content-meta-item
  .event-content-meta-link {
  font-size: 1rem;
  font-weight: 600;
  color: #bfb5ff;
  text-decoration: none;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-summary {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-progress {
  margin-top: 35px;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-progress
  .progress {
  background-color: #2a2352;
  height: 8px;
  border-radius: 50rem;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-progress
  .progress
  .progress-bar {
  background-color: #5f4bdb;
  border-radius: inherit;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-progress
  .progress-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-progress
  .progress-label
  .progress-label-text {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.event-banner-slider
  .event-banner-slider-content
  .event-content-item
  .event-content-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 35px;
}
.event-banner-slider .event-banner-slider-btn-next,
.event-banner-slider .event-banner-slider-btn-previous {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 992px) {
  .event-banner-slider .event-banner-slider-btn-next,
  .event-banner-slider .event-banner-slider-btn-previous {
    top: 50%;
  }
}
.event-banner-slider .event-banner-slider-btn-next .svg-icon,
.event-banner-slider .event-banner-slider-btn-previous .svg-icon {
  color: #ffffff;
  width: 40px;
  height: 40px;
}
.event-banner-slider .event-banner-slider-btn-next {
  left: calc(100% - (40px + 30px));
}
.event-banner-slider .event-banner-slider-btn-previous {
  right: calc(100% - (40px + 30px));
}
.form-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 7px;
}
.form-btn-inner .form-control {
  background-color: transparent;
  padding: 0 20px;
  border: 0;
  border-radius: inherit;
}
.form-btn-inner .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-btn-inner .btn {
  border-radius: inherit;
}
.checkbox-type {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-type .checkbox-type-input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}
.checkbox-type .checkbox-type-input[type="checkbox"] + .checkbox-type-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-type
  .checkbox-type-input[type="checkbox"]
  + .checkbox-type-label
  .checkbox-type-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-type
  .checkbox-type-input[type="checkbox"]
  + .checkbox-type-label
  .checkbox-type-icon
  svg {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.checkbox-type
  .checkbox-type-input[type="checkbox"]
  + .checkbox-type-label
  .checkbox-type-text {
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
  margin-left: 10px;
}
.checkbox-type.type-1
  .checkbox-type-input[type="checkbox"]
  + .checkbox-type-label
  .checkbox-type-icon
  svg {
  color: #e4cfff;
}
.checkbox-type.type-1
  .checkbox-type-input[type="checkbox"]
  + .checkbox-type-label
  .checkbox-type-icon
  svg
  .svg-check {
  visibility: hidden;
  opacity: 0;
}
.checkbox-type.type-1
  .checkbox-type-input[type="checkbox"]:checked
  + .checkbox-type-label
  .checkbox-type-icon
  svg {
  color: var(--primary-color);
}
.checkbox-type.type-1
  .checkbox-type-input[type="checkbox"]:checked
  + .checkbox-type-label
  .checkbox-type-icon
  svg
  .svg-check {
  visibility: visible;
  opacity: 1;
}
.checkbox-switch {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkbox-switch .checkbox-switch-input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}
.checkbox-switch
  .checkbox-switch-input[type="checkbox"]
  + .checkbox-switch-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-switch
  .checkbox-switch-input[type="checkbox"]
  + .checkbox-switch-label
  .checkbox-switch {
  position: relative;
  display: inline-block;
  background-color: #d8d8d8;
  width: 30px;
  height: 16px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50rem;
}
.checkbox-switch
  .checkbox-switch-input[type="checkbox"]
  + .checkbox-switch-label
  .checkbox-switch:before {
  position: absolute;
  content: "";
  background-color: #959595;
  width: 20px;
  height: 20px;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50rem;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.checkbox-switch
  .checkbox-switch-input[type="checkbox"]
  + .checkbox-switch-label
  .checkbox-switch-text {
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
  margin-left: 10px;
}
.checkbox-switch
  .checkbox-switch-input[type="checkbox"]:checked
  + .checkbox-switch-label
  .checkbox-switch {
  background-color: var(--secondary-color);
}
.checkbox-switch
  .checkbox-switch-input[type="checkbox"]:checked
  + .checkbox-switch-label
  .checkbox-switch:before {
  background-color: var(--primary-color);
  left: calc(100% - (20px / 2));
}
.checkbox-switch-end .checkbox-switch-label .checkbox-switch {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.checkbox-switch-end .checkbox-switch-label .checkbox-switch-text {
  margin-left: 0 !important;
  margin-right: 10px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.form-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1200px) {
  .form-search {
    min-width: 310px;
  }
}
.form-search .form-control {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7639 14.6305L13.505 12.3796C14.7296 10.8668 15.327 8.94171 15.174 7.0014C15.021 5.06109 14.1293 3.25347 12.6827 1.95126C11.2362 0.649061 9.34511 -0.0484305 7.39944 0.00261663C5.45378 0.0536637 3.60188 0.849357 2.22562 2.22562C0.849357 3.60188 0.0536637 5.45378 0.00261663 7.39944C-0.0484305 9.34511 0.649061 11.2362 1.95126 12.6827C3.25347 14.1293 5.06109 15.021 7.0014 15.174C8.94171 15.327 10.8668 14.7296 12.3796 13.505L14.6305 15.7639C14.7047 15.8387 14.793 15.8981 14.8902 15.9386C14.9875 15.9791 15.0918 16 15.1972 16C15.3026 16 15.4069 15.9791 15.5041 15.9386C15.6014 15.8981 15.6897 15.8387 15.7639 15.7639C15.8387 15.6897 15.8981 15.6014 15.9386 15.5041C15.9791 15.4069 16 15.3026 16 15.1972C16 15.0918 15.9791 14.9875 15.9386 14.8902C15.8981 14.793 15.8387 14.7047 15.7639 14.6305V14.6305ZM1.62801 7.61441C1.62801 6.43042 1.97911 5.27301 2.6369 4.28855C3.2947 3.30409 4.22965 2.5368 5.32352 2.0837C6.41739 1.63061 7.62105 1.51205 8.7823 1.74304C9.94355 1.97403 11.0102 2.54418 11.8474 3.38139C12.6846 4.2186 13.2548 5.28528 13.4858 6.44652C13.7168 7.60777 13.5982 8.81144 13.1451 9.90531C12.692 10.9992 11.9247 11.9341 10.9403 12.5919C9.95582 13.2497 8.79841 13.6008 7.61441 13.6008C6.02672 13.6008 4.50406 12.9701 3.38139 11.8474C2.25872 10.7248 1.62801 9.20211 1.62801 7.61441V7.61441Z' fill='%23646464'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(100% - 25px) center;
  background-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
  padding: 13px 25px;
  padding-right: 50px;
  border: 0;
  border-radius: 50rem;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.form-search .form-control::-webkit-input-placeholder {
  color: #818181;
}
.form-search .form-control::-moz-placeholder {
  color: #818181;
}
.form-search .form-control:-ms-input-placeholder {
  color: #818181;
}
.form-search .form-control::-ms-input-placeholder {
  color: #818181;
}
.form-search .form-control::placeholder {
  color: #818181;
}
.form-search .form-control:focus {
  -webkit-box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
}
.form-search-filter {
  display: -ms-grid;
  display: grid;
}
@media (min-width: 768px) {
  .form-search-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    padding: 7px 7px;
    border-radius: 50rem;
    -webkit-box-shadow: 0px 19px 84px 0px rgba(62, 53, 120, 0.05);
    box-shadow: 0px 19px 84px 0px rgba(62, 53, 120, 0.05);
    overflow: hidden;
  }
}
.form-search-filter .form-search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .form-search-filter .form-search-input {
    background-color: #ffffff;
    padding: 7px 7px;
    border-radius: 50rem;
  }
}
.form-search-filter .form-search-input .form-control {
  background-color: transparent;
  padding: 0px 15px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .form-search-filter .form-search-input .form-control {
    padding: 0 20px;
  }
}
.form-search-filter
  .form-search-input
  .form-control::-webkit-input-placeholder {
  color: #818181;
}
.form-search-filter .form-search-input .form-control::-moz-placeholder {
  color: #818181;
}
.form-search-filter .form-search-input .form-control:-ms-input-placeholder {
  color: #818181;
}
.form-search-filter .form-search-input .form-control::-ms-input-placeholder {
  color: #818181;
}
.form-search-filter .form-search-input .form-control::placeholder {
  color: #818181;
}
.form-search-filter .form-search-input .btn {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7639 14.6305L13.505 12.3796C14.7296 10.8668 15.327 8.94171 15.174 7.0014C15.021 5.06109 14.1293 3.25347 12.6827 1.95126C11.2362 0.649061 9.34511 -0.0484305 7.39944 0.00261663C5.45378 0.0536637 3.60188 0.849357 2.22562 2.22562C0.849357 3.60188 0.0536637 5.45378 0.00261663 7.39944C-0.0484305 9.34511 0.649061 11.2362 1.95126 12.6827C3.25347 14.1293 5.06109 15.021 7.0014 15.174C8.94171 15.327 10.8668 14.7296 12.3796 13.505L14.6305 15.7639C14.7047 15.8387 14.793 15.8981 14.8902 15.9386C14.9875 15.9791 15.0918 16 15.1972 16C15.3026 16 15.4069 15.9791 15.5041 15.9386C15.6014 15.8981 15.6897 15.8387 15.7639 15.7639C15.8387 15.6897 15.8981 15.6014 15.9386 15.5041C15.9791 15.4069 16 15.3026 16 15.1972C16 15.0918 15.9791 14.9875 15.9386 14.8902C15.8981 14.793 15.8387 14.7047 15.7639 14.6305V14.6305ZM1.62801 7.61441C1.62801 6.43042 1.97911 5.27301 2.6369 4.28855C3.2947 3.30409 4.22965 2.5368 5.32352 2.0837C6.41739 1.63061 7.62105 1.51205 8.7823 1.74304C9.94355 1.97403 11.0102 2.54418 11.8474 3.38139C12.6846 4.2186 13.2548 5.28528 13.4858 6.44652C13.7168 7.60777 13.5982 8.81144 13.1451 9.90531C12.692 10.9992 11.9247 11.9341 10.9403 12.5919C9.95582 13.2497 8.79841 13.6008 7.61441 13.6008C6.02672 13.6008 4.50406 12.9701 3.38139 11.8474C2.25872 10.7248 1.62801 9.20211 1.62801 7.61441V7.61441Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(100% - 30px) center;
  background-size: 16px;
  font-size: 16px;
  font-weight: 600;
  /* padding: 12px 30px; */
  padding: 5px 30px;
  padding-right: 56px;
  border-radius: 50rem;
}
.form-search-filter .form-select {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7018 5.42303L8.50182 11.823C8.35583 11.9513 8.16815 12.022 7.97382 12.022C7.7795 12.022 7.59181 11.9513 7.44582 11.823L0.245822 5.42303C0.0971563 5.28024 0.0093474 5.08557 0.000704197 4.87962C-0.007939 4.67366 0.0632507 4.47232 0.19943 4.31757C0.335609 4.16282 0.526266 4.06661 0.731648 4.049C0.93703 4.03139 1.14128 4.09373 1.30182 4.22304L7.97382 10.151L14.6458 4.22304C14.7237 4.14823 14.8159 4.08996 14.9169 4.05175C15.0179 4.01354 15.1256 3.99618 15.2335 4.0007C15.3414 4.00523 15.4473 4.03156 15.5448 4.0781C15.6422 4.12464 15.7292 4.19043 15.8006 4.2715C15.8719 4.35257 15.9261 4.44725 15.9599 4.54982C15.9936 4.6524 16.0063 4.76075 15.9971 4.86835C15.9878 4.97595 15.9569 5.08057 15.9062 5.17589C15.8554 5.27122 15.7859 5.35529 15.7018 5.42303Z' fill='%23D2D2D2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(100% - 20px) center;
  background-size: 20px;
  color: #363848;
  padding: 0px 20px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 767.98px) {
  .form-search-filter .form-select {
    border-radius: 50rem;
  }
}
@media (min-width: 768px) {
  .form-search-filter .form-select {
    border-right: 1px solid #ececec;
    border-radius: 0;
  }
}
.form-search-filter .form-select.select-icon {
  background-repeat: no-repeat no-repeat;
  background-position: right calc(100% - 20px) center,
    left calc(100% - 20px) center;
  padding-left: 50px;
}
.form-search-filter .form-select.icon-mark {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.125 0C4.74766 0 2 2.74766 2 6.125C2 7.20606 2.28562 8.26891 2.82597 9.19859C2.95194 9.41534 3.09275 9.62656 3.24456 9.82641L7.85887 16H8.39109L13.0054 9.82644C13.1572 9.62656 13.298 9.41537 13.424 9.19862C13.9644 8.26891 14.25 7.20606 14.25 6.125C14.25 2.74766 11.5023 0 8.125 0ZM8.125 8.15625C7.00497 8.15625 6.09375 7.24503 6.09375 6.125C6.09375 5.00497 7.00497 4.09375 8.125 4.09375C9.24503 4.09375 10.1562 5.00497 10.1562 6.125C10.1562 7.24503 9.24503 8.15625 8.125 8.15625Z' fill='%235F4BDB'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.7018 5.42303L8.50182 11.823C8.35583 11.9513 8.16815 12.022 7.97382 12.022C7.7795 12.022 7.59181 11.9513 7.44582 11.823L0.245822 5.42303C0.0971563 5.28024 0.0093474 5.08557 0.000704197 4.87962C-0.007939 4.67366 0.0632507 4.47232 0.19943 4.31757C0.335609 4.16282 0.526266 4.06661 0.731648 4.049C0.93703 4.03139 1.14128 4.09373 1.30182 4.22304L7.97382 10.151L14.6458 4.22304C14.7237 4.14823 14.8159 4.08996 14.9169 4.05175C15.0179 4.01354 15.1256 3.99618 15.2335 4.0007C15.3414 4.00523 15.4473 4.03156 15.5448 4.0781C15.6422 4.12464 15.7292 4.19043 15.8006 4.2715C15.8719 4.35257 15.9261 4.44725 15.9599 4.54982C15.9936 4.6524 16.0063 4.76075 15.9971 4.86835C15.9878 4.97595 15.9569 5.08057 15.9062 5.17589C15.8554 5.27122 15.7859 5.35529 15.7018 5.42303Z' fill='%23D2D2D2'/%3e%3c/svg%3e");
}
.image-slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-slider .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-slider .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.image-slider.gallery-slider a {
  width: 100%;
  height: auto;
}
.image-slider.gallery-slider a img {
  height: 100%;
  min-height: 120px;
  max-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 20px;
}
.image-slider.client-logo-slider img {
  width: 150px;
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}
.pagination-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .pagination-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.pagination-container .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 50rem;
}
.pagination-container .page-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  /* color: var(--primary-color); */
  padding: 12px 20px;
  text-decoration: none;
  border: 0;
  border-radius: 50rem !important;
}
.pagination-container .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination-container .page-link.next svg,
.pagination-container .page-link.previous svg {
  width: 15px;
  height: 15px;
}
.pagination-container .page-link.previous svg {
  margin-right: 10px;
}
.pagination-container .page-link.next svg {
  margin-left: 10px;
}
.pagination-container .page-item.active .page-link {
  background-color: var(--primary-color);
  color: #fdfdfd;
  padding: 12px 24px;
}
.pagination-slider.pagination-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  width: auto;
}
.pagination-slider.pagination-line .swiper-pagination-bullet {
  background-color: #dadada;
  width: 40px;
  height: 5px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.pagination-slider.pagination-line .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
  width: 100px;
}
.social-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-btn-group .social-item .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #72737c;
  width: 45px;
  height: 45px;
  border-radius: 50rem;
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    border-color 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .social-btn-group .social-item .social-link {
    width: 40px;
    height: 40px;
  }
}
.social-btn-group .social-item .social-link:hover {
  background-color: #3cb5db;
  color: #ffffff;
}
.social-btn-group .social-item .social-link .svg-icon {
  width: 18px;
  height: 18px;
}
.testimonial-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991.98px) {
  .testimonial-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.testimonial-slider .testimonial-slider-image {
  position: relative;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .testimonial-slider .testimonial-slider-image {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .testimonial-slider .testimonial-slider-image {
    margin-right: 60px;
  }
}
.testimonial-slider .testimonial-slider-image .swiper {
  width: inherit;
  height: inherit;
  border-radius: 50rem 5rem 50rem 50rem;
}
.testimonial-slider .testimonial-slider-image .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.testimonial-slider .testimonial-slider-image .testimonial-figure-1 {
  width: 60px;
  height: 60px;
  left: -10px;
  top: -7%;
  z-index: 10;
}
.testimonial-slider .testimonial-slider-image .testimonial-figure-2 {
  width: 68px;
  height: 68px;
  left: -35px;
  bottom: 45px;
  z-index: 10;
}
.testimonial-slider .testimonial-slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 10px;
  padding-top: 0;
  width: 100%;
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .testimonial-slider
    .testimonial-slider-content
    .swiper-wrapper
    .testimonial-content-item
    .testimonial-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-info
  .testimonial-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #363848;
  margin-bottom: 5px;
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-info
  .testimonial-desc {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #3d3d3d;
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .testimonial-slider
    .testimonial-slider-content
    .swiper-wrapper
    .testimonial-content-item
    .testimonial-header
    .testimonial-rating {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .testimonial-slider
    .testimonial-slider-content
    .swiper-wrapper
    .testimonial-content-item
    .testimonial-header
    .testimonial-rating {
    margin-left: auto;
  }
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-rating
  .testimonial-rating-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-rating
  .testimonial-rating-icon
  .svg-icon {
  color: #d6d6d6;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .testimonial-slider
    .testimonial-slider-content
    .swiper-wrapper
    .testimonial-content-item
    .testimonial-header
    .testimonial-rating
    .testimonial-rating-icon
    .svg-icon {
    width: 18px;
    height: 18px;
  }
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-rating
  .testimonial-rating-icon
  .svg-icon.checked {
  color: var(--primary-color);
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-rating
  .testimonial-rating-icon
  .svg-icon:not(:first-child) {
  margin-left: 7px;
}
@media (min-width: 768px) {
  .testimonial-slider
    .testimonial-slider-content
    .swiper-wrapper
    .testimonial-content-item
    .testimonial-header
    .testimonial-rating
    .testimonial-rating-icon
    .svg-icon:not(:first-child) {
    margin-left: 10px;
  }
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-header
  .testimonial-rating
  .testimonial-rating-number {
  font-size: 1.25rem;
  font-weight: 600;
  color: #363848;
  margin-left: 15px;
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-content {
  margin-top: 25px;
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-content
  .testimonial-says {
  font-size: 1rem;
  font-weight: 400;
  color: #363848;
}
.testimonial-slider
  .testimonial-slider-content
  .swiper-wrapper
  .testimonial-content-item
  .testimonial-content
  .testimonial-says:last-child {
  margin-bottom: 0;
}
.testimonial-slider .testimonial-slider-content .testimonial-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .testimonial-slider .testimonial-slider-content .testimonial-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .testimonial-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .testimonial-slider
    .testimonial-slider-content
    .testimonial-footer
    .testimonial-nav {
    margin-bottom: 10px;
  }
}
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .testimonial-nav
  .testimonial-btn-next,
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .testimonial-nav
  .testimonial-btn-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  color: #363848;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50rem;
  -webkit-box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .testimonial-nav
  .testimonial-btn-next:hover,
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .testimonial-nav
  .testimonial-btn-prev:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  -webkit-box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .testimonial-nav
  .testimonial-btn-next
  .svg-icon,
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .testimonial-nav
  .testimonial-btn-prev
  .svg-icon {
  width: 20px;
  height: 20px;
}
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .testimonial-nav
  .testimonial-btn-next {
  margin-left: 20px;
}
.testimonial-slider
  .testimonial-slider-content
  .testimonial-footer
  .avatar-group {
  margin-left: auto;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
/* @media (min-width: 1200px) {
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
  }
} */
.navbar .navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.navbar .navbar-brand img {
  max-width: 120px;
}
.navbar .navbar-toggler {
  padding: 0;
}
@media (min-width: 768px) {
  .navbar .navbar-toggler {
    margin-left: 20px;
  }
}
.navbar .navbar-toggler .svg-icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item:not(:first-child) {
    margin-left: 41px;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #363848;
  padding: 8px 0;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 12px 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link.active {
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary-color);
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--primary-color);
  }
  .navbar .navbar-nav .nav-item .nav-link:after {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  .navbar .navbar-nav .nav-item .nav-link.active:after,
  .navbar .navbar-nav .nav-item .nav-link:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
body.page__freelancerlist .main .header-background {
  position: absolute;
  background-color: #f8f9fd;
  width: 100%;
  height: 60rem;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  body.page__freelancerlist .main .header-background {
    height: 52rem;
  }
}
@media (min-width: 992px) {
  body.page__freelancerlist .main .header-background {
    height: 56rem;
  }
}
@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background {
    height: 58rem;
  }
}
body.page__freelancerlist .main .header-background .figure-avatar-1 {
  bottom: 88%;
  right: 93%;
}
body.page__freelancerlist
  .main
  .header-background
  .figure-avatar-1
  .avatar-rounded
  img {
  width: 60px;
  height: 60px;
}
@media (min-width: 1400px) {
  body.page__freelancerlist
    .main
    .header-background
    .figure-avatar-1
    .avatar-rounded
    img {
    width: 70px;
    height: 70px;
  }
}
body.page__freelancerlist .main .header-background .figure-avatar-2 {
  bottom: 70%;
  right: 72%;
}
@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-2 {
    bottom: 79%;
    right: 72%;
  }
}
body.page__freelancerlist
  .main
  .header-background
  .figure-avatar-2
  .avatar-rounded
  img {
  width: 90px;
  height: 90px;
}
@media (min-width: 1400px) {
  body.page__freelancerlist
    .main
    .header-background
    .figure-avatar-2
    .avatar-rounded
    img {
    width: 100px;
    height: 100px;
  }
}
body.page__freelancerlist .main .header-background .figure-avatar-3 {
  bottom: 40%;
  right: 95%;
}
@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-3 {
    bottom: 60%;
    right: 85%;
  }
}
body.page__freelancerlist
  .main
  .header-background
  .figure-avatar-3
  .avatar-rounded
  img {
  width: 70px;
  height: 70px;
}
@media (min-width: 1400px) {
  body.page__freelancerlist
    .main
    .header-background
    .figure-avatar-3
    .avatar-rounded
    img {
    width: 80px;
    height: 80px;
  }
}
body.page__freelancerlist .main .header-background .figure-avatar-4 {
  bottom: 80%;
  left: 97%;
}
@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-4 {
    bottom: 85%;
    left: 91%;
  }
}
body.page__freelancerlist
  .main
  .header-background
  .figure-avatar-4
  .avatar-rounded
  img {
  width: 65px;
  height: 65px;
}
@media (min-width: 1400px) {
  body.page__freelancerlist
    .main
    .header-background
    .figure-avatar-4
    .avatar-rounded
    img {
    width: 75px;
    height: 75px;
  }
}
body.page__freelancerlist .main .header-background .figure-avatar-5 {
  bottom: 55%;
  left: 75%;
}
@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-5 {
    bottom: 75%;
    left: 72%;
  }
}
body.page__freelancerlist
  .main
  .header-background
  .figure-avatar-5
  .avatar-rounded
  img {
  width: 87px;
  height: 87px;
}
@media (min-width: 1400px) {
  body.page__freelancerlist
    .main
    .header-background
    .figure-avatar-5
    .avatar-rounded
    img {
    width: 97px;
    height: 97px;
  }
}
body.page__freelancerlist .main .header-background .figure-avatar-6 {
  bottom: 25%;
  left: 89%;
}
@media (min-width: 1200px) {
  body.page__freelancerlist .main .header-background .figure-avatar-6 {
    bottom: 38%;
    left: 89%;
  }
}
body.page__freelancerlist
  .main
  .header-background
  .figure-avatar-6
  .avatar-rounded
  img {
  width: 120px;
  height: 120px;
}
@media (min-width: 1400px) {
  body.page__freelancerlist
    .main
    .header-background
    .figure-avatar-6
    .avatar-rounded
    img {
    width: 130px;
    height: 130px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  body.page__homepage .main .header-slider .heading-header-1 {
    font-size: calc(1.5rem + 1.5vw);
  }
}
body.page__homepage .main .hero-image-img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  body.page__homepage .main .hero-image-img {
    position: absolute;
    width: 40rem;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  body.page__homepage .main .hero-image-img {
    width: 52rem;
  }
}
@media (min-width: 1400px) {
  body.page__homepage .main .hero-image-img {
    width: 57rem;
  }
}
body.page__homepage .main .header-slider-pagination .swiper-pagination-bullet {
  background-color: #d7d0fb;
  width: 25px;
  height: 6px;
  border-radius: 50rem;
}
body.page__homepage
  .main
  .header-slider-pagination
  .swiper-pagination-bullet-active {
  background-color: #5f4bdb;
  width: 45px;
}
body.page__homepage .main .how-it-work-image-img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
body.page__homepage .main .how-it-work-figure-1 {
  bottom: calc(100% - 0rem);
  left: calc(100% - 9rem);
  width: 15rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page__homepage .main .how-it-work-figure-1 {
    width: 25rem;
    bottom: calc(100% - 25rem);
    left: calc(100% - 15rem);
  }
}
@media (min-width: 1200px) {
  body.page__homepage .main .how-it-work-figure-1 {
    bottom: calc(100% - 25rem);
    left: calc(100% - 10rem);
    width: 17rem;
  }
}
body.page__homepage .main .how-it-work-figure-2 {
  bottom: calc(100% - 2rem);
  right: calc(100% - 8rem);
  width: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page__homepage .main .how-it-work-figure-2 {
    width: 4rem;
    right: calc(100% - 10rem);
  }
}
@media (min-width: 1200px) {
  body.page__homepage .main .how-it-work-figure-2 {
    bottom: calc(100% - 2rem);
    right: calc(100% - 12rem);
    width: 5rem;
  }
}
body.page__homepage .main .how-it-work-figure-3 {
  top: calc(100% - 5rem);
  right: calc(100% - 2rem);
  width: 3rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body.page__homepage .main .how-it-work-figure-3 {
    top: calc(100% - 7rem);
    right: calc(100% - 3rem);
    width: 5rem;
  }
}
@media (min-width: 1200px) {
  body.page__homepage .main .how-it-work-figure-3 {
    top: calc(100% - 8rem);
    right: calc(100% - 3rem);
    width: 5rem;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  body.page__joblist .main .heading-header-1 {
    font-size: calc(1.5rem + 1.5vw);
  }
}
body.page__joblist .main .hero-image-img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  body.page__joblist .main .hero-image-img {
    position: absolute;
    width: 35rem;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1200px) {
  body.page__joblist .main .hero-image-img {
    width: 40rem;
  }
}
@media (min-width: 1400px) {
  body.page__joblist .main .hero-image-img {
    width: 50rem;
  }
}
.detail-header-background {
  position: absolute;
  background-color: #5f4bdb;
  width: 100%;
  height: 200px;
  /* max-height: 350px; */
  /* max-height: 600px; */
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media (min-width: 768px) {
  .detail-header-background {
    height: 230px;
  }
}
@media (min-width: 992px) {
  .detail-header-background {
    height: 330px;
  }
}
.detail-header-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.footer form {
  max-width: 485px;
}
.footer form .form-newsletter {
  background-color: transparent;
  border: 1px solid #363843;
}
.footer form .form-newsletter .form-control {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .footer form .form-newsletter .form-control {
    padding: 0 25px;
  }
}
.footer form .form-newsletter .form-control::-webkit-input-placeholder {
  color: #72737c;
}
.footer form .form-newsletter .form-control::-moz-placeholder {
  color: #72737c;
}
.footer form .form-newsletter .form-control:-ms-input-placeholder {
  color: #72737c;
}
.footer form .form-newsletter .form-control::-ms-input-placeholder {
  color: #72737c;
}
.footer form .form-newsletter .form-control::placeholder {
  color: #72737c;
}
.footer .footer-widget .footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer .footer-widget.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .footer-widget.about .footer-brand img {
  max-width: 130px;
}
.footer .footer-widget.about .footer-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}
.footer .footer-widget.link-list .footer-link-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer .footer-widget.link-list .footer-link-list .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.footer .footer-widget.link-list .footer-link-list .link-item .svg-icon {
  color: #ffffff;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 13px;
}
.footer .footer-widget.link-list .footer-link-list .link-item .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */

:root {
  --primary-color: #ea2a33;
  --secondary-color: rgba(234, 42, 51, 0.1);
  /* --teritary-color:#f9b1b51a; */
  --teritary-color: #f9e5e61a;
  --text-color: #363848;
  --blue-color: #607afb;
  --green-color: #00c520;
}
.primary-color {
  color: var(--primary-color) !important;
}
.secondary-color {
  color: var(--secondary-color) !important;
}
.text-color {
  color: var(--text-color) !important;
}
.blue-color {
  color: var(--blue-color) !important;
}
.green-color {
  color: var(--green-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
}
.secondary-color {
  background-color: var(--secondary-color) !important;
}
.bg-blue {
  background-color: var(--blue-color) !important;
}
.bg-green {
  background-color: var(--green-color) !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: var(--white-color);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 2px;
}

body {
  overflow-x: hidden;
}
/* .register {
  height: 100vh;
} */
.register .navbar {
  display: none;
}
.register footer {
  display: none;
}
.register img {
  /* height: 100vh; */
  width: 80%;
  text-align: center;
  object-fit: cover;
  object-position: top;
}
.register .right .card {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  /* height: 100vh; */
  overflow-y: scroll;
  overflow-x: hidden;
}
.register .right .card h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
}
.form-control {
  border-radius: 10px;
}
/* .register .right .form-1 {
  margin-bottom: 15px;
} */
.register .right .form-1 p {
  font-weight: 500;
  font-size: 17px;
  margin: 20px 0px;
}
.register .right .form-1 p a {
  text-decoration: none;
}
.register .form-control {
  padding: 10px 20px;
}
.my-4 {
  margin: 20px 0px;
}
.my-3 {
  margin: 10px 0px;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-check-input:focus {
  box-shadow: none;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f7f7 !important;
}

/* Home page  */
.home-page .services-category a {
  text-decoration: none;
  color: #5f4bdb;
}

.blue-card {
  background-color: #5f4bdb;
  color: #fff;
}
.home-page .assets img {
  width: 100%;
  height: 200px;
  border-radius: 5px;
  object-fit: cover;
}

/* home page  */

/* vendor-enquires */
.vendor-enquires .job-card-harizontal .job-info {
  flex: 1 1 16%;
  -ms-flex: 1 1 16%;
}
/* vendor-enquires */

/* to-do-list */

.to-do-card {
  box-shadow: 0px 7px 22px rgba(143, 134, 196, 0.07);
  padding: 20px 20px;
  border-radius: 18px;
  border-color: transparent;
}
.to-do-card:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
.to-do-card .job-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.to-do-list .circle-count {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 15px;
  text-align: center;
  background-color: #fba556;
  color: #fff;
  margin: 0px 20px 0px 0px;
}
/* to-do-list */

@media screen and (max-width: 500px) {
  .container-fluid {
    padding: 20px 0px !important;
  }
  .container-xxl {
    padding: 20px  !important;
  }
}

/* insurance */
.insurance h2 {
  font-size: 18px;
  font-weight: 600;
  color: #363848;
  margin-bottom: 5px;
}
.insurance .event-card {
  border-radius: 10px;
}
/* insurance */

/* assets-list  */

.assets-list .assets-card img {
  border-radius: 10px;
}
.realted-asset p {
  font-size: 15px;
  text-align: center;
}
.realted-asset .card-info {
  box-shadow: 0px 2px 28px 0px rgba(62, 53, 120, 0.04);
  border-radius: 18px;
  transition: 0.25s ease-in-out;
}
.realted-asset .card-info:hover {
  box-shadow: 0px 19px 29px rgba(62, 53, 120, 0.14);
}
/* assets-list */

/* order-summary */

.order-summary .headings h1 {
  font-size: 24px;
  font-weight: 600;
  color: #363848;
  margin-bottom: 5px;
}
.order-summary .headings p {
  font-size: 15px;
}
.order-summary .order-details .card {
  background-color: var(--teritary-color);
  border-color: transparent;
}
.order-summary .order-product .card {
  background-color: var(--teritary-color);
  border-color: transparent;
}
.order-summary .order-product .card .img-container img {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  object-fit: cover;
}
.order-summary .order-product .card .text h5 {
  font-size: 20px;
  font-weight: 600;
  color: #363848;
  margin-bottom: 5px;
}
.order-summary .order-details .card .card-header,
.order-summary .order-details .card .card-footer {
  background-color: transparent !important;
  border-color: var(--secondary-color) !important;
}
.order-summary .form-btn-inner {
  background-color: var(--teritary-color);
}
.order-summary ::placeholder {
  color: #363848;
}

@media screen and (max-width: 992px) {
  .order-summary .order-product .card .img-container img {
    height: 200px;
  }
}
/* order-summary */

/* my-order-details */
.my-order-details .card-header,
.my-order-details .card-footer {
  border-color: transparent;
  background-color: var(--teritary-color);
}
/* my-order-details */

/* profile */

.profile .profile-card-grid {
  box-shadow: 0px 11px 39px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 30px;
}

/* profile */

/* otp page design  */
.otp-form .form-control {
  padding: 10px 15px !important;
}

.w-200px {
  width: 200px !important;
}

.nav-pills .nav-link:hover {
  /* background-color: var(--primary-color) !important; */

  /* color: #fff !important; */
  color: var(--primary-color) !important;
  border: 1px solid !important;
}
.file-upload-btn {
  background-color: #767272;
  padding: 10px 50px;
  border-radius: 10px;
  color: #fff;
  font-weight: 550;
  cursor: pointer;
}

.file-upload-label {
  padding: 50px;
  border: 2px dashed #767272;
  border-radius: 10px;
  cursor: pointer;
}

.enquries .fa-circle-check:hover {
  color: var(--green-color);
  cursor: pointer;
}
.enquries .fa-circle-xmark:hover {
  color: var(--bs-orange-red);
  cursor: pointer;
}
.enquries .fa-bookmark:hover {
  color: blue;
  cursor: pointer;
}

.btn-success {
  background: #288728;
  color: #ffffff;
  border: 1px solid;
  border-radius: 50px;
}

.bg-light-warning {
  background-color: #ddc33f !important;
}
.bg-light-primary {
  background-color: #6588ff !important;
}
.bg-light-success {
  background-color: #3ea536 !important;
}
.bg-light-secondary {
  background-color: #b5b5b5 !important;
}
.bg-light-danger {
  background-color: #ed5d5d !important;
}
.w-20px {
  width: 20px;
}
.text-dark-secondary {
  color: #5a5a5a !important;
}
.btn-prime {
  padding: 10px 25px;
  color: #5a5a5a;
  border: 1px solid #b3b3b3;
  border-radius: 50rem;
}
.btn-prime:hover {
  color: var(--primary-color) !important;
  border: 1px solid !important;
}

.form-control {
  padding: 10px 15px !important;
  background: #fff;
}

.invoice-logo {
  padding: 35px;
  border: 1px dashed gray;
  border-radius: 5px;
}

.btn-accept,
.btn-accept:hover {
  background: #607afb;
  color: #fff;
  border-radius: 5px;
}

.btn-reject,
.btn-reject:hover {
  background: #ea2a33;
  color: #fff;
  border-radius: 5px;
}

.btn-book,
.btn-book:hover {
  background: #198754;
  color: #fff;
  border-radius: 5px;
}
.w-40px {
  width: 40px;
}
.mail-icon {
  height: 52px;
  width: 52px;
}
.logo-img {
  width: 120px;
  height: 120px;
}
.w-30px {
  width: 30px;
}

.edit-profile {
  display: flex;
  flex-direction: column;
  /* padding: 35px; */
  border: 1px dashed gray;
  border-radius: 5px;
  align-items: center;
}

.edit-icon {
  position: relative;
  bottom: 0px;
  left: 2px;
  font-size: 25px;
  color: #a3a3af;
}
.review-img {
  width: 60px;
  height: 60px;
  border-radius: 50rem;
}

.index-banner {
  /* background-image: url('../../assets/banner-1.jpg'); */
  background-image: url("../../assets/banner-5.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.w-30px {
  width: 30px;
}
.h-30px {
  height: 30px;
}

.product-order-img {
  width: 60px;
  height: 60px;
}

.todo input.checkbox {
  width: 20px;
  height: 20px;
}
.todo input.checkbox:checked {
  color: var(--primary-color) !important;
}

.v-profile {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  border-radius: 50%;
  /* top: -70px; */
  top: -106px;
  left: 35%;
  padding: 3px;
  background: #fff;
}
.profile-post {
  position: relative;
  top: -100px;
  right: -168px;
}
.profile-info-card {
  position: relative;
  /* top: -50px; */
  top: -102px;
  /* left: -10px; */
}

.v-cover-photo {
  width: 100%;
  /* height: 100%; */
  height: 220px;
  object-fit: cover;
  object-position: 0px 40%;
  color: transparent;
  border-radius: 12px;
  outline: none;
}
.v-share-icon {
  position: absolute;
  float: inline-end;
  top: 10px;
  right: 18px;
  color: #fff;
  font-size: 20px;
}
.v-share-badge {
  position: absolute;
  /* margin: 10px 15px; */
  top: 10px;
  left: 10px;
}
.v-list .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
  border: none !important;
  color: var(--primary-color) !important;
  border-bottom: 2px solid !important;
  border-radius: 0px !important;
}

.v-list .nav-pills .nav-link,
.nav-pills .show > .nav-link {
  background-color: transparent !important;
  border: none !important;
  color: #000 !important;
}

.city-img {
  width: 100px;
  max-height: 100px;
  border-radius: 50rem;
  padding: 3px;
  border: 1px solid #e0e6ff;
  background: #fff;
  inset: 0px;
  object-fit: cover;
 

}
.text-primary {
  color: var(--primary-color) !important;
}

.package-carousel .carousel-indicators [data-bs-target] {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
}

.w-60px {
  width: 60px;
}

.verify-img {
  width: 20px !important;
  height: 20px !important;
  margin-left: 5px;
  margin-top: -3px;
}
.rounded-top-20 {
  border-radius: 20px 20px 0px 0px !important;
}
.rounded-20 {
  border-radius: 20px !important ;
}

.badge-premium {
  /* color: #e3c901;
  background: #00000026;
  border: 1px solid; */
  margin: 5px 2px; /*for slider card */ 
  padding: 3px 5px;
  font-size: 12px !important;
  background: linear-gradient(
    90deg,
    rgba(203, 169, 15, 1) 0%,
    rgba(227, 162, 41, 1) 21%,
    rgba(255, 145, 0, 1) 100%
  );
}

.vendor-details .badge-premium {
  color: #FFF;
  /* background: #00000026;
  border: 1px solid; */

  background: linear-gradient(
    90deg,
    rgba(203, 169, 15, 1) 0%,
    rgba(227, 162, 41, 1) 21%,
    rgba(255, 145, 0, 1) 100%
  );
}
.w-15px {
  width: 15px !important; 
}

.v-details .nav-link {
  color: #fff !important;
}

@media (min-width: 1200px) {
  .h-450px {
    height: 450px !important;
  }
  .mt-350px {
    margin-top: 350px !important;
  }

  .mt-280px {
    margin-top: 280px !important;
  }
  .detail-header-background {
    max-height: 500px;
  }
  .h-170px {
    height: 170px;
  }
}

.v-profile-2 {
  width: 100px;
  height: 100px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  padding: 5px;
}
.v-profile-3 {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -70px;
  /* top: -106px; */
  /* left: 35%; */
  padding: 2px;
  background: #fff;
}

.profile-info-card-3 {
  position: relative;
  /* top: -50px; */
  top: -108px;
  /* left: -10px; */
}

/* @media (max-width: 600px) {
  .profile-info-card-3{
    position: relative;
    top: -50px; 
  }
} */

@media (min-width: 300px) and (max-width: 992px) {
  .profile-info-card-3 {
    position: relative;
    top: -50px;
  }
 
}

.nav-pills .nav-link.active:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.v-list-2 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.v-list-2 .nav-pills .nav-link {
  flex-wrap: nowrap !important;
  text-wrap: nowrap !important;
}

.v-list-2 .nav-tabs-oveflow {
  overflow-x: auto;
}

::-webkit-scrollbar {
  display: none;
  /* width: 2px; */
}

.nav-tabs-oveflow::-webkit-scrollbar {
  height: 1px !important;
}

.table-responsive::-webkit-scrollbar {
  height: 2px !important;
}

.min-w-200px {
  min-width: 200px !important;
}

.my-profile-4 {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -70px;
  /* top: -106px; */
  /* left: 35%; */
  padding: 2px;
  background: #fff;
}


.my-profile-5 {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -70px;
  /* top: -106px; */
  /* left: 35%; */
  padding: 2px;
  background: #fff;
}


.profile-info-card-4 {
  position: relative;
  /* top: -50px; */
  top: -140px;
  left: 170px;
}


.profile-info-card-5 {
  position: relative;
  /* top: -50px; */
  top: -140px;
  left: 170px;
}


.edit-cover-photo {
  position: relative;
  top: -33px;
  right: 10px;
}


.cover-container {
  position: relative;
  display: inline-block;
}

.edit-cover-photo {
  position: absolute;
  bottom: 10px; /* Adjust this value to your preference */
  right: 10px; /* Adjust this value to your preference */
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 5px;
}

.edit-cover-photo label {
  cursor: pointer;
}

.cover-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.edit-cover-photo {
  margin: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 5px;
}

.edit-cover-photo label {
  cursor: pointer;
}

.cover-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden; /* Ensure the button doesn't overflow */
}

.edit-cover-photo {
  margin: 0 10px 10px 0; /* Adjust margin to create space between button and bottom/right edges */
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 5px;
  align-self: flex-end; /* Align the button to the flex-end (bottom) */
}

.edit-cover-photo label {
  cursor: pointer;
}

/* .tab-content .tab-pane {
  height: 400px; 
  overflow-y: auto; 
} */
.v-info-card{
  height: 150px !important;
}

@media (min-width: 500px) and (max-width: 786px) {
  .vendor-profile-details{
    margin-top: 70px !important;
  }
  .profile-info-card-4 {
    position: relative;
    top: -126px;
    left:0;
}

.my-profile-4 {
  width: 100px;
  height: 100px;
  top: -125px;
}

.profile-info-card-5 {
  position: relative;
  top: -47px;
  left: 0;
  
}

.my-profile-5 {
  width: 100px;
  height: 100px;
  top: -49px;
  left: 10%;
}
.v-info-card{
  height: 150px !important;
}
}

.h-85vh{
  height: 85vh;
}

.h-130px {
  height: 130px !important;
}

@media (min-width: 300px) and (max-width: 500px) {

  .profile-info-card-4 {
    position: relative;
    top: -55px;
    left:0;
  }
  
  .my-profile-4 {
  width: 100px;
  height: 100px;
  top: -55px;
  }
  

.profile-info-card-5 {
  position: relative;
  top: -47px;
  left: 0;
  
}

.my-profile-5 {
  width: 100px;
  height: 100px;
  top: -49px;
  left: 10%;
}
/* .mt-70{
  margin-top:70px ;
} */

.v-info-card{
  height: auto !important;
}
}




/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}


.w-160px{
  width: 160px;
}






.btn-outline-primary {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-primary:hover{
  color: #fff;
  background-color:#dc3545;
  border-color: #dc3545;
}


.bg-color-1{
  background-color: #1f21310a;
  /* background-image: url(../../assets/img/banner/bg-1.jpg); */
  /* background-image: url(../../assets/img/banner/bg-2.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
}

.owl-dots{
  position: relative;
  /* bottom: 27px; */
  bottom: -5px;
  /* left: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-nav button, .owl-carousel .owl-nav button, .owl-carousel button.owl-dot {
  
  background: #ededed;
  width: 12px;
  height: 12px;
  color: inherit;
  /* border: 1px solid; */
  border-radius: 50%;
  padding: 0 !important;
  font: inherit;
  justify-content: center !important;
  align-items: center;
  margin: 5px;
}


.owl-carousel .owl-nav button, .owl-carousel .owl-nav button, .owl-carousel button.owl-dot.active {
  background: #ea2a33;
}

.asset-list-img{
width: 100%;
height: 230px;
border-radius: 5px;
}


 .sidemenu .nav-pills .nav-link {
  border-bottom: 1px solid !important;
  border-radius: 0px !important;
  margin: 0px !important;
  padding: 10px 10px 10px 20px !important;
}

.sidemenu .nav-pills .nav-link:hover {
  color: var(--primary-color);
  border: none !important;
  border-bottom: 1px solid !important;
  border-radius: 0px !important;
  margin: 0px !important;
}


.v-profile-5 {
  width: 80px;
  height: 80px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  padding: 5px;
}


.text-1-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; 
  line-height: 1.5rem;

}

.asset-main-img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.asset-img{
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.album-img{
  width: 100%;
  height: 220px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.v-cover-photo-1{
  
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;

}

.text-5-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; 
  line-height: 1.5rem;

}

.testimonial-img{
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
}

.download-app{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.bg-2{
  background-color: #ed957c7d;
}


/* .vendor-list-1 .card {
  padding: 10px 10px 16px !important;
} */


.premium-1{
  position: absolute;
  left: 15px;
}

.hero-section-1{
  /* position: absolute; */
  /* top:100px;
  left: 0; */
  /* height: 100%; */

 
  /* background-image: url(../../assets/banner-3.png); */
  width: 100%;
  /* height: 350px ; */
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  background-size: cover;
}

.hero-section-heading{
  display: flex;
    width: 100%;
    height: 350px ;
    /* height: 80vh; */
    text-align: start;
    align-items: flex-end;
    
}
.asset-details-1{
  font-family: "Neuzeit Office";
}


.hero-section-2{
  background-image: url(../../assets/img/package/ad-10.png);
  background-repeat: no-repeat;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  background-size: cover;
 
}

.asset-faqs{
  position: relative;
  top: -450px;
  left: 50px;
  align-items: center;
  /* justify-content: center; */

}

.bg-success-1{
  background: #53d99c;
}
.bg-light-success-1{
  background: #e2fff2;
}
.bg-2{
  background-color: #7e6ef7;
}
.bg-light-2{
  background-color: #cecbdd;

}
.bg-light-3{
  background-color: #fffbdb;
}
.bg-light-4{
  background:#f2ffe9;
}
.bg-light-5{
  background: #f6f6f6;
}

.bg-10{
  background: #168654 !important;
}
.bg-light-10{
  background: #f2f7f4 !important;
}

.bg-11{
  background:#0848b0 !important;
}
.bg-light-11{
  background: #edf1f9 !important;
}

.img-badge{
    position: relative;
    bottom: 30px;
    /* left: 10px; */
    background: #00000087;
    /* border-radius: 2px; */
    font-weight: 300;
    padding: 5px;
}

.v-card-title{
  position: relative;
  top: -10px;
}

.bussiness-info-video{
  width: 100%;
  height: 370px;
  border-radius: 10px;

}

.anytime-img{
    object-fit: cover;
    width: 100%;
    height: 350px;
    border-radius: 10px;
    object-position: 0 40%;

}

.customer-icon{
  padding: 10px;
  background: #ffe3e3;
  width: 60px;
}


.home-banner .carousel-indicators [data-bs-target] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px !important;
  height: 15px !important;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  /* opacity: 0.5; */
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  border-radius: 50% !important;
  border: 1px solid !important;
}


.home-banner .carousel-indicators .active {
  opacity: 1;
  background-color: var(--primary-color) !important;
  border: 1px solid #ea2a33 !important;
}

.home-banner .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -43px !important;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}


/* .home-banner .carousel-item{
  height: 400px !important;
}
 */

.home-banner .carousel-caption {
    position: absolute;
    right: 18%;
    bottom: 0;
    left: 18%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
    /* top: 30%; */
}

.h-400px{
  height: 400px;
}

/* .text-light-secondary{
  color: #787878;
} */


.bg-light-6{
  background: #d9f3f0;
}

.why-us-badge{
    width: 25px;
    height: 25px;
    font-size: 14px;
}

.pr-1{
position: absolute;
left: 5px;
top: 3px;
}

.wishlist-heart{
  width: 30px;
  height: 30px;
  font-size: 18px;
  background: #fff !important;
  border-radius: 50%;
  text-align: center;
  padding: 6px 7px 7px 5px;
  border: 1px solid var(--bs-gray-300);
}

/* responsive media queries */


.footer .footer-widget .footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}


.footer .footer-widget.link-list .footer-link-list .link-item .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.social-btn-group .social-item .social-link:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}



.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* .accordion-button:not(.collapsed):after {
  background-image: url('./assets/img/add.png');
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion-button.collapsed:after {
  background-image: url('./assets/img/add.png');
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */



/* .customer-info{
  background-image: url('./assets/img/img-12.png');
} */

.bg-7{
background: #7962bd;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  /* display: block !important; */
  display: flex;
}


.home-assets-owl-carousel .owl-carousel .owl-nav button.owl-prev,
.home-assets-owl-carousel .owl-carousel .owl-nav button.owl-prev, 
.home-assets-owl-carousel .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 10px;
  top: 40%;
  background:var(--primary-color) !important;
  width: 30px;
  height: 30px;
  display: block;
  /* padding: 0 .3em !important; */
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.home-assets-owl-carousel .owl-carousel .owl-nav button.owl-next, 
.home-assets-owl-carousel .owl-carousel .owl-nav button.owl-next, 
.home-assets-owl-carousel .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -20px;
  top: 40%;
  background:var(--primary-color) !important;
  width: 30px;
  height: 30px;
  display: block;
  /* padding: 0 .3em !important; */
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.border-6{
  
    border: 1px solid #ff000042;
    border-radius: 10px;

}

.form-control {
  padding: 7px 15px !important;
  background: #fff;
}

.cart-img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: 0 40%;
}

.invoice-bg{
  background-image: url('../../assets/img/invoice-bg.jpg');
  background-size: cover;
  object-fit: cover;
  object-position: 0 40%;
}

.h-100vh{
  height: 100vh !important;
}
.fs-23px{
  font-size: 23px !important;
}
.w-300px{
  width: 300px !important;
}

.form-check-label{
  cursor: pointer;
  /* font-family: 'Times New Roman', Times, serif; */
  font-family: sans-serif;
  font-weight: 500;
  color: #000;
}
.form-check-input{
  border-color: #000;
}

.pricing-card .pricing-detail .pricing-detail-item .pricing-detail-icon .svg-icon {
  width: 15px !important;
  height: 15px !important;
  color: #0f6006;
}

.pricing-card .pricing-detail {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  height: 370px;
  overflow-y: auto;
  overflow-x: hidden;
}

.recommanded-plan{
  /* scale: 1.07; */
  /* background: #ffb10003; */
  position: relative;
    top: -40px;
  border: 1px solid #ffb100 !important;
}

 .pricing-card.recommanded-plan .pricing-detail{
  height: 450px !important;
}

.recommanded-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-family: sans-serif;
  background: red;
  text-align: center;
  align-items: center;
  background: #ffb100;
}

.pricing-card .pricing-detail .pricing-detail-item .pricing-detail-text {
  /* font-size: 0.9375rem; */
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  font-family: sans-serif;
}

.btn-subscribe{
  /* font-family: sans-serif; */
  background-color: #8e3ffc;
  border-color: #8e3ffc;
  font-size: 14px;
}

.btn-subscribe:hover{
  background: var(--primary-color) !important;
  color: #ffffff;
  border-color: var(--primary-color) !important;
}

.wedding-category-card{
  cursor: pointer;
}

.w-100px{
  width: 100px;
}
.w-min-100px{
  min-width: 100px !important;
}

.cp{
  cursor: pointer;
}

.d-info-card .card:hover{
  scale: 1.1;
  transition: 0.7s;
  cursor: pointer;
  box-shadow: var(--primary-color);
  border: 1px solid;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c3c3c3 !important;
  border-radius: 10px !important;
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px !important;
  /* padding: 5px; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
  position: absolute;
  top: 1px;
  right: 10px !important;
  width: 20px !important;
}



.home-vendor-owl-carousel .owl-carousel .owl-nav button.owl-prev, 
.home-vendor-owl-carousel .owl-carousel .owl-nav button.owl-prev, 
.home-vendor-owl-carousel .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 0px;
  top: 50%;
  background: var(--primary-color) !important;
  width: 30px;
  height: 30px;
  display: block;
  /* padding: 0 .3em !important; */
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}


.home-vendor-owl-carousel .owl-carousel .owl-nav button.owl-next, 
.home-vendor-owl-carousel .owl-carousel .owl-nav button.owl-next, 
.home-vendor-owl-carousel .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -30px;
  top: 50%;
  background:var(--primary-color) !important;
  width: 30px;
  height: 30px;
  display: block;
  /* padding: 0 .3em !important; */
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f0eeff;
  color: var(--primary-color);
}

.vendor-details .dropend .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  color: #fff !important;
}



/* input autocomplete css  */

.autocomplete-container {
  position: relative;
  display: inline-block;
  width: 100%;  /* Ensure the container takes the full width of the parent */
  max-width: 600px;  /* Add a max-width for larger screens */
  margin: 10px auto;  /* Center the container horizontally and add some spacing */
}

.autocomplete-input {
  width: 100%;  /* Full width for responsiveness */
  padding: 10px;
  box-sizing: border-box;
  font-size: 1em;  /* Relative font size for better scaling */
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99000;
  /* top: 100%; */
  left: auto;
  right: auto;
  background-color: #fff;
  width: 250px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.autocomplete-items1 {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99000;
  /* top: 100%; */
  left: auto;
  right: auto;
  background-color: #fff;
  width: 330px;
}



.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;  /* Background color for suggestions */
  border-bottom: 1px solid #d4d4d4;
  font-size: 1em;  /* Relative font size */
}

.autocomplete-items div:hover {
  background-color: #e9e9e9;
}


.autocomplete-items1 div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;  /* Background color for suggestions */
  border-bottom: 1px solid #d4d4d4;
  font-size: 1em;  /* Relative font size */
}

.autocomplete-items1 div:hover {
  background-color: #e9e9e9;
}




.bg-img-1{
  background-image: url('../../assets/img/bg-img/img-1.png');
  background-size: cover;
  object-fit: center;

}

.bg-img-2{
  background-image: url('../../assets/img/bg-img/img-2.png');
  background-size: cover;
  object-fit: center;
  
}

.bg-img-3{
  background-image: url('../../assets/img/bg-img/img-3.png');
  background-size: cover;
  object-fit: center;
  
}
.bg-img-4{
  background-image: url('../../assets/img/bg-img/img-4.png');
  background-size: cover;
  object-fit: center;
  
}
.bg-img-5 {
  /* background-image: url('../../assets/img/bg-img/new/1.png'); */
  background-size: contain;      /* Ensures the image covers the entire div */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-position: center;  /* Centers the image within the div */
  height: 100%;                 /* Ensures the div takes the full height of its container */
  width: 100%;                  /* Ensures the div takes the full width of its container */
}

/* .bg-img-5 {
    background-image: url(../../assets/img/bg-img/002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
    width: 100%; 
     padding-top: 56.25%;
    position: relative;
} */

.support-bussiness-category{
    height: 420px;
    overflow-y: auto;
}


.text-2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  overflow: hidden;
}



.video-container {
  position: relative;
  width: 100%;  /* Adjust as needed */
  height: 220px; /* Adjust as needed */
  overflow: hidden;
}

.thumbnail-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-video:hover {
  cursor: pointer;
}

.video-views-ul{
  display: flex;
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    color: gray;
}

.autocomplete-items-4 {
  width: 345px;
}

.quotation-thead{
  background-color: #2e303d;

}
.quotation-thead tr th {
  color: #fff !important;

}

.grand-calculation{
  background: #a2a2a4;
  padding: 20px;
}

.grand-bill-calculation{
  background: #29418b;
  padding: 20px;
}

.bill-thead{
  background-color: #29418b;

}
.bill-thead tr th,.grand-bill-calculation tr th,.grand-bill-calculation tr td {
  color: #fff !important;

}


.btn-gradient{
  background: rgb(168,199,102);
background: linear-gradient(90deg, rgba(168,199,102,1) 0%, rgba(139,169,95,1) 50%, rgba(108,138,87,1) 100%);
}

.inv-bg-img-1{

  background-image: url('../../assets/img/bg-img/inv-1.png');
  background-size: cover;
  /* object-fit: cover; */
  background-repeat: no-repeat;
  /* background-position: center; 
  position: relative; */

}
.bg-i-2{
  background: #cbc7c7 !important;
}
textarea.form-control {
  /* min-height: calc(1.5em + 0.75rem + 2px); */
  min-height: 150px !important;
}


.support-bussiness-category {
  /* width: 100px; */
  height: 440px; 
  overflow: hidden;
  position: relative;
}

.category-btn-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}
.category-btn{
  width: 100% !important;
}


.category-btn.active {
  opacity: 1;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  width: calc(100% - 40px);
}

.category-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; /* Adjust as per your button height */
  margin: 20px 0;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  opacity: 0.5;
}

.category-btn.active {
  opacity: 1;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10), 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
  width: calc(100% - 40px);
  color: var(--primary-color);
}




/* ui calander design  */



.ui-widget.ui-widget-content {
  /* border: none ; */
  padding: 10px;
  z-index: 1000 !important;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-size: 18px;
  font-weight: 550;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  background: #ededed;
  border-radius: 10px;
}

.ui-widget-header {
   border: none; 
   background: transparent;
  color: #333;
  font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #454545;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #ea2a33;
  background: #ea2a33;
  color: #ffffff;
  align-items: center;
  border-radius: 10px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}


/* choose design css  */

.choose-design input[type="radio"]:checked + .img-label {
  border: 1px solid var(--primary-color);
}

.mt-200{
  margin-top: 200px !important;
}

.pt-200{
  padding-top: 200px !important;
}

.pt-100{
  padding-top: 100px !important;
}

.preview-logo{ 
    max-width: 250px !important;
    max-height: 250px !important;

}


.choose-design-owl-carousel .owl-carousel .owl-nav button.owl-next, .choose-design-owl-carousel .owl-carousel .owl-nav button.owl-next, .choose-design-owl-carousel .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -30px;
  top: 45%;
  background: var(--primary-color) !important;
  width: 30px;
  height: 30px;
  display: block;
  /* padding: 0 .3em !important; */
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}


.choose-design-owl-carousel .owl-carousel .owl-nav button.owl-prev, .choose-design-owl-carousel .owl-carousel .owl-nav button.owl-prev, .choose-design-owl-carousel .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 0px;
  top: 45%;
  background: var(--primary-color) !important;
  width: 30px;
  height: 30px;
  display: block;
  /* padding: 0 .3em !important; */
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}



.bg-img-5 {
  background-size: contain;      
  background-repeat: no-repeat; 
  /* background-position: center;   */
  height: 100%;                 
  width: 100%;                  
}
/* .page {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.content {
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
} */


.active-template {
  border: 2px solid red;
}
.templates{
  cursor: pointer;
}



.mega-city .owl-carousel .owl-nav button.owl-next, .mega-city .owl-carousel .owl-nav button.owl-next, .mega-city .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -60px;
  top: 40%;
  background: var(--primary-color) !important;
  width: 30px;
  height: 30px;
  display: block;
  /* padding: 0 .3em !important; */
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.mega-city .owl-carousel .owl-nav button.owl-prev, .mega-city .owl-carousel .owl-nav button.owl-prev, .mega-city .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: -30px;
  top: 40%;
  background: var(--primary-color) !important;
  width: 30px;
  height: 30px;
  display: block;
  /* padding: 0 .3em !important; */
  font-size: 20px;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
}

.h-115px{
  height: 146px;
}
.bg-design-sidebar{
  height: 1400px;
  overflow-y: auto;
}
.studio-bill-bg{
  background-image: url(../../assets/img/bg-img/new1/23/03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-gray{
  background-color:#f2f1f9 !important ;
}

.mt-50px{
  margin-top: 50px !important;
}

.table > :not(:first-child) {
  border-top: none !important;
}


.bg-header{
  background-image: url(../../assets/img/bg-img/new1/2/05.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-body{
  background-image: url(../../assets/img/bg-img/new1/2/06.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-footer{
  background-image: url(../../assets/img/bg-img/new1/2/07.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.fs-23{
  font-size: 23px;
}

.plan-description ul li{
  list-style-type: disc;
}

.summery-card{
  background: #f5f6f8 !important;
  padding: 20px 10px !important;
}

.info-section-1{
  position: relative;
  top: 130px;
}

.info-section-2{
  position: relative;
  top: 130px;
}

.info-section-3{
  position: relative;
  bottom: -120px;
}


.info-section-4 {
  padding-top: 100px;
  padding-bottom: 20px;
 
  top: 130px;
}


.th-700{
  height: 700px;
  overflow: auto;
}

.chart-filter-btn{
  background: #885ac5 !important;
  border-color: #885ac5 !important;
  color:ffffff;
}

.fs-56px{
  font-size: 56px !important;
}

.why-us-bg{
  background-image: url(../../assets/img/banner/bg-8.jpg);
  background-position: center;
  background-size: cover;
}


.asset-h-img{
  width: 100%;
  /* height: 277px !important; */
  object-fit: cover;
  object-position: center;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c3c3c3 !important;
  border-radius: 10px !important;
  height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px !important;
  /* padding: 5px; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
  position: absolute;
  top: 1px;
  right: 10px !important;
  width: 20px !important;
}
/* new css 26/3/2025 */

.navbar .navbar-brand img {
  max-width: 180px;
}

.how-pixokart-work{
background: linear-gradient(0deg, white 70%, #f0e1fc 30%);
}
.why-us-badge {
width: 30px;
height: 30px;
font-size: 18px;
background: #8d4be1 !important;
}
.bg-tagline{
background: #f3f2fa;
}

/* new css 26/3/2025 */
.navbar .navbar-brand img {
  max-width: 180px;
}
.how-pixokart-work{
background: linear-gradient(0deg, white 70%, #f3f2fa 30%);
}
.why-us-badge {
  width: 30px;
  height: 30px;
  font-size: 18px;
  background: #8d4be1 !important;
}
.bg-tagline{
  background: #f3f2fa;
}
.how-pixokart-work img{
  max-width: 300px !important;
}

.w-22px{
  width: 25px !important;
  height: 25px! important;

  
}

.w-22px i{
  position: relative;
  top: 2px;
  left: 0px;
}
.badge-count{
	background: #6652e9;
    color: white;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    margin-left: -15px;
    padding-left: 5px;
    font-size: 10px;
    margin-top: 20px;
}
.quotation-logo {
  width: 100%;
}

